Tien Do Nam

Results 517 comments of Tien Do Nam

I don't know how iOS manages the files but I assume that uninstalling LocalSend will remove files received by LocalSend (except those that have been saved to Photos).

What did you transferred? By default, LocalSend puts media files into the photos app.

Hi, thanks for your ideas! I have typed parameters in mind a time ago (but not implemented) that should also solve this l10n issue. Something like this: ```json { "sentence":...

Yes, I think that my proposal to format numbers does not solve the issue completely. What do you think about this: ```json { "myPriceSentence": "Price: ${price: MyPriceType}", "myDateSentence": "Today is...

I agree that per-string personalization does not really exist. My version only allows for per-invocation and per-project. With your version (while it does provide all necessary tools to customize per-string)...

In `v3.30.0`, parameter types (e.g. `Hello {name: String}`) has been introduced. I can imagine that `The price is {price: currency}` would a good next step (or `The price is {price:...

Added in `4.0.0-dev.0`

I am developing an API client. I can imagine that users might want to provide a custom boundary to debug or test things out. I think this is quite niche...

Well, as I mentioned, I am developing an API client (similar to Postman or Insomnia) so I would like to have this feature (that's why I created this issue). If...

Besides the massive PR size, I don't think this should be permanent visible.