DanielSchmerber

Results 5 comments of DanielSchmerber

I also ran into this same issue. To replicate i created a new Vite Project Added latest SchematicWebViewer, buffer, and blob-to-base64 This is my JS code ``` import {renderSchematic} from...

Yeah, that was the base64 api adding metadata about the encoding to the string, should have commented that

I managed to find the Root of this issue The Problem is the getTagType function of the tag.js file. a transative dependency of SchematicJS it checks what type the tag...

I printed the object that is being passed into the function to the console using console.dir ![grafik](https://github.com/user-attachments/assets/1186e8d0-caf1-4715-a17c-1e90de115b6e) It is instanceof Int2, wich is not being tested for in the getTagType...

Hello, thanks for taking the time to look into the Problem! As ratelimits are the Issue, i will make efforts to reduce the amount of request being sent to the...