Ondřej Švanda

Results 13 issues of Ondřej Švanda

Fixes: https://github.com/bencompton/jest-cucumber/issues/101 I don't know it it's the right way, but now outline scenarios with variables in the name are resolved correctly.

Hello, I have managed to implement a simple webdav server, but I'm struggling with MS Office documents. When I have authentication disabled, all files open normally, but MS Word (having...

(relates to #18) Consider adding a `@UseCls()` method decorator to set up the context for a method automagically, when it is run outside of a request context. ```ts // This...

enhancement

If the project grows, we'll need contributing guidelines -> create a `CONTRIBUTING.md` file with steps.

maintenance

[Namespaces](https://github.com/Papooch/nestjs-cls#namespaces-experimental) are a remnant from the early implementation based on `cls-hooked`, but I've never found an useful application for them, therefore I've decided to remove them to clean up the...

This is still just an idea, but I think it's very much possible to use a [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) in combination of CLS to create a truly request-scoped providers in the Nest...

enhancement

Add github actions for automated testing and deployment to npm.

ci/cd

Are there any plans to add typed variants of these helper functions? I might give it a try myself but I don't know if something like that is possible with...

It might be possible to emulate the behavior of [Durable Providers](https://docs.nestjs.com/fundamentals/injection-scopes#durable-providers) with CLS as well, where we could retrieve the same context instance in multiple subsequent requests. A proper solution...

enhancement

**Describe the bug** When trying to import `boats` programmatically, I get the following error: ``` Error: Cannot find module '/node_modules/boats/src/index.js'. Please verify that the package.json has a valid "main" entry...

bug