kwkr

Results 28 comments of kwkr

Is there a chance that this will be merged? I know it's old as f but it would be nice to have it in one place. Could I also somehow...

@philzeh could you share you config? `.toml` + the command that you use to run the node? Also did you do anything special when it comes to setting up the...

Actually anything. The simplest example would be, that I have some state within my plugin and I would like to register a command that would allow me to display info...

I already experimented with some workarounds but having the possibility to be able to register custom commands and let the users type them in the terminal would be quite a...

I could imagine having an API available from within a plugin where I call `registerCommand("command_name", handler)` and if a plugin does this, I could just type `command_name` in terminal to...

yes. The commands could also potentially accept arguments but I don't know how could this be achieved. There is already a way to communicate between plugins and remix so I...

@Aniket-Engg Thank you for your response! Is it possible to somehow influence this behaviour from a plugin? Let's say I'm writing a plugin and want some libraries to be available...

I did some quick research and it looks like the error is a bit misleading. The original error that is being suppressed by a catch clause [here](https://github.com/hwchase17/langchainjs/blob/main/langchain/src/vectorstores/hnswlib.ts#L220) is `Error: /lib64/libm.so.6:...

I ran this using Node 18, x86_64 Lambda. Do you use the same one? You could also try adding console.log directly [here](https://github.com/hwchase17/langchainjs/blob/main/langchain/src/vectorstores/hnswlib.ts#L220) in the `node_modules` that you are about to...