Josh Dick
Josh Dick
+1 for this issue. I get that Linkding is meant for personal use and thus currently has no concept of private vs public bookmarks. However, I do have some Pinboard...
Regarding the description issue, I would love if any currently-selected text on a page would be used as the description when invoking the bookmarklet/extension (the current behavior would be kept...
FWIW, I was able to accomplish this via the following (no external packages): `git config --global dude.notify-command 'osascript -e "display notification \"$DESCRIPTION\" with title \"$TITLE\""'`
I believe the `osascript` support for notifications was added in OS X Mavericks. `terminal-notifier` or Growl would still be necessary for earlier versions of OS X.
@digitaljhelms Which version of OS X are you using? This has worked fine for me on both Yosemite and El Capitan.
> I'm seeing this same issue when https://micro.blog attempts to authenticate to https://indieweb.social (Mastodon v3.5.3 as of this writing) to enable crossposting integration: https://micro.blog/help/13884458 Update for this report: I decided...
@andrewgodwin Was your aforementioned refactoring meant to address the "production vs. development config being referenced in docker-compose" issue you mentioned in https://github.com/jointakahe/takahe/issues/14#issuecomment-1321237787? Because I can still reproduce that same issue...
Confirmed working for development. 👍🏻 I guess I had imagined being able switch compose between the development/production settings at will rather than hardcoding to one or the other, but defaulting...
Looks like an intermittent failure with the Yarn package registry, a simple rebuild may get things working again: `232.3 error An unexpected error occurred: "https://registry.yarnpkg.com/ionicons/-/ionicons-7.1.2.tgz: ESOCKETTIMEDOUT".`
@aeharding Looks like this should be good to merge now that the build is passing?