microHoffman
microHoffman
It would be so great to have this finalized!
Hey, it would be great to have this feature, as we are using it in our organization all the time for the meetings, quick heads-ups, etc.:)
> Found a workaround for it, we can declare a new model using the `pydantic.RootModel`: > > ``` > class MyModel(RootModel): > root: List[MyModel] > ``` > > and use...
I've also found out about 40 new type errors after I've upgraded the Safe{Wallet} SDKs and I had no idea where they are coming from:D In my code I've overwritten...
Yeah I have similar issue, I've resolved that by manually putting this to my `index.d.ts`: ```ts declare module '*.svg' { import type { FunctionalComponent, SVGAttributes } from 'vue' const src:...
Even current master does not work properly. I opened a PR that updates the apt and gpg links to correct values: https://github.com/geerlingguy/ansible-role-rabbitmq/pull/24