Mostafa Najafi

Results 9 comments of Mostafa Najafi

Hi, I found this title good for my feature request, so I mention it here. can we have a different probability for selecting augmentations in OneOf? Its use case is...

> @M6stafa has any updates been made for this feature? I don't think so. Currently, I'm using [albumentations](https://albumentations.ai/) that has this feature too.

@RicardoEPRodrigues, I have this problem too. I'm checking it on virtual machine (vmware). The program got stuck and the following errors printed in terminal. ![image](https://user-images.githubusercontent.com/7975309/50594741-f80bc800-0eb2-11e9-8ca1-f6402b2dfd6d.png)

> Can you try it on Ubuntu 18.04? (maybe is a problem with the version of GLib, the current `libStandaloneFileBrowser.so` is compiled on 18.04. Do you have old builds? or...

I test in ubuntu 18.04 too, and it fails with same error, what was your test environment?

I'm using 2018.3.0f2. > Were you able to compile it? I'm trying, it's need a newer cmake that is not in default repos, i make the the newer version. What...

I build in Ubuntu 16.04, the main.c runs correctly without any error but the game has same errors with new .so What is next step?

I try some methods like create a gtk application each time, but errors not change. at the end I find [TinyFileDialogs](https://sourceforge.net/projects/tinyfiledialogs) and build it for linux and it's work correctly.

> try increasing `ncols`? i.e. `tqdm(ncols=250, total=...)` This is working, but why it can't set it automatically? For me the problem is when I use tqdm in google colab, but...