-
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#
Keep your solar-powered ship charged by going fast enough to keep up with the sun while avoiding obstacles in this web-based game created for Ludum Dare.
Azure
Capture the Flag
May 06, 2020 - June 12, 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
Codecov
Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.
- Upload coverage reports from your CI builds.
- Codecov merges all builds and languages into one beautiful, coherent report.
- See this data overlaid via our browser extension with Sourcegraph.
Are you desiring an on-prem install? Please see https://codecov.io/enterprise
Do you have fewer than 5 users in your org + private repos? You can sign up for free at https://codecov.io/
-
Updated
May 17, 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 18, 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 18, 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是否一致。
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.


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