mit-license
Here are 1,254 public repositories matching this topic...
In any examples, putting "start_song" parameter have no effet.
It will always set first song to index 0.
Setting "start_song":3 in the Amplitude.init object lead to have in the debug object : start_song: ""
Reproduce:
- Take the "Blue Playlist" example
- In the Amplitude init, add "start_song":3
- Load the page
- Push the big Play/Pause button. It will play song index 0
-
Updated
Apr 16, 2020 - JavaScript
-
Updated
Mar 19, 2019
I need a date time picker that doesn't use jquery-ui so I'm making my own based off what existing plugins are already written, though a documentation on what each function did would be a great help and could help spawn new plugins for this great library
As identified in #520, some mimetype icons have ALL CAPS text, while the majority have small caps text. The latter capitalization should be preferred for readability.
TODO:
- Update wiki/styleguide
- Review mimetypes
When a user repeatedly checks a model, the current model should indicate a trend for the state space statistics compared to the previous run (snapshot). I.e. has the number of distinct states gone up, down, or remained the same...
Missing language
Please add VB/VBA to your language list.
-
Updated
May 20, 2020 - C++
-
Updated
May 19, 2020 - C++
-
Updated
May 21, 2020 - TypeScript
-
Updated
Feb 20, 2020 - C++
-
Updated
May 25, 2018 - Java
If something fails for example https://github.com/CarterCommunity/Carter/blob/master/src/Carter/OpenApi/CarterOpenApi.cs#L30 we need to log why.
Might be worth logging other areas to highlight what's going on in the output generation
-
Updated
Nov 26, 2018 - Objective-C
-
Updated
May 12, 2020 - C++
-
Updated
May 14, 2020 - JavaScript
-
Updated
Dec 23, 2019 - GDScript
When disabled, accept stdin as-is and don't re-open the TTY. When enabled, accept a user-specified file separator sort of like how cut -d works.
It was not clear from the documentation, so I'd like to know if -- is supported as an argument delimiter?
--is a convention for separating the list of arguments to the program from the list of arguments to be forwarded, an example:
-
Updated
Jan 28, 2020 - Python
-
Updated
Feb 1, 2020 - C++
-
Updated
Mar 26, 2020 - CSS
-
Updated
Jul 19, 2018 - C++
Add createwallet
Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the createwallet command with a unique id and the connection can have the --rpcwallet with the same id.
What are the alternative if I need to handle more than 1 wallet. Thanks
I think that some orbit options to make them appear around particles should be cool to see, maybe more than 1 orbit, with different radius and angle (0 to Math.PI to detect the distortion, at Math.PI / 2 it should be a straight line cutting the particle in half and the satellite, if present, should go only up and down, at 0 and Math.PI the orbit is circular)
-
Updated
Feb 27, 2019 - Go
-
Updated
Oct 22, 2019
-
Updated
May 10, 2020 - C++
Improve this page
Add a description, image, and links to the mit-license topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mit-license topic, visit your repo's landing page and select "manage topics."
Description
When running the testcase below, a SyntaxError exception should be thrown while chakra does not.
According to ES10, the
Expressionin parentheses ofIfStatementshould executed based on this step. And a Comma-terminated expression obviously is not belong to valid `E