Leonardo Carreiro

Results 29 comments of Leonardo Carreiro

> I'm experiencing this issue with Slack's snap on Ubuntu 22.04 as well. Same here, very annoying bug! If I install Slack from another source instead of snap, would we...

That code I wrote was not the kind of code I like to write... Just did it to have a minimal working version, but I would like to use some...

I'll try to take a look at this code this weekend. It is possible to use `export =` but you would need to change the `define` function.

I'm trying to run your code, but I'm getting other errors and can't debug it, you change the output folder and running in windows it can't load the *.ts from...

I've published that change at version `0.4.0-dev.20180312`, could you test if it resolves your problem? You can install it with: `npm install ui5ts@next` This change should allow you to import...

I forgot that you used gulp and tried to run with `npm start`. You could make the `start` npm script to call the gulp instead of bsync+tsc. I didn't understand...

Hi @apazureck I saw that discussion at the SAP/openui5#88 and I was wondering... Have you tried that new dev version that I published (0.4.0-dev.20180312)? Could you try it using `npm...

I have a related problem... web assembly files (*.wasm extensions) need to use content-type `application/wasm` to avoid error on Google Chrome, but the current type being used is `binary/octet-stream`. Is...

Another related problem: https://github.com/Microsoft/vscode-python/issues/2445 ![image](https://user-images.githubusercontent.com/13019179/67416179-bf9dbd80-f59c-11e9-9cac-121f9a3d99f8.png) **Update**: the lower case `r` is not wrong, it is a feature to use for regex: https://github.com/MagicStack/MagicPython/issues/114#issuecomment-349115524

Thanks for the project. I also had the same issue, and it happens in a DOS partition. I also tried to use `--no-uefi-secure-boot` and it also didn't work... ![image](https://user-images.githubusercontent.com/13019179/183291492-08a5fe49-dd0c-432e-ac06-d0163f404390.png)