NyxCode
NyxCode
TODOs: - ~~write more tests for the new functionality of the `query_as!` macro~~ - do some benchmarking to determine how using the new functionality impacts compile times
Is there an update on this? The tokio implementation of named pipes (based on `mio-named-pipes`) is [dead simple](https://github.com/alexcrichton/tokio-named-pipes/blob/master/src/lib.rs) (~100 LOC).
Hey, thanks for the quick response! I now updated the fusion addin as well as PyCharm and the fusionIdea plugin. When I either do "Run in Fusion 360" or "Debug...
Maybe I am missing something here - Are Fusion addons even supported?
@JesusFreke I see, makes sense! > Another approach would be to install your add-in as an actual add-in in fusion, and then set a breakpoint in an event handler or...
I don't know much/anything about how python debugging works, but I suspect the "Debug" button within Fusion starts a debugging server to which VSCode then connects. No idea how to...
@JesusFreke After I enter the hash in the Fusion popup, Fusion freezes and nothing happens in the debugger. The freeze is only resolved by restarting Fusion, stopping the debugger does...
It wasn't working for me, so I wrote an alternative: https://github.com/NyxCode/heaven-on-earth
Totally agree, From & TryInto implementations would be awesome. I'd appreciate a PR!
As far as I can tell, the only attributes valid in this position are - built-ins like `#[cfg(..)]` and `#[cfg_attr(..)]` - derive helper attributes Specifically, attribute-style proc macros are not...