Steven

Results 330 comments of Steven

I can answer the question for this specific repository because the browser support is the same for `copee`. IE 11+, Chrome 43+, Opera 29+, and Firefox 41+ https://github.com/styfle/copee/blob/master/README.md#browser-suppport

There are at least a couple packages that I know of written in TypeScript: - [@sindresorhus/is](https://github.com/sindresorhus/is) - [@sindresorhus/ow](https://github.com/sindresorhus/ow)

There were already options before ES6 Arrow Functions. See [this SO Question](https://stackoverflow.com/q/336859/266535).

Its not really Packaging since it says it uses upx under the hood (we could add upx to the Package section) > Bundles Node.js (and packs using upx but the...

Anything you recommend from the article? Looks like most of them are already in this list. And revery is for Reason, not JavaScript.

Does it work on Mac/Windows/Linux?

Since this list is for "desktop" not mobile (see repo title 😄 ) I think the standard react-native is not worth mentioning. I looked at your links and I think...

Cloud9 is grandfathered into the list because it was one of the first Cloud IDEs dating back to 2011. Theia is included in the list as an honorable mention because...

Thanks for the description! I tried out the [Dockside Online IDE Live Demo](https://www.demo.dockside.cloud/) and I see [this](https://user-images.githubusercontent.com/229881/168499585-8101dc04-6ec7-4990-b4b7-09f99c6132cf.png). So I clicked on "open" next to ide and now I see [this](https://user-images.githubusercontent.com/229881/168499662-cc032d90-0de1-4b54-9b32-99146ce11d4f.png)....

> Launch a devtainer for a different project, say the dockside.io profile. Thanks that worked. I was able to change the index.html and it showed up after refreshing the url....