Emory Petermann

Results 19 issues of Emory Petermann

if i hit ESC quickly after `fd` or Alt-c on a new powershell the prompt disappears from the display until I hit ESC again.

https://github.com/graphile/postgraphile/blob/4164d437e57a30ff00ecbb4675943a0924c54ec9/src/postgraphile/postgraphile.ts#L159 the above is not awaited which leads to my issue I'm trying to export schema.graphql in CI and can't use CLI to replicate complex library usage with plugins. ```ts...

❔ question

I'm running some linting and tests in a docker container with `npm-run-all -pn --silent --aggregate-output lint:* test` The output is as I expect except that it cuts off early because...

Both Foundation and Bootstrap support closing/dismissing alerts with a close button. This is more desired behavior than Ember destroying the view itself, although I agree that it needs properly destroyed...

gfx needs to be updated for mac os support. this does most of the busy work and leaves just the getting the shader pipeline working and changing the backbuffer to...

https://github.com/gfx-rs/gfx/pull/3236/files needs rewrite for shader pipeline changes WIP is on branch gfx-0.6

## Note CI should automatically track build timings on PRs and post the results as a comment. ## Reason This would help keep build times low.

was scratching my head at silent console and plugin silently failing to render with ember 3.10.2 It would be nice if there was an error or warning in the console...

yarn will always output a `\n` in json output between lines so we should use that instead of `os.EOL`

this removes comments because js-yaml 2.x doesn't create AST. js-yaml does have a 1.x branch that creates AST but doesn't have dump function implemented https://github.com/nodeca/js-yaml/issues/282 I wanted to use this...