Benjamin André-Micolon

Results 8 comments of Benjamin André-Micolon

**A better approach than adding `DOM`, is to define the following:** _`./src/@types/global.d.ts`_ ``` export {}; declare global { type FormData = import('formdata-node').FormData; type File = import('formdata-node').File; var File: File; var...

FYI, It is now possible to view, edit and fill PDF files within Excalidraw using the `Web-Embed` feature. See PR for reference: https://github.com/excalidraw/excalidraw/pull/6810

``` app.engine('handlebars', exphbs({ defaultLayout: 'main', helpers: { yourFirstGlobalHelper: function (foo) { return foo }, yourSecondGlobalHelper : function (bar) { return bar} } })); app.set('view engine', 'handlebars'); ``` And in your...

Hi there! _I'm Ben, the developer behind SimplePDF, @webysther pinged me to possibly collaborate on Stirling-PDF_ Happy to assist you with implementing SimplePDF in Stirling-PDF! Do note however that telemetry...

Hey @youngyeeer! Thanks for the kind words! So that I better understand your feature request, could expand on it? More specifically: 1. Copilot style capabilities: do you expect to be...

Hey @Penknife0915! Great call creating an issue! PWA is in my backlog, I can't tell you _when_ it will be out, but I'll make sure to ping you once that's...

Hey @shreyash-jain! > But the issue is that for each user I want to create form I am getting prefilled signature and other details SimplePDF automatically caches (in local storage)...

Hey @vanesagh! Assuming that your action looks like the one [in the example](https://github.com/robocorp/action-upload-robot#example-workflow-file), it could be that: - You specified another `api-endpoint` than the default one and this specified API...