Ken Collins
Ken Collins
Debug event, context for connect, default, disconnect. Connect ```json { "headers": { "Cache-Control": "no-cache", "Cookie": "_session=z5S1u4AQoN2vqGh3%2Bfk%2FpWgcIHCWNgGe1M%2BlspE%2Bq1FUQIwTcqcGc5tFyXr93bDZn6769vf4OqWUq4TXsHe8R4yZXC9zeIzBCOWOaaifW37sRue4JjVUFassXnN5vm%2B%2FWzfhFhIRFyT%2B9T0ePPWqdATgb0ZCHdA257tn25t9BeRrVqMbcSHF%2Fe%2B43tlfDLlPzc5WlZfkFjszX92zHSS5Lq7tC9fn3qDgzeKsoW9V8waP2oxgH6FD8U9jWZqidz2FxU8beB%2BNHhVWzUFGL%2B2o6qvo7MxNc099TWmlVE95mr7Ubu9AevD5mHxyMN42FMIeB2ARd0xBZ%2FD0AHDWHBWj5oMWpuy83UNE66w%3D--hMCIIgPEVKv6Eniv--1qQ1DjeVWmn2%2BxqOpGMksQ%3D%3D", "Host": "3iku9itbbb.execute-api.us-east-1.amazonaws.com", "Origin": "https://lamby-ws.custominktech.com", "Pragma": "no-cache", "Sec-WebSocket-Extensions": "permessage-deflate; client_max_window_bits", "Sec-WebSocket-Key": "mnACBiGQM/8M+Wt3ftwKVQ==", "Sec-WebSocket-Protocol": "actioncable-v1-json, actioncable-unsupported",...
Tailscale Lambda Extension for Containers: - https://github.com/rails-lambda/tailscale-extension - https://lamby.cloud/blog/tailscale-extension-for-lambda-containers
We should support a proc being called as part of the new `Lamby.cmd` interface. This would help with an inversion of control for end-users to do things like defining their...
Done in #137.
Perhaps a gem packing issue? Here is what I see when I fetch and unpack the gem. Seems `elements.rb`, `fields.rb`, and `indifferent_hash.rb` lack some read perms. Could be more in...
Now that 2.8.0 is released. Maybe time to fix it? How is this gem packaged and pushed to rubygems?
FWIW, I did this and it seems to work really well. Thoughts? ```javascript db.exec('UPDATE articles SET embedding = NULL'); db.exec('VACUUM') ```
Should this be closed now?
> You can start with passing env to both. Then if an issue is reported with this behavior, we can split it up. Agreed here too. Thank you.
I'm trying this out now and still can not figure out how to use an environment variable when the devcontainer is being built. I've read the docs in the PR...