index
:
lib
chore/bump-deps
chore/cargo-features
ci/doc-test
ci/java-tests
dev
feat/awaitable-send
feat/better-tracing
feat/cffi
feat/file-system
feat/lua-bump
feat/password-struct
feat/wasm
feat/workspace-worker
fix/js-ack
fix/lua-annotations
fix/lua-userdata-null
fix/py/add-missing-workspace-event-class
fix/python/adds-version-to-typehints
fix/python/getter-for-nested-elements
fix/version-acking
fix/worker-stopping-not-an-error
py-ack-type-hints
release/v0.8.1
stable
test/e2e
test/wait-more
code multiplexer -- fast, safe, collaborative editor plugin ecosystem
hexedtech
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Branch
Commit message
Author
Age
chore/bump-deps
feat: new cursor structs
alemi
5 months
dev
Merge pull request #88 from hexedtech/fix/py/add-missing-workspace-event-class
cschen
10 months
fix/py/add-missing-workspace-event-class
properly export the event object to the python glue
cschen
10 months
feat/awaitable-send
fix: put back outbound queue
alemi
11 months
ci/doc-test
ci: also test cargo doc
alemi
11 months
fix/worker-stopping-not-an-error
changed the worker recognizing the closure of the controller from error to de...
cschen
11 months
fix/python/adds-version-to-typehints
some rewording in the log messages
cschen
11 months
feat/password-struct
adds From<&str> for Password
cschen
11 months
feat/better-tracing
feat: introduce tracing::instrument and more debug
alemi
11 months
feat/file-system
feat: treefy
zaaarf
13 months
test/wait-more
test: wait more
zaaarf
14 months
feat/workspace-worker
feat: workspace worker
zaaarf
14 months
fix/python/getter-for-nested-elements
adds getters for complex nested elements.
cschen
14 months
fix/lua-userdata-null
fix(lua): dont serialize hash when None
alemi
14 months
stable
chore: bump for release
alemi
14 months
feat/lua-bump
feat(lua): back to using official mlua
alemi
14 months
chore/cargo-features
ci(lua): don't need luajit feature anymore
alemi
14 months
test/e2e