Stijn van Houwelingen

Results 44 comments of Stijn van Houwelingen

> Sorry folks haven't kept up with the PR, life's been busy had to shift houses, then change jobs, then move again due to new job, and stuff. Will try...

That would be helpful, although I think it would be better if Lucid would mimic Laravel. In other words: look for custom stubs in the stubs folder at the root,...

I might look into it in a couple of weeks so if I find the time, it would be in time for 2.3.

I edited the following script for Flatpak. It is the same script as @PhilippWoelfel, but it calls the desktop file from flatpak with KIOclient instead. ```sh #!/bin/bash # # See...

I don't think that's the case, because when I disable/remove the plugin, the page works again. It also specifically gives me a warning about the UTC timezone with Chameleon enabled...

I have looked around and this might be quite easy to implement by using the [ctrlc crate](https://crates.io/crates/ctrlc). I can write some basic Rust and wouldn't might having a shot at...

I have tried for a few hours, but I can't get it to work. I could get a blocking call to work, but I couldn't get a multithreaded implementation to...