Matthijs
Matthijs
looking at this i think i found the problem: go 1.16 changed the default behavior of handling modules: https://golang.org/doc/go1.16#go-command i think a possible work around is installing, while switching to...
@francoissabot : any luck with this approach?
i think it depends on your needs. the reason i like pocket a lot is that there are existing integrations for my other devices (and i already had an account...
ok, i misinterpreted your comment. interesting idea, will think about it.
Yeah i would be open to that. Would that help a lot? I guess it would be mainly helpful if all go binaries were present (also pocket2rm-setup for windows/mac/linux such...
@faroit: getting rid of `scp` would be beneficial as i think that this is not available by default on windows? regarding rmapi: do you know if it's possible to place...
in the meantime the installation has been significantly simplified by the introduction of a single install script. it would still be nice to make this an order of magnitude easier,...
> Do I need to install golang yes > What does 'clone or download this repository' mean? the green button on the main repository page. if you dont know what...
i am also interested in this. i used a slightly different syntax: ``` ![alt_text][static/foo.png] ``` @jetheurer: did you find a fix for this? EDIT: the following syntax did work (using...
im having a similiar problem where i cannot use nosec on the following code: ``` 1 query = """ 2 3 """ ``` - i cannot put the comment on...