Zicklag

Results 652 comments of Zicklag

If anybody is looking for dynamic query support, there is now the work-in-progress, but very promising, [`bevy_ecs_dynamic`](https://github.com/jakobhellermann/bevy_ecs_dynamic) crate. It's being used to help implement a JavaScript scripting API in [`bevy_mod_js_scripting`](https://github.com/jakobhellermann/bevy_mod_js_scripting)...

I'm comfortable with TypeScript so I think I'll see if I copy the error down to my dev environment and see if I can trace the error. Unfortunately reconfiguring the...

Ah wait, I figured out what caused it in my installation! The issue happened when I had an image relation field that I gave permissions to read in the Public...

The [`async_trait`](https://docs.rs/async-trait/0.1.33/async_trait/) crate is one way to handle that. Also the [`blocking`](https://docs.rs/blocking/0.4.4/blocking/) crate can handle spawning blocking operations.

Hi @J0WI, I like your Docker image and I would love to have an official Piwigo container as I was just writing my own for Piwigo. I did have a...

OK, that's cool. I love Docker and am always interested to see the different ways people write their containers. I'm still experimenting and finding new techniques to write them. :wink:

A thanks @KBone12, I didn't try your pull request, but I just used find and replace in the JSON file to replace all null usernames and notes with empty strings...

I'm getting this when I try to import a password export from Bitwarden JSON, too.

Probably related to #1017.

I also just pushed an update to the CkEditor heading styles which were previously very hard for me to read the different heading levels because they looked the same as...