Brian Bugh

Results 55 issues of Brian Bugh

Hi! 👋 Thanks for the great tool. It would be VERY nice to use overmind from a subfolder especially with monorepos. Many tools like gem, bundle, rake, rubocop, etc. allow...

Hi! 👋 Very cool gem. It's quite possible that I'm misunderstanding the intent, so this may not be a bug. Whenever I re-visit a Turbolinks page that has a `render_async`...

**Reporting a bug?** When compiling, I am seeing these errors: ``` Starting compilation in watch mode....yarn/$$virtual/vue-i18n-virtual-8387eb67eb/0/cache/vue-i18n-npm-9.1.6-66ae7003f6-6da7c84c88.zip/node_modules/vue-i18n/dist/vue-i18n.d.ts:3:34 - error TS2307: Cannot find module '@vue/reactivity' or its corresponding type declarations. 3 import...

Status: Review Needed

I was looking at what it would take to have inline warnings in VSCode, and testing with master mint to use `lint --json`. The json that the linter outputs an...

enhancement
tooling

Raised from trying to add tests for #453. I need to check a `!= 0` or `> 0`, which does not seem to be available in the testing framework. Since...

tooling
discussion
stdlib

The generated function arguments `m`, `n`, `o` can conflict with the actual JS values (particularly `n` which is not uncommon as a variable name), causing weird errors. Given a module:...

language
feature request

It appears that the issue preventing a single selection (a la Sublime/Atom) has had some progress with an example API and some request for comment: https://github.com/Microsoft/vscode/issues/426 Comments for QuickPick API:...

This is from a new Rails 7 + devise + simple_form. Running prettier-plugin-erb produces the following output: ```diff diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index bcebb40..22c7d25 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb @@...

## Summary 1. We have some configurations that we want to share across the team without needing to customize everyone's global earthly configs, particularly for less tech support for our...

When doing `earthly org list-permissions`, it lists my personal addresses instead of my org address. Having some kind of identity selection on `org` command would be nice. ``` /org-name/ b########@#####.###...

type:enhancement