Results 36 comments of Jesse Phillips

Yeah, and byline/splitlines aren't good for parsers because they loose vital line ending information. Xml cdata section are most likely the problem for Xml. I did a range over mmap...

Utilizing Dstep via the first suggestion (dub build, bin/dstep) works. Failure is thus concluded to be due to using dub run. Obviously close if this is not desired to be...

I don't always have a tag on a release, I build the version based on the previous tag and commit count. Most git commands accept tag, hash, branch and some...

I'm not going to say no, but due to my lack of familiarity in Javascript and other activities I won't expect to get started or finish anytime soon. I took...

I've just added the full text search feature to the docker file install step, but then I had to follow these instructions: https://social.technet.microsoft.com/wiki/contents/articles/31786.sql-server-not-starting-after-fresh-installation.aspx

@pulla2908, it is interesting that you don't add the additional steps noted by the article. I wonder if it has to do with your use of server 2019 instead of...

Correct, onivim is still developing the Plugin support. I will try to get additional information from the developer tools. (taking this to onivim as well)

Onivim doesn't provide developer tools, I'll need to find another way to get at error information. https://github.com/onivim/oni2/issues/3321

Functions inside a class marked as const cause a compilation error. I fixed this by adding cast(void*) on line 128 of conversions/functions.d