Neville Dastur
Neville Dastur
Hi @KSemenenko - just checking. Does this mean the plugin doesn't cache data whilst offline to be sent when a connection is available?
Just to help others. The specific place I had to solve this was with the whatsapp example on meteor upgrading to node 4 and meteor 1.3+ You will need to...
Thanks @dwmkerr . BTW I have an old Xamarin project too and there doesn't seem to be a corresponding folder structure for that either. In Xamarin the folder is Droid/Resources/drawable[-exts]...
Just to point out the documentation shows debug.enable as a function. But doesn't seem to exist. Setting .enabled works
@daniel-luberda I think there are a few people that would be grateful for a reply on this one. We all understand that sometimes projects can't be maintained anymore. Just let...
I would +1 this. Compared to general .json file editing I don't think this is too complicated. In order to edit such a file an element of technical knowledge is...
That's really interesting. I believe "most" plugins do use the technique in the pull requests on the basis that I haven't come across any other plugins that require that sort...
Just my 2cents. But I think as an emulator of the bitbucket pipeline it should. I for instance use the presence of this variable to set up the testing environment....
absolutely +1 I wonder if it's as straightforward as spinning up the other docker instances for the service. Not sure about docker to docker networking and if that is an...
Hi @mserranom . So from https://confluence.atlassian.com/bitbucket/debug-your-pipelines-locally-with-docker-838273569.html It seems like the test with build services should solve the problem. > Testing with build services > If your build would normally use...