Aku Kangas
Aku Kangas
as #2104 says submitForm will throw error only if error is instance of Error 😩 Im not sure but, what if we throw Error and object literal here https://github.com/nnaku/formik/blob/3fec628d31ec27ff8f168b9562f874fc640e4a7a/packages/formik/src/Formik.tsx#L801-L805 and...
In my case, i was trying to implement some kind of printing queue. Incase of device malfunction (jam, run out of papper/ink) this exponential retry time gets out of the...
> OpenAPI do not support documenting WebSocket. So unfortunately you cant Well, I didn't suggest or ask for WebSocket support. I'm just asking if it's possible to render any json...
@shishkin here is how i got it working. Its from internal tool so no live example sorry... ```js const markdownTemplate = ({title, description, spec}) => ` ### \`${title}\` ${description} `...
It feels a bit awkward to move task re-scheduling logic in to the application code. Therefore I'm still looking a solution to execute re-attempts faster (than `now()+exp(attempts)`) from worker side....
Somehow at the moment it feels like axios is a complete nightmare to keep up to date. Every release seems to be broken or breaks something. 😞
Well each printer could use what ever font, and therefore is impossible to please every one. For example I'm currently working with honeywell/datamax printer, which has their own defaults. What...
It seems that loading yoga-layout wasm binaries for each pdf is causing event emitter memory leak warning.
There seem to be still or new memory leak in [loadYoga](https://github.com/diegomura/react-pdf/blob/master/packages/layout/src/yoga/index.js) Retained size of instancePromise is getting out of hand. We are using react-pdf in backend and rendering pdf's on...
> I'll need a way to replicate this Leak will show up at debugger with this. ```js import React from "react"; import { renderToBuffer } from "@react-pdf/renderer"; import { Quixote...