Prabir Shrestha
Prabir Shrestha
I'm looking it to use in Salvo and a worker so not sure how it would be related to actix or tower/Axum as I would expect the redis and memory...
My indexed table contains `path`, `parent`, `name` and few other metadata such as `size`, `mime_type`, `mtime`. Since I don't have any sort of hierarchy or relation in the table the...
It will also be great if the default port number is not 8000. This is very common port for running local servers that one is building.
I get the same error. I even tried following the uninstall instructions with clean installation as mentioned in https://github.com/jupyterlab/jupyterlab-desktop/blob/master/user-guide.md#uninstalling-jupyterlab-desktop.
Here is the log. ``` [2024-02-13 10:20:27.754] [warn] Connection lost, reconnecting in 0 seconds. [2024-02-13 10:20:27.762] [error] Uncaught (in promise) Error: Canceled future for kernel_info_request message before replies were done...
Hit the same issue. I have a file table where I index the storage name and parent path and it doesn't seem to use index. ```sql SELECT name, size, mtime,...
Don't think it works. Works: ```yaml tasks: dev: command: 'cargo run --package pkg1"' options: runFromWorkspaceRoot: true runInCI: false persistent: true ``` Doesn't work: ```yaml tasks: dev: command: 'watchexec --restart -w...
You can get my sample repro at https://github.com/prabirshrestha/moonrepo-rust-vite-template. Download latest moon. Then run `moon run dev` and try pressing ctrl-c. The vite client app will exit but server cli will...
I'm using the same command as you are doing including my app telling I can't connect to the database (surrealdb via rocksdb) since it is in use. Here is a...
probably one way to solve this would be to create process group such that one can easily kill all jobs on the same group. `watchexec` support sending custom signals and...