Jason Gedge

Results 21 comments of Jason Gedge

We'd love this for nushell (see https://github.com/nushell/nushell/issues/893), as we believe `Library` isn't the best place for data of a command-line only app (given how Apple documents some of the subdirectories,...

I think the use of measured is great here. And, if desired, I'm going to add an extension module to number classes (opt-in) that will make this far less verbose...

https://github.com/akubera/bigdecimal-rs/pull/65 is a step in the right direction, giving us a way to at least avoid a panic. I still think it's possible to support these representations, but if this...

https://thegedge.github.io/muzart/. Heavy SVG usage, switching between a few tracks on a guitar tab. MobX for state, and not a lot of effort put into optimizing anything at the moment.

> @thegedge: Did I understand your question correctly? Yep, so I guess my question is clarification on why we need `min_tickets`? If I have a small worker count, I'm pretty...

> This requires intimate knowledge of your request patterns On top of that, it also assumes a happy path. I like a percentage threshold because it could adapt to a...

Another thought, related to DNS: Perhaps we should have a DNS adapter that is separate from the others, and uses a separate resource name, since it's a different upstream. This...

> Hopefully this behaviour would be acceptable for now? I think so. We can call out that fuzzy isn't yet available in windows and link to a bug people can...

Nope, not quite, @georgeteo. We parse the config value and only consider two values right now: `circular `and `list`. Should be easy to add, but apparently the fuzzy mode wasn't...

I think it may be because we moved all of the things related to line editing to a `line_editor` section in the config (we eventually need to get better at...