Teodor Heggelund

Results 34 issues of Teodor Heggelund

Hi! Great docs at https://pkg.go.dev/github.com/beevik/etree Perhaps place a link there that's easy to find? Like homepage, or a bit further up on the readme? Otherwise, thanks for a great library!

`slurp` has been used before, and isn't pure: `(slurp "file.txt")` depends on the contents of `file.txt`. Thanks for the great book :)

This PR rewrites generateCodeVerifier to not require the "randombytes" package. ### Motivation and Context As of today, I cannot use `swagger-ui-react` in my Vite.js application without polyfills. When I try...

### Issue: Weird behavior inserting parentheses on Norwegian keyboard Hello! Thanks for creating Maria. Seeing how smooth the experience is has motivated me to dig into Clojurescript. I'm observing weird...

bug
commands/keys

Hey! _disclaimer: There are many moving pieces of sicmutils I don't understand; I find this to be quite difficult._ NOTE: this paper, which discusses "dimensional algebra": https://fermatslibrary.com/s/can-one-take-the-logarithm-or-the-sine-of-a-dimensioned-quantity-or-a-unit-dimensional-analysis-involving-transcendental-functions#email-newslettter Also note the...

type
kernel
researchy

Hey! As a quick way to look at clojure data, I like to use something like: ```clojure [:pre (with-out-str (pprint data))] ``` So if I could use `cljs.pprint`, that would...

As suggested on Slack, 1. I first naïvely ran it in a folder without a deps.edn file, and spent some time figuring out why it didn't work. 2. Then I...

Entrypoint for `neil dep versions` appears to be missing from the global helptext. But the command works fine :) ``` # On master, as of 2022-08-16 $ (cd ~/dev/teodorlu/neil &&...

Hey! Thanks for a great tool, it's such a fine help when pulling stuff out of my Roam DB to communicate with others. ### How to reproduce Paste into into...

Reading https://github.com/weavejester/ragtime/wiki/Concepts, I see this: ``` user=> (ragtime/applied-migrations db) ("add-foo") ``` When I tried running `(ragtime/applied-migrations db)` in my own project, I got this error: ``` 1. Unhandled clojure.lang.ArityException Wrong...