Eike Lurz

Results 18 comments of Eike Lurz

yes @pichouk is right the AMD64 binary release by mattermost which is used in the `app/Dockerfile` will not work with an ARM kernel. You might take a look at https://gitlab.com/nerzhul/dockerfiles/blob/master/mattermost-server-arm64/Dockerfile...

Hey, I get the same error after locking the screen (from /var/log/lightdm/seat0-greeter.log) ``` file:///usr/share/lightdm-webkit/themes/macos/resources/js/script.js:197:26: CONSOLE ERROR ReferenceError: Can't find variable: lightdm ** (lightdm-webkit2-greeter:27408): WARNING **: [ERROR] :: A problem was...

I got the same problem on macOS. I checked `which rustup` using `$ sh`, `$ bash` and `$ zsh`. Rustup is always found under `/Users/user/.cargo/bin/rustup`. So it does not seem...

This also happens for non data classes. The following will cause the same issue. ```Kotlin @Entity class SomeClass( @Id val id: Long, isPublic: Boolean, ) { var isPublic: Boolean =...

I will try to verify if this an issue of this lib or vitest it self. Thx for raising.

@mthenw sadly not, I need to make time for this, sorry!

@Mnigos Could you provide me a minimal repo to debug this? Would be high appreciated.

Using the following I could not reproduce any freezing behavior ```typescript interface HistoryTrack { } interface SdkTrack { } interface PlayHistory { track: SdkTrack played_at: string } describe('updateOrCreateHistoryByUser', () =>...

@RickStanley feel free to create a pr with tests. I will gladly approve it

This is currently not supported from what I can tell by looking at the code, but feel free to implement such a helper and propose it in a pr.