JT Smith
JT Smith
I've been using this component for the past year and it works great! Thank you!
Serializers are broken when it comes to UTF-8 encoding. Let me give you an example. If you turn on utf8 in the JSON engine then this string: UTF test ûçæ...
### Environment - Operating System: `Darwin` - Node Version: `v16.19.0` - Nuxt Version: `3.2.0` - Nitro Version: `2.2.1` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` -...
When we do something like: ```ts const poolConnection = mysql.createPool({ host: dbConfig.hostname, port: parseInt(dbConfig.port), user: dbConfig.username, password: dbConfig.password, database: dbConfig.pathname.slice(1), }); const db = drizzle(poolConnection); ``` To start up our...
I spent the past 6 weeks trying out over a dozen different ORMs in the typescript world. They all have their pros and cons, but Drizzle seems to be one...
I'm on an M2 Mac running the latest OS. The regular koa example works, but the typescript one throws a bunch of errors. ``` jtsmith@jts-MacBook-Pro koa-ts % npm start >...
I'd like to make a recommendation that the default link_to be 'javascript:void(0)' rather than '#'. There are two reasons for this: 1) '#' actually causes the page to scroll 2)...
If I apply drop shadow or outline to text it works fine, but it would be nice if these effects could be applied to inline images as well. A ttached...
PTT puts warnings (like unclosed tags) into the console. Is there a way to hook into those so I could display them to the user?
userPk will also be userId - schema validator must not allow userId to exist if there is a userPk - describe output may have to list userId - qualifiers need...