TJ Stankus
TJ Stankus
@jackbaty I hit the same issue with cycling and it was resolved by putting that setting in the `after! org` hook of my doom emacs config. I'm not sure what...
AFAICT streaming is not directly supported. However, I was able to get a stream in the response body with this code: ```elixir # returns {:ok, %Tesla.Env.t()} # env.body contains a...
Was bit by this bug as well. The code in `oauth.py` looks for the environment variable `EVERNOTE_DEV_TOKEN`. Setting that worked for me and should be more resilient to code changes...
I looked into this and it seems related to the fact that `attribute_set` is class scope. Changing `attribute_set` to instance scope seems fraught with backwards incompatibilities. @solnic do you have...
Cool, thanks for the clarification.
Thanks for the feedback @solnic and thanks for getting this conversation going @davidcole. I'd also be very interested in a Virtus 2.0 roadmap. @davidcole and I work at the same...
@solnic Yes, I've been keeping an eye on ROM and look forward to trying it out. Our data source is, more or less, a big, flat JSON hash, which we...
@solnic I'm not sure if "simple" is the best word, but for virtus-mapper we use lambdas, for example, when we need to dig through nested keys, like in the `address`...
Is it possible to respect the `:start-of-week` setting that already exists in Logseq?
This still seems to be an issue. I rolled all the way back to org `9.6.30` to get `org-insert-structure-template` to work: `(package! org :pin "071c6e986c424d2e496be7d0815d6e9cd83ae4e6")`