Bryan Jones

Results 555 comments of Bryan Jones

Yea. These are pedantic warnings. An unsigned long is a 64-bit wide chunk of memory where all 64 bits will be devoted to storing the value (versus a signed long,...

I'm getting the same crash. This started recently and I cannot reproduce it on my Mac: Crashed Thread: 5 Dispatch queue: HTTPServer Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000...

Unfortunately this project is definitely dead. Nobody has committed anything in years. If you're able to, I'd suggest checking out one of the open source Swift HTTP server projects. If...

Actually, a more robust solution would be to have `-stop` return immediately if the server isn't running. That way, if the method is called more than once from *anywhere*, this...

Mother of god...I thought this project was dead and buried. I just filed the report to procrastinate on customer support emails.

I suspect the cause of this may be that I have *two* external displays plugged into my 16" MacBook Pro via USB-C. Each of these displays is capable of acting...

This sounds like a PurgeCSS issue. But regardless, Tailwind no longer uses PurgeCSS; the JIT Tailwind compiler assembles only the CSS you need. As long as you've installed the latest...

In general, that's a bad idea. What's the problem you're trying to solve?

Are you branch-switching in Git? The most common cause of "settings randomly change on me" is switching git branches to a different version of the CodeKit config file.