Alexandra Parker

Results 10 issues of Alexandra Parker

Minor nitpick, but repository descriptions in the list of repositories are a single, ellipsized line. That's fine but it would be nice to show the full description on long press...

Hi dig maintainers, My organization made an internal tool that has many different startup tasks that all produce a unique Go type. Before dig/fx, some tasks wrote to a shared...

https://github.com/azkaban/azkaban/blob/767240e8b0db82c3b558b583b6d7de47e23c0783/az-core/src/main/java/azkaban/Constants.java#L672 Minor nit; effective constant value is `azkaban.kubernetes.flow.container..name`

Hi, this test cannot work as designed anymore. The idea is - have cron fire off on November 1st and 2nd at 1AM, 2020. The PST->PDT changeover happens, so there...

Hello, apologies for the pull request out of the blue. react-xarrows is awesome and met an urgent need we had on our project. There are a few rough edges we'd...

The app shows a dialog saying it needs access to storage to store books, but pressing the confirm button just brings up the app details activity in the Settings app,...

bug

hello is it possible to mark the bound methods of `ZodType` and others with `this: void`? maybe with declaration merging or something i'm not sure. linter rules like [this one](https://typescript-eslint.io/rules/unbound-method/)...

I'm learning about nostr and trying not to give my private key to the client. I installed nos2x using a custom addon collection. It lets me enter my private key,...

### SLADE Version 3.2.6 ### OS Windows, Linux ### Editor Map editor ### Steps to Reproduce My archive has two UDMF maps. - Opened MAP02, copied all sectors - Closed...

crash bug

Given a stock config, local variables that may be undefined are impossible to lint: ```typescript // Variable 'x' should be initialized on declaration // @typescript-eslint/init-declarations let x: number | undefined...