Fabian Zeindl
Fabian Zeindl
I have my project depending on another subproject: `dependencies { compile project(':common') }` If I build a fatcapsule everything works, but if I build a maven-capsule the compiled `common.jar` is...
Here are two examples of extensions in Kotlin. The first one works, the second one gives instrumentation warnings. For the first one I replaced `FlatMappingReceivePort` with an implementation that uses...
It is not clear from the documentation whether "project upgrade" is needed in production at all, where edgedb is installed via package-manager and projects connect via DSN. My server does...
- EdgeDB Version: 2.1 - OS Version: macOS 12.5 Steps to Reproduce: 1. Follow this tutorial: https://www.edgedb.com/docs/guides/tutorials/nextjs 2. On the step when checking `localhost:3000/api/post` we get a ECONNREFUSED: ``` error...
I have a repository where I keep my database-migrations. I have another repository with a web-app that uses edgedb. I wanted to run `edgedb project init` there to be able...
My code looks as follows: * One repository contains my database and my migrations, it gets deployed using CI/CD. * Another repository contains a frontend codebase which uses edgeql-js, which...
### What would you like to be added? Provide an easy way to view the detailed HTTP-response of a `httpGet` liveness/readyness-check of pods, in case of error 500. In order...
````kotlin package test class MyObj(val myParam: String?) ```` The `nullable` field of the `myParam` inside the constructor is set to false. I'm using a96e681f90.
Should we change SetMatcherEditor to accept a function that takes the match-set and the object to determine matches instead of extracting a single value? I need this in a project...
Is anyone opposed to allowing kotlin code in the glazedlist-source? For who hasn‘t looked at it yet: It‘s 100% compatible with Java, also rather readable if you know Java. The...