Jake Crosby

Results 7 issues of Jake Crosby

From my reading of the code, it seems that posting a Reaction to an Issue Comment results in two unnecessary get requests. I haven't been able to watch the actual...

# Summary With these files in `/pages`: `page.js`, `[slug].js` and `_middleware.js` When I visit `/page` and log `request.page.name` in middleware: * Locally, via either`yarn dev` or `yarn build && yarn...

## What kind of change does this PR introduce? Bug fix ## What is the current behavior? Closes #226 ## What is the new behavior? Does not try to refresh...

It looks like combokeys is expecting a `keypress` event but only seeing `keydown` and `keyup` https://github.com/avocode/combokeys/blob/master/Combokeys/prototype/getMatches.js#L58 I can use `eventType='keyup'` but then combinations like `command+z` don't work :( Is there...

Error: failed to find platform: no manifest found for platform: ubuntu, version 22.04, architecture arm64 Looks like this may be the same issue: https://github.com/aws/aws-codedeploy-agent/issues/277 but is not resolved in v1.3.2...

`load_image_color` was removed here: https://github.com/hank-ai/darknet/commit/d3e3339bbb9669a6b2fd243d84df8beb362dce4f#diff-1669d998bbe197992292514f3da1f46a151d50cd474e33d5407a307897942fa0 It's still referenced here: https://github.com/hank-ai/darknet/blob/6bcf92b17fa4d6dfd8908a7f45c00a1ad9af970b/src-python/darknet.py#L429 Which causes python code to fail with: `AttributeError: /usr/lib/libdarknet.so: undefined symbol: load_image_color` This change seems to work for me, but...

I have some connections (for example Neon databases) that will cost me if there are kept alive. While I have others that will disconnect very quickly if I don't keep...