Marek

Results 28 issues of Marek

It is impossible to use `enumName` when using `oneOf` which makes not possible to share enums definitions in this case. Is there any chance for that to be fixed or...

Hi, I really like this project and first of all want to thank you for your work. Would you accept PR with amqp event bus implementation or maybe you work...

enhancement
drivers

Hi, It is great but would you mind to create version with TypeScript?

enhancement

![Screenshot from 2020-05-08 13-47-08](https://user-images.githubusercontent.com/9385106/81402850-78d77580-9132-11ea-9acc-e3106c125e9d.png) ![Screenshot from 2020-05-08 13-40-53](https://user-images.githubusercontent.com/9385106/81402906-9278bd00-9132-11ea-8c44-901b09775a2d.png) As visible on the screenshots, the menu view is broken and it is misaligned with the mouse which is really strange. It...

Mac
Linux

@NagRock are you going to maintain this library? There will be soon a year since last PR has been merged. There is 20 open PRs at this moment. If you...

Hi, I found this library due to good wrapper around worker_threads which makes it easy to work with TS code and I am grateful for this :) Anyway, I have...

Could you give an advice on how to set it up to extract CSS into a separate file in production?

Is it possible to provide out of the box support for Fastify instead of having to create custom trackers?

Hi, I came across this lib and I think it is pretty useful but it cannot be easily used in TypeScript projects. Are you fixed on Flow or would you...

Hi! I am likely doing something wrong, but nothing comes obvious from the docs, unfortunately. This is what I do in the constructor: ```ts this.retryPolicy = retry( handleWhen((err) => !(err...