|
f596df73c4
|
chore: moved stuff into a common library
|
2022-10-18 02:19:15 +02:00 |
|
|
e9500afd55
|
feat: did some plumbing for events and cursors channels
|
2022-09-24 01:14:12 +02:00 |
|
|
851781b041
|
feat: made statemanager more friendly in its usage
basically removed the need to manually compose messages and added
methods to handle it.
|
2022-08-29 02:48:09 +02:00 |
|
|
692c3f4977
|
fix: some tweaks to make rust-analyzer happy
stuff used to make sense but I changed some things below. Now I need to
redo my plumbing, but I don't want my language server going crazy.
|
2022-08-28 23:38:45 +02:00 |
|
|
18d86020c0
|
fix: add getter to state workspaces, imports fix
|
2022-08-03 18:51:56 +02:00 |
|
|
e030b9a48f
|
feat: added some getters to state obj, implemented /buffers
|
2022-08-03 15:09:15 +02:00 |
|
|
8316439a3e
|
feat: moved state managers under 'actor' dir
Since we're building (sort of) around the actor model, might
as well sort stuff that way.
|
2022-07-31 13:46:21 +02:00 |
|