stravi

Results 9 comments of stravi

I am alos trying `mouse_prediction.py` but I can't load the model aparently `current_model.h5` which is being loaded by default is a link to `model1000.h5` which is missing. @pannous please push...

Anyone have found a solutions/workaround to this issue?

I found a solution to fix the grid-layout height depending on available space. For that I have used folowing props: max-rows, row-height, margins, autoSize=false And [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) which will adjust grid-layout...

Hello @caiosimonbreda, at that time the solution I gave in my previous comment was working well. It has been 2 years since my comment so I admit that there might...

> We managed to make it work with the following code: > > ```ts > export function shouldRestart(error: Error): boolean { > const isNonRetriableError = error instanceof KafkaJSNonRetriableError; > const...

Same for me: ``` make[2]: Entering directory '/usr/src/linux-headers-5.4.83-v7l+' make[3]: *** No rule to make target 'arch/arm/tools/syscall.tbl', needed by 'arch/arm/include/generated/uapi/asm/unistd-common.h'. Stop. make[2]: *** [arch/arm/Makefile:325: archheaders] Error 2 make[2]: Leaving directory '/usr/src/linux-headers-5.4.83-v7l+'...

@sifr01 were you able to make this work? Did you find a working driver?

Then why the documentation says that accepted type for rightDate and LeftDate is string | number | Date? https://date-fns.org/v4.1.0/docs/isEqual#type Perhaps types need to be updated?

> Check this line: [Line 10](https://github.com/date-fns/date-fns/blob/main/src/types.ts#L10) [@stravi](https://github.com/stravi) [@mcuppi](https://github.com/mcuppi) I don' t think the issue is type mismatch @mcuppi said that string is not supported since v2.0.0, so you should not...