Bernhard E. Reiter
Bernhard E. Reiter
Analysis: the directory listing of se.com has absolute URLs, like ```bash curl --silent https://www.se.com/.well-known/csaf/2015/|grep 344-01.json\" sevd-2015-344-01.json ``` A directory based CSAF provider that uses relative links, is checked fine: ```...
Absolute links that differ from constructed relative links should work. Checking that the code is correct should be done for * [ ] checker * [ ] downloader * [...
> try to run a 'moin index-optimize' command when nobody is updating the wiki? Is there an easy way to disable that people can update the wiki? Or: What happens...
Note, even that is a slow system 1.6 seconds is still too slow for a tiny production wiki. If there is a linear dependency on the number of pages, it...
A call like https://pkg.go.dev/unicode/[email protected]#Valid could help.
As far as I know, you need to have a provider that offers a public API for your places. And then this API has to be supported by https://github.com/schildbach/public-transport-enabler (PTR)...
Added https://github.com/aas-core-works/abnf-to-regexp/issues/44 to fix the repetition regex difference in upstream first.
@aaronkaplan @wagner-certat thanks for your hints. I guess one of the next steps would be to to measure how fast the bot is and see how much the compilation of...
When looking at the patterns another algorithmic approach seems good: We could use a prefix tree (also called trie) for the first two characters and then match the regular expressions....
The standard 2.0 [says](https://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#7114-requirement-14-directory-listings) : > Directory listing SHALL be enabled to support manual navigation. A directory listing constructed with Javascript would be fine for manual browsing in most cases....