asdfzdfj
asdfzdfj
when fetching an image link that's behind redirect, the extracted embed info contains no usable info or html for embedding. the crawler seems to be following redirects fine, but the...
sample error text (slightly edited for readability): ``` Error detected while processing modelines[2075] ..OptionSet Autocommands for "tabstop" ..function indent_guides#process_autocmds[2] ..indent_guides#enable[8] ..indent_guides#init_script_vars[7] ..indent_guides#capture_highlight: line 1: E12: Command not allowed from exrc/vimrc...
### Version(s) affected 5.1.1 ### Description basically, when converting (possibly rendered) html `` or `` block that contains some tags inside them, these extra tags will be included in the...
while working on incoming activity, the UpdateActorMessage could be fired more than once per actor, and even with #602 applied there could still be multiple UpdateActorHandler running at the same...
pass the webfinger request from controller to WebfingerResponseEvent and its handlers once rather than (implicitly) pulling the request from the stack, also adjusted WebFingerParameters the same way to have it...
follow up of #738 more info: https://github.com/doctrine/DoctrineBundle/pull/1762 the least that needed to be done is go over used controllers and routes, see if they used this auto mapping way to...
the new filter ui changes also introduces a couple more filtering parameters in the form of controller path params, for threads/entries listing it looks fine and relatively staightforward, but for...
in short: mercure + bfcache + ~~`onbeforeunload`~~ => page cannot be stored in bfcache, causing every navigation to do a page load possible solution: rewrite teardown function to either use...