mit
Here are 674 public repositories matching this topic...
-
Updated
Oct 1, 2020 - 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?
#if !os(watchOS)
if #available(tvOS 10.0, *) {
let format = UIGraphicsImageRendererFormat()
format.scale = scale
let renderer = UIGraphicsImageRenderer(size: size, format:
-
Updated
Sep 27, 2019 - Java
-
Updated
Aug 18, 2020 - Jupyter Notebook
-
Updated
Apr 26, 2020 - C#
-
Updated
Sep 30, 2020 - 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
Sep 9, 2020 - Objective-C
-
Updated
Sep 29, 2020 - Jupyter Notebook
[Server] URL errors
Background (please complete the following information):
- Panel or Daemon: Panel
- Version of Panel/Daemon: 1.0.0-rc.6
- Server's OS: Ubuntu
- Your Computer's OS & Browser: Mac, Chrome
Describe the bug
Putting in extra slashes results in 404 errors.
To Reproduce
Steps to reproduce the behavior:
- Go to a panel page, with / at the end of the url
- Clicking on any of the
-
Updated
Sep 6, 2020 - TypeScript
-
Updated
Dec 1, 2017 - TypeScript
-
Updated
Jan 8, 2019 - JavaScript
-
Updated
Sep 29, 2020 - HTML
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
Sep 29, 2020
-
Updated
Sep 29, 2020 - CSS
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Smalltalk
-
Updated
Sep 27, 2020 - 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."


Is your feature request related to a problem? Please describe.
After calling
child_process.spawn, I'd like to know when the child process has successfully spawned and there's no longer the possibility of an 'error' event from failing to spawn (i.e. error type # 1 in the docs for that 'error' event, e.g.EPERM, `ENOEN