Vojtěch Kinkor

Results 7 comments of Vojtěch Kinkor

Hi, take a look at this registry structure, it's extracted from Chrome. It works for my app, should for yours too. [chrm.txt](https://github.com/DanTup/BrowserSelector/files/211459/chrm.txt) Just FYI - on clean Win10 Pro I...

Not sure if it's the same problem as for me... but `cache_git_submodules` is called before `$SYNCROOT` is set. Which results in an empty `GIT_SUBMODULES` thus no handling of submodules. **Quick...

This is the real culprit. :( Missed that, sorry. https://github.com/contributte/datagrid/pull/860 I am leaving this open, since #860 doesn't have own issue. Still as I mentiond - it won't work with...

@dequis Google brough me here. I think we are dealing with the same problem (but it happens [also] for images). Observation: when I try the same call a few minutes...

@bijij I can confirm the issue. It looks like google is creating some temporary container with base64 image and then swaps it with new container which contains the image from...

@bijij Of course, please do.

It's caused by strict comparison in `ColumnStatus::getCurrentOption`. In your case you should be able to modify your code to `addOption(true, 'Enabled')` etc. and it should work.