Niclas

Results 11 issues of Niclas

I have the following code as test: ```asciidoc [TIP] .Info ===== Go to this URL to learn more about it: * http://asciidoc.org Or you could return to the xref:first[] or...

I have a hopefully simple question: Is it possible to specify multiple hostnames? My usecase is a machine in a local network that should be accessible via it's machine name...

The `last-release` tag should always be on the commit with the latest (as in time, not version-number) release. The tag is used to calculate the changes since the last release....

enhancement

With a schema like the following I get the error that `ReferenceSportsClassInput` is not of type `GraphQLInputType`, but it clearly is. Debugging into `com.coxautodev.graphql.tools.SchemaParser` shows, that `ReferenceSportsClassInput` is listed in...

bug

### Is your feature request related to a problem? I'm currently writing a sample app of how to implement a selfservice-ui for [Ory Kratos](https://www.ory.sh/kratos/) in qwik. At first I used...

enhancement
triage

My awx instance informed me that it cannot find `rsync` (for the `synchronize`-task). I checked the server and it is still installed. Next I checked the image of the ExecutionEnvironment...

needs_triage

I want to secure my GraphQL endpoint in therms of serverload. I read this [article](https://www.howtographql.com/advanced/4-security/) and wanted to implement some methods. With some searching I found the property `graphql.servlet.max-query-complexity` in...

documentation

If I start the Nx Generate (Ui) [@nrwl/nest:service] from a subfolder in my app, eg. `app/user-backend/src/app/user` the files are generated to `app/user-backend/src//.service(.spec).ts`. Is it possible to autofill the `directory` field...

### Feature description If kestra is restarted during a flow-execution, the execution is in an kind of undefined state after kestra is up again. To be completely clear here, I...

enhancement

### Describe the issue I created a webhook-trigger for my workflow. When the key is defined directly as literal, everything works. However If I use a secret, the system will...

bug