Getting stuck and confused setting up my first Hoodie app - hoodie

Been trying to setup a simple Hoodie app and its been a very troublesome days for me.
To get more eyes on my issues, I'm submitting the issues that I'd submitted in Hoodie server issues but couldn't get any replies yet.
So here are the issues I want someone to look into:
https://github.com/hoodiehq/hoodie-server/issues/510
https://github.com/hoodiehq/hoodie-server/issues/511
https://github.com/hoodiehq/hoodie-server/issues/512
But the one that will take me forward is this one:
https://github.com/hoodiehq/hoodie-server/issues/513

I’m very sorry for the trouble you run into. I’m one of Hoodie’s core contributors, I’m happy to help you out.
First, your node version is very out of date. Can you please install the latest node from https://nodejs.org/en/?
Also you are using the old hoodie version. I’m very sorry for the confusion, we are currently transitioning to a new Hoodie, and the old version is still referenced a lot on our website and the docs.
After you installed the new Node version, follow the setup instructions at https://github.com/hoodiehq/hoodie. Here is a simple example app that you can check out to see Hoodie works https://github.com/hoodiehq/hoodie-app-tracker. And the work-in-progress docs are here: http://docs.hood.ie/camp/ (note the /camp path)

Related

How to connect Unity with Optitrack through Unity Plugin 1.4.0

I have maybe simple question but can't find answer.
I need to make connection between Optitrack program and unity (using Unity Plugin 1.4.0) as I wrote in the title.
After I find menu to "connect" in both I can't find any guide that show how to do it with available today versions of both programs (almost always it's out of date and they use previous versions of Unity or Optritrack or both with slightly different interface, some options disappear or new appear today).
Or maybe the answer is simple and I can't understand how to do it.
It's my first post here so I hope you understand me properly about my problem.
Thank you in advance for help.
Search through random websites and try to follow the described steps. Every or most of them were out of date and use previous versions of both programs. My every try fail.

Using MRTK 2.4.0, Unity, Tutorials Do Not Work, Can't Figure Out How to Configure it to Work

Brand new HoloLens 2 using latest versions of all the tools. I can't get the most basic tutorial to produce the expected output. I have done the whole thing multiple times to ensure I am following the directions exactly. It builds in Unity and loads to my HL2 device. I have gone all the way to lesson 6 and things don't work as the documentation says. Can anyone point me to something that actually works for a point of beginning. Right now MRTK is just a trial and error operation. Thanks
There is a pretty annoying problem in the MRTK which is about 'solvers' and project built in Release ARM64.
MixedRealityToolkit-Unity Issue
It's probably a very specific case for a lot of people but I was naturally building like that all of my projects and MRTK demos and nothing was working as expected.
I spent a lot of time to identify what I was doing wrong.
Maybe you are in this case ...
As others guys asked, we need more infos about what is not working, your differents tries etc .. to help you.

Errors with Alamafire SDK with XCode 6.3 and iOS 8.3

Anyone please let me know what is this all about? I am stuck since a week on this and no help from searching. I posted my query to the developer of Alamofire but still no response. Please help! I am totally confused what is wrong in the integration of Alamofire. I have followed every step and this issue is coming with XCode 6.3 as before it was running properly.
When I am adding the Framework under "Copy Frameworks", it is adding the Framework twice showing different paths but when I am Going to there location, it is taking me to the same location. Here is the screen shot.
I have also created the video for that issue. May be that can help in a better way. Please see HERE
Moreover, latest SDK contains framework for MAC OS as well but I didn't add that. I hope all the above information will help you in helping me. Thanks!
This is going to be incredibly difficult to debug without a sample project that is set up in the same manner as your actual one. If you had imported Alamofire project into your project, you wouldn't see two versions of Alamofire appear when you add it to the Copy Frameworks build phase. If you truly want to resolve this quickly, you have two options.
Option 1
Push up a sample project to Github and link it here. We can then take a look at the project and pretty quickly access what the issue is. The main reason it's so difficult here is that there are roughly 10 different things that could be the cause of the issue. Therefore, it's much faster for you to create a sample project than for us to go round-and-round (which we've already started with #Masterfego).
Option 2
Take the leap and try out CocoaPods. It is a fantastic dependency management system that will forever alleviate these annoying types of project management issues. CocoaPods itself has fantastic documentation. Also, the Alamofire README breaks down in detail how to add Alamofire to your project using CocoaPods.
Recommendation
I would highly encourage you to choose Option 2. That is definitely the fastest way forward and you won't regret moving to a more robust dependency management system. It makes managing library updates and new installations extremely simple.
If you do end up going with Option 1, then I'll take a look at your sample project and revise my answer.

Magento website broken, appearing to try to update

So this is really puzzling me.
I've been asked to take a look at a Magento based website after it stopped working.
The error when accessing the website is here: http://pastebin.com/pKUm1Tby
All I know is that it is Magento version 1.7.0.2.
I'm struggling to get any sense out of the current hosts. They did not develop it and the original developers are no longer around.

Webservices on iPhone using Wsdl2Objc?

I have recently downloaded the most recent build of this awesome tool WSDL2OBJC from google code here: http://code.google.com/p/wsdl2objc/
After a bit of tweaking and downloading the latest version of the trunk from the svn repo I got a version that created the code for a WSDL I am using and compiles great and actually installs on my phone!
However, I'm not doing anything with it yet, because I am not really sure how to. There is very little in the way of sample code on the site, and there is a sample file in the project if you download it, but again it is very complicated and there are no real bits of documentation.
Has anyone managed to successfully use this stuff? It seems SOOO powerful and useful but from a look around the Internet, no one knows how to use it. We (all) would love someone who has figured it out to post a simple project or detailed walk-through of implementing this so we can put the code that lots of people have worked hard on to good use.
If anyone has found a blog entry or has this information it would be great to see!
I am totally stuck... with no errors. I would love to know how to use this now that it's all compiled successfully!
I wrote a short tutorial: http://brismith66.blogspot.com/2010/05/iphone-development-accesing-soap.html I hope it's helpful.