Back
David Duwaer
David Duwaer
PRO
PRO
@davidduwaer
Does a killer Billy Joel. Built the world's most advanced ORM for frontend so I can build apps faster. Irony noted, but it *does* work to that effect now.
Load previous page…
Solved several bugs with GPT-5 reasoning responses with
#promptgun. Also, since I switched it to the Responses endpoint, tools had stopped working – this is now fixed.
Refined the .check(callback) clause to
#promptgun that allows you to check the LLM output, give it feedback and force it to iterate on it, with only a few lines of code. Now out in v1.1.2.
Added a .check(callback) clause to Promptgun so you can check outputs and give the llm error feedback – extending the conversation and letting the LLM iterate on its output with a single callback
#promptgun
Got an oxford shirt and new shoes to look a bit chique casual for the occasion
Improved parse methods on
#globol, adding optional silent failing, and nullish-transparency. It makes code that uses this time library shorter, and less confusing.
added to
#lovabase that you can turn early from a query hook with anything other than a query, and the result will carry this value, and it will also reflect in the hook's type. Calling them "pre-query results".
solved a fundamental issue in
#lovabase's backend-data-sensitive useEffect hook that caused it to run twice, solving bugs and giving a big performance boost in
#happenlist's backoffice among others. should probably add some tests to
#lovabase so that regressions like this don't happen but meh