Nat

Results 23 comments of Nat

@sdispater I'm still not sure how/if negative durations should be handled, but this should otherwise be good to go. I.e. Would "P1M-1D" or "-P5D" be valid ISO8601 duration strings? I...

Hi @sdispater, I would appreciate your thoughts if you have a chance.

Thanks from the bumps, just waiting on some input from @sdispater or another authority on how negative durations should be handled. There's a few other PRs pending, so happy to...

I'm still waiting on a response and some input from @sdispater Happy to rebase and fix conflicts after that.

Not from my end :slightly_smiling_face:

Try using python 3.9.x for now. Brownie does not currently support 3.10 - at least because the vyper dependency doesn't yet (see vyperlang/vyper#2548)

Setting the channel to bounded, without doing much else, could cause similar trouble with the message sitting in a waiting tokio task instead of the channel. Instead, you'd likely want...

(Note: this extra syntax is all accepted as valid by npm even in strict parsing mode ("loose": false))

@pombredanne This approach would resolve the downstream bug I encountered (where the project accepts "npm style" versions, and the python implementation will sometimes reject version strings that are accepted elsewhere)...