KitaitiMakoto
KitaitiMakoto commented on issue Plume/Plume#887 2021-02-01 10:31:04 +00:00
wasm-deps.sh error during docker build

I'm not familiar with CPU archtectures but I think it's okay if it is equivalent to what Python's platform module does. I will see the module when I have time, although it will be far from now...

KitaitiMakoto commented on issue Plume/Plume#5 2021-02-01 10:19:23 +00:00
REST API

Are you talking about this embedded widget? It doesn't work (for now, at least). It just shows how it is. Actually you have to send requests to working Plume instance such as https://fediverse.blog/api/v1/posts?title=Plume+Development+2021-01-25

KitaitiMakoto deleted branch extract-dbconn from Plume/Plume 2021-01-31 17:33:36 +00:00
KitaitiMakoto closed issue Plume/Plume#888 2021-01-31 17:32:55 +00:00
Reduce database connnections required for routes::users::details
KitaitiMakoto merged pull request Plume/Plume#889 2021-01-31 17:32:55 +00:00
Close #888 Extract DbConn from PlumeRocket
KitaitiMakoto merged pull request Plume/Plume#889 2021-01-31 17:32:47 +00:00
Close #888 Extract DbConn from PlumeRocket
KitaitiMakoto pushed to main at Plume/Plume 2021-01-31 17:32:46 +00:00
e68ca1151d Merge pull request 'Close #888 Extract DbConn from PlumeRocket' (#889) from extract-dbconn into main
3c15f5a82f Merge branch 'main' into extract-dbconn
5ba823990a Don't panic in loop
c82c38fe52 Comment on database connections
e7ab80d5c8 Move worker tasks in routes::user::details to RemoteFetchActor
Compare 15 commits »
KitaitiMakoto pushed to extract-dbconn at Plume/Plume 2021-01-31 17:32:04 +00:00
3c15f5a82f Merge branch 'main' into extract-dbconn
94ed0eec2a Merge pull request 'Set default log level to warn' (#886) from loglevel-warn into main
d70e585b64 Set default log level to warn
Compare 3 commits »
KitaitiMakoto commented on pull request Plume/Plume#889 2021-01-31 16:46:58 +00:00
Close #888 Extract DbConn from PlumeRocket

I gave up to use Rocket's #[database] decorator because Rocket cannot share its database connection pool with our actors (see https://github.com/SergioBenitez/Rocket/issues/1187).

KitaitiMakoto pushed to extract-dbconn at Plume/Plume 2021-01-31 16:36:54 +00:00
5ba823990a Don't panic in loop
c82c38fe52 Comment on database connections
e7ab80d5c8 Move worker tasks in routes::user::details to RemoteFetchActor
61b68c3a42 Initialize RemoteFetchActor
6401cb6fb7 Define User::remote_user_found() and publish_remote_user_found()
Compare 8 commits »
KitaitiMakoto pushed to extract-dbconn at Plume/Plume 2021-01-31 13:28:08 +00:00
ad285898f6 Replace PlumeRocket.conn with DbConn
78be49d57d Make tests follow API changes
25e52788c5 Replace PlumeRocket with DbConn where possible
5d25a64f13 Remove DbConn from PlumeRocket
0dc89fbf23 Set default log level to warn
Compare 15 commits »
KitaitiMakoto commented on issue Plume/Plume#890 2021-01-31 08:26:50 +00:00
[BUG] Plume append its domain name when clicking to follow on fediverse on non-local user to third party server

Thank you for reporting and detailed steps to reproduce. I could reproduce it. Will investigate.

KitaitiMakoto pushed to extract-dbconn at Plume/Plume 2021-01-30 14:16:13 +00:00
fcf625db49 Make tests follow API changes
KitaitiMakoto created pull request Plume/Plume#889 2021-01-30 13:32:39 +00:00
WIP: Extract DbConn from PlumeRocket
KitaitiMakoto pushed to extract-dbconn at Plume/Plume 2021-01-30 13:25:39 +00:00
8fa403cd2d Make DbConn configurable
6ef3344e74 Replace PlumeRocket.conn with DbConn
0b22509cab Replace PlumeRocket with DbConn where possible
2f66da3679 Remove DbConn from PlumeRocket
1a537f3c72 Redifine DbConn to conform to rocket_contrib's database macro
KitaitiMakoto opened issue Plume/Plume#888 2021-01-30 08:00:25 +00:00
Reduce database connnections required for routes::users::details
KitaitiMakoto commented on issue Plume/Plume#887 2021-01-28 00:42:20 +00:00
wasm-deps.sh error during docker build

It's possible. In fact it's better!

KitaitiMakoto commented on issue Plume/Plume#887 2021-01-26 00:14:23 +00:00
wasm-deps.sh error during docker build

Did the error occured in musl image? If so, I guess Debian image includes Python by default, though I didn't run script actually. If not, I need to investigate.

KitaitiMakoto commented on issue Plume/Plume#871 2021-01-25 13:44:49 +00:00
static build releases?

Great!

KitaitiMakoto deleted branch loglevel-warn from Plume/Plume 2021-01-25 07:40:26 +00:00