Kevin Simper

Results 55 comments of Kevin Simper

How can less be wrong that is should parse with Less? sccs is different from less.

@poppe1219 It helped me installing the C++ bindings on a fresh windows 8.1

I was quite amazed to find out this bug appear in Safari, but work in Chrome and Firefox. @LiddleDev Thank you 👍 @philipwalton Have you seen this error? I made...

@caish5 How did you end up solving the issue? I am thinking about batching writes, as starting to print takes a bit of time. Combining prints makes it quicker for...

@jakubroztocil I think you could test with any url that will throw a request too large :)

@jakubroztocil It kind of have, since `Connection aborted` is showed from `httpie` and not from `curl`. @redalert11 It is not nginx that is the problem, it is that curl shows...

Hi @jaywcjlove , I wrote a bit about it here, tried hotkeys also and to see if it worked https://kevinsimper.medium.com/why-keyboard-shortcuts-and-accessibility-in-other-keyboard-languages-rarely-works-8638abc15e71

I think this is a good idea, @aoberoi Especially that `express.Router()` is a private function, which makes testing express routes with TypeScript really difficult, unless spinning up a http server...

Thanks for the responses! @dougwilson Did not know of `router(req, res, next)`, I will take a look at that! @jonchurch I want to be able to test this code and...

You can generate a different `up.json` for each, you generally don't store production and staging variables in the same file :)