David Chalifoux

Results 20 comments of David Chalifoux

Hey @rajivravio Could you confirm that you are including a folder ID when you are using that command? The examples you gave should look like `transfers:add --folderID= ` (note no...

This was re-added in v2.3.0. Let me know if you have any issues with it.

I just ran into a similar issue to this. ```tsx Today: {dayjs().toString()} Duration: {dayjs.duration("P6W").humanize()} Today + Duration: {dayjs().add(dayjs.duration("P6W")).toString()} ``` ![image](https://github.com/iamkun/dayjs/assets/3289533/d6dd43df-20b6-4991-8e53-13afd7c565ae)

Can you explain the use case for this? Why doesn't a ZIP suffice?

> I wanted to +1 the `-r` flag. > > I am often downloading files directly to my media HDD, and unzipping often takes longer than the download itself. >...

Got an initial version of recursive downloads working. If you would like to test it, try running the branch: https://github.com/davidchalifoux/kaput-cli/tree/feat/recursive-downloads Notes: - If you pass the `-r` flag when downloading,...

Recursive downloads are now available in [v2.4.0](https://github.com/davidchalifoux/kaput-cli/releases/tag/v2.4.0). I'll work on adding multiple downloads and potentially input files as well. Let me know if I broke anything. I did a lot...

Just ran into this myself on `drizzle-orm` version `0.30.8`.

> I'm assuming you're trying to install _Northstar_ with _FlightCore_. > > The issue is basically that when Titanfall2 is installed to the default location using EA App (i.e. `C:\Program...