Peter van Gulik

Results 12 comments of Peter van Gulik

This might also fix a few other issues related to font styles changing after opening a workbook with exceljs which include: `condensed`, `outline`, `shadow`, `extended`.

I can confirm this as well and have tracked back the root cause of this to the way boolean are parsed in styles.xml/dxf. The solution is straightforward so I'll try...

Thanks for logging a bug report! Do you see any errors in the log? You can set the log level to "Debug" which will print additional information, if you could...

I think I've found the culprit! Thanks for the extra details everyone. The issue will (hopefully) be fixed in the upcoming release, right now you can already download the preview...

> ![image](https://user-images.githubusercontent.com/36446277/260590687-ff4371f8-6f89-4046-9b8e-ab4f0b9be55c.png) I´m facing a similar problem. i know there are at least 20 dataRaptors in the Org. but i can only see one. i can see there are many...

Looks like > > ¡Creo que he encontrado al culpable! Gracias por los detalles adicionales a todos. > > El problema (con suerte) se solucionará en la próxima versión, en...

Hey! You can try to enable debug logging for the Vlocode extension in vscode to get more error details. But these are server side (Salesforce) errors coming from the Vlocity...

The export folder is saved as a workspace setting. You can change it from the vscode settings menu and also by editing the `.vscode/settings.json` file in your workspace folder. ```json...

I think it should be. I don't have a test environment with the Omnistudio package to test yet but the extension was written keeping support for Vlocity packages with different...

@wwwmonkey thanks for info! I'll have a look into this. The new setting that you pointed out will be useful as a fallback to detect to get the namespace. Once...