Henry Schreiner
Henry Schreiner
I think this is related: I want to make a attribute like this: ```python mass = attr.ib(-1, converter=lambda v: None if v < 0 else v) ``` However, after fixing...
Thanks! That does trick it in a better way than ignoring the type. It's also easy to use a typed variable (`minus_one: Optional[float] = -1`) since I have the same...
I would recommend ignoring minor updates in the official actions, otherwise this would become annoying. Something like this: ```yaml version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem:...
Yes, thoughts are just slow coming. :) I looked into this a bit, and have some general ideas. I'll try to collect my ideas and would be happy to have...
I’ll write it up when I get home today. :) Edit: midday/evening tomorrow, too late now.
I've previously talked briefly with the author of argcomplete: https://github.com/kislyuk/argcomplete/issues/116 It would be nice to be able to reuse as much as possible from argcomplete, possibly even have a general...
There are several ways to go. Argcomplete looks in the first X bytes of a file to see if a special string is there. If it is, it then runs...
Sounds good. I use fish, so will probably will try to extend it to fish once fairly far along.
I've given you access so you can make a branch directly in the repository, if you'd like.
I think it only exists as an example: https://github.com/thrust/thrust/blob/master/examples/strided_range.cu