Zé Bateira

Results 37 comments of Zé Bateira

For anyone that has bumped into this, here's what I'm doing to "fix" this: simply use css to revert the colors like so ```css .monaco-editor-container { /* the up most...

You can download the lib and use it as is. It's just not published. @bjjb any chance of fixing the package.json and publish it?

@terichadbourne it is still not working properly on mobile and it seems that it's an issue with the editor itself: https://github.com/microsoft/monaco-editor/issues/246 I'd say to go forward with adding a warning...

I know we've decided to add a warning message, but I just wanted to leave this here for future reference: [CodeMirror 6](https://codemirror.net/6/) supports touchscreens, so in the future, as a...

Some considerations: - Detecting if the device is a touchscreen and then show the warning message to those users it not really the best solution because we now have devices...

Thank you for reporting this! @jasonwalks can you try on another browser? I don't have a Pop OS instance at hand.

@achingbrain I'm afraid so. I checked and it's failing on lesson 7 of the [Regular Files API tutorial](https://proto.school/regular-files-api).

@terichadbourne ready for your review. I'm not sure about the description of the `new TextDecoder().decode()`, but you can read through it and see if it's ok. Thank you @achingbrain for...