Brent Hagany

Results 9 comments of Brent Hagany

I've solved this for my case using this small patch: https://github.com/prettier/prettier-emacs/pull/37. Example configuration is in the description. Hope that helps!

I just hit this myself when I accidentally upgraded ledger. I had to use `--plot-amount-format '%(format_date(date, "%Y-%m-%d")) %(-quantity(amount))\n'` when using `-j` / `--amount-data` to work around it.

I have been watching on the sidelines with interest, and this certainly piques it. I think a company is probably in a good position to undertake the kinds of maintenance...

fortuitously: https://clojurians.slack.com/archives/C06MAR553/p1607889886125600 and for posterity, from Michiel Borkent on Slack: > Babashka 0.2.5 offers integration with tools.deps for bb scripts and for invoking a JVM clojure process: https://github.com/borkdude/babashka/blob/master/CHANGELOG.md#v025 For questions,...

I should also mention my sources for how to work with a manifest. The spec is here: https://w3c.github.io/manifest/, and this was useful for seeing how it's actually supported in browsers:...

I've split this PR into a few more parts (#203 and #205) so that they can be considered individually. I will also be updating this PR soon to improve functionality,...

@podviaznikov I've made a few improvements, and I believe I've addressed your comment on the docstring (you were right). Let me know if you'd like to see other changes.

Hi Nico! Sorry for the slow responses lately. I'm trying to ramp back up on Perun after an unplanned break due to starting a new job. I'd like to get...

I was helped by my own comment, so I'm back after another accidental upgrade with a slightly different fix -- after upgrading to 3.3.2 (unsure of the previous version) I...