Julian Wilson
Julian Wilson
Any updates on this?
@manast When I do Job.discard, I don't want it to retry again. Currently I'm doing something like this: ```typescript queue.on("failed", async (job, err) => { if ( err instanceof GiveupJobError...
@manast okay thanks, so the trick is I need to `job.discard()` in the process function, not the error handler, even though the error handler has a reference to the job...
Is it currently not possible to import structs exported from typechain?
@krzkaczor sorry for the abuse of this thread. I'm unable to import structs for example in internal libraries, not linked. The default behaviour seems to export the contract type in...
You could try to use an environment variable like `${VARIABLE}` in your `application.conf` file. So like this: `swagger.api.basepath = "${VARIABLE}"`
I think one application is best. That way it works well with other presets(react, vue, etc) with the style property. Otherwise its kind of awkward and perhaps confusing if they...
Yeah getting this too.
@juanfranblanco could you take a look at this? i do believe there is some issue when `salt` is being used.
Does anyone know the fix for `flexDirection: 'column'?` Apparently setting `width: 0` does not fix the issue here.