Brion Fuller

Results 7 issues of Brion Fuller

In Windows, Source mapping contain a backslash and not a forward slash. This causes Chrome to think the whole path is the file name.

windows

The current model for creating instances (GameInstance, TextureInstance, etc...) can have some weird behavior. Especially with newer bundlers that utilize native esm imports. One example is when you want to...

Missing dependency `bitecs` when initial installing phaser 4. This is listed in the package.json as a devDependency which causes it not to be installed when it is a dependency. Workaround:...

Currently, customElements and redirect focus to a child element make the child element unelectable in Cypress. This kind of thing is needed for handling form support and making sure focus...

type: bug
pkg/driver
stage: ready for work
stale

# Description The main and types field where pointing to non-existing files in dist/src/index.tsx. These files are instead generated at the root level. Some bundlers require this to be a...

BUG: When I want to error for unknown fields, I cannot do that with the current UnmarshalJSON functions on the created type. Example: ``` package main import ( "encoding/json" "fmt"...

## What is the underlying problem you're trying to solve? Today, I have services that act as a delievery pipeline for downstream services. We are looking to parse the outer...