Dustin Farris

Results 128 comments of Dustin Farris

1. start up emacs (i use doom) 2. open my `journal.beancount` file 3. start typing a new transaction this is what i type ``` 2022-01-02 * "something" ex ``` As...

i should also mention this is the first time i've tried using the rust language server in emacs. was using vscode until now which works fine for me.

also, my `journal.beancount` is over 40k lines in case that matters

These changes look really great—if I'm reading correctly, this will greatly simplify (eliminate?) mutationHandlers.

@mattkrick thanks, yeah i figured that much out. i do think there should be an error from cashay for such a mutation that selects live fields—but feel free to close...

@slaivyn I was not able to get this to work. I ended up running the query manually: ```js const { data } = cashay.getTransport().handleQuery({ query, variables }); ```

Quick update: - I am almost done with an ember addon that will generate a client-safe schema auto-magically (via broccoli) and provide the necessary boilerplate for cashay's redux reducer (via...

broccoli plugin is finished and working: https://github.com/dustinfarris/broccoli-cashay-schema I am almost done with ember-cashay, an Ember addon that will make using cashay a one-liner at the command prompt. ~~Hope to release...

ember-cashay is now on GitHub: https://github.com/dustinfarris/ember-cashay This initial implementation proves that cashay and ember can work together (and remarkably well, I might add). Working now: - automatic generation of client-safe...

Update: [ember-cashay v0.1.0 has been released](https://github.com/dustinfarris/ember-cashay/releases/tag/v0.1.0) and works beautifully. I am working on support for mutations (mostly just adding tests to make sure everything works as designed) and will then...