Compare commits

..

5 Commits

5 changed files with 27 additions and 32 deletions

View File

@ -1,2 +1,6 @@
source "https://rubygems.org" source "https://rubygems.org"
# For now this is a GitHub Pages hosted website.
# Ref: https://github.com/Mikaela/mikaela.github.io/issues/153
gem "github-pages" gem "github-pages"
# Required for `bundle exec jekyll serve`
gem "webrick"

View File

@ -25,29 +25,10 @@ GEM
ffi (>= 1.15.0) ffi (>= 1.15.0)
eventmachine (1.2.7) eventmachine (1.2.7)
execjs (2.8.1) execjs (2.8.1)
faraday (1.10.0) faraday (2.3.0)
faraday-em_http (~> 1.0) faraday-net_http (~> 2.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0)
faraday-multipart (~> 1.0)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.0)
faraday-patron (~> 1.0)
faraday-rack (~> 1.0)
faraday-retry (~> 1.0)
ruby2_keywords (>= 0.0.4) ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0) faraday-net_http (2.0.3)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.3)
multipart-post (>= 1.2, < 3)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.15.5) ffi (1.15.5)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
gemoji (3.0.1) gemoji (3.0.1)
@ -230,12 +211,11 @@ GEM
jekyll-feed (~> 0.9) jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1) jekyll-seo-tag (~> 2.1)
minitest (5.15.0) minitest (5.15.0)
multipart-post (2.1.1)
nokogiri (1.13.6-x86_64-linux) nokogiri (1.13.6-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
octokit (4.22.0) octokit (4.23.0)
faraday (>= 0.9) faraday (>= 1, < 3)
sawyer (~> 0.8.0, >= 0.5.3) sawyer (~> 0.9)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (4.0.7) public_suffix (4.0.7)
@ -253,9 +233,9 @@ GEM
sass-listen (4.0.0) sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.2) sawyer (0.9.1)
addressable (>= 2.3.5) addressable (>= 2.3.5)
faraday (> 0.8, < 2.0) faraday (>= 0.17.3, < 3)
simpleidn (0.2.1) simpleidn (0.2.1)
unf (~> 0.1.4) unf (~> 0.1.4)
terminal-table (1.8.0) terminal-table (1.8.0)
@ -267,8 +247,9 @@ GEM
thread_safe (~> 0.1) thread_safe (~> 0.1)
unf (0.1.4) unf (0.1.4)
unf_ext unf_ext
unf_ext (0.0.8.1) unf_ext (0.0.8.2)
unicode-display_width (1.8.0) unicode-display_width (1.8.0)
webrick (1.7.0)
zeitwerk (2.5.4) zeitwerk (2.5.4)
PLATFORMS PLATFORMS
@ -276,6 +257,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
github-pages github-pages
webrick
BUNDLED WITH BUNDLED WITH
2.3.7 2.3.7

View File

@ -51,10 +51,10 @@ problems sooner or later:
should you attempt to join or be invited to one, you will get a banner should you attempt to join or be invited to one, you will get a banner
saying that they aren't implemented yet and you cannot accept or reject saying that they aren't implemented yet and you cannot accept or reject
the invite unless you open Element Web to do that.</s> the invite unless you open Element Web to do that.</s>
* Another issue I am editing in hours later is pills, when you mention * <s>Another issue I am editing in hours later is pills, when you mention
someone on Element (Web), or someone else mentions someone, there is a clear someone on Element (Web), or someone else mentions someone, there is a clear
pill shape around their name and it can be clicked to get to their profile, pill shape around their name and it can be clicked to get to their profile,
[but not on Element (iOS)](https://github.com/vector-im/element-ios/issues/3526) <a href="https://github.com/vector-im/element-ios/issues/3526">but not on Element (iOS)</a></s>
And that is probably enough of annoyances with Element iOS, I hope the And that is probably enough of annoyances with Element iOS, I hope the
situation will improve in foreseeable future there due to situation will improve in foreseeable future there due to
@ -173,3 +173,4 @@ or you can find me from a lot of the linked issues and there is also [issue trac
and linking to the Element-meta issue on self-destructing/disappearing messages and linking to the Element-meta issue on self-destructing/disappearing messages
to not be confused with retention. to not be confused with retention.
* Oh and reply fallbacks leaking previously encrypted messages too. * Oh and reply fallbacks leaking previously encrypted messages too.
* 2022-05-31: I noticed that Element iOS has gotten pills. Strikethrough time.

View File

@ -7,7 +7,8 @@
// Our variables // Our variables
//$base-font-family: Helvetica, Arial, sans-serif; //$base-font-family: Helvetica, Arial, sans-serif;
$base-font-family: "Copperplate / Copperplate Gothic Light", sans-serif; //$base-font-family: "Copperplate / Copperplate Gothic Light", sans-serif;
$base-font-family: "Noto Serif", serif;
$base-font-size: 16px; $base-font-size: 16px;
$small-font-size: $base-font-size * 0.875; $small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5; $base-line-height: 1.5;

7
r/attachmentstyles.md Normal file
View File

@ -0,0 +1,7 @@
---
redirect_to: https://web.archive.org/web/20170613034808/http://www.thedirtynormal.com/blog/2010/06/21/attachment-styles-a-primer/
permalink: /r/attachmentstyles.html
redirect_from:
- r/atttachment.html
sitemap: true
---