Ankit

Results 81 comments of Ankit

@realtime-neil l don't have any specific rules for this. I added "enhancement" because the tool was not designed for a "dumb" terminals. However, I don't mind supporting this for `--plain`...

Hi @robertocarta, this feature is yet to be implemented. For now, you'll have to issue the edit command separately.

@realtime-neil not that I am against it but for me to understand better: is not having this fallback blocking you from doing something?

@gavrochelegnou Not completely sure if this is the same issue but could you please check if https://github.com/ankitpokhrel/tus-php/pull/383 fixes your issue? Also as @jmglsn mentioned, please use `RedisStore` in production. `FileStore`...

@gavrochelegnou yes SQLite should be fine. You will have to [implement a cache adapter](https://github.com/ankitpokhrel/tus-php/blob/main/src/Cache/Cacheable.php) for that tho. Contributions are welcome!

@gavrochelegnou could you please check if you still get `Permission denied` issue in `patch/issue-387` branch (#390). I don't have windows machine to test but I think the issue is because...

@cline-pk Please provide more details on what you are trying to do and what exact error you get. Can't say much based on current description.

Hi @martynas22, you can use the client to initiate resumeable uploads if the CloudFlare Direct creator uploads supports tus protocol.

Hi @sQty, If I get you right, you are getting similar upload speed on both uppy js demo server and tus-php server locally. I am pretty sure uppy demo page...

I will keep this issue open to see if someone else is also facing a similar issue. And can hopefully provide us with a clue to move ahead with debugging....