jomo
jomo
Example: works: https://www.youtube.com/embed/KlE1ovbPK0o nope: https://www.youtube-nocookie.com/embed/KlE1ovbPK0o the latter just renders a completely black page.
Otherwise users could be forced to unwittingly follow users by embedding a follow link on a third party site. For example embedding https://mastodon-bridge.herokuapp.com/friends/4512/follow as an image somewhere will cause you...
I have: - [x] searched open and closed issues for duplicates - [x] read https://github.com/WhisperSystems/Signal-Android/wiki/Submitting-useful-bug-reports ### Bug description I can't open any Videos with Signal, neither those sent by myself...
Is there a reason the selected events are only locally stored when submitted? IMO it would be better to store them whenever an event is selected. This allows you to...
Since this plugin is no longer working and also seems to be [dead](https://github.com/masteroftime/Python-Plugin-Loader/issues/11#issuecomment-17975717), @gdude2002 has made a fork: [gdude2002/Python-Plugin-Loader](https://github.com/gdude2002/Python-Plugin-Loader) Maybe @masteroftime or @lahwran could link to it in the readme?...
Commit [CraftBukkit/Bukkit 543b253dd8](https://github.com/Bukkit/Bukkit/commit/543b253dd8c24e1e2f17808eb729450d2179aff9) changes `depend`, `softDepend` and `loadBefore` to use `EmptyImmutableList`, `SingletonImmutableList` or `RegularImmutableList` which cannot be [cast to `ArrayList`](https://github.com/masteroftime/Python-Plugin-Loader/blob/master/src/main/java/net/lahwran/bukkit/jython/PythonPluginLoader.java#L174). This causes python loader to break.
I set up an ihatemoney instance using the latest `ihatemoney/ihatemoney` Docker container as described in https://ihatemoney.readthedocs.io/en/latest/installation.html#with-docker. After scanning the invite QR code using the MoneyBuster app, the server returned a...
Some application that only identifies itself as `UnityPlayer/2021.3.22f1 (UnityWebRequest/1.0, libcurl/7.84.0-DEV)` is currently causing *a lot* of requests against crafatar.com. The request logs show that sometimes several thousand requests are caused...
It can be quote annoying when you start ST, it suddenly it looks all messed up and you have no idea why. Package control does warn about this, but it...
You're currently checking checking for `ro.crypto.state == encrypted` but you should also check for `ro.crypto.type == block`. Cryptfs is pointless for File-Based Encryption (FBE). See also [here](https://github.com/LineageOS/android_frameworks_base/blob/6549309f6c473b792ec62d1aebadec62bcf07827/core/java/com/android/internal/os/RoSystemProperties.java#L51-L56) and [here](https://source.android.com/security/encryption/file-based).