joranbeasley

Results 9 issues of joranbeasley

IP ranges support (from todos and roadmaps ...) no non-builtin imports required, and includes tests

it would be cool to add oauth authentication to access rest interface of the hackathon server

without this version of google-services there is a traceback with `ionic cordova build android` ``` > Task :app:fabricGenerateResourcesDebug FAILED ERROR - Crashlytics Developer Tools error. java.lang.IllegalArgumentException: Crashlytics found an invalid...

I was frusterated by my IDE, which attempts to helpfully provide sphinx parameter definitions in any docstrings, which caused the openapi spec docs to look funny. i have been using...

the original export format was failing because lack of experimental import from

more permissive user pattern that allows things like `git+https://private:[email protected]/Repo/repo` Resolves: python-poetry# - [ ] Added **tests** for changed code. - [ ] Updated **documentation** for changed code.

add default values for name and notes resoves issue #74861 ### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware...

Scope: Backend

just adds a `part` attribute to the button to allow some custom styling on the button from outside of the shadow dom using normal css you can style it as...

``` > dayjs(1762074000*1000).tz("America/Los_Angeles").format() '2025-11-02T01:00:00-09:00' // ... there is never -0900 in America/Los_Angeles >dayjs((1762074000+3599)*1000).tz("America/Los_Angeles").format() '2025-11-02T01:59:59-09:00' // ... still wrong for the whole hour where times overlap >dayjs((1762074000+3600)*1000).tz("America/Los_Angeles").format() '2025-11-02T02:00:00-08:00' // this is...