Results 14 comments of Zaffer

OData is the way to go: https://www.odata.org/documentation/ It is used by MS Graph is robust for REST and OpenAPI, also ISO approved.

This is a bit tricky due to Pydantic need validators etc. Basically the DateTimeTZRange type does not have the required method to convert its data to a dict, so you...

I am experiencing the same complexity, would love a more elegant solution.

Hi Mebjas, is there any optimism to fix this bug? Most people now prefer to use chrome on iOS.

> Hello @Zaffer , > > You can create a custom type > > https://github.com/caroso1222/notyf#custom-toast-type Thanks for the response, however this does not help my situation. As I explain in...

Perhaps this code I wrote with a full subclass will work for you? https://github.com/tiangolo/sqlmodel/issues/235#issuecomment-1162063590

Hoping this gets merged in the near future.

Faced this issue using Node 19, downgrading to 18 worked for me.

I get this error: ``` Error: src/app/features/esums/esums.module.ts:37:5 - error NG6002: 'PlotlyModule' does not appear to be an NgModule class. 37 PlotlyModule, ~~~~~~~~~~~~ .yarn/__virtual__/angular-plotly.js-virtual-15eb60545d/0/cache/angular-plotly.js-npm-4.0.4-a6b83620e2-759af9442d.zip/node_modules/angular-plotly.js/lib/plotly.module.d.ts:1:22 1 export declare class PlotlyModule { ~~~~~~~~~~~~...

Getting this error: ``` export declare class PlotlyViaCDNModule { ~~~~~~~~~~~~~~~~~~ This likely means that the library (angular-plotly.js) which declares PlotlyViaCDNModule has not been processed correctly by ngcc, or is not...