Colby M. White

Results 16 comments of Colby M. White

FYI: it's pretty easy to get most editors to recognize `Bowerfile` as a ruby file. If you're a vim guy, adding `# vim: ft=ruby` to the top your file will...

I believe this is with the API in general, right? Not just slow connections? Doing the following command hangs forever: ``` curl -X GET \ -H "Referer: http://stats.nba.com/scores/" \ -H...

I'll preface my two cents by being honest about the fact that I'm not very adept at the nuance of accessibility. (I'm hoping getting involved with OUI helps me level...

>And that sort of leads into a more general consensus conversation of "what is the actual component being proposed here?" Very interesting @scottaohara. I'm gathering this isn't as far as...

@mateoclarke do you know where that Kuuki bot gets its data from? I can't find the code in @sketch-city's codebase. It says TCEQ, but I didn't see a real friendly...

To be a liitle more precise, here's what I'm seeing from it: ``` $ xiki --version @flash/- Can't launch empty line! $ xiki -v @flash/- Can't launch empty line! ```

@smargovsky , the [example](https://codesandbox.io/s/react-hook-form-nested-9qtck) you linked to from RHF doesn't _have_ to be achieved via form-in-a-form pattern. a `` (or a custom modal component in the example's naming convention) doesn't...

this is typically the same comp structure i personally use. and thus i like this for standard selfish reasons but i'd vote to default to this but then provide the...

love the idea. quick suggestion on implementation. to a certain extent, `dotenv` (which i believe is what is being used under the cover) already supports this via the [`DOTENV_CONFIG_PATH` env...

i think my proposal still works for your "augment with _multiple_ files" use case if you just allow for multiple env names like your proposal states. i.e. `--dotenv-suffix=prod,foo,bar`. (maybe `--dotenv-suffixes`?)...