-
I wasn't expecting the codemod to delete many comments in our code. One small example:
before
```
export default Component.extend({
//To show or hide sibling checkboxes when one is hovered
…
-
Currently comment elements are removed from the DOM on scroll. That's both computationally wasteful and probably triggers mad reflows (but I'm not interested enough to check).
`display:none`-ing th…
-
### Why this would be helpful
Not sure if this is a bug or intended, but I personally was confused why this kept occurring.
If someone does not want to see a certain type of message (eg loves) in th…
-
In the past there have been several issues regarding the problem of pixelation not being secure. Those were closed with comments like "use a black box instead" or "increase the kernel size". However t…
jrpie updated
1 month ago
-
In order to **be able to add votes and keep record of all previous polls including voting details** As a **administrator**, I can **Increase levels of interactions to add poll in the home pag, to gath…
-
Currently, all highlight styles display white text on the chose background color. I'd like the ability to set the text color to black or the default color, but I don't see a way to do this.
Additio…
-
- Extension version: 0.0.21
- VSCode Version: 1.55.2
- OS: Windows 10
Steps to Reproduce:
1. Checkout a PR in this plugin
2. Leave a comment on a line
Leaving a comment via this pl…
-
### Dependency
- [ ] Information missing on how to apply changes across files in GitHub
### Overview
We need to make it easy to:
- Record any missing documentation on how to apply changes across fil…
-
As a user I would like to be able to curate my experience and my threads on stacker news by having the ability to block or mute other users and hide comments I consider low-quality.
Block: a user w…
-
Being able to use prettier to format code snippets before passing them to torchlight is a dream!
However, I've been regularly encountering a case where prettier moves my comment to a new line, chan…