Antonin Hildebrand

Results 134 comments of Antonin Hildebrand

Something like this: https://github.com/darwin/helix/blob/596648ce7ab068eba8f935c9acd71b18d5049945/src/helix/impl/props2.cljs#L139

Just random thoughts: I think there should be a well-documented set of rules for renaming keys and it should give us two-way mapping. `$` and `$$` will do mapping one...

@Lokeh FYI, I started experimental work on that props translation. See the above commit.

I just completed the experimental work and ported[1] my code to use this branch[2]. Good news is that implementation of the props-bean wasn't that hard[3], but I had to use...

Hi, I'm the TotalFinder dev. @lwouis TotalFinder composes own windows on top of Finder's own window using the same mechanism as "window sheets" internally work. In more complex situation when...

Thanks for the effort in making a test app and the video. You are correct. I lay original Finder window on top of background "framing" TotalFinder window to achieve tabbed...

@lwouis not sure what that `qword_10017e8e0` does. But I would guess they might be testing if a given window has any child windows.

I would suggest considering implementing generic notifications system which would log notifications locally into a file by default. I would bet some project like this already exists. And then implementing...

Just did a bit of googling and I think we need something like: * https://github.com/elastic/logstash * https://github.com/fluent/fluentd And use existing email plugin or write our own (e.g. I would do...

Yes, I think this could be a good task for me to start contributing. I can implement whole notification subsystem. And provide email and keybase as initial "output plugins". You...