Adam Chasen

Results 31 comments of Adam Chasen

From the `unauthorized` in the log, I would guess there is some additional handling of expired authentication tokens necessary. I wonder if this is what I am seeing with crashes...

> I had the same issue. However, switching the java jdk didnt work. I was unable to get the jdk switch to work as well, but the trick of "moving"...

I can confirm regardless of settings in the UI, the localdb stores a "custom" duration set to one hour from the time of setting adjustment Example: ![image](https://user-images.githubusercontent.com/333031/154107885-3e882601-7f50-4918-b1f4-bcacf945e0b0.png) should be: ![image](https://user-images.githubusercontent.com/333031/154107542-88070068-16d4-4080-90ae-98a4b9086915.png)...

here is an example of some python code which handles a similar situation: https://esp32.com/viewtopic.php?t=6210

Recently switched back to etar and noticing the same thing on DivestOS 18.1 (LineageOS derivation)

possibly similar to #1031 and #791

I am also seeing this issue when on a multi-monitor setup and adjusting to go from one monitor to the other.

It looks like this is a conflict between the gTile default and an existing shortcut in the normal Gnome Keyboard Settings. The default Super + Space is already in use...

I am running into a similar issue which I can associate with specific `.config()` calls to a `network.WLAN(network.STA_IF)` object. Can you share your network connection code? Does it happen to...

closing out as this is duplicate of https://github.com/micropython/micropython/issues/8940