Tim Wisniewski

Results 142 comments of Tim Wisniewski

Hi! Unless I'm misunderstanding, this should happen automatically, via the steps argument. Would you paste a code sample to illustrate what you mean? (Either here or via codepen.com)

Hi @bariscope here's a slimmed down codepen to illustrate: https://codepen.io/timwis/pen/zYLzZaQ?editors=1011 It doesn't exactly match your image, but it's closer. Do you know the algorithm used to generate the buckets/breaks in...

@nickpeihl I'd recommend putting "isLoading" into your state and having your effects start by calling a reducer that sets it to true and then set it to false when the...

Here's a hacky workaround... ```js const babelrc = JSON.parse(fs.readFileSync('.babelrc', 'utf8')) new BabelEnginePlugin(babelrc) ``` I'm actually getting an error about `Unexpected token operator ` but that's probably because one of my...

Pardon the necro but I just wanted to chime in to point out that it seems the hold up here is around optimization for production; I'd like to suggest that...

https://buefy.github.io/#/documentation/dialog

Another thing to keep in mind is that once we add the concept of "linked tables" (foreign key columns), we'll need the foreign table to have a primary key. So...

Having some trouble with the CSS. Here's a test case: https://codepen.io/timwis/pen/zzqvPy?editors=1100#

Knex's [events](http://knexjs.org/#Interfaces-Events) are probably a good way to catch these.

jan in couchdb irc suggested that hapijs' http proxy feature lets you rewrite couchdb's session tokens into jwt and back