TJ Horner

Results 65 comments of TJ Horner

> I believe the only potential blocker is the CSRF token requirement Yep, I ran into that when trying to use that endpoint in my testing. I was thinking of...

Just added the CSRF exempt decorator to `AddView` in [this branch](https://github.com/tjhorner/ArchiveBox/tree/exempt-add-from-csrf). I modified the extension to use that route and it works like a charm! I'll submit a PR with...

The extension's now published on the Chrome and FF webstores! Give it a try and let me know what you think. Make sure you're running the `dev` branch of ArchiveBox...

@voarsh2 No, you should be building from `ArchiveBox/ArchiveBox#dev`. I updated the instructions on the wiki to reflect that. If there are other places it needs to be updated let me...

I ended up going a different route by utilizing the existing `/add/` endpoint, just disabling CSRF checks there. I submitted a PR earlier (#777) and it's now in `dev` here....

I realized just now that if the dock icon is hidden, the menu bar items won't show. ~I will add an option to switch accounts by right-clicking the menubar icon.~...

I'm getting this issue as well, and it seems the error is coming from here: https://github.com/docker/dockercraft/blob/master/Docker/tcpclient.lua#L27 So it's trying to connect to something running in the container on port 25566....

@lolpants' image seems to fix the issue: https://github.com/docker/dockercraft/pull/86 So I guess a temporary fix until their PR gets merged would be to just use the `lolpants/dockercraft` image.

Or have an option to store in memory

After looking into this, it seems like it's not a very easy task. I think it would be better to make different versions of the board with common pinouts, because...