Markus Lanthaler
Markus Lanthaler
Good point @wancharle. In 7d1b83721236b3d1625c8184e032cdd9d8b058df I added a reference to the [high-level description of how the HydraConsole works](http://m.lanthi.com/3gen-web-apis-p171) in my dissertation. If you have further questions, feel free to join...
Yep, that would indeed be nice. Unfortunately, at the moment I don't have the time to implement this myself. Pull requests are more than welcome though
There are multiple reasons why it might fall. Do you wanna know for for a specific case? In any case, you are right, the error message should be improved ----...
Hmm... that should be handled directly by the browser. Does it work if you don't pass the user and password as part of the URL but wait for the browser...
I have to admit I didn’t look at the source code in detail. So I don’t know much about the internals. If I understand your question and the XML file...
Sorry for the late reply. I have been traveling and heaps of mails piled up in the meantime. Anyway. I would like to explore that idea. What’s the simplest way...
OK, thanks. I’ll build a simple proof of concept. I don’t have much spare time at the moment so it will probably take some time.
Generally, I quite like your approach. I'm a bit on the fence regarding dependency management. Since your main use case seems to be citations, I think dependencies are the most...
Prettier's default is 80 chars but it can be changed, see https://github.com/prettier/prettier#print-width. Is that the only issue you have with it? If not, what else bothers you? Some examples of...
> https://github.com/HydraCG/Heracles.ts/blob/master/src/DataModel/JsonLd/JsonLdHypermediaProcessor.ts#L147 > All arguments are neither in separate lines nor in a single one. I'd expected some consistency, either all arguments should span a separate line, or all should...