yggdr

Results 20 comments of yggdr

If you want another use case I can give you an example of what I'm currently working on. It's an existing Robot code base, I'm trying to refactor it and...

My first instinct was as I said to make it possible for operations to define their own `OperationMeta` subclass to return. Then they could add their own attributes as they...

This indeed fixes the main functionality (going through the list, opening them with tab), but not the reprinting and highlighting one.

Erm, no. Why would bash fix this? > In rxvt-unicode 9.22 on FreeBSD 11.0 (**using zsh and /bin/sh**) Current code from master (9c53028) is still nonfunctioning on FreeBSD 11.0 with...

I moved my `init.lua` out of the way and tried that, but that does not seem to crash it (even with the parsers still installed). I then moved my init...

@theHamsta That is unfortunately quite a bit outside my expertise. @clason sure sounds like the same bug.

@theHamsta I actually already got that far, but I can't get a traceback because there are no debug symbol in the install. And compiling from source gives an even more...

While I'm not a rust programmer, after combing through the code and experimenting a bit I found that most of what is needed to do this is indeed already present....

Would that be made to interoperate with custom operators? Would, in a definition like ```python operator ~~ def left ~~ right = dostuff(right) - dostuff(left) class A: def left ~~...

After a few quick tests, this indeed seems to be working, at the cost of tripling the resulting build's size. But I think can live with that for now :)