matc-pub
matc-pub
https://github.com/LemmyNet/lemmy-ui/commit/9a5f9dd18a0e8e28e222f95e1c8131dbd64af131 changed how the code theme is selected. Should be fixed in the next release.
I believe this is fixed on main by this: https://github.com/LemmyNet/lemmy-ui/blob/610789242bfd8ddf5749bd21ac81f206ae9bfca1/src/server/handlers/catch-all-handler.tsx#L145-L149
Date constructor docs (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/Date): > If any parameter overflows its defined bounds, it "carries over". For example, if a monthIndex greater than 11 is passed in, those months will cause...
Just simpler. I think this should fix the timezone issue, as long as `published` always starts with `"yyyy-MM-dd"` (the optional `current` date is just for testing): ```typescript import { format,...
> Also a problem with other inputs, such as the buttons for subscribed, local, all This sounds like the script fails completely. Do you get any error messages?
The problem appers to be only observable with Safari, iPadOS 16.7.8, desktop mode > I still have the problem on that version Does 0.19.3 work? (lemmy.world is on 0.19.3)
Safari, Chrome for Android and others don't support it.  https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler#browser_compatibility
` .npmrc` currently sets `ignore-scripts=true`. Maybe that's the problem.
The button is only visible when `navigator.canShare` is true. On desktop it is disabled for me, but works on Android (with Firefox based browser). Doing `share -> copy` copies the...