gralexey

Results 6 issues of gralexey

`Python 3.7.7` `macOS 10.14.5`. Have installed [gr-rds](https://github.com/bastibl/gr-rds), everything looks fine, example loads in gnuradio-companion, but on running I get error `AttributeError: module 'rds' has no attribute 'parser'` Looks like something...

Hi, is it possible to automatically change column width so it could contain all info without cutting? ``` col: { minWidth: 0 } ``` option seems not to work.

Setup instagram authorizing controller web view via constraints in order to support iPhone X. Tested on simulators iPhone X iOS 11, iPhone 6 iOS 10/11.

Had a bug related with orientation change when origin view controller in portrait mode. So, toViewController.view.frame != transitionContext.containerView.frame sometimes

had a lot of errors without this import

### Goals :soccer: Make possible to specify corner radiuses for a bar in BarChartView ### Implementation Details :construction: ``` barChartView.barSettings = .init(rectCorner: [.topLeft, .topRight], cornerRadii: CGSize(width: radius, height: radius)) ```