Josh Santangelo

Results 22 comments of Josh Santangelo

JSON feed uses an "attachments" array: https://jsonfeed.org/version/1 Atom uses ``: https://tools.ietf.org/html/rfc4287 https://www.ibm.com/developerworks/library/x-atom10/index.html RSS enclosure spec: http://www.rssboard.org/rss-profile#element-channel-item-enclosure JSON and Atom support multiple enclosures, RSS doesn't really.

I ran into this too, and just ran `encodeURIComponent` on the effected elements.

I'm on Windows so I ended up just calling out to robocopy instead. Would be cool to do everything in node though.

For GitHub projects you can point your RSS reader to the releases page: https://github.com/ollama/ollama/releases But having one on a blog is always a good idea.

Tried again with `EMAIL_SMTP_ENABLE_STARTTLS=true` ``` ERROR [2024-01-17T18:19:05Z] [BGW] Error Trace: - app/middlewares/setup.go:61 - goroutine 52 [running]: runtime/debug.Stack() /usr/local/go/src/runtime/debug/stack.go:24 +0x65 github.com/getfider/fider/app/pkg/errors.Panicked({0x1eabe80, 0xc0001c2520}) /server/app/pkg/errors/errors.go:40 +0xcc github.com/getfider/fider/app/middlewares.WorkerSetup.func1.1.2() /server/app/middlewares/setup.go:61 +0x4a panic({0x1eabe80, 0xc0001c2520}) /usr/local/go/src/runtime/panic.go:838 +0x207...

The desired output is more like this. [c.svg.zip](https://github.com/svg/svgo/files/4017468/c.svg.zip) In order to get it, I had to create and reference the symbols, which were still ``s and ``s. Even so, SVGO...

I ran into this too. Lines 90 and 100 should be something like: `type : item.enclosure.type || mime.lookup(item.enclosure.file)`

I found that when you run the ImageMagick installer, there is a checkbox to install the header files. Then node-gyp seems to find them. However the compilation still fails. Log...

I just installed the extension on vscode for Mac and got this error after running "initialize repository for gitflow"

I just put a file containing `{}` at the path described in the error to get around this. Feels like the bug is more of a pnpm issue than a...