Steve Daly

Results 5 issues of Steve Daly

I have been using ng-inspector on my NG app for a few weeks. All of a sudden the panel opens blank. No information. The same thing happens on Firefox. I'm...

possible bug

Everything works in Chrome/etc but breaks in IE11. If I comment out the event handler function header everything is fine... ``` // set up iframe player, use global scope so...

Has anyone been able to get this built on iOS? I'm new to Flutter development. Found this project to review and skill up. Struggling with the Work Manager implementation.

I am trying to setup an editor to filter out tags. I have the following configuration that I derived from the ACF documentation. ``` $scope.editorOptions = { skin: 'bootstrapck,/assets/admin/ckeditor/skins/bootstrapck/', toolbar:...

I'm attempting to use TinyColor to create a set of custom tab colors for a page. The following code runs, but the resulting objects are the same color (#5c5c5c). ```...