Guido Kersten

Results 7 comments of Guido Kersten

@DOrsulak-SOLIEL I am not an expert here, but are you sure you did check out the complete Fiddle that was mentioned here? https://github.com/vasturiano/3d-force-graph/issues/375#issuecomment-686521509 For example if you forget this part:...

@DOrsulak-SOLIEL this is actually not a bug, but as designed. When you change the lineWidth() to anything else than 0, it will render a mesh instead of using the ThreeJS...

@vasturiano thanks for the quick reply and for mentioning the docs, that helped a bit. To me it was clear that `source` and `target` can be either an object or...

@nZeus did you find a proper way to solve this? We are running into the same issue with Renovate where we also decided on pinning the versions in the `package.json`....

@aiday-mar I notice this issue did move to the backlog, we had to downgrade to Monaco v0.50 to prevent this error in the meantime. Is there any way to prevent...

I am on version `"@jsverse/transloco-keys-manager": "6.0.0"` and still see this happening, was able to work-around it with above suggested mock. Is this still expected @shaharkazaz ?

For now, was able to work-around it with the following config: ``` export interface Fish { animal_type: 'fish'; found_in: 'ocean' | 'river'; } export interface Bird { animal_type: 'bird'; can_fly:...