David Buchan-Swanson

Results 14 issues of David Buchan-Swanson

Suppose you have two windows open, and `.` is current cursor position ``` |--------------|-------------| | | . | | | | | 1 | 2 | | | | |...

bug

### Describe the bug Pretty much all the documentation I've seen implies that `wapm` (and by extension `wax`) _come with_ a `wasmer` install, however `brew install wasmer` doesn't seem to...

🐞 bug
priority-low

Feels like the whole point of `prettier` is that 1 `.prettierrc` sets the config for the whole project. So, to me, it's a little weird that the ruby plugin has...

I think it'd be nice (maybe it happens on `danger.rb`?) for problems that are resolved to be struck out? It makes it hard to track progress and reasons for certain...

enhancement

**Describe the bug** The android emulator seems to permanently "float". I seem unable to tile it. There was definitely a point in the past where it _was_ able to be...

bug

Please provide enough information so that others can review your pull request: ## Motivation original link was broken

I have a GraphQL interface I'm writing a query against. The query executes successfully, but I get an `InvariantError` from here: https://github.com/github/graphql-client/blob/8fb3a8a75e90212d41e5fcf42305e8afac7599fc/lib/graphql/client/schema/possible_types.rb#L44 After looking at the code, it seems like...

### Issue Description To start, I've created a small repro here: https://github.com/deecewan/TimeZoneTest I set up a brand new project (`npx react-native-cli init TimeZoneTest`), and then followed the steps for React...

bug

On a separate project I work on, I have set up a small script that allows you to specify a webhook mock, and a function, and it calls that particular...

### Describe the bug When following the documentation for [createGlobalTheme](https://vanilla-extract.style/documentation/styling-api/#createglobaltheme) with theme contracts, there is a type error: ``` Type '"blue"' is not assignable to type 'MapLeafNodes'.ts(2322) App.css.ts(5, 5): The...