WiserOrb

Results 6 issues of WiserOrb

### Description I'm trying to pick a small cylinder ('object1') next to another ('object2') using the grasp function, however the planning fail because the hand collides with 'object2'. I've tried...

bug

### Zig Version 0.11.0-dev.18+81c27677d ### Steps to Reproduce and Observed Behavior I was profiling my application, where I need big integers, and the I was spending most of the time...

enhancement
optimization
upstream

Some of the puzzles, like galaxies, take a long time to generate. I would like a setting to allow pregeneration of the next game before finishing the current one, giving...

feature

As for the title, can you add a bar that shows power consumption and charge over time. It shouldn't be too difficult if you rely on the upower daemon. Thanks...

enhancement

So I wrote a week ago about adding battery support. Today I found time to to do that. It still lacks preferences setting, I've not looked into that yet. It's...

Octave is able to compile mex files using the command `mkoctfile --mex` [doc](https://docs.octave.org/v7.3.0/Getting-Started-with-Mex_002dFiles.html). To use it you don't need to modify the makefile, simply change [MEX=mex](https://github.com/flatironinstitute/FMM3D/blob/e924041e6af0474d6fa02cef1600f577ca828e2f/makefile#L39) to `mkoctfile --mex`. Tested...