KitaitiMakoto
KitaitiMakoto merged pull request plume/documentation#117 2021-01-01 22:41:39 +00:00
ADD FORM_SIZE and ACTIVITY_SIZE to environment variable page
KitaitiMakoto pushed to main at plume/documentation 2021-01-01 22:41:38 +00:00
36ced3326d Merge pull request 'ADD FORM_SIZE and ACTIVITY_SIZE to environment variable page' (#117) from size-limit into main
03f00d8dc7 ADD FORM_SIZE and ACTIVITY_SIZE to environment variable page
Compare 2 commits »
KitaitiMakoto created pull request plume/documentation#117 2021-01-01 22:41:20 +00:00
ADD FORM_SIZE and ACTIVITY_SIZE to environment variable page
KitaitiMakoto pushed to size-limit at plume/documentation 2021-01-01 22:40:35 +00:00
03f00d8dc7 ADD FORM_SIZE and ACTIVITY_SIZE to environment variable page
KitaitiMakoto created pull request Plume/Plume#859 2021-01-01 22:18:55 +00:00
Allow dir attribute to contents from Markdown
KitaitiMakoto pushed to allow-dir at Plume/Plume 2021-01-01 22:16:12 +00:00
1fa7ad7212 Allow dir attribute to contents from Markdown
KitaitiMakoto pushed to update-crates at Plume/Plume 2021-01-01 22:10:32 +00:00
47c8711933 Run cargo fmt
KitaitiMakoto pushed to update-crates at Plume/Plume 2021-01-01 21:48:32 +00:00
20a099c16f Replace Syntect's deprecated APIs with new APIs
KitaitiMakoto created pull request Plume/Plume#858 2021-01-01 21:11:00 +00:00
Update crates
KitaitiMakoto pushed to update-crates at Plume/Plume 2021-01-01 21:09:05 +00:00
3824e4ba25 Upgrade shrinkwraprs
b163fc8423 Remove unused serde_qs crate
b50f723a4d Upgrade Ructe
b778933c64 Upgrade rpassword
12b97ce713 Remove unused colored crate
KitaitiMakoto commented on pull request Plume/Plume#813 2021-01-01 16:29:35 +00:00
WIP: Extract DbConn, Searcher & Worker into Riker Actors

Note: SearcherActor cannot commit indices due to EnterError(https://github.com/tantivy-search/tantivy/issues/898). This issue might be related: https://github.com/rust-lang/futures-rs/issues/2090.

This occurs because perhaps both Riker and Tantivy use futures::excutor::LocalPool and Tantivy's block_on is called in Riker's LocalPool.

Possible options (based on my poor understanding of async) are:

  • SearcherActor doesn't commit indices. Raw Searcher does periodically as current implementation does.
  • Write patches to Riker so that we can choose other async runtime like async-std and use it.
  • Do the same to Tantivy.

Note that we cannot search new posts until their documents are commited not just added.

KitaitiMakoto commented on issue Plume/Plume#845 2021-01-01 13:04:13 +00:00
Release v0.6.0

No, I need update it because current running version has a vulnerability.

KitaitiMakoto commented on issue Plume/Plume#857 2020-12-31 16:37:16 +00:00
Compilation error on archlinux

Nice!

KitaitiMakoto commented on issue Plume/Plume#857 2020-12-31 10:17:53 +00:00
Compilation error on archlinux

Can you run

rustup target add wasm32-unknown-unknown

and try again?

I think it should be installed automatically, though...

KitaitiMakoto commented on issue Plume/Plume#845 2020-12-31 09:27:08 +00:00
Release v0.6.0

I dicided not to update binaries of fediverse.blog. Current version might have some trouble federating other Plume and non-Plume instances. We need investigate more.

KitaitiMakoto deleted branch fix-links from plume/documentation 2020-12-30 11:15:18 +00:00
KitaitiMakoto merged pull request plume/documentation#116 2020-12-30 11:15:10 +00:00
Fix links in update page
KitaitiMakoto merged pull request plume/documentation#116 2020-12-30 11:15:07 +00:00
Fix links in update page
KitaitiMakoto pushed to main at plume/documentation 2020-12-30 11:15:07 +00:00
af57c274b1 Merge pull request 'Fix links in update page' (#116) from fix-links into main
8f31537008 Fix links in update page
Compare 2 commits »
KitaitiMakoto created pull request plume/documentation#116 2020-12-30 11:14:42 +00:00
Fix links in update page