Ben Sidhom

Results 50 comments of Ben Sidhom

I think the use case for actually using scalars on the right is more obvious if you consider rate units. For example, `1/(30 mpg) -> L/(100 km)`. It would be...

(Note that the above is what GNU Units does when producing output units.)

Those bugs seem to relate to a `~/.inputrc`-like config. The existence of [`InputMode`](https://docs.rs/rustyline/13.0.0/rustyline/enum.InputMode.html) and the [vi mode section](https://crates.io/crates/rustyline#vi-command-mode) on crates.io suggest that this can be enabled somehow in rustyline. (I...

You’re right. I wanted to say “pseudo terminal emulator” to describe that but I didn’t mean ptty. A true terminal emulator would give better fidelity and parity with the cli...

This is a great idea. I'm not sure how GH hooks work or what the scope of this is, but if we just wanted to auto-push the `master` branch to...

NOTE: At the moment, I'm only considering the core Numbat calculator app as being "in scope" for the PWA, but I assume we could easily cache the docs for offline...

It looks like there are already icons. I'll need to check whether those already cover the obvious platforms, in which case we can check that off. 🙂

Where did you hear about lack of Firefox support? It used to work. (Not sure about _mobile_ to be clear; since what you typically care about with PWAs is offline...

More specifically, we can project compatibility onto the dimensions we care about: - [Service workers](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/serviceWorker#browser_compatibility) - [WASM](https://developer.mozilla.org/en-US/docs/WebAssembly/JavaScript_interface/instantiateStreaming_static#browser_compatibility) And that's basically it. If we wanted to get fancier and maintain some...

Just noticed #261 while searching for similar issues. That contains a discussion about pipelines and partial function application.