Cody Swartz

Results 115 comments of Cody Swartz

If I remove the emojis from the links then it breaks in other apps like VSCode's markdown preview. I would like it to work on Github and other apps 🤔

I'm also hoping to use this with EmberJS/Ember-Data

Just had this bite me -- changed a function signature but didn't update the implementation, but of course the implementation was not in the staged files so it passed. Running...

To my knowledge private vimeo videos are just `/videoId/secretId` I also noticed on their Share -> iframe it puts the url as `/videoId?h=secretId` ie: `https://player.vimeo.com/video/videoId?h=secretId` I tried both of these...

Seems like this was handled in the latest version released 2 days ago: https://github.com/sampotts/plyr/pull/2322 I think this issue can likely be closed. It seems I need to update to the...

I went about it the yarn method, but this should also work: 1. Grab npm from https://github.com/npm/cli/releases 1. Run the following from the directory you extracted it to from its...

I've found these helpful `Prisma.${ModelName}CreateArgs` `Prisma.${ModelName}CreateInput` there's also variations for update, and delete. There seems to be no base type that they extend/implement though, so I cannot utilize them in...

Seems there is a pinned message, but looks like you can only have one?

How are you guys determining the classes, does it just match up with what's in the web browser or are you forcing inspector into the code?

Odd I just modified mine and restarted it without any issue on `3.1.1` But as @Teressss is saying maybe it's a time bomb waiting to happen.