Allow 'parseArgs' and 'numOptArgs' in environments#14
Allow 'parseArgs' and 'numOptArgs' in environments#14xemlock merged 5 commits intoxemlock:masterfrom
Conversation
|
Would there be potential issues with this? If no, I can enable it for the |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Closing this issue after a prolonged period of inactivity. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Closing this issue after a prolonged period of inactivity. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Commenting to keep it open. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Commenting to keep it open. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Commenting to keep it open. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Commenting to keep it open. |
|
Closing this issue after a prolonged period of inactivity. |
|
? |
|
Hi @larsgw, apologies for the delayed response. Thanks for your contribution! \begin{tabular}[t]{|c|c|c|}
cell1 & cell2 & cell3
\end{tabular}we get garbled result: \begin{tabular}{{[}}
t{]}{|c|c|c|} cell1 & cell2 & cell3
\end{tabular}when rendering via |
|
Part of this is because I have not updated the \begin{tabular}
[{t}]{|c|c|c|} cell1 & cell2 & cell3
\end{tabular} |
|
I'll update |
Yes, you're right! I didn't catch that. As for failing tests, just add single space before |
|
Not sure why I didn't run it again after the last changes... Also, apparently there should be a space afterwards too. |
|
That's strange, this passes the tests locally (php 8.2). |
|
There shouldn't be space after any more (because of commit f4d3604). Not sure what commit your PR branch originates from, but if you'd rebase it (or merge) from |
|
You can pull recent changes with the following commands in your terminal: |
|
Oh, that makes sense, thank you. |
|
Thanks! |
Close #13