Results 52 comments of Nir Friedman

Hey all, any progress on this, or should I start working on this again? @yea107 ?

@noctuid Haha man your code made mine look like something the cat dragged in. Okay so I took this code and walked with it (ran is too strong a word)....

@ninrod Well, that code does not handle quite a few things, in particular the handling of "short" lines in insert (do not make cursor) vs append (add whitespace) modes. As...

I actually think maybe this can be closed? I encountered an issue due to this, described here: https://github.com/emacs-evil/evil/issues/864. @jojojames Gave me a fix. Today dealing with something related, I commented...

I would really, really, strongly suggest reviewing the C++ `date` library (to be standardized in C++20 IIRC), as well as the stuff that is already standardized under `std::chrono`. Maybe C++...

A quick example of catastrophic cancellation; I wrote the following trivial C++ program to show what happens if you had two durations 10 nanoseconds apart, today: ``` int main(int argc,...

> The fact that duration value is stored as a double doesn't imply that time points will be stored as doubles too. I believe this cancels catastrophic cancellation issues. You...

Ilya, I'm not sure exactly what you are asking. How can you define a point in time other than an epoch and duration? It's like defining a point in space;...

Helping a user in the spacemacs gitter, they were having some issues with this. I agree with them that in some places the algorithm is a bit poor; based on...

@expez I'm not quite seeing that bug, but ultimately I came here to request the same thing: some kind of setting to control where the tool tip appears. In my...