toddself

Results 48 comments of toddself

@rachelnicole you might have a look at [level](https://github.com/level/level) or [PouchDB](https://github.com/pouchdb/pouchdb). PouchDB is pretty awesome since you can use it on the front end (using whatever your browser supports) or on...

@DanielMazurkiewicz i just wrote this tool though: https://github.com/toddself/package2toml that will read in your package.json and generate a Package.toml file from it!

@ForsakenHarmony personally i've never enjoyed YAML as a specification format. [yaml: probably not so great after all](https://arp242.net/yaml-config.html) covers a lot of the issues I have with yaml. also rust's cargo...

Even if I'm updating props vs state, if I update it post model-state-change, I still need to be able to notify the component after the fact. Rather than use the...

I feel like dynamic model attachment might make some good sense for some (ab)uses of barracks as decoupled from the choo-ecosystem. I haven't delved too deep into the code here...

Would love to see this get merged. Open to suggestions or improvements to make this happen

Sure it's a few years later...but!

[Here is a gist](https://gist.github.com/toddself/1195cd542dd96fe0001035c0f70535a8) of our grammar file (converted to JSON with season) And this is how we're loading it: ```js const codemirror = require('codemirror') const atomGrammer = require('codemirror-atom-modes') const...

Sorry I've been super busy with work recently, let me take a look at this @newtonianb . Thanks for the heads up @thlorenz.

This is a troubling line: `Error: Cannot find module node_moduleromotelibexport-remote.js` Being that should read `node_modules/bromote/lib/export-report.js` Do you have some odd escaping on?