Dima
Dima
@scottgrobinson In general you don't need to track the runtime of the job as this is already done with the timestamps of the records. Calculate the runtime with the `started_at`...
Hey @ryangalea7, you need to remove the construct function from your Job or init the patent construct from Trackable trait.
The idea of tracked jobs is to always have a model attached to it. (There is a PR that works without attached models.) In general I would say that there...
This should be a `ResponseException` to match exceptions like 'record already exist'. Please commit this change otherwise it brakes code with a type error. It's not possible to catch this...
Hi @phily245 Can you please check https://github.com/cloudflare/cloudflare-php/pull/146 The `Cloudflare\API\Endpoints\DNS` class has serval return type issues. For example `getRecordDetails` should return an `stdClass` but if the `$recordID` is a empty string...
@akellai Wow! Great work! I would really appreciate if you could upload the whole code to Github or a zip as I would like to see how you manage the...
@akellai Thank you for the upload. I just run your code in a test sketch, mfrc522_fastDetect3() seams not to work. It never triggers true. my sketch: ```arduino #include #include #define...
@akellai I'm using a NodeMCU (ESP12 E), thats why the 15 (D8) Pin. It couldn't be the Pin as my main script is working fine and mfrc522_fastDetect1 and mfrc522_fastDetect2 are...
@akellai This worked fine, my card is now getting detected. I even could set` i = 20;` but it seams to be not stable. I will try to play around...
The SDK works well beside few minor issues. Is anyone planning to fork and maintain? I'm willing to contribute.