Frederick Price
Frederick Price
I know I'm not the one doing the work, but why not do something like Vim where you can bind keys to functions, because then once you have the function,...
This has happened to me a bunch of times lately as well, would love a force option.
Appreciated :)
Hi Sebastian, would you still like some help with this? Do we have any tests currently for doing benchmarks? My work (ActiveState) has time (currently 2 days) every quarter where...
I will see what I can do with git-object today, I should be able to get something bare bones setup so we have a flag on the ground. I will...
Doesn't memcpy already manage overlapping regions? It's been a while, but I thought that was the whole point in using it other than because it's also usually optimized for your...
Thanks for the example, but what about when the comment ends at the end of the string, but without a newline? How do I handle that? IE does Logos handle...
Okay, I got that working, but how do I do C style comments now: /* .... */ ? I've tried the below, but it's not seeming to work for me,...
I could look at this for you if it was really critical to you. I believe the library uses a third party library to use polygons, but perhaps the test...
Can you make your own *type* that gets decoded at all? Because I want to start checking the values I'm being handed in the JSON before allowing them into a...