ultimate-tester

Results 84 comments of ultimate-tester
trafficstars

> > > CodeFlask works by syncing textarea text with highlighted editor text. So any differences in `letter-spacing` (or any other font or spacing CSS properties) will misplace caret. >...

Just to keep this issue active, this is still a thing in 2022. Autocomplete and the context menu need at least 10 seconds (I keep bashing CTRL+ SPACE or ALT...

Small update: in my case I found that pressing CTRL + ALT + L fixes the issue once. So every time I have issues with context menus or syntax highlighting...

In the end my approach was the following: In successful login, share the session ID with the client through JSON. It will be remembered by the client. Then, I created...

Ah yes that looks quite similar indeed. The idea is that you send the session ID as JSON body to the client (only once at authentication), not through cookies anymore....

> > Hey @admehta01 this look pretty good, except it looks like you're instantiating a new instance of the middleware for each request. Instead of that you would want to...

Please don't give the method the same name as the object. It should be: VCard.Parse(); VCard can be a class with a static method named "Parse". In fact, the logic...

I'm going through the issues to find mentions about not auto-starting a new process, which I now created a PR for: #5780

> > > I don't think so. Is there a reason you're not using a proper relative path, i.e. `./foo`? This is important to distinguish between registry/builtin packages and local...

I'm going through the issues to find mentions about not auto-starting a new process, which I now created a PR for: #5780