Cyle Ven Dawson

Results 7 issues of Cyle Ven Dawson

Are there plans to support Flutter Web at any point? There is a Notification API in JavaScript, so I imagine it is possible.

help wanted

In a newly created Flutter project, VS Code is showing me that all symbols related to Flutter (as well as most of the Android ones) cannot be resolved. I am...

bug
dependency resolution

I am trying my hand at some embedded Rust development on a Raspberry Pi 4B, and one of my dependencies (`cortex-a`) depends on this library. My toolchain uses the stable...

I am finding when making a grid of cards that what looks nice on a screen width of 1920 may look awkward on a 4K screen. Either the cards look...

https://codesandbox.io/s/lucid-hill-1t9dv So, the operation of the demo is a little weird, but it was the simplest example I could come up with. If you click "Switch to modal", click the...

I am trying to follow https://vulkan-tutorial.com/ except using Go. I have done the tutorial once in C/C++, so I have a basic understanding of Vulkan (emphasis on basic). I also...

I am trying to use these features for a dev container. I have the following configuration: ``` { "name": "My Container", "image": "rust:bullseye", "features": { "ghcr.io/lee-orr/rusty-dev-containers/cargo-binstall:0": {}, "ghcr.io/lee-orr/rusty-dev-containers/cargo-watch:0": {} }...