andrew-goldie

Results 5 issues of andrew-goldie

### Before submitting a new icon request, please confirm the following: - [X] I have [searched all issues](https://github.com/Templarian/MaterialDesign/issues?q=is%3Aissue) to make sure there isn't a request for this icon. - [X]...

Icon Request

**Is your feature request related to a problem? Please describe.** We have a couple of use cases where actor state needs to expire reasonably quickly. In the general state store,...

enhancement

Drawing a non-closed (open?) curve requires lower-level use of lyon crate just to get to the end(false) method. ``` use nannou::{prelude::*, lyon::{geom::euclid::Point2D, path::Path}}; let mut b = lyon::path::Path::builder(); b.begin(Point2D::new(0.0, 0.0));...

### Use case Deploying lightweight NATS-based microservices on edge devices is a compelling architecture for many applications and probably represents the most significant architecture of the near future. Some immediate...

enhancement

Following first part of React example using deno version 1.32.5 on MacOS Ventura 13.3.1. ``` deno run --allow-env --allow-read --allow-write npm:create-vite-extra ```` Selected `deno-react` template and `TypeScript` variant. cd into...