Jan Guth
Jan Guth
@IceflowRE thanks for your contribution 👍 Is there a reason that it is a separate package and not a PR? Try to understand if there are any downsides or something...
So, it seems that block_height is arbitrary. and other implementations just specify any block_height. e.g. https://github.com/unl1k3ly/AnchorHODL/issues/15 So is that a bug? Is there any way to find the loan_amount at...
@for2ne please consider @lhristov comment in order to merge this. Thanks!
http://js2.coffee/ gives me: ``` coffee return unless router or router.route ``` becomes ``` js if (!(router || router.route)) { return; } ``` @for2ne Strange. This meens if `router` is `undefined`/`false`...
@for2ne right. ``` coffee getCurrentRouteName = -> router = Router.current() return router.route.getName() if router and router.route ``` becomes ``` js getCurrentRouteName = function() { var router; router = Router.current(); if...
Not sure, I Had a look around and found this one https://github.com/songokas/clipboard-sync Worth a look?
Heho, hm not sure. Maybe a merge of upstream will resolve it (also overdue). Besides of this PR is welcome : )
Hmm, not sure didn't use it for a long time. But I think we should merge upstream, maybe this will resolve things. But despite this I/O error seems wired and...
if you need `use_lock` I guess, for now, you would have to build the plugin for yourself and add it here https://github.com/fentas/docker-volume-davfs/blob/master/Dockerfile#L14-L25 still a open todo to enable custom davfs...
Have you tried to uninstall it completely before reinstalling? ``` docker plugin rm fentas/davfs:latest ```