You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using tripod with Sesame.
They are a little late to support the "application/n-triples" mime-type.
Although, Sesame will return n-triples if you ask for "text/plain" (no comment).
So I made a quick and dirty change in my fork, every "application/n-triples" is now replaced by "text/plain".
It seems to work as I can get data, eager load some more, add and delete triples.
But rspec fails, probably due to my local configuration. Here's my commit, btw.
Do you think adding a configuration variable to change the default "application/n-triples" would be a good idea?
Or create a constant so people like me can change a single line of code?
Anyway, thanks for the awesome job.
All the best,
Yannick
The text was updated successfully, but these errors were encountered:
Hello again,
I'm using tripod with Sesame.
They are a little late to support the "application/n-triples" mime-type.
Although, Sesame will return n-triples if you ask for "text/plain" (no comment).
So I made a quick and dirty change in my fork, every "application/n-triples" is now replaced by "text/plain".
It seems to work as I can get data, eager load some more, add and delete triples.
But rspec fails, probably due to my local configuration.
Here's my commit, btw.
Do you think adding a configuration variable to change the default "application/n-triples" would be a good idea?
Or create a constant so people like me can change a single line of code?
Anyway, thanks for the awesome job.
All the best,
Yannick
The text was updated successfully, but these errors were encountered: