Alexander Kachkaev

Results 463 comments of Alexander Kachkaev

It’d be great to see this PR merged! I’ve crafted a [demo](https://github.com/hasharchives/wasm-ts-esm-in-node-jest-and-nextjs) where I use `--targer=bundler` and then manually patch `package.json`. It confirms that the proposed solution works in Node.js,...

It’d be great to see https://github.com/rustwasm/wasm-pack/pull/1061 merged! I’ve crafted a [demo](https://github.com/hasharchives/wasm-ts-esm-in-node-jest-and-nextjs) where I use `--targer=bundler` and then manually patch `package.json`. It confirms that the proposed solution works in Node.js, Jest...

@coolaj86 I guess the definition of a private file can vary depending on how this or that developer interprets permissions. Your suggestion is also a bit hard to imagine on...

Glad to find this discussion! I began to work on a [new feature](https://github.com/Glavin001/atom-beautify/pull/1990) in `atom-beautify`, the idea of which is to format fenced code blocks inside markdown files. Because `elm-format`...

Seems like Atom's beautify package also has an option to format the selected code: ![screen shot 2017-12-22 at 10 41 19](https://user-images.githubusercontent.com/608862/34295353-d140f42e-e704-11e7-9e10-417dee5d234a.png) Doing so adds `module Main exposing (..)` to the...

I started [a PR](https://github.com/Glavin001/atom-beautify/pull/2010) in `atom-beautify`, which should make it possible to format elm fragments correctly if `elm-format` supports something like `--fragment` or `--stdin`. Would love to see this! Unfortunately,...

Meanwhile, I managed to solve an issue with formatting code fragments in markdown by implementing [Elm plugin for Prettier](https://github.com/gicentre/prettier-plugin-elm). It calls `elm-format`, but then trims `module Main exosing (..)` if...

@avh4 something like `--input-type=fragment`? This option may be useful for both stdin and files, (the latter when fragments are stored in cache for example).

I have checked the code and this issue is still relevant because an official docker image is still not available ping @lildude. would you be interested in crafting one?

@lildude glad to see the official Dockerfile! WDYT of publishing the image on Dockerhub (https://hub.docker.com/) for ease of access? Pretty much all dockerized projects share their images this way. Until...