Max Bruckner

Results 82 comments of Max Bruckner

I think the biggest problem at the moment is that the feed has an unlimited size. This probably also the reason why joining the chat doesn't work reliably in this...

But how do I trust these builds? It would, at the very least require reproducible builds and building the same package on at least 2 independent computers to verify. Even...

I personally would also give `√` higher precedence. List of other calculators I've tested: * gnome-calculator: `!` has higher precedence. * google: `!` has higher precedence (used `sqrt ` instead...

I don't understand how `make install` works for unison to be honest. Usually there is `DESTDIR` that can be set for installation directory. But unison doesn't seem to do that....

Actually I gave up for now. This is more complicated than I expected.

It would be easier if: * unison would build executables with different names for different `UISTYLE`. e.g. `unison-text` `unison-gtk2` * there was a way to know what has been built...

> Or should it provide an option to automatically ignore directories with that marker. ^ This, an option to support automatically ignoring directories with that marker. Tagging `.unison` probably wouldn't...

If unison was starting from a clean slate it would probably be a good idea to make this a default, but as it stands I don't think anybody is expecting...

From what I understand it's not possible to do this via a special `cJSON_CreateNumber` function in a good way. In theory an additional number type could be added or an...