Tomy Hsieh
Tomy Hsieh
> And also: the automatic language detection does not work anymore. ItΒ΄s standardly english now. > > Just some quick feedback :) Can you paste your `accept-language` entry in the...
I've made some improvements to the algorithms for determining language. Here are the rules, run sequentially: 1. Perfect match (Match a full 2-2 code) 2. Partial match (Match the first...
Regarding the missing English flag, it's a bug originated in [007-languages.min.css](https://github.com/mailcow/mailcow-dockerized/blob/master/data/web/css/build/007-languages.min.css). You can see there are [gb.svg](https://github.com/mailcow/mailcow-dockerized/blob/master/data/web/css/flags/4x3/gb.svg) in both 1x1 and 4x3 format, but when the css is compiled in...
> > I could fix it manually, but I'm worry if it will be overwrite in future updates. > > It will definately (at least once with Bootstrap 5) but...
@tiangolo Would you mind taking a minute to review this? Docs and tests ready, reviewed by others.
I also recently bumped into this issue and would love to see players provided in the oEmbed API. Looking at the [source code](https://github.com/asciinema/asciinema-server/blob/develop/lib/asciinema_web/views/oembed_view.ex) of oEmbed view, I think it should...
Sound like a great idea. My project could make use of these handful types heavily. I saw @samuelcolvin left a `helps-wanted` tag. Please write down which part needs help so...
> Once that's done, we can migrate the above bullet point to issues on the repo and start creating PRs. Great, I'll stayed tuned
Same here. I want to add an inline image to the text. Specifically, an avatar for the post author of a blog. This could be very useful.
Setup the `DATABASE_URL` env on local and runs `npx prisma db push` to push schema to planetscale. Found this by reading [this tutorial](https://vercel.com/guides/nextjs-multi-tenant-application#2.-set-up-your-mysql-database).