C.Ezra.M

Results 19 comments of C.Ezra.M

I am annoyed by the fact this never actually supported the basic syntax for \*\***bold text**\*\* or \**italic text*\*. Both `*` and `_` should be supported. ![image](https://github.com/microsoft/pylance-release/assets/70766223/1a6e25dd-6451-4e3d-ba6d-6e1ed4a7c59f) Raw docstring content:...

I suspect the server is closed because the website and repo have also been taken down.

If there is need to have `Function.prototype.toString()` compatible with `eval()`, it would be best for comments to not be saved in the AST, because they are not executed. Python has...

This is because there's no such image for this item.

Such an image exists now. ![obraz](https://user-images.githubusercontent.com/70766223/209178186-ab369e79-5b0d-4dfe-ba77-4c27bc5eeb46.png)

Due to possible merge conflicts, this PR will be closed now.

I really like this! It would be even better if you allowed the user to reorder colors by dragging and dropping.

It's also recommended that this method should employ detection of circular references, or else it will run into an infinite loop when it finds a self-referential object. > In my...

> It's also recommended that this method should employ detection of circular references, or else it will run into an infinite loop when it finds a self-referential object. I actually...