Artur K.

Results 61 issues of Artur K.

When testing, we should gracefully shutdown boomerang process when it starts to go crazy with memory allocations. needs some research into ruby's setrlimit functionality.

type: enhancement

Following suggestion by @rsaxvc I'm planning on adding a file containing a list of project's DEPENDENCIES. But that rises an interesting question: Should we try and make the build as...

type: discussion

Loader plugins should get the name and QByteArray containing the binary data of the file, this should allow us to: - [x] properly handle the ownership of data, and remove...

type: enhancement

This was tested on following configurations: 1. cmake generated sln files for Visual studio 2017 - 32bit 1. cmake generated sln files for Visual studio 2017 - 64bit *fbx linking...

Qbs is [being deprecated](https://blog.qt.io/blog/2018/10/29/deprecation-of-qbs/), so switching to another build system might be needed at some point. Thunder could follow the Qt project itself and switch to using CMake? I've managed...

feature
P3

- [ ] `AssetSelector` constructor should verify that the local directory contains the required data files - [ ] `AssetSelector::on_fsTree_doubleClicked` should recognize file type based on the asset file path...

TODO: Support for loading last available data files ( should cover i24 and I25 )

Calling `setForwardOnly(true);` before either preparing or executing the query will reduce the memory overhead of processing the query results ( since we usually don't need to navigate the results in...

good first issue

Right now server->client, and client->server `Command`s ids are separated by their `prefix` number -> 100/200. The `Event` ids are not as neat. For example, we have `evShortcutsRequest,2` which is client->server...

good first issue
hygiene

We need to: - [x] move scene and model loaders to a common library accessible from mapserver and mapviewer both - [ ] select a scene graph format for mapserver...

enhancement
wishlist