Benedikt Maag

Results 4 issues of Benedikt Maag

I'm developing a plugin called pymat built with maturin and deployed as a wheel to a (company) network drive. The folder contains all versions of the plugin and im trying...

bug

Installing the example plugin works when directly declaring it in the prompt: ❯ : uv pip install pyplugin --extra-index-url file:\\C:\temp\simple\ Resolved 1 package in 11ms Installed 1 package in 19ms...

error messages

I'm currently writing a (company internal) library with one module behaving somewhat similar to python ctypes but im programming it in rust using pyo3. I have implemented fix sized types...

enhancement

I'm developing a proprietary python plugin using pyo3 to ease software testing for embedded deviced. It's somewhat like the ctypes plugin but provides more capabilites for our specific needs. For...

bug