Tate Barber

Results 18 issues of Tate Barber

When I have a `` and I run `$('.swatch').swatchify();` multiple times on the same DOM element, multiple swatches are produced. Would be great if `swatchify()` checked if the DOM element...

While calling `this.destroy()` on an `Ember.Component` it looks like the `isDestroyed` property remains `false` even after the `willAnimateOut`, `animateOut`, & `didAnimateOut` sequence has fired.

### Is your feature request related to a problem? Please describe. I'm exploring [deno](deno.land). I'd like to have a Deno port of this project's packages. ### Describe the solution you'd...

It would great if this could be used as a bower dependency.

The `@grpc/proto-loader` package allows for on-demand loading of `.proto` files in order to dynamically create a node server or client. There is a pretty good example here: https://github.com/grpc/grpc/tree/v1.17.1/examples/node/dynamic_codegen A few...

I use mobile-up responsive styling, therefore, when I have two media queries while using MQ condensing, I get the larger media query higher up within the sheet and the smaller...

If I have a volume mounted with an existing WP project (that contains a wp-config.php file). The start.sh file does not generate or output a MySQL user or password. Additionally,...

I kept getting errors while working with the DigitalOcean driver. Here was my basic setup: ``` require "chef/provisioning" require "chef/provisioning/fog_driver/recipe_dsl" with_driver "fog:DigitalOcean" fog_key_pair 'password_protected_rsa' add_machine_options :bootstrap_options => { :image_distribution =>...