Beda Schmid

Results 147 comments of Beda Schmid

Same issue with a plain simple CSS animation. The weird is that logged in the issue doesn't happen, logged out (which visitors will be) it does happen. And a bit...

Analysing this, I can see the popup scrolls to exactly 2 lines _after_ the actual _code_. It should, instead, scroll to the _begin of the code comment block_ So for...

For anyone having this issue, I found a workaround (dirty hack?) 1. In a custom .rst generator, make sure to produce titles for your .rst file like so `thing _with...

@remcotolsma - thanks so much for your amazing parser (https://github.com/pronamic/wp-documentor#command-line-usage) I was able to easily install it and generate a `filters` output using `/Users/bedaschmid/vendor/bin/wp-documentor parse tukutoi-search-and-filter --format=phpdocumentor-rst --type=filters --output=docs/filters` ---...

No, _never mind_ It was not in the example xml of Pronamic (https://github.com/pronamic/wp-http/blob/main/phpdoc.dist.xml) because they probably run it with the terminal command, I also couldn't find it in the PHPdoc...

Just one problem - the RST files are not parsed correctly by PHPDoc: 1. `wp_dropdown_users_args` becomes `wpdropdownusersargs` (this is probably because PHPDoc thinks it is a namespace/@package.) This seems possible...

Im adapting the template for now to use backticks. Also the table issue is likely not due to parser but to how the table is formatted in the first place...

The plugin is nice but practically useless, sorry It is a bootstrap ready code, why is it not ready for a simple Bootstrap Form as example? You can not even...

I am not sure I understand this fully but I am running into the following: - I maintain a repo where many users commit their code (bummer: that is what...

Thanks @mrrobot47 for your reply. I just cannot believe that GitHub Actions in general cannot be used - it is the core of GitHub to allow PR from forked repos....