Mikko Koppanen

Results 85 comments of Mikko Koppanen

@krakjoe, I think in terms of cleanup supporting native robust mutexes would be ideal (http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_consistent.html) as an addition. Other than that I am not sure if the assumptions made here...

I am seeing this issue with Apache Storm and the built-in graphite reporter (https://storm.apache.org/releases/current/javadocs/org/apache/storm/metrics2/reporters/GraphiteStormReporter.html). With quick debugging it seems that parallelism in Apache Storm causes duplicate metrics to be sent...

@mtnbarreto, ``` row.cellConfig.setObject(myFont, forKey: "textLabel.font") row.cellConfig.setObject(myFont, forKey: "detailTextLabel.font") ```

This is not actually limited to XLFormInlineSelectorCell. It seems that this happens with for example XLFormSwitchCell

I have. The problem happens when you select a value on the selector it changes the fonts on the selector. The selector loads properly with correct font but as soon...

A lot of the cells override font when update is called. I think i mean "CheckCell" rather than "SwitchCell" but again the same issue: update overrides custom font.

I am currently using: https://github.com/mkoppanen/XLForm/tree/merged-font-fixes where I have merged various font related fixes

Looks like somewhat related issue: ``` self.textField.textColor = self.rowDescriptor.isDisabled ? [UIColor grayColor] : [UIColor blackColor]; ``` textFieldCell seems to override custom color during update(). Would it not be easier to...

i can take a look at this later. Are you cool with that andrei?

First poke at https://github.com/andreiz/php-zookeeper/pull/7. Does this fit your needs?