JT Smith

Results 36 issues of JT Smith

I've been using this component for the past year and it works great! Thank you!

### 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: `-` -...

3.x
bug
upstream

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...

enhancement

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...

documentation

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 >...

docs

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...

enhancement
bounty

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?

enhancement

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...

don't allow the relation name to conflict with a prop name