Zezombye

Results 13 comments of Zezombye

I think you're getting a slightly different bug. When the cursor is above the characters, I see this: ![](http://puu.sh/ypRUw.png) When it is below, the line goes upwards a pixel: ![](http://puu.sh/ypRWR.png)...

Indeed, that's a corner case that I didn't realize occurred when they added the current array index. I think I'll add a warning, though I've pretty much stopped working on...

I forgot to reply but this is basically the AST macro thing I've had in my head for a while (I made a mistake following C's path, lul) I think...

Another bug: ```python playervar isEditing playervar menuPage rule "": hudSubtext([player for player in getPlayers(Team.1) if player.isEditing and player.menuPage == 0], "{1} CREATE BOT {2}\n{3} GRAB BOT\n[{4}] REMOVE BOT\n[{0}] + [{4}]...

The slowness came from the console.log statements, lul. Removed them all and now it's back to an acceptable speed. Putting this issue on hold until it starts to lag again...

As of now there is no way (as I didn't find a use for it, to disable rules you just comment them) but I'll try to add a `disabled` keyword...

After a good hour of searching I finally found a solution to close vue-select dropdown on clicking on the selection. Building off dkr88's solution, but making it so the dropdown...

Yes, this is a datatool bug (they strip them out because it caused issues on other stuff) What I could do is merge an old version of the strings file...

Not sure why this issue and [the associated PR](https://github.com/vuejs/vitepress/pull/1366) were closed, seeing as it is a very simple addition. In your style.css: ```css .vp-doc span.inline-code-highlight > code { border-radius: 4px;...