-
This is something I'm hitting on the TypeScript compiler. In order to emulate our old TS namespaces, I have created modules per TS namespace (which I'll call "namespace barrels") which reexport each f…
-
One of my goals for this library is to create APIs that will be suitable for working with streaming text, e.g. streams of characters read from disk on demand. The problem is that the async iteration A…
-
**Prettier 1.15.2**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAEAzCFMC8mAFjALYA2ABgDwAOAfPBgDpQ0D0jVA3CADQgIdGAEt0yUAEMATjIgB3AAqyEaZCCkA3CKIAmAkACMZUsAGs4MAMp0zoqAHNkMG…
-
In the context of static analysis, there is a use case where you want to visit all expressions in a JSON body. Imagine getting an expression for a string containing a reference to `terraform.workspace…
-
| | |
| --- | --- |
| Bugzilla Link | [51094](https://llvm.org/bz51094) |
| Version | trunk |
| OS | Linux |
| CC | @AaronBallman,@dwblaikie,@DougGregor,@MaskRay,@nathanchance,@nickdesaulniers,@zygo…
-
**Describe the bug**
As I was playing with the [Stripe webhooks api](https://stripe.com/docs/api/webhook_endpoints), it appears that I can't use the ```constructEvent``` method because I can't get th…
-
### Summary
**Example:**
I have a type that has no required fields. There is a default argument for the only field
```
input MyType {
a: Float = 1.0
}
```
In my query, I provide a de…
-
The deep linking functionality that landed last week has a few side effects. (Videos sent in an email).
Starting from a position where the app is closed (nothing to restore) I get the following:
…
-
In an earlier version of the gateway, there was an integrated voice assistant experiment that was taken out of the UI. I'd like to see it come back as an add-on. And anyone know how to make a "talking…
-
Hey,
What about enabling conversion from CSS to LESS also? Would be very cool!
Thanks :)