Simeon Widdis
Simeon Widdis
The Python resources contain the following excerpt: > Note: there are currently two versions of Python that are commonly taught and used -- Python 2, and Python 3. Python 3...
This is a bit of a tall order but I reckon it will be doable. We need to go deeper. Writing the compiler to output Python will probably be most...
### Issue description When writing code which doesn't capitalize the control flow keywords (`to` below), the error message is very opaque. ### Steps to reproduce the issue Run the following:...
This PR implements a very simple method to allow the log rate to vary over time. The fuzz variable indicates how much time might be added or subtracted from the...
For some applications, it may be desirable to have the rate of generated logs be variable. The rate could be configured to roam between a range of logs per second,...
The `nannou::geom::path::Builder` doesn't expose the internal `lyon::path::path::Builder`'s `end` method, which leads to validation panics when a path is built outside of release mode. Reproducable example (must be run without `--release`,...
### Description Updated the maven artifact location per #2466 ### Issues Resolved Closes #2466 ### Check List - [ ] New functionality includes testing. - [ ] All tests pass,...
https://user-images.githubusercontent.com/31739405/233336538-7489b6db-3128-48a1-9dc9-75cc6b907b1e.mp4 # Integrations CLI Design ## Purpose Provide the user a simple UI to work with integrations, including: creation, packaging, and publishing. ## Background Users don’t have access to a...
**Is your feature request related to a problem?** The Kotlin [KDoc Spec](https://kotlinlang.org/docs/kotlin-doc.html) does not recognize the `{@inheritDoc}` annotation. Instead it automatically inherits documentation from one layer up. There are currently...
I think this is meant to be a bug report (either in our plugin or in this build repo) but I'm not 100% sure what the bug is or where...