Don Pinkus
Don Pinkus
First off, AirPal looks awesome, way to kill it :) So some useful additions on the data preview: - sort by a column / multiple columns - filter for a...
I'm using the most basic setup to debug a web-based regular React app. ``` import { createStore, applyMiddleware } from 'redux'; import { composeWithDevTools } from 'remote-redux-devtools'; const store =...
Since we don't use the `load()` method for angular-selectize, how should we set the component to be in a loading state? For vanilla selectize, if you use the load() method,...
If you look at the demo (https://josephg.com/perlin/3/) you will see distinct step changes in the color. Why does this occur? How can it be prevented so the colors transition smoothly?...
This gem is awesome and I've used it in the past, so thanks for making it! But now my application lets user's upload files to their own S3 buckets with...
First of all, this gem is amazing and thanks for making it. Second, bitcast.io is sweet, we never knew about it. Issue: Is it possible to set different AWS credentials...