Robin Ury
Robin Ury
The **method** used by the extension (`localStorage`) to save the PAT is susceptible to deletion if browser cache is cleared
input components default their `font-size` with `.text-sm` or 14px This [causes mobile Safari to zoom the viewport when focusing the element](https://css-tricks.com/16px-or-larger-text-prevents-ios-form-zoom/) since the size is < 16px. One workaround for...
Amended syntax ``` syntax: auto | | | min-content | max-content | fit-content | fit-content( ) | stretch | contain ``` Source - https://drafts.csswg.org/css-sizing-4/#sizing-values MDN - https://developer.mozilla.org/en-US/docs/Web/CSS/height#browser_compatibility
Currently, subscribe (and filter) buttons are **only** shown from within a subreddit. For some reason when peeking a subreddit from outside, the top/best post is shown along with "share". **iOS...
This is a quick fix to two functions which, since their detection failure returns false, have their return values annotated as `{boolean|string}`. In reality, the boolean returned is _always_ `false`,...
Removes vite-plugin-eslint which is _**majorly broken**_ and seemingly long abandoned- unmaintained with _no pull-requests merged or commits added in the last year_. (No notes from @gxmari007 in repo readme about...
Background colors for freetext appearance streams were added in this commit: https://github.com/highkite/pdfAnnotate/commit/44c897b89dd52d408efc2e2f2888c5b5da5a550d#diff-99b71d49cca1b89ae537b182ba0eadeed3fd7de3f90327fb110be965ab7ef7b1R247-R248 It seems like, with the changes on these two lines, it is no longer possible to add freetext...
As this repository is currently configured **—as of at least 5 months ago—** the CI/Action test step will pragmatically[^0] never run for PRs, until they are already approved or merged....
### Description Corrects partial link (leading to directory without index.html) to intended full path
Closes #400 > // Native (works even with potentially undefined/null) `[].concat(undefined).pop()` This in fact did not work when `null`, by the way.