Brian Bugh

Results 109 comments of Brian Bugh

If this idea is acceptable (and are willing to merge in a timely fashion) I'm happy to provide a PR for this.

I'm happy to, but I've made so many PRs for open source projects that get ignored forever, I'd rather hear from @AlexandreBonaventure to confirm that they'll accept it before I...

We have a number of variables (input padding for example) that the layout import of re-importing bootstrap is clobbering. I don't think there's a way that you can re-import the...

@rafbgarcia wow, I cant believe this was already more than a year ago! After a deep dive with all of the options, we ended up writing C extensions, for the...

Having a slot for `#timeout` and/or integrating it with `#error` would be nice too. For example, in the case where an async query times out, we don't want to fall...

The minimum change I needed to make this work for both the CLI and VSCode was to add this to `.prettierrc`: ```json { "plugins": ["prettier-plugin-svelte"] } ```

@ziunio workaround didn't work for me. In my case, I have functions with spread parameters with Types that esdoc is resulting in "undefined". This function: ```typescript thing (...thingConstructors: ThingConstructor[]): number[]...

Is there a known workaround for this, other than killing and restarting the process?

Another possible option would be using the already existing `.balena/balena.yml` functionality, adding a new separate section for "local" mode environment variables. The CLI requires a lot of different switches in...

@mhrisse According to my research and the author of the library, Github uses a customized version of this: https://github.com/gjtorikian/graphql-docs