Jacob Sologub

Results 4 issues of Jacob Sologub

…lues inside detail::object_registry::wrap_object()

Is there currently a way to serve static files via http::response?

``` audioPlot = [[EZAudioPlotGL alloc] initWithFrame: CGRectMake (0.0f, 0.0f, 100.0f, 20.0f)]; audioPlot.backgroundColor = [UIColor blackColor]; audioPlot.color = [UIColor buttonColor]; audioPlot.plotType = EZPlotTypeBuffer; audioPlot.shouldFill = YES; audioPlot.shouldMirror = YES; [audioPlotScrollView addSubview:...