Martin
Martin
**Is your feature request related to a problem? Please describe.** Please give us an option to serialize null strings to empty strings in kotlin. **Describe the solution you'd like** If...
Using vue 2.7 I can't install pinia, because of this issue. Probably because of https://github.com/vueuse/vue-demi/blob/dbe21e47cf3a695db145ef0af4d02db6eb533498/package.json#L40 ``` npm ERR! Could not resolve dependency: npm ERR! vue-demi@"*" from the root project npm...
**Tangram version** 1.4.2 **Linux distribution** Arch Linux **Flatpak version** N/A **Desktop environment** XFCE 4.16 with X-ORG The maximazing, normalizing and resizing of the window is slow and choppy. I see...
Now pdfpc has its own CTAN package https://www.ctan.org/pkg/pdfpc https://www.ctan.org/pkg/pdfpc-movie
I want to migrate from an old birthday widgets app. Will this app automatically add new contacts or do I need to manually click the import button each time? This...
I want to migrate from an old birthday app. It's widget lists multiple contacts (restricted by the widget size) on a white/black background respecting the system dark mode. I would...
The access to `https://calendar.google.com/calendar/u/0/r/eventedit?parametersForDate` is blocked if XSS protection is active and I get no question if I want to allow it. Only workaround is a global deactivation of the...
Dear developer, The Question is: How to solve that problem? In Spring (@Autowired / @ Lazy) I want to create an GraphQL-Java-Server, which acts as a Fruit-Shop-Database. With ```json query...
I copied the application.yaml ```yaml com.merapar.graphql: rootQueryName: "queries" rootQueryDescription: "" rootMutationName: "mutations" rootMutationDescription: "" requestMapping: path: "/v1/graphql" executor: minimumThreadPoolSizeQuery: 10 maximumThreadPoolSizeQuery: 20 keepAliveTimeInSecondsQuery: 30 minimumThreadPoolSizeMutation: 10 maximumThreadPoolSizeMutation: 20 keepAliveTimeInSecondsMutation: 30...
In the pom.xml I wrote ```xml com.merapar graphql-spring-boot-starter RELEASE ``` In IntelliJ with Maven I downloaded the sources and documentation. Now I get this warning: > Library source does not...