frederikhors

Results 725 comments of frederikhors

This is not an issue with enums only, with the below code: ```svelte // ... $effect(() => { // ... if (input) { input.value = someOne || someTwo; } });...

So I think the second sentence here is false: ![image](https://github.com/user-attachments/assets/58b3d48d-257c-4992-a892-4d68add2e163)

@ktecho did you find a way? Does rxing work?

> I couldn't make it work What do you mean?

I think this is bad. Sometimes I need to write ` ` literally in the editor. Can we revert to the amazing `getSemanticHTML()` method of the 2.0.2 please?

Yeah. Not another drama please.

> Probably you are. Or, @DirkLachowski, since there are so many of us here, our way of using Quill is not wrong either. 🥰

The PR is this: https://github.com/slab/quill/pull/4587.

Hi people, can you help me understand how to log query with parameters for debugging purposes? https://github.com/launchbadge/sqlx/discussions/2259

> You can change postgres setting and restart. In `data/postgresql.conf` file, change the `log_statement` setting to 'all' Yeah, I know. I would like to log in my rust tracing infos...