thatsIch

Results 37 comments of thatsIch

sounds like a really cool idea to me!

I saw, that #662 was fixed with https://github.com/htmlhint/HTMLHint/commit/bad68d91317d826eca0b44af8ea794a25fc3e4fe. I guess, that the solution could be pretty similar. I am unsure where to put the test-rules. Maybe a new folder? *...

https://docs.rainmeter.net/manual/installing-rainmeter/#SilentInstallation This might also be interessting or installing with WinGet https://docs.rainmeter.net/manual/installing-rainmeter/#WinGetInstallation

Seems UnitTesting was pulled into SublimeText itself! https://github.com/SublimeText/UnitTesting/issues/171

The tests are failing probably because the UnitTesting framework changed. But the workflow works in general.

That is somewhat frustrating when setting everything up with Sublime Text 4 and seeing that the UnitTesting framework supporting it, but not for python 3.8 which Sublime Text 4113_x64 uses?!...

The default goto definition can not be overwritten with own behaviour. It uses the indexed symbol system to navigate around in the project.

connection check requires something like import http.client conn = http.client.HTTPSConnection("docs.rainmeter.net", timeout=1) conn.request("HEAD", "/manual-beta/") response = conn.getresponse() print(response.status, response.reason) this but it can throw random exceptions depending on the error. Probably...

Could you show it via a ScreenShot? This would make it easier to see the problem.