-
Updated
May 16, 2020 - JavaScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
SpaceVim
Describe the bug
The description How to bootstrap Flux using Kustomize, overwriting the default namespace sets up a failing memcached connection.
When I follow the description, I get many errors in the logs which tell me that memcached is unreachable (see logs below).
The reason seem
There are some interesting algorithms in simulation from Physics, Chemistry, and Engineering especially regarding Monte Carlo simulation: Heat Bath algorithm, Metro-Police algorithm, Markov Chain Monte Carlo, etc.
Using Actions for CI · Stay Home and Learn with GitHub
May 19, 2020 • Online
pod --version
1.9.1
- [x ] I've read and understood the CONTRIBUTING guidelines and have done my best effort to follow.
Report
Most legitimate bots I see on a server report who they are. When I saw user agent of "Ruby" it made me feel something suspicious is going on. Then I did a test and cocoapods jus
Lucidchart Connector
Lucidchart empowers you and your team to create and collaborate on architecture diagrams, mockups, user flows, flowcharts, and other visuals in real time.
With Lucidchart, you can include these visuals in GitHub so team members can quickly understand an issue or pull request. Simply insert a public link to the Lucidchart document—the link will unfurl to show a preview, and unlike static diagrams, the link ensures that users always have access to the current version of the visual.
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
-
Updated
May 16, 2020 - Go
-
Updated
Mar 5, 2020 - Python
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
- Add the Homebrew completion [snippet](https://do
-
Updated
May 15, 2020 - C#
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
Template name: 101-event-grid, https://github.com/Azure/azure-quickstart-templates/blob/master/101-event-grid/azuredeploy.json
The parameter eventGridSubscriptionUrl's description ends with:
(RequestBin URLs are exempt from this requirement.)
This is no longer true, and deployments will fail, if the validation challenge is not answered, or the validation URL is not visited - even when
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/cloud_firestore is a mess.
All future platforms would be supported out of the box.
Something l
-
Updated
May 16, 2020 - Python
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 🦀
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
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
-
Updated
May 16, 2020 - Swift
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
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.
- We create new pages or markdown files for lists of the icons.
- We sho
Sphinx support
docs: methodology
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
Example scripts contains some dependencies not listed for Horovod, and in some cases require datasets without explaining how to obtain them. We should provide a README file along with a set of packages (requirements.txt) for successfully running the examples.
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
Coveralls
Coveralls.io: Deliver Better Code
We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.
Eliminate Tech Debt
Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.
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