Teodor Heggelund

Results 103 comments of Teodor Heggelund

That was it. 1. No upgrades -> no git URL changes 2. Upgrades -> potential unwanted git URL changes. Thanks!

Perhaps a better alternative could be to print a warning, then retry without authentication. Preference, @borkdude?

> Perhaps a better alternative could be to print a warning, then retry without authentication. It appears this won't work. From local testing, invalid Github token _works_ from Github's API....

`clerk/col` appears to be a decent alternative to `clerk/fragment`: ```clojure (tap> (clerk/col {:x 1} {:y 2})) ``` ![image](https://github.com/user-attachments/assets/4fa85017-40fe-479d-b682-98b135780471)

@keturiosakys hey! Do you have any other files in the folder you're running `neil`? Specifically, do you have a `bb.edn` file?

Ok, cool! Let's try to fix this. - Can you share the content of your `deps.edn` file? - Do you get the same error if you run Neil in a...

Partial workaround: use [entr][1] for reloading. `nbconvert` doesn't support serving without opening a new browser tab, which means you will have another browser tab opened on each reload. ``` ls...

With the bbin changes in 64025cc, I can install the `fail1` script from https://github.com/teodorlu/bbin-testdata/tree/e8c5a94f042a73076010d04948139c2590a313ab/fail1/ without issues: ``` $ git rev-parse HEAD e8c5a94f042a73076010d04948139c2590a313ab $ pwd /Users/teodorlu/dev/teodorlu/bbin-testdata/fail1 $ bbin-dev install . Starting...

> @teodorlu Cool. Perhaps bb.edn should be prioritized over deps.edn, what do you think? Yeah, that's probably the right choice! I'll make the change.

> Thanks for the PR, taking a closer look now. Note: currently, this is just a start! But I wanted to put some code up so that we can discuss...