Nicolas Montoya

Results 6 comments of Nicolas Montoya

Sorry for the late reply, i have been busy with senior design. This is output of the candump: ![canudmp](https://user-images.githubusercontent.com/24234144/145905416-7d5097fd-a7c4-4195-a75a-497400248f91.png) So I am getting the heartbeat and its trying to talk...

> Could you explain a little more please? What kind of error are you seeing? What's the cause? What kind of CANopen node are you talking to? Yes sorry, I...

Hi @eiva, I believe if you change selection type to single instead of multi, like this: ` selectionType="single"`, on the Table props, that should solve problem of user being able...

> If you want to use the native client that uses the `libsql` binary under the hood in Lambda, you'll have to build the function in a similar arch/environment or...

I was able to solve this by adding the `@libsql/client` as a nodejs dependency which allows SST to do an NPM install of them in the function bundle: ``` import...

Running into this issue here as well