Andrew Dunai

Results 42 issues of Andrew Dunai

Hi, I've recently discovered Nameko and instantly fell in love with it. Great work! The only thing I am missing was connection pooling mechanism: spamming server with RPC calls sometimes...

This PR implements Application Only OAuth (also known as "two-legged oauth"). This is NOT a breaking change and is fully backwards-compatible. Default behavior is unaffected. This flow is activated with...

When switching between tabs or workspaces, the target window appears fully opaque for a moment before starting to fade. System: Arch Linux, Sway 1.6.1, Wayland 1.19.0 Might be related to...

## Description Add `handwired/endgame48` board. ## Types of Changes - [ ] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization - [x] Keyboard (addition...

keyboard
keymap
stale
pr_checklist_pending

**Is your feature request related to a problem? Please describe.** There doesn't seem to be a way to notify an action that it needs to perform some cleanup due to...

⭐ feature

First of all, sorry for no stack trace: this is reproducible only with `release` builds for some reason... Here's my code: ```cpp // goapplanner.cpp void GOAPPlanner::initialize(Array actions) { Godot::print(Object::cast_to(actions[0])->get("name").operator String());...

It seems like whenever `MyConfiguration.current()` is called, it gets cached indefinitely inside `DEFAULT_REQUEST_CACHE`. `cache_timeout` is ignored inside `TieredCache` for `RequestCache`. This prevents the cache from validating when used outside of...

This PR supersedes #1761 and adds a new hardware sub-platform - `CONFIG_HW_HOMEBREW`, which is a subset of IBM PC. When enabled, certain config parameters will be queried using INT 0x88,...

### Board ESP32-C3 ### Device Description No hardware ### Hardware Configuration SCK = 0 MISO = 8 MOSI = 1 ### Version latest master (checkout manually) ### IDE Name n/a...

Chip: ESP32-C3
Area: Peripherals API
Status: Needs investigation

### Describe the bug When fetching records from a shard with a newly created DB with empty tables, the `TrimmedDataAccessException` exception occurs when first insertion happens in DB. This is...

bug
p3
dynamodb-local