-
Updated
Mar 29, 2020
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
C#
Hi,
I am installing manim. But there is a small issue in the documentation website:
Its really a small thing, but for beginner it could be a big deal.
https://www.eulertour.com/learn/manim/installation/windows.html
its written
"Install manim python dependencies with pip install -r requirement.txt"
but it should be
"Install manim python dependencies with pip install -r requirements.txt"
-
Updated
Mar 29, 2020 - JavaScript
GitHub Actions Hackathon
March 05, 2020 - March 31, 2020 • Online
-
Updated
Mar 29, 2020 - JavaScript
☂️ Public API
The rome package will likely be the only package published for users. This will contain the CLI and a very thin API that heavily limits the public API exposed. There's no intention to publish any other packages as this would heavily restrict the changes we can make.
- Custom project finding logic exists that matches th
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
TestQuality
TestQuality's GitHub Test Management extends Github to provide powerful and modern test plan management helping developers and testers create, run, coordinate and monitor software testing tasks. TestQuality's live 2-way integration with GitHub seamlessly extends workflows so you can create, update, delete, and link defects and requirements in your GitHub repos without leaving your testing or dev workflows. TestQuality is FREE for GitHub public repo’s and affordable for private repo's.
A lot has happened in 8 days!
- Update or remove redundant product info across documents that may be out of date
- Update info on how to help out
- Update or remove team contact points
Durable messaging
I was reading the Roadmap and saw that Centrifugo is deems too complex.
I agree.
But we need to think about the best way to support Subscriptions.
A Subscription needs to map to many users and then to each users in terms of a ACK. So you need a Mailbox per users subscribed to the Topic. At least thats how i think about it.
THen you have th properties for each mailbox and topic of:
- Pres
Add generic logic to check if node with certain ID exists, and add new node with ID only if it doesn't exist already. To eliminate duplicates errors like someshkar/covid19india-cluster#117
-
Updated
Mar 29, 2020 - JavaScript
-
Updated
Mar 29, 2020 - C
-
Updated
Mar 24, 2020 - Vue
-
Updated
Feb 11, 2020 - Java
-
Updated
Mar 29, 2020 - Shell
-
Updated
Mar 29, 2020 - C++
What roadmap is this issue about?
- Frontend Roadmap
- Backend Roadmap
- [ X ] DevOps Roadmap
- All Roadmaps
What is this issue about?
- [ ]
This issue will use computer science algorithms as an example but the issue is not about that specific topic but rather the implementation of ANY "track".
In addition to the three skill based tiers there should be knowledge pursuit tracks allowing new learners to move through those tiers onto related app-projects. This differs from #34 by focusing on a self directed educational go
I had a question about the slide in the course that mentions the global function. The example was like this:
x = 50
def func(x):
print (f'X is {x}')
# local reassignment!
x = 200
print (f'I just locally changed x to {x}')
func(x)
--> X is 50
I just locally changed x to 200.
print(x)
--> 50
I totally get all of this. What happens next confuses
-
Updated
Mar 29, 2020 - JavaScript
-
Updated
Mar 28, 2020 - Jupyter Notebook
Click on the badge above, then follow the link to monthly check to see a list of current syntax errors, dead links, and unmaintained software projects in awesome-selfhosted.
Feel free to help fixing these issues b
I always write down the words in each class on a separate piece of paper so I can contemplate ways to group them a bit more easily. Would be nice if this was done automatically in the codemaster view.
-
Updated
Mar 29, 2020 - JavaScript
Check Run Reporter
Check Run Reporter takes your structured reports (JUnit, for example) and presents their results to your right in the GitHub UI. No need to dig through your CI service's logs.
Maybe replace this field with a text field if this environment variable is not set?