Ben Daley

Results 6 issues of Ben Daley

**Describe the bug** A clear and concise description of what the bug is. src/hooks/useCollector does not update the `collect` function because it does not list `collect` in the `useCallback` dependencies...

When using a simple offset/skip as the cursor, won't pagination break during mutations? eg. 1. get the first page (5 records), ordered by latest / desc 2. mutation creates a...

1. Clone the project 2. run `npm install` 3. cd `examples/express` 4. `node app` 5. visit `http://localhost:5000/` ``` TypeError: connect-mincer-master/examples/express/views/home.ejs:5 3| 4| >> 5| 6| 7| 8| [LessEngine] Cannot set...

This line: https://github.com/NARKOZ/hacker-scripts/blob/master/nodejs/hangover.js#L33 `var excuse = excuses[Math.floor(Math.random() * excuses.length)];` should be: ~~`var excuse = excuses[Math.floor(Math.random() * excuses.length - 1)];`~~ `var excuse = excuses[Math.floor(Math.random() * (excuses.length - 1))];`

to reproduce: 1. Install nodev locally 2. Run nodev via an npm script 3. send "command + c" to quit 4. press the up arrow At step 4 I'm seeing...

Disclaimer: While I maintain this repo, I don't use nunjucks and have not done so for several years now. It does not suit my style of work, but I can...