Cody Eakins

Results 9 comments of Cody Eakins

@argyleink I like like idea of saving VisBug content changes to a gist, or as regular changes to a local git repository. But how would you correctly save state when...

@argyleink I think we're on the same page then. Especially when you mention: > we'd be sharing the modified static document edited in a browser Creating that static document, however,...

@Rafi993 I think having some sort of state store would be great while working on a site. Keep things fast and in memory. However, when saving a file, I think...

@argyleink I'm game if you want to incorporate Redux or Flux-style architecture into this project. It's definitely useful for keeping state organized, and it would make features like undo/redo possible......

@argyleink That sounds good. Makes sense to me. The `.png` idea is interesting. In my use case, having the source code is more beneficial, but I could see some teams...

@kibertoad That is my work around for the time being... I've seen pros and cons to both methods`. Either way, this is still a bug, correct? It should be fixed...

@kibertoad If it is unsupported, then why not just remove the flag then? Or am I misunderstanding you? One benefit of using `knex` through the command-line is to help keep...

@kibertoad In Knex's current state, a developer has to make certain sacrifices: - They must include a `knexfile.js` in their project's root. - They cannot pass a valid config file...

Right, my mistake. But thanks for understanding. I'll try to make some PRs in the near future to correct this behavior. See if it makes the library easier to use.