wagich
wagich
I seem to have a bit of a mental block understanding when my `JSchemaGenerationProvider` is called and when it's skipped and would appreciate any insights. I'm taking over schema generation...
When not using a connection string, the way the `DocumentStore` is constructed using the `DefaultDatabase` property requires read-access to the `System` database. In certain environments (like RavenHQ) that isn't granted...
Avoids needing access to the System database on startup by generating a direct URL to the database and not setting `DefaultDatabase`. https://github.com/CadyIO/hangfire-ravendb/issues/26
## Changes Overview Enables using Vue 3 class-based components as node views. ## Implementation Approach Because of the way `VueNodeView` extends a custom node view, a class-based component needs to...