Cory Virok
Cory Virok
Prior to this change, the compiler would generate a template literal that had many purely static string variables nested within it. This change collapses these static strings into the surrounding...
Connection strings that specified `mysql:///db?unix_socket=...` option were not passing the `unix_socket` option to the underlying aiomysql connection. This meant that it was not possible to connect via UNIX domain socket...
Looks like we can use Travis to create and release new versions of our SDKs. This should help simplify the process for quickly getting bug fixes into our customers' hands....
We are missing instructions for describing how to build, develop, test this SDK. We also need to explicitly list the dependencies and supported versions of frameworks/libs.
Fixes #8209 ### Please don't delete this checklist! Before submitting the PR, please make sure you do the following: - [x] It's really useful if your PR references an issue...
### Describe the bug If a form action redirects, the status code passed into `redirect(status, location)` is always replaced with `303`. ### Reproduction https://stackblitz.com/edit/sveltejs-kit-template-default-cq96ae?file=src/routes/+page.server.js Click the button and look at...
### Describe the problem I like to consolidate all of my environment variable usage, (imports) in as few as places as possible and I like to provide validation of the...
### Describe the bug I'm not sure if this is a bug or not but I was confused by it so maybe we need a docs update. The issue is...
For anyone else running into this issue - While attempting to use this module from an ES6 module, (`type: "module"` in package.json) I get the following error: ``` ReferenceError: require...
Hello and thanks for taking on HeadlessUI for Svelte! I'm just starting to play around with it and am having some trouble understanding the right way to provide dynamic data...