Matias Klemola

Results 16 comments of Matias Klemola

Works on macOs Mojave on stable Rust (1.34.1) ``` /tmp  bliss list (2m 29s 869ms) Supported Languages: ======================== 1c, 1c-bitrix, a-frame, actionscript, ada, adobe, advancedinstaller, agda, al, alteraquartusii, altium,...

@mockersf I'm getting this panic after updating to version 0.8, without any code changes related to states or system sets. When I print the current app state at the `app_state.set`...

> The error is saying there is already a transition ongoing, which you can see by `transition` not being `None`. > > It doesn't have the best name, it's `StateAlreadyQueued`...

> I think it's a bug that it was accepted before. #4890 is probably the source of your panic. Yeah! That must be it. I'll see if there's a better...

@NeoRaider by @mockersf 's description, it seems that changing a state in `on_enter()` is not even meant to work. I take it that the transition from the previous state is...

I have the same issue since I upgraded elm-ui from 1.1.6 to 1.1.8. clipX causes the issue in my case, too. Seems like a regression! Edit: narrowed the regression down...

@chrisduerr @LPGhatguy I would like to know what is needed in order to have a proper fallback for emojis in WSL 2. I have read this issue repeatedly, but I...

I can verify that this happens to us too, exactly in the same way as the for @skindc . Additionally, this has broken search in lists in the admin UI:...

I'm also curious about a potential fix to this issue. Ping @jsaarest, you should subscribe to be notified of any resolution!

@dcousens Here you go, repro: https://github.com/klemola/keystone-id-bug-repro Repro steps: - setup Postgres (with docker-compose, config included) - `npm run dev` - create user - create "Example" content - search for it...