Justin Leider

Results 14 issues of Justin Leider

## 🚀 Feature request @drizzer14 has put together a really cool feature that seems like it would be a great addition to fp-ts. https://v10i.dev/p/auto-currying-in-typescript The one downside is it requires...

Calling `then` after `end` with additional routing parameters the router leads to some unexpected runtime behavior. This change prevents the possibility of `then` being chained after an `end`. The main...

enhancement

When on a mobile device (tested with FF, Chrome and Safari emulator) any vertical scrolling of the page is not possible when dragging within a carousel element. Swiping left and...

### Expected Behaviour Based on this highly anticipated and recently merged PR: https://github.com/TypeStrong/ts-loader/pull/935 by @sheetalkamat I would expect ts-loader to build dependent projects if `projectReferences: true`. ### Actual Behaviour Dependent...

pinned

I understand that Shapeless is not part of the core Scala library and this request may be out of scope but as a very popular generic programming lib for Scala...

I am reopening this compatibility issue with the fish shell. original issue: https://github.com/brockgr/csshx/issues/50

### Environment - Node Version: v20.5.1 - Eslint-Watch Version: v8.0.0 - Eslint Version: v8.54.0 ### Basic Description of the problem esw warns that changed files are not ignored when they...

### Environment - Node Version: v20.5.1 - Eslint-Watch Version: v8.0.0 - Eslint Version: v8.54.0 ### Basic Description of the problem Using the `--watch` and `--changed` flags don't trigger a re-lint....

- Updates all dependencies to latest versions which support running on Node v10 and v12. - Its possible that earlier Node versions also work but I did not test against...

On faster browsers the time shown to complete a test is often 0ms. I updated the script to run each test 20 times and I dont divide by the number...