Stefan de Konink

Results 260 issues of Stefan de Konink

I seem to be on a quest to test if what I want to publish in an epub actually works the readers I prefer myself. I have attached three variants...

I am trying to run the emulator to see if I can contribute to the project. I am running on Gentoo Linux. I have changed mupdf-third to mupdf, because linking...

``` + cd qtbase + /home/skinkie/Sources/TeleSculptor/build/external/fletch-build/build/src/Qt/qtbase/configure -top-level -prefix /home/skinkie/Sources/TeleSculptor/build/external/fletch-build/install -docdir /home/skinkie/Sources/TeleSculptor/build/external/fletch-build/install/share/doc/qt5-5.11.2 -datadir /home/skinkie/Sources/TeleSculptor/build/external/fletch-build/install/lib/qt5 -plugindir /home/skinkie/Sources/TeleSculptor/build/external/fletch-build/install/lib/qt5/plugins -importdir /home/skinkie/Sources/TeleSculptor/build/external/fletch-build/install/lib/qt5/imports -opensource -confirm-license -nomake examples -release -skip qtwebengine -no-qml-debug -system-libjpeg -I /home/skinkie/Sources/TeleSculptor/build/external/fletch-build/install/include -L /home/skinkie/Sources/TeleSculptor/build/external/fletch-build/install/lib...

The main window selects its extentions at this point. https://github.com/Kitware/TeleSculptor/blob/master/gui/MainWindow.cxx#L141 I have modified the source code to show what VTK exports. ```cpp // Get registered readers vtkNew readers; vtkImageReader2Factory::GetRegisteredReaders(readers); //...

At this moment a layer each object is simplified individually. ![image](https://user-images.githubusercontent.com/502394/35942155-066998de-0c55-11e8-8b46-b391faa3957c.png) Is it possible to simplify with respect to topology? Hopfully enable this on specific layers. As workaround I use...

Haal bijna alle req->arriveBy masks weg voor boarding/alighting etc door voor het routeren een bitmask te zetten die je AND. Dus mask voor boarding/alighting afhankelijk van arriveby, dubbel bonus ->...

https://github.com/bliksemlabs/rrrr/blob/tdata-cherokee/tdata.c#L38

https://github.com/bliksemlabs/rrrr/blob/tdata-cherokee/plan_render_otp.c#L324 Should be < WALK

Validate the current code check: 0. prevent the loop if n is 0 1. try decrementing the loop if possible from n down to 0 2. implement do..while