caramboleyo

Results 8 comments of caramboleyo

Its practically a template, that is not attached to the dom, but can be queried with querySelector and easily modified. Its how i handle the fragments of views. And it...

When i post it into the [playground](https://microsoft.github.io/monaco-editor/playground.html#creating-the-editor-editor-basic-options), the colored braces appear for a second, then they disappear again. Its like its rendered correctly and then immediately rerendered wrong.

Also the matchBrackets functionality seems broken.

@ColinBradley how did you roll back? git tags are not set for v0.31.0 or even v0.34.0 edit: 0.31.0 exists without the v prefix edit: i have the same problem with...

The problem for this is here: https://github.com/arscan/hexasphere.js/blob/97858fa17eb25f992e799cfaf1c4725265c513f8/src/tile.js#L68 It creates the boundary by walking it point by point. For every point it determines the two other adjacent tiles, which border this...

My solution still leaves one case where first and last seem to be twisted :'(

They are not and the cdn link is broken. But i never used it anyway, no proper docs and don't know what vanilla means. I dont know why a little...

I dont think this can be done with “just” a polyfill. You need to create a new, empty globalThis and then reference variables from the parent context to the new...