Curtis Dulmage

Results 10 issues of Curtis Dulmage

This has been happening for about a month. Everytime I open Steam, instead of the Taskbar > Steam icon indicating that it is running, I instead get a SteamLink app...

I noticed that my `Xbox Elite Series 2` controller - which is paired via `Bluetooth` - does not "rumble" in games. It does vibrate upon connection _(there is a pairing...

I notice that sometimes, closed apps do not disappear from the Taskbar _(area in the bottom left of the screen)_. When this happens, various strange things will occur: 1. Hover...

I did some software updates about a week ago, and afterwards, the desktop shortcuts changed to include `(on bazzite-arch)` in their names. Clicking them doesn't actually launch anything. So I...

coming soon... also, consider changing to "Drawing board"

examples

This PR exists to show what files need to be added / edited in order to complete the [new page generator](https://github.com/Shopify/draggable/issues/110). @Promhize , if you are still interested in taking...

examples

Without the `?component` param at the end of the `.svg` import, VsCode reports the import as a `string`. Only by appending the `?component` will VsCode report it as a `FunctionalComponent`:...

I have a single page site. My **index.html** is compiled from **main.html.haml** which is my site template. Within this file, I include several partials like so: ``` javascript = Haml::Engine.new(File.read('dev/haml/_head.html.haml')).render...

bug

- **On the following page:** https://codelabs.developers.google.com/your-first-webgpu-app#6 - **Under the following section:** `Use the ping-pong buffer pattern` You give an example of "ping-pong state" for the reader to try _(but not...

### Problem `@media` logical operators get transformed incorrectly. ### Context - If I write `@media (width < 100) {}`, that means I want styles to apply when the `window` is...