Brett Dudo

Results 16 issues of Brett Dudo

When running `annotate`, models fail when they define virtual columns. ``` Unable to annotate app/models/my_model.rb: undefined method `sql_type' for :string:Symbol ``` Where MyModel has ``` class MyModel def self.columns #...

You can drag and drop requests around... any plans for allowing drag and drop organization of folders? Can I manually edit the json? Awesome product, btw!

I have a demo here https://codesandbox.io/s/morning-waterfall-6brec?file=/src/App.js click the blue box to have it move back and forth between parent elements. Is there a way to get a smooth animation here?

Hello, folks! We're cleaning up our logs, and decided it would be prudent to lose `info`. I'm sure there are several places where this would come in handy, but I'm...

Let's say I have an hstore that's all integers, or all booleans. Could we do something like `hstore_accessor :options, all: :boolean`? Maybe even something dynamic? If the attribute is 'true'...

enhancement

This is my code... I'm still asked to login, though. Any idea? username and password are **_definitely_** correct. ``` def _reverse_proxy(endpoint=nil) @url = Settings.wordpress.url @path ||= [endpoint, params[:path]].compact.join.gsub('//', '/') reverse_proxy...

## tree ```sh . ├── base │ ├── graphql-federated-gateway │ │ └── kustomization.yaml │ ├── person-service │ │ └── kustomization.yaml │ └── kustomization.yaml ├── components │ └── flux-automation │ ├──...

kind/bug
needs-triage

Hello! Great little library here. I'm wondering if you'd be open to a change that allowed additional area codes to be injected into the gem? That way we wouldn't be...

Hello! How do you feel about adding style to ModalLink? seems like an easy add on https://github.com/davidmfoley/react-router-modal/blob/master/src/modal_link.js#L56. `linkStyle`, perhaps?

After initializing a list, how would you add things to the list, and have the new element shift everything around nicely?