Dee

Results 295 comments of Dee

@sachinraja I'm not sure why either. On my home laptop it works 🙈 but even if I clear the cache it still fails. Exact same server code.

@sachinraja it's default.

@sachinraja I think it might be good to have the JS inside the project; loading from CDNs isn't great 🙈

I'm still getting the error which is strange

@sachinraja ok, I never use CDNs for libraries :-P some people want to be able to use older versions consistently. Anyhow; I disabled CORS on Firefox for now; living on...

Thanks cody I'll try this later. We're using the Playground pretty heavily for API docs across our projects (flutter and typescript hehe) I don't feel so safe using the CDN...

@sachinraja I understand but many times I used old NPM packages and the CDN files no longer exist. Would be great if you could ship with the compiled JS code...

This would be great! Example below: Most users don't know about markdown, but we want to support the format!

This should be possible to implement now with the windows changes

> You can use this code > > ```js > class Item extends Sequelize.Model { } > > Item.init({ > name: { type: DataTypes.STRING }, > values: { > type:...