Ville Saukkonen

Results 62 issues of Ville Saukkonen

Hi, Following definition does not get component in meta, even when `withRef` is true. ``` { req: { value: { random: 'value' }, then: val => ({ value: transform(val), andThen:...

**Description** Looks like on CircleCI docker-compose recreates database containers if there are multiple subsequent `docker-compose run` commands run. However, this is not desirable since the first run is for running...

kind/parity
area/run

What we gain with this? - [Lerna](https://github.com/lerna/lerna) setup allows us to publish library definitions to NPM. - Using NPM allows to utilize npm dependencies for libdef dependencies. - You can...

release

### Description [Apollo server](https://github.com/apollographql/apollo-server) is a popular framework and has a special way of handling errors. Would make sense if Bugsnag would have 1st party package handling Apollo server errors....

feature request
backlog

### Describe the bug When error is reported, bugsnag Koa plugin reports also request cookies: https://github.com/bugsnag/bugsnag-js/blob/18223eb59dba07a4961d1eb50d49cc7bc90fa3b5/packages/plugin-koa/src/koa.js#L99 And https://github.com/bugsnag/bugsnag-js/blob/18223eb59dba07a4961d1eb50d49cc7bc90fa3b5/packages/plugin-koa/src/request-info.js#L12 As you see, there's no filter what so ever when cookies are...

bug
backlog

## Environment ## System: - OS: macOS 10.15.6 - CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz - Memory: 326.75 MB / 32.00 GB - Shell: 5.7.1 - /bin/zsh...

**Describe the bug** When using GraphQL Nexus, types are generated from the code. So you don't work on the schema file manually. When Nexus generates the schema, it takes significant...

Hi, I'm trying to wrap my head around the library. The setup I have is to stream changes from the database via [Debezium](https://debezium.io/). However, the values I'm capturing in the...

Looks like `` is used when type information is hard to retrieve. looks like `path` has some more info about the `` type. e.g in this case `cx` has type...

enhancement

## Summary Often times it is needed to initialize the client state based on server state. e.g forms and so on. Now that needs to be done in fragile and...

future 🔮