Ken Collins

Results 280 comments of Ken Collins

So GitHub Models came out yesterday. This is their inference platform similar to Amazon Bedrock. Google has Model Garden. Please support all of these. But yes, yes, yes please do...

I think that falls outside of the domain of this even tho mocha does have that feature. I think most people will find that Cakefile's or using Grunt would suffice...

I have no idea. But here is what I would do to find out. 1. Does it not happen if you change `config.load_defaults 6.1` to another version? 2. Find any...

I've been doing this. My devcontainer is `node:18-bookworm` ```javascript opensearch = new Client({ node: "https://admin:admin@opensearch:9200", ssl: { ca: fs.readFileSync("/etc/ssl/certs/Comodo_AAA_Services_root.pem"), rejectUnauthorized: false, }, }); ```

Oh, I see the problem. Invoking is not the issue, technically there is no double init process for Lambda. What is happening is that when you are invoking, you are...

@brcarp Would you like to make a PR to LambdaPunch that does the `Errno::EADDRINUSE` in the gem? That sounds like the best way forward?

Thanks for looking into the project. Can you share what you're trying to do? Update Rust? Something else? It has been a while since I spun this up in a...

So, WRT to the x86... this project is not setup to work on arm64... at least from a dev environment. GitHub Actions is x86 (for now) and the whole project...

> But I have no clue who LD_PRELOAD not working with it. So are you saying you are using a certain version, like this and it is not working? If...