bootstraponline

Results 89 comments of bootstraponline

https://github.com/Microsoft/TypeScript/issues/8392 looks interesting.

Clipboard.copy works fine on Windows 10 after installing FFI gem. I recommend setting up CI (such as [AppVeyor](https://www.appveyor.com/)).

I was just leaving a drive by comment :) I'll let rlgreen91 get the hacktoberfest points.

that doesn't help for iOS

I wrote a tool for appium that does iOS/Android video [screen recording](https://github.com/appium/screen_recording). AppleScript is used to activate the emulator/simulator and then AVFoundation is used to capture the screen with the...

```ruby class WebAgent class Cookie < HTTP::Cookie def domain self.original_domain end end end ``` ^ is how I removed the warning. It'd be nice if there was an option to...

I'm not asking for general purpose programming language syntax highlighting (although that would be nice). What I meant is syntax highlighting for Markdown. Here's [an example](http://bootstraponline.github.com/livepreview/public) of Ace's markdown syntax...

That sounds great.

I'm seeing the same issue on OS X. > /.rvm/gems/ruby-2.2.2/gems/curb-0.8.8/lib/curl/easy.rb:72:in `perform': SSL connect error (Curl::Err::SSLConnectError)

It works if I run the same command again. I'm enabling verbose mode so I can see the exact message.