Francesco Minnocci

Results 131 comments of Francesco Minnocci

Could you at least provide some information about your system? From the [README](https://github.com/nbfc-linux/nbfc-linux#troubleshooting): _Many Linux distributions do not provide the ec_sys module, and the module should be compiled manually. Alternatively,...

@allaeddineomc Looks good to me as long as you tested the resulting AppImage; one thing: why the change of `$PREFIX` to `""`?

Can you try that config yourself and report back if it works?

Hi fenio, not at all! Let me know if you need any help with packaging, I maintain a package as well in the AUR: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=nbfc-linux Happy holidays, F. P.S. leaving...

Sure, it shouldn't cause too much confusion since existing users of your distribution either won't have heard of the previous version, or they are expert enough to investigate for themselves....

Codebase is completely fresh, as it was written in C from scratch by the main author of this project, braph. The CLI interface is inspired to the original one in...

> "inductive limit filtrants" → "filtrant inductive limits", and "inf limit complexes" → "bounded-below complexes"). btw, I think _filtered_ is more commonly used in this context, see e.g. https://ncatlab.org/nlab/show/filtered+limit or...

Relevant: https://github.com/bboozzoo/mconnect/commit/51b81447acdfe3cde07e1fd1504e54fe24c11c59

I could add `SHELL` to the environmental variables parsed from the config, e.g. something like ```bash CONFIG_SHELL=$(find_in_config SHELL) if exists "$CONFIG_SHELL"; then SHELL=$CONFIG_SHELL fi ``` and then in the config...