Gerard Lamusse

Results 226 comments of Gerard Lamusse

On the note of typing, I spent the whole day to finally solve being able to get type completion for the entire Query object, including the fields property with dot...

> Isn't it supposed to be like this? > > ```ts > > const eventSrv = new ItemsService('events'); > > const events = await eventSrv.readByQuery({ > > fields: ['id', 'title',...

Latest version I have tested it on is 10.10.7 Will try it the coming week on 10.11

To fix this issue on your M1, you need to install vips globally before running `rpm install` within a gruesome project. These exact steps worked for me: - `brew upgrade`...

Not sure if it is related, but we also started getting this error on 11.9.3 We have simple pie-charts that used to work, no changes to our schema or the...

Server logs ```` [08:28:10.177] ERROR: TypeError[count_functions.count]: Cannot convert to OutputType the following value: Object({ type: GraphQLScalarType({ name: "Int", description: "The `Int` scalar type represents non-fractional signed whole numeric values. Int...

It does exist, It is called backup and restore ;)

Do we have the primary color of those images? On activechristianity.org we have a datauri generated from the original image (scaled down->blurred) that we use while waiting for the image...

Updated so interfaces also support timezone. This way users that travel or are in different timezones can still enter times for that specific timezone without having to think or calculate...