SBP

Results 7 comments of SBP

Sure! I opened that repo specifically for this. No problem, I'm happy to contribute to this great piece of software!

OK, no problem, I wasn't aware of that :)

I'm having the same problem under Arch Linux. Hand-compiled from the latest git. `uzbl-core --bug-info`: ``` Commit: v0.9.1-191-g676b47e3 GTK compile: 3.22.26 GTK run: 3.22.26 WebKit compile: 2.18.5 WebKit run: 2.18.5...

I can confirm this. ``` Commit: v0.9.1-191-g676b47e3 GTK compile: 3.22.26 GTK run: 3.22.26 WebKit compile: 2.18.6 WebKit run: 2.18.6 WebKit2: 1 libsoup compile: 2.60.3 libsoup run: 2.60.3 ``` After playing...

Additionally, in the netcons section: - before the nri, print the target location and type name - print `active` as boolean - weight vector in brackets For example: ``` dend[12](0.1)...

In the case where there is more than one point process in a segment, printing objects in ascending segment/nri order hinders direct comparison of `prcellstate` outputs. Since different simulators may...

Hi! I've prepared a PR to save/restore the camera state to/from a file. My use case is generating 3D renders with consistent camera views, which requires saving the camera state...