-
Updated
May 17, 2020 - Go
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
May 17, 2020 - C#
jQuery
Building an InnerSource Culture · Stay Home and Learn with GitHub
May 21, 2020 • Online
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
Dependabot Preview
Dependabot helps you keep your dependencies up to date. It works with most popular languages.
Every day, Dependabot checks your dependency files for outdated requirements and opens individual pull requests for any it finds. You review the PRs, merge them, and get to work on the latest, most secure releases.
Dependabot is owned and maintained by GitHub. Dependabot Preview is a public beta for functionality that we are integrating directly into GitHub.
-
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 🦀
-
Updated
May 17, 2020 - JavaScript
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
Describe your problem and how to reproduce it:
This passes:
let favRegex = /favou?rite/i;But this doesn't:
let favRegex = /favou?rite/gi;with the error message:
// running tests
Your regex shoul
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.
-
Updated
May 17, 2020
-
Updated
May 7, 2020 - Shell
-
Updated
Apr 23, 2020 - Python
Hi all,
I found that there is a better visualized article on activity launch modes with a more descriptive explanation.
https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en
Is it possible to link to this article on the Activity -> What are "launch modes" ?
-
Updated
May 17, 2020 - Pascal
-
Updated
May 11, 2020 - C++
Some changes have been made to the main Readme (which appears when landing on the github webpage) and the FAQ. This is a post to notify people, gather some interest and suggestions.
Thanks to @ker0chan for her help on the Readme (lots more feedback that I haven't processed yet) and @ButternCream for his help working on the FAQ.
- Created a [FAQ wiki page](https://github.com/ocornut/imgui/wik
Summary
- The introductory re-frame documentation should be changed to better show re-frame's separation of concerns
- Specifically, there should be 7 re-frame dominos, not 6.
- Specifically, the existing domino #2 be split into two dominos
Notes
The following explanatory notes are written from the point of view of the current 6 domino model. These notes might serve as t
Is your feature request related to a problem? Please describe.
I want to get the uses of a vanity URL, but there is no function for that.
Describe the ideal solution
Add a function Guild.fetchVanityUses() that gets the uses of a vanity URL, if any.
Describe alternatives you've considered
It is already possible to get vanity invites via `client.fetchInvite(server.vanityURLCod
The problem
I copied the arduino integration into custom_components:
cp -R /srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/arduino/ /home/homeassistant/.homeassistant/custom_components/and made homeassistant the owner:
sudo chown -R homeassistant:homeassistant arduino/Environment
Latest hass, latest raspbian on Pi 4.
- Home A
关于项目Archive的一些解释
本人最近时间有点紧,加上最近身体有些问题。想着issue太多看了就有点遭不住了就archive了。想了好久还是unarchive了这个项目。接下来这个项目会更新的比较缓慢,但是不会停更。。你们的每个issue我都有看,感谢大家一如既往的支持。本项目将不会接受捐赠并且开源。下载前请验证checksum是否一致。
Percy
Percy gives your team confidence in every visual UI change before it's shipped.
Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.




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