Sam A. Horvath-Hunt

Results 203 issues of Sam A. Horvath-Hunt

Hey! I think I installed ccat from the AUR previously, however both [ccat](https://aur.archlinux.org/packages/ccat) and [ccat-git](https://aur.archlinux.org/packages/ccat-git) now seem to be missing. Cheers!

Currently a rule such as `enforceExamples` is enforced against everything indiscriminately. This poses a challenge if I want to enable it in a repo like fp-ts where there's for example...

[via fp-ts#1218](https://github.com/gcanti/fp-ts/issues/1218) Where TS is: ```typescript (f: (a: A) => IO) => (ma: IO) => IO ``` HM would be: ```haskell (a -> IO b) -> IO a -> IO...

## 🐛 Bug report fp-ts: 2.11.0 TypeScript: 4.3.5 ### Current Behavior A predicate with a type argument other than `unknown` cannot be piped to Array's dropLeftWhile in 2.11. ```ts declare...

Per [here](https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API), local storage can throw for many reasons, for example - something a project of mine has been bitten by before - the user having disabled it in their...

Also refer to this comment for other exploratory options: https://github.com/SamHH/bukubrow-webext/issues/116#issuecomment-502440609 This might be useful: https://www.reddit.com/r/rust/comments/c7l11k/diffr_a_diff_highlighting_tool/esg2s9l/?context=3

help wanted
investigation

- [x] Windows / Firefox support (thanks @dragonmaus!) - [x] Windows / Chromium-based support (thanks @dragonmaus!) - [ ] CI builds

help wanted

Odd as it may sound, Buku may not technically be a dependency of this project beyond the creation of its database. Given how many dependencies Buku pulls in on the...

investigation

Personal repro: ``` $ xdg-settings set default-web-browser vimb.desktop $ bukubrow -o 207 ``` Doesn't seem to affect Firefox, at least when some instances are already open. Buku (`buku -o 207`)...

bug
blocked

See prior comment [here](https://github.com/SamHH/bukubrow-host/issues/1#issuecomment-498051199).

help wanted