Johan Bouduin

Results 7 comments of Johan Bouduin

> @tigattack we do have a dedicated team, but their main priority is the main Ghost application which is the underlying application used by the Android app: https://github.com/TryGhost/Ghost Of course...

Similar issue with a property named "pattern": ```json { "$schema": "http://json-schema.org/draft-07/schema", "$id": "http://example.com/schemas/some", "type": "object", "title": "Field validation", "description": "Field validation definition.", "default": {}, "examples": [ { "isRequired": true, "maxLength":...

I have the same issue with: * electron 30.0.1 * @electron-forge/client 7.4.0 * on Windows 11 It all worked fine, right from the beginning. And all of a sudden, without...

@alishah730 I did try to run the signtool manually, on some other executalbe file and it showed me the following `C:\data\GitHub\collection_manager>C:\data\GitHub\collection_manager\node_modules\electron-winstaller\vendor\signtool.exe sign /a /f "C:\data\GitHub\collection_manager\.cm\collection_manager.pfx" /p "" C:\data\github\collection_manager\out\collection.manager-win32-x64\collection.manager.exe Done Adding...

@liu-jin-yi get a valid certificate. Mine was invalid because it was expired.

Other issue with borders and columnspan. Pdfmake version: 0.2.16 Use the attached file to generate a pdf with two tables. [colspan-bug.json](https://github.com/user-attachments/files/18218174/colspan-bug.json) The first table contains a colspan = 3 in...

> FWIW this is a warning that shouldn't stop your build. Yes, it is a warning. And indeed, it does not stop the build. Nevertheless, it is an indication that...