Dilawar Singh
Dilawar Singh
@neurodroid Linux packages are available here https://software.opensuse.org//download.html?project=home%3Adilawar&package=stimfit . Currently Ubuntu 19.10+, Debian 10+, Fedora, OpenSUSE are building fine. These are not tested yet. In case you want to give them...
@neurodroid This can be reviewed now. Please test the current build system before merging. I've touched other files. Boost libraries were not needed since the most compiler supports c++11 std,...
@schloegl Boost is back unless `c++17` is used. I had to replace `std::bind1st`, `std::bind2nd` etc which were removed in `c++17`. The packages are used by my colleagues and seems to...
I added the following line to config file ``` let &shellcmdflag='-c' ``` Now `:!pwd` works but `:!cargo b` doesn't. ``` :!cargo b /usr/bin/bash: line 1: cargo b: command not found...
Not really. The default server to which browser send the uploaded image is fine e.g. following image is send to cloud.githubusercontent.com/assets/id/hash_of_file.jpeg and a link was inserted in this ticket ``...
I could not reproduce it with either `gcc-5.5` or `gcc-7.3`. So I guess, this is due to the old compiler version. Following is with `gcc-5.5`. And similar with `gcc-7.3`. ```...
I came here to ask the same question. Subscribing for updates. __Update__: Potential candidate https://github.com/dpbriggs/growable-bloom-filters
Hi @landroa Update the moose version to latest nightly release. $ python3 -m pip install pymoose --user --pre --upgrade # --pre is for nightly Then run the snippet again. Unfortunately...
I tested it with version `3.2.1.dev20200519` on Ubuntu machine. If you run into trouble, let me know which OS you are using.
Seems to be related to https://github.com/BhallaLab/moose-core/issues/377 . Could you try building https://github.com/BhallaLab/moose-core/ ? I am assuming you are using WSL on windows 10?