Gonzalo

Results 60 comments of Gonzalo

Z is vertical, always, but the plane XY (paralel to the ground) is moving in my case, I think is because the gyro drift. It probably uses the gravity to...

![Captura de pantalla de 2020-08-15 19-27-16_low](https://user-images.githubusercontent.com/19943481/90322886-275c3500-df30-11ea-9602-56fbfb739f23.jpg) Can confirm, the memory usage went to +10 GB after the line oracle = oracles.TruthTableOracle()

The usage is in `truth_table_oracle.get_exact_covers():352` in `ec = DLX([(c, 0 if c in cols else 1) for c in range(num_cols)])`. `num_cols - 1 = cols = 2^full_circ_size/2`. So, for `full_circ_size...

The layout you achieve is really amazing. Isn’t there a way to do it by software? [`sfdp`](https://www.graphviz.org/Gallery/undirected/gd_1994_2007.html) seems to try that but it’s not the same. There are some workarounds...

I overwrite the environment variables to achive that ``` QT_SCALE_FACTOR=1.5 QT_FONT_DPI=112 ./Notes-x86_64.appimage ```

Hi! Thanks for your interest and support, but I’d rather not open any contribution. I will keep improving this tool, I’m currently working on more stuff, but it would be...

I implemented a cache in the last version, it’s probably that

If it doesn’t throws any errors it probably works and there’s a problem with the extension. What gnome-shell version do you have?

I could make it work, the packages are the same as Ubuntu. I god another error related to the monitor, but maybe that’s because of Wayland, I should dig further....