mit
Here are 709 public repositories matching this topic...
-
Updated
Feb 8, 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.
CI workflow still uses Xcode 11.7 https://github.com/SwifterSwift/SwifterSwift/blob/master/.github/workflows/CI.yml
Describe the solution you'd like
We should update both CI to use the latest available Xcode.
Together all project things that needs updating also.
Describe alternatives you've considered
A clear and
-
Updated
Jan 16, 2021 - Java
-
Updated
Jan 15, 2021 - Jupyter Notebook
-
Updated
Jan 24, 2021 - C#
-
Updated
Feb 5, 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
Jan 22, 2021 - Jupyter Notebook
-
Updated
Jan 29, 2021 - Objective-C
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Dec 1, 2017 - TypeScript
-
Updated
Feb 2, 2021 - HTML
-
Updated
Jan 8, 2019 - JavaScript
-
Updated
Feb 7, 2021 - CSS
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
Feb 2, 2021 - TypeScript
-
Updated
Jan 28, 2021
-
Updated
Feb 1, 2021 - JavaScript
-
Updated
Feb 8, 2021 - Smalltalk
-
Updated
Feb 8, 2021 - C++
-
Updated
Nov 14, 2018 - TypeScript
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 4, 2020 - C#
-
Updated
Jul 2, 2020 - 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."

pipelineshould immediately fail withERR_STREAM_DESTROYEDwhen any of the streams have already been destroyed.Readablemight need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check_readableState.erroredand/or_readableState.ended.Refs: nodejs/node#29227 (comment)