Bram Kaashoek

Results 6 issues of Bram Kaashoek

I would like to use only the typeDef generating capabilities of this library without using the resolvers, since I prefer the apollo-style resolvers. https://github.com/19majkel94/type-graphql/issues/222 makes me think it should be...

Enhancement :new:
Community :family_man_girl:

``` test('the base component', () => { let isValid = undefined; render( { isValid = valid; }} /> ); expect(isValid).toBe(true); }); ``` This spec in my own project fails while...

bug
duplicate

When using `await parquet.ParquetReader.openFile("so.parquet");` i get the error `invalid parquet type: DECIMAL` since it is not included in PARQUET_LOGICAL_TYPES. It is listed as one of the logical types here: https://github.com/apache/parquet-format/blob/master/LogicalTypes.md...

I believe that since the HTTP statuscode is already available on both error.status and response.statusCode, the field error.code should contain the commercetools error code string, as documented on https://docs.commercetools.com/api/errors.

Running on Ubuntu 20.04.4 mach-composer 2.2.0 (4b39c16) - 2022-06-10T07:56:32Z git version 2.25.1 ``` mach-composer update --check -f main.yml Checking if there are updates for 17 components fatal: option '--pretty=%H|%aN |%ad|%s'...

bug

We have a set of sites (for EU, APAC, US, etc) configured in the same repository. We would like to be able to do canary releases. Ideally we would roll...

enhancement
discussion