Nick Price

Results 10 comments of Nick Price

I've messed up with my Git-fu - forgot that I'd already used this branch for a pull request 3 years ago... Anyway, this latest commit resolves #397 by updating to...

At the moment, `namedprocess_namegroup_oldest_start_time_seconds` would have the following data points (using very simplified examples): Timestamp | `start_time_seconds` | Explanation ----------|-----------------------|------------- 09:00:00 | 1534924800 | Process started at 2018-08-22 08:00 09:30:00...

I'm still seeing this error on iOS: ``` *** Assertion failure in -[UIDocumentMenuViewController _commonInitWithCompletion:], UIDocumentMenuViewController.m:125 ``` I raised a bug on https://github.com/shannah/cn1-filechooser/issues/6 in case that was a more visible location...

Looking in a bit of detail into this, the problem seems to be that the `CN1CSSCLI` class depends on the `Util` class for all file IO, which cannot be used...

After further digging, it's a bit more complex, as there are some other parts that also require an initialized display, not just the FileIO in `CSSTheme`. It seems that there...

I've tried to keep to the patterns you established in the original project; however, on review I realise that I have used semicolons where you have not, and this may...

@shai-almog I can't speak for other users experiencing this issue... but for me, the `libzbar.a` binary appears to be making use of `mach_absolute_time()`; this dependency is introduced by https://github.com/codenameone/QRScanner I...

I propose creating a dedicated "api" repo, which can host an OpenAPI 3.0 spec for the overall API. Using the OpenAPI spec gives a lot of benefits, such as auto-generating...