Dusty DeWeese
Dusty DeWeese
I found that Rayon segfaults in my app after recently updating `rustc`, so I ran `cargo test` on that project. I ran `git bisect` to narrow the commit down to...
#### Proposed Behaviour Modify the vtr_flow scripts to allow running tests multiple times to compensate for variations in runtime on a single machine. #### Current Behaviour Currently, the vtr_flow scripts...
This fixes a bug where changing the width of a parent affects a child's percentage height value.
This fixes #2167. I suspect that the timer needs to be reset after suspending, but I can't find anything on it yet. Note that removing this case causes the match...
- [x] Tested on all platforms changed - [ ] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users - [x] Updated documentation to...
Static URLs are checked in at: https://github.com/SymbiFlow/symbiflow-examples/blob/master/docs/getting-symbiflow.rst These should be updated automatically somehow to the latest version. Related: https://github.com/SymbiFlow/symbiflow-examples/issues/28, https://github.com/SymbiFlow/symbiflow-examples/issues/108
The --no-use-pep517 flag is needed to select between shared and static installs because there is currently no way to pass flags with PEP517. Relevant issue: https://github.com/pypa/pip/issues/5771
Context from https://github.com/SymbiFlow/fasm/pull/28#discussion_r538879153: > > @mithro mithro 17 hours ago Member > > [optional] I wonder if these should be fasm.parser.filename and fasm.parser.string. Then maybe you can do either; >...
Context from https://github.com/SymbiFlow/fasm/pull/28: > > > Are the docs from the Python code and C++ code getting included into the sphinx output? > > > > > @mithro I ran...