Results 42 issues of rburgst

When you have a spring-data-jpa project with ``` spring.jpa.open-in-view=false ``` and an 1:n relationship that you want to traverse via `@BatchMapping`. Lets assume the following data model * Club *...

status: waiting-for-triage

### Summary When using a `gatsby-config.js` that includes `require` statements these does not seem to be resolved by netlify-plugin-gatsby. ### Steps to reproduce 1. create a new gatsby site 2....

type: bug
Ecosystem: Frameworks

The current design with specifying a callback object is bound to fail upon screen rotation. The proper pattern is to check whether the owning activity implements a specific interface and...

https://huggingface.co/Qwen/CodeQwen1.5-7B-Chat AFAICS this model is currently not available on ollama, its supposed to be quite good for coding: https://huggingface.co/spaces/bigcode/bigcode-models-leaderboard. This model appears to be not a coding optimized variant https://ollama.com/library/qwen

feature request

Currently `npm-check` uses `update-notifier^2.1.0` which produces a high severity vulnerability: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ dot-prop │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ npm-check...

I am getting the following error message: ``` Cannot return null for non-nullable field CMCategory.nameDe. ``` However, none of the returned `CMCategory` from the origin graphql server returns null for...

- this caused me quite some time to figure out why certain files were skipped

- sometimes you clone your site (e.g. staging env) and it uses a different root url - if you simply copy the db content then image urls are not rewritten...

todo after v4 release

**Is your feature request related to a problem? Please describe.** My homeassistant is using a self signed certificate, right now, I cannot connect to it as I get ``` 2023-08-30...

enhancement

Custom formatters are not available: See https://github.com/rburgst/micronaut-spring-example The gist ist that you would define custom type converters for REST controller methods via the FormatterRegistry ```java @Configuration public class WebConfig implements...

type: enhancement