ginnyTheCat

Results 19 issues of ginnyTheCat

Send stickers to WhatsApp as actual stickers not images. Element Web ![image](https://user-images.githubusercontent.com/35173023/182149451-969290c5-1270-4681-8135-e29a83c4dc4e.png) WhatsApp ![image](https://user-images.githubusercontent.com/35173023/182149104-8289da2e-29d7-43a5-8639-f8f64761e9b0.png)

### Description Shows the in room active bridges in the room settings in a new "Integrations" tab. Clicking on the entry opens the platforms chat in a new tab (the...

### Description Adds more resilient password checks using the [zxcvbn](https://github.com/dropbox/zxcvbn) library. As it contains many tables to check against the library is pretty big. To mitigate this problem the `Auth`...

### Description Simplify markdown parsing to allow for new features and better spec compliance. - [x] Spoilers - [x] `||spoiler||` syntax - [x] new `||spoiler||(reason)` syntax - [ ] #370...

### Description Adds test for the markdown parsing and rendering present in the `markdown.js` using jest. #### Type of change - [x] Bug fix (non-breaking change which fixes an issue)...

I was trying to render [`public_transport=stop_area`](https://wiki.openstreetmap.org/wiki/Tag:public%20transport=stop%20area) to show subway station areas using the `relation_function` and it works great. ![Extract of a map with subway lines, underground station areas and subway...

Bridges discord messages marked as `@silent` as matrix notices. Notice the bell icon in the corner ![Discord message sent with `@silent` featuring a snoozing bell icon](https://github.com/user-attachments/assets/4ad7f18a-9f66-4357-a033-9bc8614829a1) ![Matrix message content JSON...

Fix #1385. Waiting on https://github.com/sunfishcode/linux-raw-sys/pull/155 + release and https://github.com/rust-lang/libc/pull/4401 for all constants.

This handles the points in time syntax (fixes #83) and repeats. They are both represented as ranges with start == end like for example `14:00..14:00`. ## 📋 Before Merge Checklist...

[opening_hours.js](https://github.com/opening-hours/opening_hours.js) allows not just parsing opening ranges like in `opening_hours` but also points in times like in `collection_times` via a `mode` parameter with the following options: > - 0: time...