Wawrzyniec 'Wawrzek' Niewodniczański
Wawrzyniec 'Wawrzek' Niewodniczański
I notice the same problem on our private network. Is there a better way to debug client?
I've not seen it for some time. Let me know what I should do in case of the problem?
Removing ` ` from content.xml fixes the problem. I wonder how book reader deals with such problem.
I also noticed the same problem. It's not persistence.
@jesus2099 Do you think the project is alive?
OK. I built it and use with Crux (https://crux.nu/) without problem. I keep my patched port here: https://wawrzek.name/crux/repo/. I don't think I have any special CDs to run further tests....
Why not to provide binaries outside of CI (where lack of them is really painful)? You don't want to build anything in the production system. I might be wrong here,...
@CommanderStorm thanks for asking. Your question indicates that you assume that I'm a programmer. I'm not. For simplicity, let's assume I don't have even access to source code, so I...
@abonander thanks for the response. Would a GitHub action which build binaries on a new tag be a good starting point? Something in line with: https://github.com/projectglove/glove-monorepo/blob/main/.github/workflows/release.yml The above script is...
@abonander I've created a test workflow in my fork and it works. The yaml file is here: https://github.com/ivy-net/sqlx/blob/main/.github/workflows/sqlx-cli-release.yml The binaries can be found here: https://github.com/ivy-net/sqlx/releases/tag/v0.8.2 If you are interested, I...