dependabot[bot]
22c29ce498
build(deps): bump eyre from 0.6.7 to 0.6.8 ( #452 )
...
Bumps [eyre](https://github.com/yaahc/eyre ) from 0.6.7 to 0.6.8.
- [Release notes](https://github.com/yaahc/eyre/releases )
- [Changelog](https://github.com/yaahc/eyre/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yaahc/eyre/compare/v0.6.7...v0.6.8 )
---
updated-dependencies:
- dependency-name: eyre
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-27 09:30:31 -04:00
dependabot[bot]
1019e42fa7
build(deps): bump tower-http from 0.2.5 to 0.3.0 ( #458 )
...
Bumps [tower-http](https://github.com/tower-rs/tower-http ) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/tower-rs/tower-http/releases )
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.2.5...tower-http-0.3.0 )
---
updated-dependencies:
- dependency-name: tower-http
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-27 09:30:05 -04:00
dependabot[bot]
4170e3b78c
build(deps): bump axum-extra from 0.2.0 to 0.3.0 ( #460 )
...
Bumps [axum-extra](https://github.com/tokio-rs/axum ) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/tokio-rs/axum/releases )
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/axum/compare/axum-extra-v0.2.0...axum-extra-v0.3.0 )
---
updated-dependencies:
- dependency-name: axum-extra
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-27 09:06:44 -04:00
Cadey Ratio
ad2f5c739f
twitter, mastodon, rasengan
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-26 01:02:27 +00:00
Cadey Ratio
05135edcbe
i am good at the computer boxes
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-25 06:03:36 -04:00
Cadey Ratio
9566b790bc
gonads better
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-24 20:36:41 -04:00
Cadey Ratio
67de839da8
gonads
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-25 00:17:52 +00:00
Cadey Ratio
f590fc71d1
fix devshell
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-22 23:39:08 +00:00
Cadey Ratio
2e539512b7
convert to flakes
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-22 23:36:25 +00:00
Cadey Ratio
f51752ed3c
stop using politics as a cudgel to discourage experimentation
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-21 12:53:15 +00:00
dependabot[bot]
e825b1b904
build(deps): bump tracing-subscriber from 0.3.9 to 0.3.11 ( #454 )
...
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing ) from 0.3.9 to 0.3.11.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.9...tracing-subscriber-0.3.11 )
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 07:51:14 -04:00
Cadey Ratio
20aeb35890
css: fix conversation width in the HTML element
...
> Add min-width:0 to .conversation-chat in shim.css. This is not only a
> fix, but the correct fix.
>
> But WTF?
>
> Well quite simply, the default value of min-width is auto, which
> normally acts like 0, but for a flex item, auto becomes something more
> along the lines of min-content (except special complicated rules that I
> don't fully understand apply). The net result is that the minimum width
> prevents the code boxes in the conversation from using their overflow:
> auto to enable scrolling. Setting min-width: 0 is effectively just
> turning this special rule off, and causing it use more normal box sizing
> rules.
>
> I hate how weird and impossible to understand the css box model is.
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-07 17:53:12 +00:00
Cadey Ratio
449ddabce1
Nix flakes 3 ( #453 )
...
* blog: add third nix flakes post
Signed-off-by: Xe <me@christine.website>
* make nix flakes post 3 better, thanks open
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-06 21:43:45 -04:00
Cadey Ratio
6b771b5503
fix better????
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05 21:02:14 -04:00
Cadey Ratio
ea8e1e045a
blow up without patrone
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05 20:59:35 -04:00
Cadey Ratio
3a4827c887
log refresh token errors
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05 20:53:47 -04:00
Cadey Ratio
fd6ac469a6
fix???
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05 20:40:18 -04:00
Cadey Ratio
fa2ada9747
don't read patreon creds from envvars
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-05 20:35:07 -04:00
Cadey Ratio
3a5c7adc42
tolerate no patrone creds
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-06 00:01:52 +00:00
Cadey Ratio
e5ee825c0a
signal boost: make links optional
...
Closes #326
Closes #209
Signed-off-by: Xe <me@christine.website>
2022-04-02 16:47:54 +00:00
Cadey Ratio
e665412345
blog/backslash-kubernetes: change title
...
Closes #394
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-02 16:36:41 +00:00
kjain
828a5f277e
add kjain ( #437 )
2022-04-02 12:25:48 -04:00
Cadey Ratio
7c90296bf0
Update to Axum 0.5
...
Closes #446
Closes #447
Closes #448
Signed-off-by: Xe <me@christine.website>
2022-04-02 16:24:39 +00:00
Cadey Ratio
1c8c3396a7
lib/patreon: refresh token support
...
This should hopefully make the patrons page work consistently and no
longer require me to manually update the patreon token once per month.
Why didn't I do this age ago??????
Hacked up live on twitch: https://twitch.tv/princessxen
Closes #442
Signed-off-by: Xe <me@christine.website>
2022-04-02 16:15:10 +00:00
Cadey Ratio
0c0c5875e6
oops lol
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-01 20:34:25 -04:00
Cadey Ratio
7fdae76543
blog: suggestions for recruiters
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-01 19:44:34 -04:00
Cadey Ratio
1bedcb6a25
compiling matter in my living room
...
Signed-off-by: Christine Dodrill <me@christine.website>
2022-03-28 18:47:50 -04:00
Martin Schwaighofer
66574582f2
nix flakes can access private repos with git+ssh ( #444 )
...
Sadly using ssh+git does not work. I tested this locally.
See also: https://discourse.nixos.org/t/url-format-for-flake-over-git-ssh/7538/2
2022-03-26 14:30:54 -04:00
dependabot[bot]
cb65b7b037
build(deps): bump ructe from 0.13.4 to 0.14.0 ( #443 )
...
Bumps [ructe](https://github.com/kaj/ructe ) from 0.13.4 to 0.14.0.
- [Release notes](https://github.com/kaj/ructe/releases )
- [Changelog](https://github.com/kaj/ructe/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kaj/ructe/compare/v0.13.4...v0.14.0 )
---
updated-dependencies:
- dependency-name: ructe
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-24 22:24:22 -04:00
Cadey Ratio
04b78d997b
closed projects
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-24 16:38:09 -04:00
Cadey Ratio
0d11a2e674
bbrought
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-22 18:36:36 +00:00
Cadey Ratio
e370af8bd5
make rust happy
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-22 12:33:24 +00:00
Cadey Ratio
8f187e325c
imgoptimize: quote paths
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-21 21:21:25 -04:00
Cadey Ratio
7e6090274a
lol oops
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-21 20:26:02 -04:00
Cadey Ratio
8b747c1c40
Rewrite the site routing with Axum ( #441 )
...
* broken state
Signed-off-by: Xe Iaso <me@christine.website>
* fix???
Signed-off-by: Xe Iaso <me@christine.website>
* Port everything else to axum
Signed-off-by: Xe <me@christine.website>
* headers
Signed-off-by: Xe Iaso <me@christine.website>
* site update post
Signed-off-by: Christine Dodrill <me@christine.website>
* fix headers
Signed-off-by: Xe Iaso <me@christine.website>
* remove warp example
Signed-off-by: Xe Iaso <me@christine.website>
* 80c wrap
Signed-off-by: Xe Iaso <me@christine.website>
* bump version
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-21 20:14:14 -04:00
Cadey Ratio
f45ca40ae1
The Social Quandry of Devops ( #440 )
...
* the social quandry of devops
Signed-off-by: Xe Iaso <me@christine.website>
* the social quandry of devops: more better
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-16 21:13:27 -04:00
Cadey Ratio
10a086d6f2
pokemon legends arceus review
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-08 02:23:12 +00:00
Cadey Ratio
e4786467df
blog backend writing to learn a new language
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-03-02 22:07:35 -05:00
Cadey Ratio
1364b30305
blog/nix-flakes-2: minor fixes
...
- link to the right nixpkgs PR
- use bash syntax instead of fish syntax
Signed-off-by: Xe <me@christine.website>
2022-03-02 11:23:53 -05:00
Cadey Ratio
05379c9b4c
blog: nix flakes 2 - systemd portable services note
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-27 17:27:13 -05:00
Cadey Ratio
8fc69d4978
nix flakes 2: fun with packages
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-27 19:12:53 +00:00
Cadey Ratio
9e781d2246
spellblade plans update
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-26 15:25:48 +00:00
Cadey Ratio
55c661197e
spellblade part 2
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-26 15:24:10 +00:00
Cadey Ratio
ab36b7739d
postdrome
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-26 03:16:27 +00:00
Cadey Ratio
92f2472411
nix flakes post: fix boo-boos
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-21 20:49:34 -05:00
Cadey Ratio
7a0fcf88ec
matrix has u
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-21 21:09:44 +00:00
Cadey Ratio
b8e4717a5b
blog: add nix flakes post
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-21 14:38:47 +00:00
Cadey Ratio
249676f0cc
oops lol
...
Signed-off-by: Xe Iaso <me@christine.website>
2022-02-20 13:25:12 +00:00
dependabot[bot]
c5c281edbf
build(deps): bump eyre from 0.6.5 to 0.6.6 ( #430 )
...
Bumps [eyre](https://github.com/yaahc/eyre ) from 0.6.5 to 0.6.6.
- [Release notes](https://github.com/yaahc/eyre/releases )
- [Changelog](https://github.com/yaahc/eyre/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yaahc/eyre/compare/v0.6.5...v0.6.6 )
---
updated-dependencies:
- dependency-name: eyre
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-19 23:51:13 -05:00
dependabot[bot]
6694fbfbec
build(deps): bump tracing-subscriber from 0.3.5 to 0.3.7 ( #431 )
...
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing ) from 0.3.5 to 0.3.7.
- [Release notes](https://github.com/tokio-rs/tracing/releases )
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.5...tracing-subscriber-0.3.7 )
---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-19 23:51:06 -05:00