Melroy van den Berg
Melroy van den Berg
We could either check on some kind of env. variable maybe like `$DESKTOP_SESSION`: ```sh echo $DESKTOP_SESSION cinnamon ``` Or we check on screen geometry. So GTK3 has this method for...
Fast and quick getting started code..? Try to add this to `linux/runner/my_application.cc`: ```cpp gtk_widget_realize(GTK_WIDGET(window)); GdkWindow* gdk_window = gtk_widget_get_window(GTK_WIDGET(window)); if (gdk_window) { GdkDisplay* display = gdk_window_get_display(gdk_window); GdkMonitor* monitor = gdk_display_get_monitor_at_window(display, gdk_window);...
> Can you implement it the mastodon way where you have a name-link combination? So that each add link field has an associated name field.  Agreed that would be...
There is a conflict with `translations/messages.es.yaml`. Ideally only change the English language file. And translate the rest in Weblate.
Also there is file conflicts xd again? Sorry about that.
Fixed merge conflicts..
Fix the php-cs-fixer
PR should be ready for last review now.. I hope. 🥳
Owh, I thought I gave already some code snippets in the reproducible section above. I will make a new GitHub repo in that case, if really needed.
Here you go a reproducible example: https://github.com/melroy89/fastify-shared-schema-issue. I can't make it easier for you 😆