Thomas Di Grégorio
Thomas Di Grégorio
Hello This is a (very) small issue though, but reading this lines in file : https://github.com/hmans/three-elements/blob/a580feb5f1c537d19387c3630703734c5f835644/packages/three-elements/src/BaseElement.ts#L115-L118 ... I assume wrong arguments can be given (like wrong attributeName) for the native...
I read somewhere that table recognition is on roadmap... When this is ready, scanning "bills" or invoices to extract products price by brand/store/date. With a shared price information, comparators and...
Hi! I have got a low level wasm error that I can't understand. Steps to reproduce: deno.jsonc ```javascript { "imports": { "std/": "https://deno.land/[email protected]/" }, } ``` docs.js ```javascript import {...
It can be usefull to be able to get and work with CSS classes, as it's already used in the library, why not make it accessible in root module and...
Hi ! I found a weird bug : this error, that occurs in a timeout is not catchable with a try/catch clause around `puppeteer.launch`. ```js let browser try { browser...
Hi, I had split classes to separated files and added a rollup dev dependancy to merge it again and **produce the exact same file** (ok maybe 2 extra blank lines...
Hello I needed easyoptions to parse documentation on bash sourced scripts for additional options. So I added a variable `$easyoptions_include` to the Bash implementation. _(You can see it in the...
Hi! I have an error with ZoeDepth preprocessor, sadly there is not error shown in the webui terminal only the HTML Error splatch on preview image :/ All other depth...
Hi! You have a typo on `prompt` png info spelled `propmt` ( shame! :sweat_smile: ) https://github.com/zer0TF/cute-comfy/blob/3178c18891a50dd147137e1c2bad1adc1a11483f/watcher.py#L184 :purple_heart:
This core extension do not safely override the `ComfyNode.protptype.onGraphConfigured` by saving a reference to any previously existing method, therefore any other extension safely hijacking this method get no chance to...