• Joined on 2024年05月16日
lizzie created pull request conjured/conjured.ink#20 2025年10月10日 00:23:45 +02:00
update FAQ
lizzie pushed to main at lizzie/conjured.ink 2025年10月10日 00:19:52 +02:00
66046d62ed
update FAQ
lizzie created repository lizzie/conjured.ink 2025年10月09日 22:10:26 +02:00
lizzie commented on pull request conjured/conjured.ink#19 2025年08月12日 16:33:48 +02:00
use svg instead of png for logo

did some research into other ways to embed svgs and i think using a mask is the best for our use case (img doesn't let us recolor it w/o filters, object doesn't either and is kinda like an iframe,...

lizzie commented on pull request conjured/conjured.ink#19 2025年08月12日 09:42:11 +02:00
use svg instead of png for logo

played around with this a bit since i wasn't sure if using backgrounds w/ filter was the right approach here and it seems like it's also possible to embed the svg with mask instead of background. ...

lizzie created pull request conjured/conjured.ink#19 2025年08月11日 19:51:14 +02:00
use svg instead of png for logo
lizzie pushed to main at lizzie/silverfish 2025年08月06日 08:36:13 +02:00
1135ac2560
quick opts fix
14e8f84a33 add support for http sessions (#37)
Compare 2 commits »
lizzie pushed to main at lizzie/silverfish 2025年08月06日 07:57:10 +02:00
dd51c7b807 Set up models stuff and compile-time query validation (#36)
1bc5978f28 add example of non-500 error; better logging
c0f4d3fbcb use a struct instead of tuple for template
a869e722d4 add preliminary error handling
fc63cbdc3f actually render home.html content
Compare 8 commits »
lizzie commented on pull request conjured/silverfish#23 2025年08月06日 02:10:56 +02:00
Add basic error handling for axum handlers

realizing it might've been better to just implement 404 handling rather than adding that example, it looks kind of trivial ;;;; im gonna blame the covid and worry about it later gitjsdf

lizzie pushed to silverfish-error at lizzie/silverfish 2025年08月06日 01:48:27 +02:00
3ece00a7d9
add example of non-500 error; better logging
lizzie opened issue conjured/silverfish#33 2025年08月05日 19:56:12 +02:00
Try using subsecond for hot patching
lizzie pushed to silverfish-error at lizzie/silverfish 2025年08月04日 15:21:30 +02:00
19f501ace7
use a struct instead of tuple for template
lizzie created pull request conjured/silverfish#23 2025年08月04日 14:35:23 +02:00
Add basic error handling for axum handlers
lizzie pushed to silverfish-error at lizzie/silverfish 2025年08月04日 14:27:55 +02:00
7b166f8898
add preliminary error handling
2e516faa36
actually render home.html content
Compare 2 commits »
lizzie created branch silverfish-error in lizzie/silverfish 2025年08月04日 14:27:54 +02:00
lizzie commented on issue conjured/silverfish#9 2025年08月04日 13:11:33 +02:00
Support returning Result<_, SilverfishError> from axum handlers

picking this up, it's pretty simple with IntoResponse yeah

gonna add a client side error handling while i'm at it

lizzie created repository lizzie/silverfish 2025年08月04日 10:30:03 +02:00
lizzie commented on issue conjured/cauldron#1 2025年08月03日 13:18:16 +02:00
Decide on a protocol

@zkat wrote in conjured/cauldron#1 (comment):

The final piece of the puzzle is the webring protocol for what information bazaars collect about each...

lizzie commented on issue conjured/cauldron#1 2025年08月03日 12:59:19 +02:00
Decide on a protocol

@zkat wrote in conjured/cauldron#1 (comment):

There is also something called WebSub but it’s kinda spottily supported and probably overkill for our...

lizzie commented on issue conjured/cauldron#1 2025年08月02日 23:49:30 +02:00
Decide on a protocol