negesti
negesti
Nice extension! In older versions of gnome-shell (< 3.8) i had an extension that did exactly that. Maybe you can use keybinding code. The same code is used in my...
Same problem on a fres install of Fedora 33 with gnome-shell 33 both with Wayland and with X11. Worked previosly using an Fedora system that was upgraded from ~ 30...
I guess you have a column "LocalDate" somewhere in your entities?
A wild guess, as the exceptions say "from scalar to object". Have you defined your foreign key relations witch the same name as the entities?
If so, my next guess is that is related to #173 (if the properties are defined UpperCase). Then the SchemaFactoryBean creates a GraphQLObjectType named "CodeValue" and a "GraphQLScalarType" for the...
@phuongphally have you tried to move the @Transient from the property to the get/set or vice versa?
@igdianov for our project we have extended the GraphQLJpaSchemaBuilder and are merging the existing GraphQL schema with our own mutation schema. However the mutation are not auto generated but require...
You can find a quick copy&paste here https://gist.github.com/negesti/7a74b063a0d17d87bdebbb559da9c9c8 The actual mutation is done by a "hand written" DAO that implements the interface MyDAOInterface. For each entity that should be mutable,...
@maesenka i would need a UTM tranformer too. Can you give me some hints how I could add one? Edit: Looks like org.geotools support the transformation and can be used...
Just tried to add "re focus" the window after it was moved but with "focus follows mouse" the focus immediately jumps 'back'. I guess that would only be possible if...