Pete Davison

Results 103 comments of Pete Davison

Ah whoops. Well spotted. I've updated the docs 👍

@wburningham really nice to hear that this feature is making the difference for you. Are there any other blockers or features you'd need before being able to use this fully?...

I've also just created #1345 which changes the default behaviour of Remote Taskfiles to prefer remote files over cached ones as discussed in previous PRs. I've added a couple of...

Thanks all for the kind words :) Catching up on some comments: Firstly, I don't have any ETAs for this experiment and I don't plan to give any. The last...

> It would also be very useful to have the ability to use remote files using the `-t` option @BnGx as @blackjid said, this is what I'm referring to as...

An unintended side-effect of the [v3.35.1 release](https://github.com/go-task/task/releases/tag/v3.35.1) is that this is now working as expected for the examples in https://github.com/go-task/task/issues/1301#issue-1845216181 and https://github.com/go-task/task/issues/1301#issuecomment-1783933525. This is because `TASKFILE_DIR` is no longer calculated,...

> Hihi, I'm wondering if I can take a shot at implementing something here to help out. The remote taskfiles feature would be of great use in my current role....

Hey @emcfarlane, is there any reason this is more complicated than just adding something like this? ```go func NewServerStream[Res any](conn StreamingHandlerConn) *ServerStream[Res] { return &ServerStream[Res]{ conn: conn, } } ```...

@emcfarlane Good point, I've updated my fork and opened #731.

@simonrouse9461 See #1526 and #1544. Your example works in the latest release. Also worth noting that `TASK_X_MAP_VARIABLES` won't replace `TASK_X_ANY_VARIABLES` until the next release. ![image](https://github.com/go-task/task/assets/9294862/0769ad68-d7a0-48ed-ac47-1a64362bd583)