Brett

Results 42 comments of Brett

Should this be reopened until https://github.com/sveltejs/svelte/pull/4296 is merged?

Hi @BasThomas, I've updated the issue with a better explanation and a replicable example.

I don't see ARM support in the docker tags: https://hub.docker.com/r/glauth/glauth/tags. Am I mistaken?

@Fusion thank you for your attention to this. I don't see any multiarch images pushed to https://hub.docker.com/r/glauth/glauth/tags, but I think the multiarch support will release with v2.2.0? Should we track...

Could this be related? ``` $ paru --batchinstall -S zfs-utils zfs-dkms ... loading packages... resolving dependencies... looking for conflicting packages... error: failed to prepare transaction (could not satisfy dependencies) ::...

You wouldn't have to use tags to support different OSs in an ansible role. You could use `include_tasks` where the task name is the distribution name e.g. `archlinux.yml`, `debian.yml` or...

The `--machine` flag worked for me today on FreeBSD. ``` 2022/06/09 01:24:57 version: v1.3.4-c196ed45b62c12d9c6549da927c37c64bd08c642 2022/06/09 01:24:57 Codename: alphaga 2022/06/09 01:24:57 BuildDate: 2022-05-24_04:09:55 2022/06/09 01:24:57 GoVersion: 1.18.2 2022/06/09 01:24:57 Platform: freebsd...

Shiori rewrote Mozilla's library [Readability](https://github.com/mozilla/readability) in Go ([go-readability](https://github.com/go-shiori/go-readability)), but the Mozilla lib is very mature as it is. If we can get python to run a JS script on the...

Another example that comes to mind that offers hinting but maintains a clean, out-of-the-way look is the tag suggestions that StackOverflow gives you. ![tag_suggestions](https://user-images.githubusercontent.com/20871604/95160820-c34f3380-075e-11eb-9b48-1f26d68ab922.png) Multiple tags: ![tag_suggestions_2](https://user-images.githubusercontent.com/20871604/95160891-e974d380-075e-11eb-8dfa-2ee6dc8914e0.png) I appreciate the...