Bogdan Gusiev

Results 84 comments of Bogdan Gusiev

Launching with mongrel_rails cluster::start class SampleController < AppController def show if crazy_condition response['Content-Type'] = 'text/javascript' else response['Content-Type'] = 'text/html' end render :text => 'Hello' # assume response body is same...

I was testing in Chrome. Possibly related to webkit. I will try on my own. Thanks anyway.

Yes, I was to quick when I closed it. Can you take a look at this: http://www.ubuntu-pics.de/bild/50414/screenshot_002_m3fKcc.png Here you can see the result of ajax request I made second time...

Rails 2.3.5 Development mode. Request generated using MooTools 1.2.4

You can implement that by assigning special smart contract as your operator. The operator contract will be making those key ownership requests. If ownership request is not fulfilled, an assigned...

My main problems with dates are inside API calls: Client code has to know that specific fields in JSON structure returned by the API are dates and need to be...

How many years would it take humanity to fix dates in json?

Well, there is a feature component into that in the "Ideally" section, but there is also a bug that type definition is incorrect.

My guess is that because `CameraBridgeView` goes offscreen because it doesn't maintain a proper aspect ratio. Here is how I fixed it: ``` swift import SwiftUI import AVFoundation public struct...

I am open for the change to accept attributes values as `Hash` with `{from: , to: }` keys. Altering the default input names generation to these is definitely a good...