Tiago Bastos

Results 6 comments of Tiago Bastos

My workaround was something like this: ```yaml solargraph: image: ruby:2.7.5-slim-buster command: solargraph socket --host=0.0.0.0 --port=7658 working_dir: $PWD volumes: - .:$PWD:cached,rw ports: - 7658:7658 ``` This would map the local folder...

I know it's closed, but it would be nice to be able to change the _paste without the formatting_ shortcut.

I like dry-rb and use it daily, but I think it should be bare-bones and let the developer create abstractions on top of it using dry-rb, Sorbet, Active Record etc....

> The grok-ruby gem has an optional dry-schema integration: https://github.com/drnic/groq-ruby#using-dry-schema-with-json-mode And the Node official library[ has support for Zod](https://github.com/openai/openai-node/blob/master/examples/parsing.ts). So, making an argument against my previous comment, maybe it should...

> Is this still a bug or have you resolved it? I have the same issue. I'm using http, not https, maybe this is the problem 🤷

> > Is this still a bug or have you resolved it? > > I have the same issue. I'm using http, not https, maybe this is the problem 🤷...