Anton
Anton
https://github.com/StreetStrider/fluh
Thank you for the list! https://github.com/staltz/xstream
This is the entire error message that `hegel` gave me: ``` SpreadElement``` I don't even know where to being fixing it. I'm using the CLI
If my config look like this: ```include: - ./**/*.js``` I get an error (as I'm supposed to) But if my config looks like this: ```include: - ./**/*.js - ./integrations/*.js -...
I find myself needing this often: ``` function toWindows(inputArray, size) { return Array.from( {length: inputArray.length - (size - 1)}, //get the appropriate length (_, index) => inputArray.slice(index, index+size) //create the...
Pomodoro
Hello. I like Watson. And I also like pomodoro. So, I combined the two in a small shell script (I'm a shell newbie). https://gist.github.com/antonkatz/b1c2fd6628346d01ef6860a81478f3b9 Run with `./watson-pomodoro [pomodoro time in...
**Describe the bug** When using `require` within a route handler, it is broken **To Reproduce** 1. Create a handler for a `get` route 2. Use `require` within that function/handler 3....
@spaceface777 Thank you so much. I just discovered V yesterday, and I'm already itching to include it into my workflow. A webpack loader is amazing. And given that some features...
Error in the doc