NotoriousPyro

Results 46 comments of NotoriousPyro

![image](https://user-images.githubusercontent.com/706132/73611845-2429d900-45de-11ea-9088-9273eaf55a8f.png) Screenshot for clarity.

Use virsh to export the domain to xml, then edit it manually and undefine and redefine the domain.# But if you moved from CIFS to NFS don't you need to...

I think this is expected behaviour since enums cannot be extended so I think Pydantic works around this by creating a new model including `title` and `allOf` which are essentially...

> Executing unreviewed AI Generated code is a security risk though, so we'd have to think of the safest way to do this. Probably best to have it raise pull...

I use this: `types/next.ts`: ```typescript import { Form } from "./forms" export declare type Params = { [key in keyof P]: string } export declare type PageProps< P extends Params,...