Solomon

Results 30 comments of Solomon

https://blog.poisson.chat/

I see. I would be happy to help out with this but I'm not very experienced with JS or writing mocks.

Did you ever resolve this issue? I believe I am having the same problem.

If this is still desired, I would like to take this issue on.

I wrote a stubfile for SortedList and SortedListWithKeys. I've never written a type hints for someone else's project so I'm hoping to get some feedback before I continue with the...

Thanks for the feedback. The Orderable type alias seemed questionable to me but I went with it as an initial draft. I'm assuming that in this type of situation the...

PEP484 has a [solution](https://www.python.org/dev/peps/pep-0484/#type-variables-with-an-upper-bound) using a Type Variable with an upper bound. Any type replacing the type variable must implement the `__lt__` method. This ensures only types with inequality are...

Whats the status on flake support in `morph`? I've been holding off on migrating from `nixops` until this was ironed out.

I'm encountering the same issue. I can install 3.3.2, 36.0.2, but nothing in between or greater then 36. Here is a flake to demonstrate: ``` { description = "Mach Nix...

> Many of your examples of the prompt's inconsistency essentially stem from the problem that we don't exactly know which part of the currently entered prompt the user wants to...