@brody4hire - C. Jonathan Brody
@brody4hire - C. Jonathan Brody
I just tried removing generated `node_modules` from my `cordova-js` project and encountered this issue again on my mac. I hope I get a chance to try it on Windows someday.
I recall having this issue when testing with master branch of cordova-android. For now can you try it on the 7.1.x branch?
On Sun, Dec 2, 2018, 9:24 AM Gandhirajan wrote: > @brodybits Hi Chris, Thanks for the > response. This was working for me couple of patches back. > I would...
Sounds like a quirk. I can try it if I get a chance to try mobilespec on Windows platform. @janpio it is not clear to me if you already reproduced...
I have made a demo similar to the original one to demonstrate the ternary formatting with tabs, which I think could use some improvement as well. --- From playground, with...
I am wondering about a couple more cases: **Prettier 2.3.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBDANgSzHAOlAAgIH4Dh8jKCAjOGACyTIqtbFQCcJ0mBGABl4tWBAL7DWpcoRGsAJnGrVMcJgCZ+aiSPEzZJZnv2U46dAiYBmfpe2zdxgkwAs-Z3aJMArPy8SHlKToECGhYeERkVHRMeFQAOaCghJMwbHpGZnRCUlaMqlZhUXpORq8IAA0IBAADjCY0ADOyKCcXADuAAqcCM0oGO2oAJ7NVdQcqGAA1nQAyjWTmAnIMBwArnBVcAC2tHIKcgAyqAlrqPFwAGIQHNuoMPXL-WswEJUg9DDb6ADq9JjwRoLHCzXoAzAANwBQ2Q4EaoxAS0acA4ME6E3id2QADMMMiqgArRoADwAQhNpnNUNs4IclnAcXjNiAicTZkt4uYAIprCDwRnofEgBYcZEcWHUVC0dDvGocJYwH6YOQMZAADn4VTlEGRPwmNVhcrgYohDKqAEdefB0bU+mhGgBaKBwOAHd4cOCWzAe9HnLFIXGC5nI7aYFbrYMc7lWhkBplVGBSpUq+jINQJiaYLAJADCEG2-pAxq87zWyIAKlK+oGhRCNgBJKAKWCzMDyuoAQSbsxgQ3MAuRolEQA) ```sh --parser babel ``` **Input:** ```jsx alice ? { beth: { carol: 101 } ? { debbie: 202...
Makes sense, thanks. A couple more thoughts that are likely going off-topic: * I wonder if it would be interesting to make more abstract API layers so that people like...
> By default Composi uses its own render function, but you could use it for React, Vue, or whatever. +1, wouldn't mind some more documentation on this > Here is...
Thanks @rbiggs. I gave it a try yesterday, had some trouble porting to React Native since it seem to use very modular CSS. I hope to take another look, someday.
-100 for a switch to TypeScript I think the TypeScript language has additional complexity which offers little if any additional benefits for end users of web applications. It would introduce...