Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Trending repository
ryudice
ryudice commented Apr 27, 2020

What should we add or change to make your life better?

From looking at the source code I can see that you can add custom middlewares to the reverse proxy pipeline but I dont see any documentation outlining how to do it.

Why is this important to you?

I think many of the people looking at the project is because they need to do some customization at the pipeline level and they want to avoi

WordPlate logo
Popular topic
WordPlate is a modern WordPress stack which simplifies WordPress development.
flux
Trending repository
Capture the Flag
Upcoming event recommended by GitHub
May
6

Capture the Flag

May 06, 2020 - June 12, 2020 • Online

The GitHub Security Lab CTF is a contest where participants are challenged to find a security bug (the flag) in real code.
Trending repository
App recommended by GitHub

DeepScan

Tired of the troubles with JavaScript? DeepScan can help you.

DeepScan is an advanced static analysis tool engineered to support JavaScript, TypeScript, React, and Vue.js.

You can use DeepScan to find possible runtime errors and quality issues instead of coding conventions. Integrate with your GitHub repositories to get quality insight into your web project.

Trending repository
bartlomieju
bartlomieju commented Apr 16, 2020

To have Deno namespace in the worker, we'll want to provide a map of permissions worker should have. Worker's set of permissions mustn't escalate permissions of parent worker/Deno process.

To achieve that a method called fork should be added to DenoPermissions struct. fork would take as many parameters as there are fields on DenoPermissions and return new DenoPermissions instance a

cli
Trending repository
diminutivesloop
diminutivesloop commented Mar 30, 2020

Describe the bug

After following the instructions for enabling shell completion I still can’t get the completion functionality to work. I’ve tried both the eval and Homebrew options. I’m on Mac OS 10.15.4 using zsh with Oh My Zsh and gh version 0.6.2.

Steps to reproduce the behavior

  1. Add the Homebrew completion [snippet](https://do
Trending repository
kitsonk
kitsonk commented Jan 27, 2020

We should vet packages that are part of the registry to make sure that they don't refer to other hosts, outside of deno.land/x/. We have had reports of some packages referring to denopkg.com, which is potentially a useful community feature but we should either include that capability (ability to refer easily to repos on GitHub) into deno.land/x/ for the use such packages, or we expect every

azure-quickstart-templates
Trending repository
Trending repository
HerrNiklasRaab
HerrNiklasRaab commented Mar 17, 2020

Please rewrite the cloud_firestore library in native dart, so we can remove all the big (in terms of download size) Android and iOS libraries. Which slow down build time dramatically.

Having to create a manual abstraction to support https://pub.dev/packages/firebase and https://pub.dev/packages/cloud_firestore is a mess.

All future platforms would be supported out of the box.

Something l

Trending repository
jzaefferer
jzaefferer commented May 4, 2020

Is your feature request related to a problem? Please describe.

This is unexpected:

❯ config --get startup
───┬────────────────────────────────────────
 # │ <value>
───┼────────────────────────────────────────
 0 │ alias myecho [msg] { echo Hello $msg }
 1 │ alias s [] { git status -sb }
───┴────────────────────────────────────────
nushell on 📙 1709-from-docs is 📦 v0.13.1 via 🦀 
Trending repository
Vanuan
Vanuan commented Apr 24, 2020

I see there's a confusion around the word "onset".

Generally, "onset" means a beginning of something. So the beginning of what the term "onset" means?

In our date-to-date life we're hearing the "symptom onset", that is the date when an ill person started noticing symptoms.

But in DP-3T SDK, it appears that "onset" means the onset of the person being infectious.

I suggest to define som

cypress
Trending repository
xxinyiwho
xxinyiwho commented Mar 2, 2020

Message: The pluginsFile must export a function.

We loaded the pluginsFile from: /Users/xinyi/Documents/X/Xinyi/event-calendar-app/cypress/plugins/index.js

It exported:

Details: {}

Stack trace:

[object Object]
    at Object.get (/Users/xinyi/Library/Caches/Cypress/4.1.0/Cypress.app/Contents/Resources/app/packages/server/lib/errors.js:344:11)
    at EventEmitte
jax
Trending repository
vmikulik
vmikulik commented Jan 15, 2020
key_1 = jax.random.PRNGKey(1)
key_2 = jax.random.PRNGKey(2)
print("output for key_1:", jax.random.randint(key_1, (), 0, 2**31))
print("output for key_2:", jax.random.randint(key_2, (), 0, 2**31))

yields

output for key_1: 0
output for key_2: 0

And indeed, the function returns 0 for any key you pass it, so long as maxval >= 2**31.

I guess this is an issue with the

diagrams
Trending repository
yu-iskw
yu-iskw commented Mar 24, 2020

Motivation

We already have the documentations about the nodes. Those would help us knowing what products we can use. Meanwhile, they can get better by showing the icon images. What if we can see the icon images on the docs?

Suggestion

We probably have the two options to make the icon images visible on the docs.

  1. We create new pages or markdown files for lists of the icons.
  2. We sho
Trending repository
Akuukis
Akuukis commented Mar 27, 2020

Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.

Can you please de

Trending repository
Trending repository
Arthur-Kamau
Arthur-Kamau commented May 1, 2020

Documentation is critical to any system.
Well maintained documentation helps a few things:

  • Assists new members by enabling them to quickly go through the system details.
  • Facilitates existing members to learn more about different parts of the system.
  • Among other things.

This is more of an inquiry, could somethings like read the docs be integrated into serenity os github repository. If

App recommended by GitHub

CircleCI

Now supporting GitHub Checks!

You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.

Build faster. Test more. Fail less.

Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.

You can’t perform that action at this time.