Andreas Limoli

Results 16 issues of Andreas Limoli

I discovered this bug trying to resolve this problem https://github.com/graphql-go/graphql/issues/183#issuecomment-659317404 . Essentially, this library does not allow to have **anonymous fields for compositions** since those fields are not evaluated. **Example**...

Version: `^3.0.0-beta.38` CSS: Tailwind **Only the axes are rendered, the chart is not visible.** What happens: - It works correctly in a desktop browser, even simulating responsive layouts for small...

Problem: Impossible to load a saved model in format `cbm`. catboost version: `1.2.2 python` Operating System:` Mac OS (M2) 14.1.1` CPU: - GPU: - What I am doing: ```py from...

bug
python

## GORM Playground Link https://github.com/go-gorm/playground/pull/694 ## Description Pluck panics in a busy connection and canceled context, probably due to concurrency. According to ChatGPT: > In Go, the database/sql package, which...

type:with reproduction steps

I have three files: - enums.yaml - components.yaml - endpoints.yaml Endpoints use both components and enums. Components use enums. I want to generate three files in the same package. I...

I tried to follow the [tutorial](https://bazel.build/external/migration) for the migration from the legacy WORKSPACE (version 6.3.2) to `bzlmod` (enabled by default using version 7.0.0, the version that I am migrating to)....

## Feature Request I am trying to understand what is the purpose of having an `/env` folder that emulates the configuration already present in Strapi. Example of `config/database.ts`: ```ts postgres:...

## Description `c.Data` and `c.DataFromReader` overwrite the set header. ## How to reproduce ``` package main import ( "github.com/gin-gonic/gin" ) func main() { g := gin.Default() g.GET("/hello/:name", func(c *gin.Context) {...

## Explain your user case and expected results Valuer/Scanner interface is defined for a custom type, but I get the following error: `define a valid foreign key for relations or...

## GORM Playground Link https://github.com/go-gorm/playground/pull/694 ## Description I am getting the following error `Define a valid foreign key for relations or implement the Valuer/Scanner interface` despite the interface is implemented...

type:with reproduction steps