fogfish

Results 50 comments of fogfish

I would keep `_post` as a side feature for theme. It makes a possibility to mix a documentation and knowledge articles on the same site. For example `index.md` of my...

Sorry ;-) Let me clarify this one again. I do have exactly same issue as #285 ```erlang hackney:request(... [{"Transfer-Encoding", "chunked"}] ...) ``` leads to the following message... The HTTP request...

Just a suggestions to improve usability but does not seems any one cares about it.

Any updates on this issue? I am meeting exactly same issue with version 1.15.1 ?

Are you saying that this bug is closed already? or Will it be closed after 2.0?

Thank you! I'll send details about the project to support email address. In my case, I've experience this with very small Golang project. Just want to say that you've made...

As a follow up... GitHub Action reports the job is completed https://coveralls.io/jobs/80911480 Opening the job link, the UI fails with an error message. Most likely this is a case what...

I'll check it... but please keep in mind that `tts` is queue time-to-sync (rotate) file segments in milliseconds. I would not keep it equal to 0.

Right, I've checked your case deeply. Actually, `0` is not valid value for `tts` and `capacity`. The `capacity` defines the size of in-memory queue. The queue would not fetch anything...