Vincent Emonet

Results 151 comments of Vincent Emonet

Hi @amdid0 , I am not sure on which platform you are, but in the readme there is a expandable field to explain how to do this in gnome shell:...

Hi @codernirdesh , assigning `flatpak run io.github.vemonet.EmojiMart` is the right way to go on Linux. Personally I have it set to `Super + E` However, the app is not built...

Hi @ensag-dev , yes it should be doable as the emoji-mart web component already support internationalization: https://github.com/missive/emoji-mart#-internationalization All those languages are supported: https://github.com/missive/emoji-mart/tree/main/packages/emoji-mart-data/i18n But it seems to be only for...

Complete translation is done using this script: https://github.com/vemonet/EmojiMart/blob/main/resources/internationalize.js checkout the readme for detail on how to use localization

Hi @jrc03c thanks for the notification, it's odd that only the EmojiMart window has no shadow I checked and the lib to draw shadow around tauri app windows does not...

Interesting, I always use it in dark mode and never noticed this lack of shadow, it must be more impactful on light mode Maybe a quick fix could be to...

@jrc03c yes the `main` branch is updated to the latest v2 release candidate :) and the flatpak repo `dev` branch is also updated and working for tauri v2 (only tested...

Hi @alimirzaei fyi I implemented callbacks for `onClick` and `onHighlight` actions, see pull request https://github.com/johncmunson/react-taggy/pull/3 for more details

@g1644222 The data is in the resource folder: https://github.com/dwslab/jRDF2Vec/tree/master/src/test/resources It is expected to run the `docker run` command from the root folder of the github repository I made it clearer...

Would it be possible to fix this so that `testcontainers` just works with rootless docker? @alexanderankin `TESTCONTAINERS_RYUK_DISABLED=true pytest` works, but it's a pain to use, and we can't even just...