Sebastian Johansson

Results 24 comments of Sebastian Johansson

Yeah, I've been stuck with snouts.online since that went down. It should probably ask you if you want to remove it without logging out if the server either doesn't resolve,...

It's probably the same as issue #493, where the app fails to read links that aren't punycoded in the HTML representation.

Yeah, I really can't use it until there's a way to make it less busy, things that could be removed off the top of my head: - warning stripes on...

Made a post that reproduces it [here](https://masto.fuzzy.systems/@ChlorideCull/106063609552360924). It shows up as a link on the page if you open it on the browser, as well as on the local front...

@fihu Looking at [that toot's JSON representation](https://norden.social/@fihu/106402321310245705.json), it seems the link has two unicode "ZERO WIDTH NO-BREAK SPACE" characters before the link in the content, that probably breaks the link...

Kinda reviving this here - are people still interested in this feature? I've been considering implementing Windows 7 style "pinning", since it's a pretty significant part of my workflow.

Using something like PostgreSQL instead of SQLite should be simple, as they are both pretty good at following the SQL standard(s). In fact, SQLite was written based on Postgres documentation,...

The `__imp_` prefix means that it wants a DLL to be linked, IIRC. It wants the DLL version of GLEW, link that before linking kiui.

You need to get the shared MinGW build of GLEW, that would be a dependency. Alternatively, build it yourself.

Can you dump a complete log?