Hideman85
Hideman85
Hi, I'm having troubles sometimes with generating pdf... Code ```js /** **************************************************************************************** * Use puppeteer for generating our pdf from the html document **************************************************************************************** */ console.info('Will start soon the browser')...
I'm wondering if there is a plan for implementing the visualisation of the delta via Slate decorator? I look over the code and the doc, I probably found a way...
Hi, I'm having troubles with scss, I wanted to try out your plugins instead of separate one but it fails right away. ``` [!] Error: Unexpected character '@' (Note that...
Hello community, I'm trying to find a way to compute delta on a json tree with the minimal size possible (so with the ability to split/move/match nodes) I first tried...
AWS login page is in two steps it first ask for the username & password and then if your MFA is enabled it ask to input the OTP.  When...
I'm hardly looking for having a detection of codecs from a video file provided to a input type file before uploading anything to my server. Do we have a way...
I wonder if lingui could provide a official support of vite? I have seen related topic https://github.com/lingui/js-lingui/issues/1016 and even https://github.com/skovhus/vite-lingui but I am facing an issue with vite/esbuild and lingui/babel-macros....
I'm currently looking for optimizing our app bundle and I'm concerns about something. Somehow Terser are not able to compress a function name, the function does not access to any...
Is there any plan to support AWS AppSync as backend? Or any advice and guidance for implementing that?
I using apitrace with opengl window that have a transparent background. When I trace it and dump images I obtain black background so sounds like alpha channel is missing in...