GWest

Results 13 comments of GWest

@zbx-sadman did you flood the data to or from the ENC28J60? I can send a lot of data to the module, but when the module sends just a few bytes...

Are you still using your module as described above or have you perhaps found a stabler library for the ENC?

@prezeskk are you running the fix_etrata12 fork with no lockups? I'm busy stress testing the fork with zbx-sadman's `init` and will let it run through the night.

Ok, I'll check my sketch again because it did freeze up again during the night. The `fix_etrar12` firk is definitely stabler. Thank you for the help!

Mine is connected to an Atmega328 at 5v soldered to a project board. Will make these changes too. Thanks for the effort!

Good luck. Looking forward to see your results.

Hi Andreas. We have spent some time finding a bug when logging into Facebook using JSO and Phonegap on BlackBerry. On iOS 5 and Android 2.3 the login process works...

Here too. The `UIView` category method`dismissPresentingPopup` also doesn't do anything. Tapping on the popup does remove it. Setting `showType` to `KLCPopupShowTypeNone` does resolve the issue, but I would have liked...

This will probably not work for regions that implement day light saving? ``` const { sunrise } = getTimes(new Date(), lat, lon); const tzOffset = sunrise.getTimezoneOffset(); console.log('Corrected time', new Date(sunrise.getTime()...

Our first time using a dynamic env var in a test is also not going well. We have the exact same "Cannot read properties of undefined (reading 'env')" as above.