derMart

Results 23 issues of derMart

### Describe the bug Consider a custom path returned via the includedRoutes hook: ``` includedRoutes(_paths:any[], routes:any[]) { // use original route records return routes.flatMap((route:any) => route.path + (route.path.endsWith('/') ? 'index'...

## Bug Description Passing a boolean value inside a dict to `kwarg_inputs` parameter of the torch_tensorrt.compile method results in ``` ValueError: Invalid input type encountered in the dynamo_compile input parsing....

bug

Hey all, Running on linux, I started the anisette server via: ``` docker run -d --restart always --name anisette-v3 -p 6969:6969 --volume anisette-v3_data:${PATH_TO_DATA_DIR} dadoum/anisette-v3-server ``` then created a database file...