Didier Villevalois

Results 38 comments of Didier Villevalois
trafficstars

@paulovap I am interested in continuing/finishing the work you started in https://github.com/paulovap/flatbuffers/tree/pp/kotlin_fb_runtime. Can we discuss this? Can I start from this branch or do you have something newer?

I confirm this behaviour on Linux. However this might not be due to `pdf-view` but to the `latex` plugn or `latexmk`. Indeed, if you open the result pdf in a...

OK, my bad. It seems I had not enough inotify watches. I did the following and it fixed my problem: ``` echo "fs.inotify.max_user_watches=204800" | sudo tee -a /etc/sysctl.d/90-override.conf ```

@Thomas-Vos Well, it happens! :) There is a coarse `testEchoOverUnixSockets` test in `ktor-network/jvmAndNix/test/io/ktor/network/sockets/tests/TcpSocketTest.kt` that only runs on JDK 16+ (as it is guarded by an `if (!supportsUnixDomainSockets())`). But it doesn't...

Yep, I observe the same on Fedora/Linux with Wayland and Gnome. Here is my workaround: ```kt Window( // ... ) { // TODO this is a workaround for https://github.com/JetBrains/compose-jb/issues/1838 val...

@sksamuel I can't find anything in Tape's documentation about nested async tests (that also have the top levels async). Would you mind pointing something to me? I am not against...

@pschwede Yeah, my quick and dirty implementation currently uses `util.is_linux()` to not add the current player controls and add the stuff in the header bar, but this can be changed...

> Nice to see the headerbar in action. Yep, I like it too! > With the menu bar it looks weird (and this change is mostly about looks/trend..). I guess...

> Not that it would be a deal breaker, but it needs to be evaluated first. And then this design should be made optional, right ?

@lazka So what do you think ? - Do I make that an option, instead of testing linux+gnome, for people to test and report ? - Do you want the...