Charles

Results 40 comments of Charles

I could reformulate: is there a way to turn the problem around and use `allow_prereleases = true`(because I need prerelease versions of some packages) but explicitly disallow prerelease versions for...

@gsemet So `==1.2.*` would include prereleases, but `>=1.2,

Sorry, I thought you couldn't pin prerelease versions without using `allow_prereleases = true`. The problem is less critical than I thought, then.

Hmm, I think I understand. Thanks for answering, and sorry if this already has been discussed, I couldn't find an issue matching my question. How about this: if a package...

Honestly I don't think complicating the BaseType is necessary. A simple Nullable type wrapper that checks for None or the inner type is both clear and easy to use: ```...

Oh, right, because the required check doesn't pass on `None` values. Yeah, I'd like that too. My opinion is that the required check should only check if the field was...

Thanks @sbazerque! I believe some of those solutions also share some of those properties. IPFS & IPLD also use merkle dag as basis of implementation. hypercore is based on a...

To be clear, I'm not seeking to compare projects in order to find a winner for a particular use case. Obviously, there will be differences in implementation and performance relative...

Any update on this? Is it still on the road map? Mixins are a core feature of the language, I don't think this is an edge case. I know it...

I'm also encountering this error when using tmuxp. But there aren't any newlines in my commands. Here's my session file: ```yaml session_name: system windows: - window_name: monitoring layout: tiled panes:...