Elijah Malaby
Elijah Malaby
Just copies some code from the deletion logic into the yanking logic, really
Given ```lisp (+ 1 (+ 2 3 4 5)) ``` hitting `yy` on line 2 will copy the whitespace before the parens instead of the contents afterward. This surprising to...
Rather new glsl feature, but one that would be immensely useful. https://www.khronos.org/opengl/wiki/Shader_Subroutine http://www.lighthouse3d.com/tutorials/glsl-tutorial/subroutines/ Basic idea is that you can declare "subroutines" instead of functions and declare "subroutine uniforms" which can...
There are cases where a production will have more than one terminal but only one of them will actually be in the precedence list. In this case cl-yacc is unable...
I'm still getting used to working with kafka, so I may have misunderstood the semantics, but it looks like seek-to-timestamp is handling the missing timestamp-offset case incorrectly: I don't think...