Kaj Kandler
Kaj Kandler
[psp-stub-crash-concurrent_map_write.log](https://github.com/checkr/openmock/files/5536212/psp-stub-crash-concurrent_map_write.log) under moderate load on 1-3 endpoints on a rate of 100 - 150 requests/second
I discovered that the JSON schema dereferencing also attempts to dereference included markdown files. That off course fails. Please consider this pull request.
``` This is a foo [^foo]. This is a bar [^bar]. [^foo]: A foo is beautiful. This is in contrast to a bar [^bar]. [^bar]: A bar is very common....
According to https://www.markdownguide.org/extended-syntax/#:~:text=To%20create%20a%20footnote%20reference,output%2C%20footnotes%20are%20numbered%20sequentially. spaces are not allowed in a `[^footnote reference]` ==> `[^footnote_reference]`
The element generates the following syntax error "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or...
John, I had a look at the global/local schema merge issue #31, as I reported. This change is rather convoluted: - I had to write an odd document_loader for jsonld...
In Schema markup, there is an important attribute (if not the most important one), to support @Id for entities. In webpages, mostly the @Id attribute is set to the URL...
I switched to 0.5.0 and in my daily work I see simple changes in the markdown trigger issues that the type is not found anymore for a page. For example...
The generator has built in assumptions about all generated files being MD --> HTML. However a website may have other files such as XML, SVG, or a simple robots.txt It...
When building my static site a lot of files (assets) are copied into the dist folder, that have not changes what so ever. This makes it hard to deploy a...