Sam A. Horvath-Hunt

Results 399 comments of Sam A. Horvath-Hunt

In my experience fp-ts' sum types like `Either` and `Option` are safe to serialise, but you should be careful that after serialisation they're ephemeral, else you risk tying yourself to...

I can't speak for @gcanti but I doubt you'll get a guarantee that the type internals won't ever change. Thinking about long-term storage, an alternative might be to serialise `Option`...

This is broader than this PR but is there a reason we favour pattern matching in the form of `match(f, g)` instead of `match({ f, g })`? I've had comments...

If you're already anticipating an `unknown` I can't see how this change could harm you. On the other hand I _think_ the specification says that a `TypeError` should be thrown,...

Or outside of Rust itself: https://github.com/sharkdp/hyperfine

Hey @farzadmf! Nope, nothing has been started on this yet. The post from someone else in that referenced issue above (old repo for the host - also it used to...

Hey @farzadmf, it's very likely that you don't have SQLite installed, or it's something at least related to SQLite - see the [README](https://github.com/jgallagher/rusqlite) of the dependency we use.

You're right. First thing to try is just updating the library in `Cargo.toml`, and if that doesn't help then yeah I'd open an issue over there.

Currently fails to build in CI: https://github.com/samhh/bukubrow-host/actions/runs/690696823 Curious if anyone with a Windows machine sees the same thing.

https://github.com/amodm/webbrowser-rs/issues/18