Simon Eisenmann

Results 73 comments of Simon Eisenmann

Well aure, please change your PR to only contain that change and nothing else.

I don't see how defining a can work. This results in error as the code in https://github.com/cristianbote/goober/blob/0f74be5079e01916158198d74c8e5872fa7b518c/src/core/get-sheet.js#L17-L20 does use firstChild on the element found by that id (which is null...

The problem is not directly related Next.js or any other framework. If a web server delivers a CSP which does not allow inline styles, then goober fails. One way to...

:+1: - i like my change https://github.com/longsleep-io/dsync/commit/8f9254eb4532d3623a7d4819292944c47c47d95e slightly better but at the end it does not matter.

The "goober workaround" does not work. Reverting notistack to 2.0.8 works just fine.

> @longsleep should we take over? @jeschkies if you can please do. I can't tell when I will have the time to come back to this yet (but it is...

> @longsleep could you give me permissions to push to you branch? @jeschkies sure I invited you to my fork, let me know if that is not enough. Thanks!

> Thanks, @longsleep. Could you also sign the CLA? Sure, done!

This problem seems to happen pretty much for every Diesel dsl lines. ```rust let mut result = users::table .select(User::as_select()) .filter(users::username.eq(username)) .load::(&mut db)?; ``` The `result` variable type is `{unknown}`. ![gnome-shell-screenshot-a0fom0](https://user-images.githubusercontent.com/1667797/214058210-c8715631-cd7b-4f8e-857a-22e520ca7a88.png)

Well this now became a problem since one cannot simply continue using 6.0.x (where this works and was my solution so far). Reason is that old versions contain expired embedded...