Lawrence Wang

Results 39 comments of Lawrence Wang

interesting; i can reproduce that too. will look into it

Hey Yuriy! We might sponsor a bounty for this with Gitcoin; do you know people who would be interested in pursuing that? On Sat, Oct 6, 2018 at 11:42 PM...

Hi Viraz, how are you stuck? If you want to put the details into a new issue we might be able to help. On Mon, Aug 31, 2020 at 3:59...

We've just deployed the actual MoSQL process on a Heroku dyno. Too early to tell how robust it is, but so far it's been painless.

Just a plain old dyno. I wrote a rake task that starts mosql in a subprocess, and then added a line to the Procfile, then started it up with `heroku...

I see this note in the Meta Bind docs: > I am currently waiting for the Obsidian Team to deliver on promised improvements to the Obsidian Publish API. Until then,...

I just started implementing some tool calling and I notice this pattern seems to work well so far: ```py class MyModel(BaseModel): field_1: list[str] = Field(description='...') field_2: SomeEnum = Field(description='...') class...

perhaps supabase/postgrest-py#289 is a clue