Nicholas Lim

Results 9 issues of Nicholas Lim

This version seems to work fine. I need some comments @Galactic-Dev @Luewii

**Describe the bug** If the tracker list is added through the "Add to Paperback" button here: https://paperback-ios.github.io/trackers-main/main , trackers will be added to "External Sources" in settings rather than "External...

bug

As you can see in the image below, long urls will break mobile sites as text wrapping isn't functioning properly. ![image0](https://user-images.githubusercontent.com/6513413/128756849-5ee40a33-f8ef-4dad-960d-79bcafc5ca8b.png)

wontfix

This seems like an edge case for compiling via WSL2 with armv7. (/home/nick/theos/vendor/lib/CydiaSubstrate.framework/CydiaSubstrate.tbd) built for iOS Simulator ld: armv7 has no pc-rel bx thumb instruction. Can't fix up branch to...

### Is your feature request related to a problem? Please describe. ThemeableImage currently only generates into an img tag without theming options for svg. ### Describe the solution you'd like...

enhancement
theme
stale

documentation
enhancement
review needed
0.7
0.8
0.9

TODO: - [ ] 0.8 Functions - [ ] 0.8 Models - [ ] 0.8 Settings UI - [ ] 0.9 Docs

1. Install tailwindcss as a dependency and write a plugin ``` import type { PluginAPI } from "tailwindcss/plugin"; ``` 2. `"tailwindcss/plugin"` resolves to `plugin.d.ts` instead of `plugin.d.mts` on tsc. 3....