Vasia Patov

Results 10 comments of Vasia Patov

Any updates on this? I am about to implement a dynamically loaded folder menu and I wanted to use the nested data source/ nested tree control, but judging by this...

@Priemar Thank you for your efforts, I am just using the workaround for now because it works fine for me, and doesn't seem to have a strong performance impact.

I am also experiencing a very similar issue, I have a class that I initialized using Boost.DI, that also has a std::mutex member.

Your workaround didn't work for me, so I worked around it by using a smart pointer for the std::mutex variable instead. Probably not ideal, but worked for me.

> SAML is terrible. XML with signatures embedded inside the content they are signing. The different normalization modes... It's a gift that keeps on giving... more security issues. Avoid SAML...

We are also experiencing this issue all of a sudden, with (`w Enable Watch` or `w Disable Watch`) + **newline** at the beggining of _every single_ STDOUT line, which makes...

I forgot to add, that for us it is happening for multiple team members in their VSCode terminal, and in iTerm as well (we dont use pycharm). So the issue...

I am able to workaround this issue by adding the following to my dockerfile: ``` RUN mkdir /.devspace RUN touch /.devspace/start ``` This doesn't seem like the "right" thing to...

``` ✗ kubectl exec deploy/my-app -c my-app -it -- whoami root ``` This means the container is running as root, yes? It seems like the `touch` command is failing not...

Any ideas for how to workaround this issue in the meantime? We are bumping into the same issue (we are getting close to actually releasing our SCIM feature for GA...