espdev
espdev
@janLuke > ... I don't like click-option-group's help formatting and I prefer to handle that kind of constraints inside functions. Though it's probably easy to modify how click-option-group formats the...
@janLuke > I was pretty sure you were aware of everything had been said in this discussion Yes, I once read this discussion, but switched to something else and forgot...
Hello @koxudaxi, I have an issue with dataclass models with Optional fields. The generator generates invalid code like this: ```python @dataclass class Entry: foo: str bar: Optional[str] = None spam:...
Hello @KalleDK, Click has an architecture that is quite difficult to extend. If you want to do something that isn't built into the click concept, things start to get complicated....
Hello guys, I don't mind. PRs are welcome :)
@michalkvasnicka, I agree that this functionality would be useful to have for more precise smoothing control. I'm not sure I'll be able to get on it anytime soon. Could you...
I just try to open the database with the following code: ```python db = rocksdb.DataBase('{"create_if_missing": true, "version": "1.0", "directory": "./rocksdb/"}') ``` And it works! Guys, could you please update the...
@samuelcolvin Thank you > `v0.26.0b1` is released, please try it, I'll release `v0.26` at the end of the week, see #441. What are the plans for the release?
@gaby They are different tools for different purposes and applications. * arq is a library for job queuing to run background and scheduled tasks * FastStream is a pub/sub framework...
> The search happens in SQLlite, so we could potentially use the REGEXP operator. How would you enter regexp mode? Maybe use something like fzf [search syntax](https://github.com/junegunn/fzf?tab=readme-ov-file#search-syntax) instead of modes?...