coffeescript
Here are 1,000 public repositories matching this topic...
I had found a couple of issues that could be clarified in the documentation and examples from the wiki.
Mock Server Files
The example doesn't work correctly when multiple mock files are removed the "drop files here" message is shown early due to the files
property not being populated with the entries added programmatically. (I assume because they're objects not file instances). I tri
steps to repro:
- Enter more than 16 digit number
- delete the last 3 digits..
- In UI it shows 16 digit.. on form submit, the value is 17 digit.
Would you accept a pull request adding tint and shade functions? These would mix the colour with white and black respectively, at a given percentage.
-
Updated
Apr 30, 2020 - JavaScript
XMLElement.js:4 Uncaught TypeError: Cannot read property 'prototype' of undefined
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/compiler-cli": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/http": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
-
Updated
Jul 10, 2017 - CoffeeScript
-
Updated
Nov 12, 2019 - CoffeeScript
The troubleshooting documentation explaining the issues with the google ads is ambiguous or incorrect.
The HTML code uses a CSS class of my-sticky-element
:
< div class="sticky-parent"> < div class="sticky-spacer"> < div class="my-sticky-element">Hello world</div> </ div> .. the rest of the page ... </ div>
Ho
Using decaffeinate@6.0.9
installed via Yarn.
Confusing, ugly output is produced when a function contains only a leading comment followed by a return
. The example below is structured the same as some code I encountered. At first I thought it was the empty, unindented line that was throwing it off, but it turns out the expression-bodied arrow-function transform does not account for leading
-
Updated
Mar 20, 2018 - CoffeeScript
Description
While hubot-slack has support for reconnecting when the connection to Slack is lost, there is a limit to the number of reconnection attempts. If several reconnection attempts fail, the bot will simply hang without a connection. This causes trouble for our process manager, since the client staying open means we don't end up automatically restart it. When this has happened for us
-
Updated
Apr 25, 2020 - TypeScript
When I try to beautify the i get the following problem
TypeError: Cannot read property 'on' of undefined
I just installed beautify and uncrustify
https://gist.github.com/ODCA117/917affd6b11437517535a45350379820
-
Updated
May 21, 2020 - CoffeeScript
-
Updated
May 27, 2020 - JavaScript
This should be an easy fix and I think it could be helpful for user looking to create a new branch.
createReference is passed three arguments:
ghrepo.createReference('master', '18293abcd72', callback);
The first argument should be the new branch name.
The second argument should be the SHA-1 hash value of the commit to branch off.
A better example would be as follows:
// get th
In the docs to derive a function you have to use Algebrite.d(...)
. The thing is that in practice what actually works is Algebrite.derivative(...)
. Point me in the right direction and I can send in a Pull Request.
-
Updated
Sep 6, 2016 - CoffeeScript
-
Updated
Nov 18, 2016 - CoffeeScript
Randomized with seed 07249
Started
..............F...............FF..............................FFFFFFFFFFFFFFFFFFFFFF
Failures:
- payment validating card types should validate troy card types
Message:
AssertionError [ERR_ASSERTION]: troy
Stack:
error properties: Object({ generatedMessage: false, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' })
Update docs
When I add or remove a subreddit from the selected subreddits, the song list index does not reset.
In other words, I add three subreddits (A, B, C). I then listen until song 20 in the song list. I then change my selected subreddits to (X, Y, Z). The song list ignores the first 20 songs (which are now X, Y and Z) and plays song 21.
I would expect the song list index to reset to the first unpl
-
Updated
Dec 28, 2019 - CoffeeScript
Re: https://artsy.slack.com/files/U03QR772P/F7XQB5FPB/image_uploaded_from_ios__1_.png
The mobile show page only display one artist in the artworks column even though the artworks are by multiple artists. It's fine on [desktop](https://github.com/artsy/force/blob/aa4
-
Updated
Oct 14, 2019 - CoffeeScript
Improve this page
Add a description, image, and links to the coffeescript topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coffeescript topic, visit your repo's landing page and select "manage topics."
Steps to Reproduce
Details