refactorthis

Results 7 issues of refactorthis

In runtime/handler/node.js the try/catch doesn't log the error. Should be: ``` try { await esbuild.build({ ...config, plugins: config.plugins ? require(config.plugins) : undefined }) process.exit(0) } catch (err) { // 1...

Hi, I've just been trying to use your library as it supports transactions (thanks!!) but I can't seem to get it to work due to the below error. Let me...

question

Add tooltip-trigger to the form element. This is the same as bootstrap's trigger option on the tooltip plugin.

enhancement

Code coverage is around 60%. No tests have been created for the tooltip directive.

enhancement

## Description * simplified build process with npm workspaces * updated GH workflows to use new npm scripts * simplified caching in GH workflows **Notes:** * I suggest that we...

### Description feat: add x-title and http-referer header to all openai providers - Provides the ability for Open AI compatible gateways, such as LiteLLM, Open Router, Requesty to determine originating...