Leso_KN

Results 21 issues of Leso_KN

This PR adds support for webcal subscriptions, as discussed in #776. Please note, that this is a backend-focused implementation, so efforts to adapt the web UI have not been made...

**Describe the PR** This PR makes `enums_test.go` pass on 32-bit architectures. **Relation issue** #1633

**Describe the bug** The `enums_test.go` test fails when run under 32-bit architectures (e.g. x86, armv7, armhf). **To Reproduce** Steps to reproduce the behavior (docker): 1. `docker run --rm -ti -v...

First of all, thanks for this extraordinarily well-focussed file manager! I'd like to suggest a feature, I believe the effort should be rather low: ### Feature When adding a new...

**Version** `1.25.3` **Platform** `Linux 5.15.0 riscv64` **Description** Compiling software using `tokio` (e.g. [conduit.rs](https://conduit.rs) with optimizations enabled on riscv64 results in a segmentation fault in [park_timeout.rs:75](https://github.com/tokio-rs/tokio/blob/b32826bc937a34e4d871c89bb2c3711ed3e20cdc/tokio/src/runtime/scheduler/multi_thread/park.rs#L75). Investigation with gdb showed, that...

C-bug
A-tokio
M-runtime

Opening this issue to track the status of the following pull requests: - https://github.com/leafo/gh-actions-lua/pull/35 - https://github.com/leafo/gh-actions-lua/pull/37 - https://github.com/leafo/gh-actions-lua/pull/38 - https://github.com/leafo/gh-actions-luarocks/pull/14 **Background** The Github Actions configuration currently uses forks of two...

This PR adds experimental PostgreSQL support. Based upon [the work](https://github.com/dxtr/Baikal/tree/pgsql) of @dxtr, extended and adapted to the latest version of Baikal. ✅ **The following features were tested:** - Baikal setup...

This PR addresses #39 and introduces 2 changes to the windows plain lua build: - Installs `luaxx.dll` next to `lua.exe` (`bin/`) where it can be picked up at runtime by...

Loading native C modules is currently broken on windows as: 1. The lua library is not present at a location where it can be seen by `lua` at runtime 2....

The latest version of openresty fails to compile on windows. This is due to the Makefile expecting the shell to be `cmd` on windows, but gh-actions-lua currently sets it to...