Olof Rappestad

Results 6 comments of Olof Rappestad

Found a workaround by using the https://www.npmjs.com/package/googleapis package instead. Something like this should work: ```typescript const googleAuth = new google.auth.GoogleAuth({ keyFile: 'path/to/keyFile', scopes: ['https://www.googleapis.com/auth/cloud-platform'], }) const cloudfunctions = google.cloudfunctions({ version:...

It seems strange that the color attribute of the entity is only parsed when a matching layer is found, and defaults to black otherwise, even if the entity has a...

https://github.com/skymakerolof/dxf/pull/140 Released as 5.1.1

We ran into the same issue and are using [patch-package](https://www.npmjs.com/package/patch-package) to apply the fix below after installing monaco-editor. Thank you to @KallynGowdy for the inspiration: https://github.com/casual-simulation/vscode/commit/729f996578282277f3655bcd5906e882b0a8671a It would be great...

Thank you for contributing! Do you have an actual use case for this? Some test would also be welcome to support your change.