microHoffman

Results 8 issues of microHoffman

Hello, I'm wondering - if I understand this correctly, if there is a `window.ethereum` object on desktop, it's available synchronously on website load. But still, when you dont have metamask...

Hello, great project, thanks! Have you considered adding an option for setting up the suffix for generated model classes inside `models` folder? I have a lot of conflicting names in...

Hey, while using the native `fetch` package, everything works as expected. However on some places in the code I am using retries. I tried to integrate [`fetch-retry-ts`](https://www.npmjs.com/package/fetch-retry-ts) package that I've...

Hey, I'm trying to implement SSE notifications endpoint . I have the routing setup as follows: ```py # asgi.py application = ProtocolTypeRouter({ "http": URLRouter( [ re_path(r"", get_asgi_application()), re_path( r"^notifications/(?P0x[0-9A-Fa-f]+)/$", URLRouter(django_eventstream.routing.urlpatterns),...

## Problem Hey, since Django ORM is starting to support async more and more, I'm wondering if you guys thought about adding async support to `InheritanceManager` (and `InheritanceQuerySet` respectively)? ##...

Hello, I've found out about this project yesterday and I quite liked the idea of trying to resolve the web3 apps list in a more decentralized way... However it seems...

Hello! I have pydantic v2 model and I'd like to annotate my view using `@extend_schema(response=...)` that it returns the list of this pydantic model instances, something similar as you can...

This PR introduces a new release-it option `gitlab.repoId`. ## Summary I've ran into an issue during when a `GitLab.isCollaborator` function was called. The request to ``` RELEASE-IT:GITLAB 66: { url:...