bravo-kernel

Results 123 comments of bravo-kernel

@Relequestual I am preparing a major update and have just added the draft 2019-09 strategy here #88. To my surprise, running the generated schema with the `$id` field still passes...

@Relequestual the 2019-09 strategy now generates a schema: 1. **with** the `$id` field for only the schema itself 1. **without** the `$id` field for any of the properties Sample output...

Added configuration option `renderIdField`, defaulting to `false` meaning all schemas will now be rendered without `$id` by default. [Details in this commit](https://github.com/alt3/sequelize-to-json-schemas/pull/88/commits/fb7c0a6eb93d1409da52bc8b3cea0b5450e40d68). Exception.. the topmost `$id` field for the schema...

Will probably drop this in favor of [Docusaurus v2](https://v2.docusaurus.io/) and add the jsdocs as markdown help.

Alt3.Docusaurus.Powershell

Following the code provided by @TheAifam5 everything works as expected with one exception: "real" 404 errors do not pick up on darkmode (with cookie present and working for all other...

Apologies if I am using the wrong terminology but by "real 404" I mean any non-existing route. - An example of such a non-existing route: currently looking at `http://localhost:3000/adm/sd/sd/sd` in...

@TheAifam5 I have created https://stackblitz.com/edit/remix-run-remix-dtxaef that hopefully shows what I mean. All pointers welcomed.

@TheAifam5 This is amazing. It all makes sense now with the added explanation about root and layout. Thanks a million for taking the time to fix the example. I am...

There is one issue left with the sandbox. If manually triggering a 404, it shows FOUC due to a hydration error. To reproduce: 1. Set theme to dark using the...