Brian Gianforcaro
Brian Gianforcaro
To give some context I am fairly new to the library, but I'm working on updating an older project and have been having good success so far. I think for...
I looked through the branch it looks great IMHO. In retrospect the `unique_span` is exactly what I was hoping for and it nicely solves the issues I was concerned about...
There is a very ominous note here: https://devcenter.heroku.com/articles/cli-style-guide#native-dependencies > [Native dependencies](https://devcenter.heroku.com/articles/cli-style-guide#native-dependencies) The Heroku CLI does not support native dependencies. They will break when we update the node version. Also, native...
Sure, essentially I'm asking for the `cython` special function rules to be encoded in some linter rules. https://cython.readthedocs.io/en/latest/src/userguide/special_methods.html#finalization-methods-dealloc-and-del Here is some some code that correctly allocates and deallocates that memory...
@MarcoGorelli do you think this would be reasonable to implement?
Seems like there is some discussion about previous solutions: https://github.com/pre-commit/pre-commit/issues/1453
That's a good point, I think you could even just publish the existing rust binary as a python wheel.
> Do you have any publicly available software you use for testing of this platform? Unfortunately, I do not. I would be happy to help figure something out if you...
I enabled debug logging of `renode` and I am able to see the instructions to enable the FPU executing, and I see the log messages about the FPU being successfully...
@bazelbuild/triage does it make sense to re-open this, as there is an active PR trying to fix it?