John Deighan
John Deighan
Thinking that I would contribute to this project, I created a fork, then cloned that on my local machine. I tried running 'npm test' and it failed. Then, thinking that...
I created a custom JSON config file, then I modified one of the keys. coffeelint croaked on the first character in the file, which turned out to be a UTF-8...
Choose one: is this a bug report or feature request? Bug report ### Input Code ```coffee import {say} from './src/lib/coffee_utils.coffee' say "Hello, World!" ``` ### Expected Behavior Outputs "Hello, World!"...
Describe the bug or issue here… ##### Steps to Reproduce Install with 'npm install trix' ##### Details * Trix version: [email protected] * Browser name and version: Firefox 96.0.2 * Operating...
On the page https://nearley.js.org/docs/tokenizers, there is a section 'Custom token matchers'. The example does not work. Here is my custom.ne file, copied verbatim: ``` @{% const tokenPrint = { literal:...
I just installed RESTED. I like it, but I was annoyed then when I selected POST, then selected a body type of JSON, the Content-Type header wasn't automatically set to...
### Describe the bug When I create a new SvelteKit Library project using `npm create svelte@latest `, I specifically request to have no TypeScript, but the package.json file has typescript...
I use ES6 import syntax in all my files. I.e. in my package.json file, I have "type": "module". Before installing coffeestack, I could successfully compile all of my *.coffee files,...
This project isn't currently working. My procedure is simply: ``` cd ~ gh repo clone jlongster/absurd-example-project absurd cd absurd npm install npm run serve ``` The error I get is...
Choose one: is this a bug report or feature request? Let's call it a feature request, though I personally consider it a bug ### Input Code ```coffee import fs from...