atom-smasher

Results 34 issues of atom-smasher

VERY predictable output from random(), after being seeded with an incrementing counter. Attached sketch shows how I'm getting four streams of almost perfectly sequential numbers from an algorithm that uses...

Component: Core
Type: Bug

This line is causing problems: ``` if (sizeof(channels) > 1) { ``` If I'm only wanting to use one channel, eg: ``` const uint8_t channels[] = {12}; ``` That test...

I'm trying to understand this line: ``` /* 32 - 33 */ 0xe8, 0x03, // Interval: 0x64, 0x00 => every 100ms - 0xe8, 0x03 => every 1s ``` As I...

Channel 13 is always added, when two or more channels are specified. Test case, set two channels: ``` const uint8_t channels[] = {4, 5}; ``` What's actually used are channels...

From a different app, I have an option to "Add to calendar". I tap that, and it brings me to Simple-Calendar and fills in most of the blanks with sensible...

bug

On a few websites, location access works fine. One site that works fine is . From that home-page, I can click "Current Location", the location icon appears in the status-bar,...

I was previously able to set up multiple accounts and save each one as a WebApp, eg "Gmail - User One" and "Gmail - User Two". Now, it seems like...

Would be great if this supported dark themes, globally or per web-app. Currently using Frost to get dark theme in Facebook. Thanks.

It seems that there's no way to check the WebApps version from within the WebApps app. Expected behaviour: The version of the currently running WebApps should be visible from within...

Playing around with a popular mapping web-app, I'd like to request a feature to manually clear/reset identifying cookies and such, on a per app basis. For most web-apps (email, social...