Peter Briers

Results 6 comments of Peter Briers
trafficstars

@ipiz That seems fine: Maybe an other solution is to use destructuring? ``` javascript let dep1, dep2; class Controller { constructor($dep1, $dep2) { [dep1, dep2] = [$dep1, $dep2]; } someFunction()...

I like @ipiz 's code the best imho. It could be very concise and clean like ``` javascript export default [$log, ($log) => new class SomeComponent { constructor() { $log.info('Hello...

I got the same problem. No iframe's to be seen. EDIT: Found something... Styledocco 'crashes' fairly easily without giving any warnings when the comments are not perfect. Ex.: ``` /**...

DepthPointCloud2 still fails on the PGL rendermode (processing 3.0.2, OSX)

I published them: https://www.npmjs.com/package/primeng-sass-theme

I just added all existing tags that were on GitHub, just in case. We needed it for 15.4.1 anyways.