David le Blanc
David le Blanc
I ended up adding UDP support to 3.1.6 library release. Its been in production for over a year now and seems to work well. I've merged my patches with master...
> Thank you for info and sharing :) > > I'll try it. No problem. I included the C code I linked with the customer application (which provides a LUA...
> When you use --textconv are the line numbers in the git-diff output correct for the vim buffer? Yes. The logic is that GIT performs a text conversion when you...
I put together a contrived example using gitattributes and filters. https://github.com/systemmonkey42/attribute-test This uses two filters bash.1 - filtered via "base64", hence the contents of GIT are completely different to what...
Hi, I'm trying to customize section Z, so I hope this fits here. It seems unnecessarily complicated for a new user. My problem is this; In the animated screenshot on...
If I might weigh in here, there _is_ a "bug", but I think it might be intentional. When I use 'asdf' to launch `vim`, it will prepend the path to...
This is an old ticket, and I'm sure everyone has been forced to cook themselves up some sort of solution. I tried the script @jaclu provided and it fell apart...
This has significant risks, as its impossible to tell if a particular app hard codes its installation path during compilation. `vim` is a perfect example, where `.asdf/installs/vim/8.2.xxxx/share/vim` is a hard...
This is not the only problem with .gitignore. I'm finding if I have a path starting with '/' (eg, '/node_modules') and I run 'ag' from the same directory as the...
Any movement on this? When combined with JSX, the emmet#expandAbbr() hotkey will make quite a mess. Is there a javascipt lang file? It appears that javascript is treated like HTML....