Manjunath Beli
Manjunath Beli
@artivis this is how you can reproduce the error. I used below docker compose yaml file to build docker image. ``` version: "2.1" services: wikmd: image: linbreux/wikmd:latest container_name: wikmd environment:...
@artivis I tried building from docker file, It worked for most part but failed to rename branch which is same as issue #44 which I see you opened. ``` wikmd...
This sounds like something I can help with in my spare time. Do you have any sample list of tools that would need to be added.
Hi nkasco, I was able to build the project and test the application. Amazing framework, I see lot of potential and use case for this tool. Quick question though, **How...
> Hi nkasco, I was able to build the project and test the application. Amazing framework, I see lot of potential and use case for this tool. > > Quick...
Came looking for this, Markdown feature already exist as mentioned by liutiming. However, its burried too deep. An Icon between github icon and gear icon would be more accessible. Thank...
`glow stash somefile.md` still works after disabling network feature in config. It does remove network features in some places but not all. How do I completely opt out.
Container volume doesnt work and fails due to permission issue. Looks like the /var/lib/semaphore is created under user semaphore which is unknown to docker and fails with panic. Apparently config.json...
> > Container volume doesnt work and fails due to permission issue. Looks like the /var/lib/semaphore is created under user semaphore which is unknown to docker and fails with panic....
It seems like @Sarafian have already worked on PesterV5 adaption a bit, any reason why this was not merged. Should I continue from here or simply start over from master...