Marcel Overdijk

Results 60 issues of Marcel Overdijk

I have the following config: defaults: &defaults google_analytics: enabled: false web_property_id: 12345-1 development: > Settings.google_analytics.enabled > > => false > > Settings.google_analytics.web_property_id > > => "12345-1" In production: > >...

I see people raising issues and providing patches. I' not working on LESS at the moment and don't have time to actively support this lib. Therefore I would like to...

I have a hobby project running on Spring Boot 2.7 snapshot which today upgraded from Liquibase 4.6.2 to 4.7.0. With Liquibase 4.6.2 and H2 datasource the following changelog ``` databaseChangeLog:...

TypeEnhancement
DBH2
IntegrationSpringboot
ver4.7.0
reservedWord
casing

Is there a way to easily change the color of the sort icons / make it a scss variable The color is of the sort icon (asc|desc) is now purple-ish,...

feature

### Describe the bug With latest `8.5.11` version using the Global filter in combination with `number` fields gives: Note this was already raised in https://github.com/TanStack/table/issues/4210 but still happens with latest...

### Describe the bug Filtering a column defines like: ``` { id: 'name', header: 'Name', accessorKey: 'name', } ``` works, even if that column has null values. Now when doing...

Hi, I have a `Prisma` model named `Constructor` which gave some problems in the past already as I cannot simply do `prisma.constructor.findUnique({..})` because `constructor` here does not lead to the...

type/bug

@nbartels I don't know if you like this PR as it might mix some concerns (webhook/sendapi). So I can understand if you reject it. But if accepted it gives a...

GitHub has a nice Nodes limit restriction per query as documented here: https://docs.github.com/en/graphql/overview/resource-limitations I wonder if it is possible to create such an instrumentation in `graphql-java` and if could be...