Mudassir Chapra

Results 50 comments of Mudassir Chapra

[FedEx Shipment 432550986965 Notification.txt](https://github.com/martinrusev/imbox/files/1821244/FedEx.Shipment.432550986965.Notification.txt) I do not know if outlook reencoded the test when I exported it, but this is the first time the error re-occurred since the last time.

I have also encountered this issue I don't know why clasp can't just compile to ES6. This issue can easily be mitigated

The workaround is to use typescript and add this to the `tsconfig.json`: ``` { "compilerOptions": { "lib": ["esnext"], "experimentalDecorators": true, "target": "ES2015" } } ```

Hey did you ever find the solution to the issue? thanks

This should be pinned

An official CI/CD workflow would be a great option

I can implement it myself. On Tue, Feb 27, 2024 at 7:42 PM alifeee ***@***.***> wrote: > Hi. This is a nice idea. > > I think it is quite...

I have contributed before, but those were minor. So thank you for the offer. I will sure to ask for it.

So i have started work on this. What are specs for the docstrings?

`StrEnum` is part of 3.11+. Wouldn't this need to be conditional then?