Stephan Meijer

Results 316 comments of Stephan Meijer

Interesting. The only thing that changed between 1.31.0 and 1.31.1 is this pull https://github.com/smeijer/unimported/pull/194, which restores relative path output for `unimported` files, which was a regression of https://github.com/smeijer/unimported/pull/184 How are...

A reproduction (the smaller the better) would be most helpful as well.

Does someone have a reproduction available? A github repo where this issue shows? I'm happy to take a look at it, but having a test case would be nice.

This project is being archived. Please check the readme for more info.

I'd be happy to merge a PR adding support for it. 🙂

This project is being archived. Please check the readme for more info.

Same for replacing an object: original ```json { "x": "SomeVal", "y": { "a": 2, "b": 3, "c": 4 } } ``` edited ```json { "x": "SomeVal", "y": {} } ```...

> It would also need to make sure that moderators are given access to the channel if they don't already have access. That was exactly the original idea behind this...

> Maeby can be linked messages with at least 2 flag. If someone has said something unpolite I think that more people will flag the message Not necessarily if it's...

Options would be very usefull indeed. I'm using the htmlhinter for my html files, but actually each .html file only contains a `..` element. So currently, htmlhint is bugging me...