Michael Milton
Michael Milton
Hi. If I want to simulate subtasks like I do with `taskwarrior`, how can I do this with TaskLite? e.g. with `taskwarrior` I would: ```bash task add Some parent task...
`App.load()` assumes that `url` is a string, for requesting the OpenAPI.json: https://github.com/pyopenapi/pyswagger/blob/333c4ca08e758cd2194943d9904a3eda3fe43977/pyswagger/core.py#L264 However, these are cases where we need more configurability. For example, I've just encountered an OpenAPI endpoint that...
Is there an easy way to return strings from Rust that will become errors, warnings or messages in R? If I remember right, simply returning an Error will just panic...
See: https://docs.rs/crate/extendr-api/0.3.1/builds/567780
I just wanted a place to collect thoughts on what would be required for a 1.0.0 release, which implies a decent level of stability and feature completeness. Once we decide...
* `AltrepImpl` should just be `Altrep` * `Pairlist` should be `PairList` * `eventHelper` should be `event_helper` * `Dataframe` should be `DataFrame` * `Rint` should be `RInt`. Same for `Rbool` etc
Something I've noticed with the current class wrapping behaviour it that it doesn't produce particularly idomatic R code. For instance if we have: ```rust struct Foo { bar: usize }...
There is a general need for validations with a scope wider than just a single series. This includes DataFrame level validations, as well as multiple dependent Series validations, such as...
I realise you've already started implementing [ext4 support](https://github.com/NERSC/shifter/blob/76d0672377986f8783ef09147b552595c1a26734/imagegw/shifter_imagegw/converters.py#L33), but for my shifter use-case I'd love for my image to be able to modify its own filesystem. So just a +1...