Max Held

Results 285 issues of Max Held

it turns out that I can't really finish the refactor to pkg, without refactoring the dashboard. The dashboard is an Rmd with a shiny runtime, which sits awkwardly inside a...

ETL

maybe belongs into hoad, or crossref package. Not sure. https://github.com/njahn82/cr_dump/

the development of the share of open access publications is here listed as one of the criteria for successful transformative agreeements: https://www.coalition-s.org/addendum-to-the-coalition-s-guidance-on-the-implementation-of-plan-s/

I just tried playing with beancount v3, and it appears (?) that `beancount-periodic` does not play nice with beancount v3: after running `pip install git+https://github.com/beancount/beancount.git`, on ``` ; test.bean plugin...

love the plugin; I'd love to pitch in and add more formulae (as mentioned in the docs). Could you give me some pointers of where to start and how you...

it would be super cool to be able to run: ``` bean-query --format=markdown ``` and then continue to convert that to whatever format you need (using pandoc or whatnot). Formatting...

currently, once autobean is done, the postings no longer care carry any `share-`/`share_` metadata, courtesy of (among others): https://github.com/SEIAROTg/autobean/blob/b2905ec42ce140fd9261c973aa4113dabc034e77/autobean/share/policy_lib.py#L133-L138 I'd like to be able to still see this metadata on...

I sometimes find it useful to be able to see text fields (notes, but also narrations etc) *wrapped*, like so: ```css .journal .description { flex: 1; padding-left: 8px; overflow: hidden;...

this works: ```r pak::pkg_install("git::https://github.com/tidyverse/ggplot2.git") ``` this fails: ```r pak::pkg_install("git::https://hooli.local/foo/bar.git") # website with self-issued certificate ``` with ``` Error: ! error in pak subprocess Caused by error: ! Could not solve...

bug