Mark Taylor
Mark Taylor
Ok, a bit of playing later ... I believe I have it. Here is sample code: ``` // Setup tasks var credentials = new Octokit.Credentials(_username, _key); var connection = new...
I'd appreciate any feedback on if this is an appropriate approach. Note, that I need to remove all the Tree Type nodes as without this, no change is made. Assuming...
Hi @ryangribble - thanks for the comments You are 100% correct - there is a base tree. This works great for additions (and I suspect update, but not tried). It...
Removing the Tree types was taken from this blog post (see section 5b) -> http://www.levibotelho.com/development/commit-a-file-with-the-github-api Originally I had the above code without the removal of the Tree type - everything...
Sorry for the lack of response. I'll need to validate the change before I pull it. Unfortunately I'm struggling for a development environment. I'll come back to this once I...
Yes it is the doWork(). Any background work should be within this method
I'm afraid I couldn't tell you. I've no experience of IONIC and haven;t touched this project from many years. I'd advise you take a look at Service Workers/ Progressive Web...
I know that it works on 5 ... fixed a number of problems with it under this issue -> https://github.com/Red-Folder/bgs-core/issues/18 So the problem with be with your local implementation. What...
Where are you getting undefined? I assume in the JavaScript - can I see that code as well I suspect you are hitting your exception - so while the result...
The build error is because it needs any JSONObject to be wrapped in try/ catch block I'd suggest that within your first try/ catch you just set msg After that...