KITAMURA Daisuke
KITAMURA Daisuke
Thank you for reviewing @dazuma. I'm happy if this PR will be merged 😃 Please let me know if anything to block to merge, I'll fix it.
I ran into same error using v0.6.0-beta1. I avoid error by the following html. ``` html Type **Markdown** here. var exports = this; function Editor(input, preview) { this.update = function...
Oh, I'm wrong. I downloaded "markdown-0.6.0-beta1.tar.gz". But It needs "markdown-**browser**-0.6.0-beta1.tar.gz" for using on the browser. It works fine with following html in the "markdown-**browser**-0.6.0-beta1" directory. ``` html Type **Markdown** here....
What OTP versions should we support? I made some precompiled builds for macOS and it looks working well at [my repository](https://github.com/niku/setup-elixir/runs/923173660). However, It seems hard to maintain same as versions...
Here's what we've found so far: * `TCPSocket.method(:open).parameters` returns `[[:rest]]`, so it cannot be used to determine if the `open_timeout` option is accepted. * While it's possible to call `TCPSocket.open`...
We've identified several options at this point. To make them easier to review, I've compiled them into a table. | Method | Advantages (Pros) | Disadvantages (Cons) | Notes |...