mit
Here are 798 public repositories matching this topic...
-
Updated
Oct 20, 2021 - JavaScript
We have a server that is for authenticating to AWS to be able to upload.
That server requires JWT for authentication. The XHR plugin supports custom headers.
Would it be possible to implement the same thing on the AWS plugins as well?
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li
-
Updated
Jan 16, 2021 - Java
-
Updated
May 17, 2021 - Jupyter Notebook
-
Updated
Jan 24, 2021 - C#
-
Updated
Oct 20, 2021 - CSS
System information
- node version: v10.13.0
- npm or yarn version: 6.4.1
- OS/version/architecture: gLinux 64-bit (Google-internal, like Debian Testing)
- Applicable nodegit version: v0.23.0 built from source
https://www.nodegit.org/api/tree/ has an example of how to use tree.walk(), but it doesn't mention a critical detail, which is mentioned in an example:
https://github.com
-
Updated
Oct 14, 2021 - Jupyter Notebook
Is there an existing issue for this?
- I have searched the existing issues before opening this issue.
Current Behavior
If you reinstall a server and then go to file manager, click create new directory, there will be a green bar that the server has begun reinstalation. It is just a little visual bug, nothing serious. After refreshing the page, it goes away.
![Screenshot (697)](https
-
Updated
Sep 21, 2021 - Objective-C
-
Updated
Oct 18, 2021 - Julia
-
Updated
Oct 5, 2021 - CSS
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Jan 8, 2019 - JavaScript
-
Updated
Dec 1, 2017 - TypeScript
Python Client
How do we retrieve experiment metadata like tags and attrs, after it has been set using set_experiment. I am using the latest python client 0.14.6. Not able to read that info from the object returned by set_experiment.
-
Updated
Oct 18, 2021 - TypeScript
-
Updated
Oct 13, 2021
Describe the problem
We should check all methods that are just the same as a method that exists in the hierarchy already.
- There is a rule that detect it
- A release test is there: testNoEquivalentSuperclassMethods, it, for now, tests for the number of cases we have in the system
What needs to be done
We need to remove the methods. But: this sounds trivial, but in practice, there
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Oct 10, 2021 - C++
-
Updated
Oct 19, 2021 - Vue
as of tap 11 there is a feature for testing with snapshots. It seems to me like there are couple places in our test suite where we could move to this pattern to this technique.
This is a great place for someone to hack on if they wanted to get started in this repo
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Feb 23, 2021 - GDScript
Improve this page
Add a description, image, and links to the mit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mit topic, visit your repo's landing page and select "manage topics."
Discussed in nodejs/node#40443
Originally posted by snytkine October 13, 2021
I'm not sure if this is the correct forum for this. Also I have never worked on node.js code itself so I may not have a complete understanding how the agent manages sockets. I was reviewing the code in _http_agent.js and I think tha