Joachim Haagen Skeie
Joachim Haagen Skeie
Are you hosting the application so that it is accessible via http://localhost:8080/index.html? Ember Data is expecting to find you blogPost file directly under the "/" in your web application.
Hm. It seems that when I run BTrace with -javaagent, and use the scriptdir command, it picks up any file in that directory. Not only .class files. So the file...
Hello, Looking at this, it seems that BTrace attempts to pick up any file in the scriptdir directory, so when it tries to pick up this ".DS_Store" file, it throws...
Created PR: https://github.com/btraceio/btrace/pull/580
Created https://github.com/btraceio/btrace/pull/579
I do not think there is a possibility to limit the number of items in a parameter that is a vararg. The goals was to simplify printing out a more...
Thanks for the heads up! I am working in a major overhaul of EurekaJ and I will make sure to fix this in the process!
I agree, I am working on this, and it should be ready shortly!
I am working on a deserialiser, but I haven't got one up to commit-quality as of yet. The problem is, as you say, with associations. I think the best viable...
What would the advantage of Jackson give as opposed to the Gson library that's already included? Ideally, though, Hyrrokkin should support a pluggable JSON-library, so that the use can choose...