nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
manas_marthi 2018-11-04T08:32:38.125Z

Nrepl 0.3.1 is working fine on ubuntu

manas_marthi 2018-11-04T08:34:30.127300Z

Can't bother to troubleshoot my windows given the :headless true option and cider middleware

manas_marthi 2018-11-04T09:25:24.128300Z

Just managed to reproduce the issue on Windows

manas_marthi 2018-11-04T09:26:00.129400Z

Proxy/artifactory or other custom settings are not related to this

bozhidar 2018-11-04T10:05:35.132100Z

Got it. So, it’s Windows-specific indeed.

dominicm 2018-11-04T10:44:08.132800Z

Putting favicon.ico in doc probably would work

bozhidar 2018-11-04T16:27:59.135100Z

Looking at https://gitlab.com/antora/docs.antora.org/blob/master/supplemental-ui/partials/head-meta.hbs it seems that’s probably not the case. 🙂

bozhidar 2018-11-04T16:28:27.135800Z

I wonder if those partials are something auto-included or not. Seems odd they didn’t add any special provisions for favicons.

dominicm 2018-11-04T19:02:41.137300Z

I think the intention is to paramaterize in response to requests. They're trying not to create a locked in API that all templates have to follow.

bozhidar 2018-11-04T20:08:42.138100Z

Well, I’ve sent them a request. We’ll see what they’ll say. 🙂 I’m fine with adding a partial, but I really think something as basic as this should just be configuration.