Ivan Borshchov

Results 79 comments of Ivan Borshchov

For those who are using GitHub actions, `http=true` only needed to mark the registry as insecure ``` - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 with: buildkitd-config-inline: | [registry."1.2.3.4:5000"] http...

This was fixed in `1.0.8` 8 month ago. Just retested: ``` npm create vue@latest // set yes in: ✔ Add Vue Router for Single Page Application development? … No /...

@TrilipuT hey! Thanks a lot for your feedback Vitaly! About workers - not yet, currently we mainly recommend deploying it as docker server in k8s or swarm or compose or...

@TrilipuT hey! > I was using wrong column type Do you remember what type did you use? Probably there was a bug still, I mean - adminforth should try to...

And some video with detailed explanations about filters and hooks in data API: https://tracklify.com/video/eb6fae07-d299-4a0d-976a-4b56d945ae71

Hey @rytakei1 thanks a lot for your issue. Originally we made an i18n plugin in a way so it supports only [ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) codes as input, so `pt` is probably closest...

@rytakei1 can you please update plugin to new version and share your feedback with us, feel free to ask any questions or ask any additional features

Thanks a lot, we are checking and will merge asap

Hey @dakky thanks a lot for issue! Yes, we have some servers with second non root disks and also wanted to add this feature once we will have next free...