mit
Here are 595 public repositories matching this topic...
Description:
Problem
I'd like to send many files in the same time but with different files metaData.
The combination of uppy.setMeta uppy.addFile doesn't wok because the upload is asynchronous, and when files finish to upload they will heritate the last uppy.setMeta configuration.
Moreover the uppy.setFileMeta method is quite impossible to use, because on uppy.addFile we can't declared an id
While I was solving task of search occurrences highlighting, inspired with existing SwifterSwift solution, I've created this String's extension
extension String {
/// Verify if string matches the regex pattern and return corresponding parts of string
///
/// - Parameter pattern: Pattern to verify.
/// - Returns: Matching pattern parts of string.
func matches(for
-
Updated
Sep 27, 2019 - Java
-
Updated
Dec 29, 2019 - Jupyter Notebook
Add Readme-Zh-cn.md
Prerequisites
- I have written a descriptive issue title
Description
I wanna add a Readme-Zh-cn.md which will be written in simplified Chinese accoding to Readme.md.
Is it ok ?
If ok , I will open a PR to complete it .
The example found in the documentation for Table - Edit is not working properly since it uses the messageService but it's not declared on the constructor.
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
Mar 14, 2020 - Objective-C
Probably too minor to mention, but just wanted to point out in case people notice it: since the notebooks indent with two spaces and Colab expects four spaces by default, Colab will make indented text red as a warning. e.g. from lab1/Part1_tensorflow.ipynb:

Currently the sample data in Colmena consists of a lot of Lorem Ipsum text.
It would be great if there were a few dummy stories, events and pages so they can be linked to a website.
This should give the user a more interesting experience
Create documentation
-
Updated
Jan 8, 2019 - JavaScript
-
Updated
Oct 7, 2019
The latest sklearn (0.20.3 as of 5/3/2019) changed some of the package import pathing, causing ModelDB to fail its calls to the new sklearn. See below:
sklearn 0.17.1: from sklearn.grid_search import GridSearchCV
sklearn 0.20.3: from sklearn.model_selection import GridSearchCV
Would be nice to resolve this by checking user's sklearn version and supplying the correct pathing, t
My Setu
-
Updated
Mar 22, 2020 - CSS
Would be cool if one can get the UTXO from the Bitcoin Core REST API instead of using a 3rd party service:
https://github.com/bitcoin/bitcoin/blob/master/doc/REST-interface.md#query-utxo-set
Ones sendrawtransaction is implemented in the Bitcoin Core REST API you could run coinb.in with your own full node (or anyones full node that provides the REST API to the public).
The UITheme class implements a lot of factory methods for morphs, like:
^self theme
newFuzzyLabelIn: self
for: nil
label: aString
offset: 1
alpha: 0.5
getEnabled: nilNow, most (if not all) of these methods receive a first "themableMorph" argument.
It looks however that that argument is not used.
My theory is further backed up by the fact that there is
-
Updated
Nov 14, 2018 - TypeScript
Doxygen
Mostly a suggestion as projects can easily get to a point where inline documentation would be vastly helpful, and the commenting format Doxygen requires is pretty natural so there's the added side benefit of being able to generate HTML documentation from your programming.
This issue can basically just be summed up as "header documentation", really. At the least, requiring the use of Doxygen comp
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
Oct 30, 2019 - C#
Update the readme
The readme still shows info from the start of the project, it should showcase the game and explains what its current features are.
- Pitch the general project and its goal
- Add project banner
- Show game screenshots
- List features
- Link to the 2D course and related tutorials
-
Updated
Nov 27, 2018 - Swift
-
Updated
Apr 17, 2018 - Rust
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."
Even though
--max-old-space-sizeis a V8 flag, I would expect us to document it, given that it’s probably the most useful V8 flag for Node.js users overall.Refs: #32251