Kamil Dybicz

Results 20 issues of Kamil Dybicz

- Making sure global cache configuration is taken into consideration for all datasource methods - Making sure method-specific cache configuration is overriding global configuration, if present - Adding related tests...

In some of the case we might not need or event want the `maxTtlIfError` to work, it would be nice if we could omit it in the configuration and thus...

I'm trying to replace `apollo-datasource-rest` with your library, but I'm struggling with mocking of the external communication: ``` import { MockAgent, setGlobalDispatcher } from 'undici'; const mockAgent = new MockAgent();...

* Introducing output directory extension using RegEx * Splitting tests groups into separate ones * Upgrading `ava` dependency to `0.18.2` * Updating `configtest` (in progress) * Updating README.md (in progress)

It looks like because of some design flaw, some tests like to periodically fail in `e2e-jpeg.js` test suite. We need to redesign them, to get rid of those false negative...

bug
tests

### Expected behavior I want to create instance from image `node:12-alpine` ### Actual behavior `(HTTP code 404) no such image - no such image: local-library/node:12-alpine: No such image: local-library/node:12-alpine` ###...

**Is your feature request related to a problem? Please describe.** I'm using Keyv to wrap connection with Redis and I would like to compress the content cached in Redis. This...

enhancement
investigating
please vote

I was considering updating `keyv` library to the latest version and switching the custom compression wrapper to one of the new packages. Unfortunately I found couple of potential issues I...

bug
investigating

**Describe the bug** Since I migrated to `keyv` it looks like the amount of freeable memory is declining in constant rate: https://imgur.com/a/77kOTD7 (20 Jul is when I released changes for...

bug
investigating

Hi! We might be missing something, so hope you could help us sort that out. We're wondering how using the SDK we could manage user subscriptions? Such functionality must be...