Mykola Dimura
Mykola Dimura
I'm wondering if it would be possible/useful for cereal to provide something like: ```CPP struct MyClass { int n; float f; template void serialize(Archive & archive) { archive( CEREAL_NVP(n), CEREAL_NVP(f)...
It is currently possible to manually set the group icon from a tab icon. Would it be possible to add an additional icon style, which would use the icon of...
I am trying to setup zrepl over ssh, with a push+sink and can't quite make it work. I've configured the sender with ssh+stdinserver: ```YAML jobs: - name: vms_to_central type: push...
Chemfiles selection syntax does not allow for ranged numerical properties. Would it be possible to introduce something like `resid 3 to 17` (like VMD)? Similar syntax exists in VMD, pymol,...
It may be sometimes useful to have also runtime reflection. So I came up with some wrappers in GUI object properties editor code, like these: ```cpp #include "visit_struct/visit_struct.hpp" #include #include...
Would it be possible to implement a compatibility layer for [cereal](https://github.com/USCiLab/cereal) similar to fusion/hana?
Nextcloud aborts the downloading of a file after 1GB, if it is on an external samba storage. When I download large files from the local storage via nextcloud - everything...
If I am wrapping a shared library (e.g. `libParent.so`), and generate python bindings (e.g. `libBindings.so`), `setup.py` will install both `libBindings.so` (correctly) and `libParent.so` (incorrectly) to python's `.../dist-packages/`. `.../dist-packages/` directory is...
I ran commands as suggested in Quick start on linux mint Rebecca KDE (ubuntu 14.04). As a result I have black screen with white cursor blinking. Logs attached. syslog: http://pastebin.com/H7WLMw5k...
I built ghetto-skype from source for deb/arm64 platform, but cannot start it. Here is the error which I get: ``` A JavaScript error occurred in the main process Uncaught Exception:...