Noah Pendleton
Noah Pendleton
Agree- should match what is done for createColumns- {stroke:"none",fill:"#000",opacity:0}.
I've used this for windows+mac+linux with some success: https://cirrus-ci.org/ Can't speak to the quality though, it was just a dead simple toy project. Seconding `pip install clang[libs]` scheme, that seems...
It seems reasonable to make this change- note also that the `miniterm.py` script is installed to the `sys.prefix/bin` directory when installing pyserial as a package (i.e., `pip install pyserial` etc),...
Hi @koisto , thanks for the PR! Just confirming, with these changes, did this work correctly when running in renode for you?
@rjp I also ran into this issue (specifically with the GitHub cli tool's `--paginate` option), and I ended up with this hacky `sed` one-liner to work around it: ```bash gh...
Nice, I like your approach!
Azure pipelines is another option, which supports all three platforms. Interface is a little clunky tho :/
I change my answer to @nicoddemus 's :grinning: . You have to sign up for the beta but it was easier than setting up azure pipelines for sure.
Hello @hudi84 , thank you for reporting this issue! You'll need to specify the tools prefix as described in the help: ```bash ❯ puncover --help usage: puncover [-h] [--arm_tools_dir ARM_TOOLS_DIR]...
I cross compile for mingw and run emulated, I need this fixed for my snake-go ASAP !!!!!!! Maintainers you have a DUTY to help us. Do you accept patches via...