Constant Meiring

Results 17 comments of Constant Meiring

``` Loading development environment (Rails 3.2.6) irb(main):001:0> Cashier.adapter NameError: uninitialized class variable @@adapter in Cashier from /usr/local/opt/rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/cashier-0.4.0/lib/cashier.rb:7:in `adapter' from (irb):1 from /usr/local/opt/rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/commands/console.rb:47:in `start' from /usr/local/opt/rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/commands/console.rb:8:in `start' from /usr/local/opt/rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/gems/railties-3.2.6/lib/rails/commands.rb:41:in `' from...

Thanks @lukes - I ended up not using Cashier, but will try it again in the future.

Hooray for this issue! I've been searching for hours and couldn't figure out why axlsx generated files won't open in OSX Preview. As said previously, it works with `use_shared_strings` is...

@raajshekhar the selected object is passed as a param with the `onSelect` event, eg: `:onSelect="getData"` ``` methods: { getData: function(userSelectedObject) { console.dir(userSelectedObject); } } ```

If you're using more than one autocomplete, it might make sense to wrap them in a parent component and then keep the relevant data you'd like to access there. Otherwise,...

@salvatorelapi you need to specify autocomplete as the ref for the child component, after which `this.$refs.autocomplete.setValue(string)` will work: ``` ``` You can then set the value through: ``` export default...

Looking at https://github.com/vigetlabs/blendid/blob/gulp-starter/gulpfile.js/tasks/browserSync.js, it seems that it should be injected into the browser somehow, but I have no idea how webpack middleware works.

Okay, I think I figured it out. Webpack doesn't generate an actual file in development. It builds the JS pack in-memory, and it gets served by the proxy (webpack-hot-middleware). Something...

Using the `colmap/colmap:latest` Docker image works to run it headless on Linux, but it doesn't use the GPU.