chrisvelevitch

Results 8 comments of chrisvelevitch

If I set count to 1 and loop through incrementing the start number, the only the first one returns a non-zero time, all the others return zero time.

Looking at this more, using iPhoto to examine every photo on the iPad, each image has no original date/time, but every image file has a modified date/time. That seems to...

When using with `Angular 13`, `npm` gives the following warnings:- ``` npm WARN [email protected] requires a peer of @angular/common@^11.1.2 but none is installed. You must install peer dependencies yourself. npm...

Here is the log from the last restart to the error:- ``` 2019-02-08 10:53:13,336 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 2019-02-08 10:53:13,374 [ 38] INFO -...

`haxelib list`:- ``` actuate: [1.8.9] as3hx: [1.0.6] box2d: [1.2.3] feathershx: 2.2.0-beta [dev:/Users/chris/Dropbox/projects/upWork/mohammad/Haxe/feathershx-4.0.0] haxelib: [3.3.0] hxcpp: [4.0.4] hxnodejs: [4.0.9] layout: [1.2.1] lime-samples: [7.0.0] lime: 7.1.1 [7.2.1] openfl-samples: 8.4.0 [8.7.0] openfl: 8.6.4...

I'm using IntelliJ 2018.3, Haxe Toolkit v1.1 and Haxe Checkstyle v1.1 and in `Preferences->Editor->General->Code Completion`, code completion is on.

Also, when `cmd+mouseover` a function name, the function signature ought to be displayed like: - ``` private function feathers.control.text.TextBlockTextLineRenderer.drawTextLinesRegionToBitMapData(textLinesX:Float, textLinesY:Float, bitMapWidth:Float, bitMapHeight:Float, bitMapData?:BitmapData):BitmapData ```

I checked and the project is using `v13.3.0` of all the `Angular` packages and includes `@angular-devkit/build-angular` installed.