samlof

Results 9 comments of samlof

With Prettier I can add a // at end of first line and it'll always split the rest on individual lines, because code cannot follow the comment marker. Prettier heuristic...

Can copy code from `NewDefaultServer` and use `NewServer` instead. That's what I do to remove not wanted items and add or modify others

There is https://github.com/99designs/gqlgen-contrib/blob/master/gqlopencensus/tracer.go which has DataDog bool. It's not plug and play but should help for users who need tracing to datadog

I get error `Invalid column type from bcp client for colid` when trying to send geometry types with bulk load. It tries to use varbinary which bcp protocol doesn't seem...

I have a similar problem. I select from one table, use toTable on it to get sql.Table object and try to bulk load that into another db. The geometry field...

Thanks! Didn't see that. Then get a bcp issue about wrong type when using the buffer. However I think that's a tedious issue and not mssql. https://github.com/tediousjs/tedious/issues/487

Looking through the history it existed before but was removed as it broke some others use cases. Would be nice to have configuration parameters for it. I plan to do...

@anymaniax ah the filename has to be `patches/@orval+axios+6.12.1.patch`. Made a project at https://playcode.io/1335302 that you can export and run `npm i` and `npm run gen` for. Maybe new orval updates...

Seems like `flattenGeneratedTypes` still not fixed? At least I didn't get it to work with newest `@graphql-codegen/[email protected]`, `@graphql-codegen/[email protected]` and `@graphql-codegen/[email protected]`. All the fragments are back to being fragments instead of...