Simone Potenza

Results 5 comments of Simone Potenza

I have the same problem. I see a new connection opened for each job type. I think this is not manageable if the application needs many job types, especially if...

I have the same problem. Anyone know how we should handle it?

This is how I worked around it to add `oneOf` custom generator: ```ts import * as casual from 'casual'; interface Generators extends Casual.Generators { _oneOf: (values: T[]) => T; functions():...

I think I have the same issue. My svgs are not loaded when I use react storybook. And react storybook uses webpack-dev-server. As far as I see, in the generated...