Skip to content
#

coffeescript

Here are 1,000 public repositories matching this topic...

bayareawebpro
bayareawebpro commented Oct 20, 2019

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

math10
math10 commented Oct 13, 2016

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",
6233114
6233114 commented Aug 17, 2017

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

JHawkley
JHawkley commented Mar 17, 2020

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

mistydemeo
mistydemeo commented Oct 4, 2018

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

richsong
richsong commented Nov 4, 2019

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
sebasgarcep
sebasgarcep commented Aug 10, 2017

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.

esrshn
esrshn commented Mar 19, 2018

Randomized with seed 07249
Started
..............F...............FF..............................FFFFFFFFFFFFFFFFFFFFFF

Failures:

  1. 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: '==' })
Illyism
Illyism commented Jun 14, 2015

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

Improve this page

Add a description, image, and links to the coffeescript topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coffeescript topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.