SkyBird
SkyBird
I would suggest using `.where('tags', 'LIKE', '%"tagName"%')` for now. If I'm not mistaken, the tags array (`z.array(z.string())`) is serialized into a string like `["tag1","tag2"]` in the database. Since the `where`...
@Brooooooklyn, would you mind having a look at this PR and napi-rs/cross-toolchain#3? As Vite has announced the [migration to Rolldown](https://vite.dev/blog/announcing-vite8-beta) in Vite 8, full LoongArch support is becoming urgent. Since...
> The supported targets are defined here: https://github.com/eclipse/openvsx/blob/master/server/src/main/java/org/eclipse/openvsx/util/TargetPlatform.java > > We could extend the list with more targets e.g. that VSCodium supports. Yes, and the Web UI should also be...