- Dortmund
- https://igalic.co/
-
Infrastructure & Open Source
(Homoiconic Ops Witch)
- Joined on
2020-06-26
Check for duplicate deps
currently, even attempting to run cargo outdated
results in a dead-lock:
error: failed to select a version for `data-encoding`.
... required by package `serde_qs v0.6.1`
... which is depended on by `plume v0.4.0 (/tmp/cargo-outdatedAW9Bld)`
versions that meet the requirements `^2.2.1` are: 2.3.0, 2.2.1
all possible versions conflict with previously selected packages.
previously selected package `data-encoding v2.1.1`
... which is depended on by `rocket_csrf v0.1.0 (https://github.com/fdb-hiroshima/rocket_csrf?rev=29910f2829e7e590a540da3804336577b48c7b31#29910f28)`
... which is depended on by `plume v0.4.0 (/tmp/cargo-outdatedAW9Bld)`
failed to select a version for `data-encoding` which could resolve this conflict
drafts: collaborators-only posts in the local timeline
another feature of this could be that only collaborators can comment during this phase, and once the post gets published, the review (draft phase) comments should disappear
drafts: collaborators-only posts in the local timeline
Impossible to follow
perhaps the issue is introduced somewhere in between, and in 0.5.0 it's "fixed"
is we can reproduce the, we might also be able to detect it, and then fix, for real
extract DbConn from PlumeRocket
WIP: Experiment: extract Searcher into an Actor
plume-model: refactor Searcher to have its own DbPool
WIP: Extract DbConn, Searcher & Worker into Riker Actors
[Refactoring] send messages to dedicated actor instead of directly accessing objects
for the first case, i already have opened a question: https://github.com/riker-rs/riker/issues/130 and received an answer