hejops
hejops
I can confirm that 1.77.2 gets the build working with `sqlx` 0.7.4, however 1.77.2-slim (as introduced a few pages later in the book) fails to build for reasons related to...
Would this involve editing `userContent.css` as in `guiset`, or can the CSS rule(s) just be loaded into memory somewhere?
Alright, thanks for having a look at it. I have very little experience in writing vimscript, but if I ever get a chance, I'll give it a try.
The defaults definitely tripped me up when I copy-pasted them after just skimming!
Possibly related; writing genre to a file creates corrupt v1 tags. This file did not previously contain v1 tags: ``` mp3 = m.MP3File(f) mp3.genre = '...' mp3.set_version(m.VERSION_2) mp3.save() Tag 1:...
Great suggestion! Generally I use bookmarks without search queries (e.g. foo bar.com), so I made a crude workaround to do that; just replace the same `if` block as follows: ```...
`go version go1.23.0 linux/amd64`