Sebastian Hädrich
Sebastian Hädrich
I was unable to use gitflow to include release notes/a change log. This is what I tried: ```shell git flow release finish 1.0.0 --pushdevelop --pushtag --pushproduction -m "Tagging 1.0.0 >>...
Fix #384 --- ### Thanks for contributing to `rrule`! To submit a pull request, please verify that you have done the following: - [x] Merged in or rebased on the...
### Context When you have an url like this: `https://example.com/users?filter%5B0%5D%5Bhidden_infos%5D=&filter%5B0%5D%5Bstatus%5D%5Bis_parked%5D=0&filter%5B0%5D%5Bstatus%5D%5Bis_cancelled%5D=0&filter%5B0%5D%5Bstatus%5D%5Bis_paid%5D=1&filter%5B0%5D%5Bplatform%5D%5Boperator%5D=%21%3D&filter%5B0%5D%5Bplatform%5D%5Bvalue%5D=Amazon-Shop&filter%5B0%5D%5Binfos%5D%5Boperator%5D=%21%7E&filter%5B0%5D%5Binfos%5D%5Bvalue%5D=%2AAmazon+Prime%2A&filter%5B1%5D%5Bhidden_infos%5D=&filter%5B1%5D%5Bstatus%5D%5Bis_parked%5D=0&filter%5B1%5D%5Bstatus%5D%5Bis_cancelled%5D=0&filter%5B1%5D%5Bpayment_method_id%5D%5B0%5D=COD&filter%5B1%5D%5Bpayment_method_id%5D%5B1%5D=OnAccount&filter%5B1%5D%5Bpayment_method_id%5D%5B2%5D=hui&filter%5B1%5D%5Bpayment_method_id%5D%5B3%5D=hp_bs&filter%5B1%5D%5Bpayment_method_id%5D%5B4%5D=hp_ivpg&filter%5B2%5D%5Bhidden_infos%5D=&filter%5B2%5D%5Bstatus%5D%5Bis_parked%5D=0&filter%5B2%5D%5Bstatus%5D%5Bis_cancelled%5D=0&filter%5B2%5D%5Bstatus%5D%5Bis_paid%5D=1&filter%5B2%5D%5Bstatus%5D%5Bis_packed%5D=1&filter%5B2%5D%5Bplatform%5D=Amazon-Shop&filter%5B2%5D%5Binfos%5D%5Boperator%5D=%7E&filter%5B2%5D%5Binfos%5D%5Bvalue%5D=%2AAmazon+Prime%2A&select%5Bno_history%5D=1&select%5Bid%5D=&select%5Bdate%5D=&select%5Bportal_account_id%5D=&select%5Bplatform%5D=&select%5Binvoice_number%5D=&select%5Bexternal_order_id%5D=&select%5Bcurrent_date%5D=&select%5Bcustomer%5D=&select%5Bshipping%5D%5Bfee%5D=&select%5Bshipping%5D%5Bdate%5D=&select%5Bshipping%5D%5Bdeliverer%5D=&select%5Bshipping%5D%5Bcode%5D=&select%5Bshipping%5D%5Bmethod%5D=&select%5Bshipping%5D%5Baddress%5D=&select%5Bshipping%5D%5Bprime_label%5D=&select%5Bshipping%5D%5Bplatform_status%5D=&select%5Bline%5D=&select%5Bstatus%5D=&select%5Binvoice_amount%5D=&select%5Bpaid_amount%5D=&select%5Bcurrency_id%5D=&select%5Bpayment_method_id%5D=&select%5Bpack_infos%5D=&select%5Binfos%5D=&select%5Bbill_url%5D=&select%5Badd_field%5D=&select%5Bhidden_infos%5D=&select%5Bcredit%5D=&pagination%5Bmin_id%5D=0_2021_7&pagination%5Blimit%5D=200` `sprintf()` in beberlei/assert/lib/Assert/Assertion.php on line 1149 throws: > Unknown format specifier "B" That is because encoded url parts (starting with...
### Description Since comments are part of the OOXML spec and I need to build an application that uses comments, I implemented them into phpWord Fixes #1604 Fixes #622 ###...
I'd like to highlight (preferrably in yellow or the like) a line on load. Is that possible and if not, could it be implemented?
Under functions the last dropdown list item in navigation is "Todo" which links to [/reports/todo.cfm](https://cfdocs.org/reports/todo.cfm). There "Todo" is written as one word; the "To Do" item in root level of...
In params section we list params with their data type. It could be helpful to have guides or a guide with sections for each data type which could be linked...
Some tags cannot have a body. HTML tags with that trait are called "self closing". Should we flag these tags as well?
Would it make sense to link explicitly to the recommended tag/function (maybe use a new key for this) when a tag/function is deprecated?
Now we have the keys `syntax` and `member` but `member` is definitely syntax as well. So that's a confusing naming, I guess. Would it be better to differentiate between `function_syntax`...