Sebastien Chapuis
Sebastien Chapuis
Hi @sedwards2009 and thanks for taking the time to write this. I agree that icons should be selected carefully, I already regret `linea` because this font wasn't intent to be...
@BlitzKraft It's probably relevant. What distro and DE is it ? I will test it in a VM
@BlitzKraft Just curious, why do you use fbterm ? It seems a bit limited compare to others terminals under X. I didn't take the time to try sabayon yet. Do...
Hello @billyb2, Thank you ! You are right the repo lacks some documentation. I will add some docs and update this issue to keep track of it
Hi @tsmarques, I'm glad you like it ! I will update the readme and add some documentation. The function you can use is `omnibox`: ```el (omnibox :prompt "super prompt: "...
Hi @AnasR7 What is the value of the variable CFLAGS ? - `$ echo $CFLAGS` can you try: - `$ env -u CFLAGS ./configure --prefix=/opt/coreutils` If it doesn't work, can...
I have updated clearlinux from `41760` to `41850` and I have the same issue: I can't type the password to decrypt the partition. I'm using `kernel-native`. I had no issue...
Can this issue be addressed ? Not being able to boot is quite critical
Hi @mitschabaude, this is great work. I've tried to integrate this implementation in openmina, but `mul_assign` does not give correct result: https://github.com/openmina/proof-systems/commit/3f8ed1f2e9be06c3210500e547141b62ee1611ee When we multiply a number by `1`, the...
@mitschabaude I've tested the javascript implementation (`Pallas/Fp`), but it seems that it gives different results than `mul_assign` from algebra [here](https://github.com/arkworks-rs/algebra/blob/3b589fe211683dfb64ef73cd987fab1ba6676ae5/ff/src/fields/arithmetic.rs#L11). When I call `mul_assign([1, 0, 0, 0], [1, 0, 0,...