John Hardy
John Hardy
Did this solution get implemented? Is there a fork that can be used instead? Thanks!
Thanks for your time following up with me - I really appreciate it. Sorry, I thought the PR above was fully finished.
Thanks for the reply. I was calling it from `nearestPointOnCurve`. Should this happen if the control points are not specified correctly? I am pretty sure that the data (above) is...
Thanks for the issue report! Do you know what css we need to change in order to fix it?
Hi Rob, Thanks for reporting the problem and the great description. I saw that you used the `--new` flag, but please could you double check the documents all have a...
The main problem is that the URLs are relative in the markdown and they will need to be transformed relative to the local page in the `/book/` route, otherwise things...
Thanks for spotting this! I agree with you that the relative time should be removed. I'll schedule it. 👍
@frostming Is there any chance you could reconsider the point about referencing projects beyond `${PROJECT_ROOT}`? It seems to me like resolving the dep to an absolute URL doesn't protect _reproducibility_...
Hey @andreynering, since it's been a while it might be worth a note in the docs? For example, in [Platform specific tasks and commands](https://taskfile.dev/usage/#platform-specific-tasks-and-commands) we could say: ``` Writing fully...
Another approach could be to specify the required shell in the taskfile, so workarounds are more intentional and fail gracefully if the task can't execute. Similar to the `shopt` or...