Vladimír Gorej

Results 588 comments of Vladimír Gorej

@derberg I'm a bit worried about the timing here. Merging this work will trigger rounds of work that would need to be done. Given that we're just days before the...

@derberg @magicmatatjahu thanks guys for explanations. Merging.

The PR that changed how we use swagger-client in swagger-ui: https://github.com/swagger-api/swagger-ui/pull/6208

My conclusion after analysis: ### swagger-client issues swagger-client issues will be resolved by adding `transformIgnorePatterns: ['/node_modules/(?!swagger-client)', '\\.pnp\\.[^\\\/]+$']` by adding into jest config. But this is not a solution to a...

@DreierF thanks for the comment. You're right `require.context` is something that even e2e wouldn't catch because we'd use webpack to build the `es/` fragments. I see two options, either get...

Hi @mendrik, Thanks for contributing. Would you be able to provide a test as well? See here how tests are done: https://github.com/char0n/ramda-adjunct/tree/master/test

Hi @mendrik, Sorry, wrong url. Here is the right location: https://github.com/char0n/ramda-adjunct/tree/master/types/test

> ok so I got stuck with this: > > ``` > import * as RA from 'ramda-adjunct'; > > RA.renameKeys({ A: 'B'} as const, { A: 1, C: 4...

@mendrik, Sorry for your trouble. I was able to successfully incorporate your change into the codebase in https://github.com/char0n/ramda-adjunct/pull/2370. I've properly attributed you in the commit. Again sorry for the trouble...