Petr Tripolsky

Results 34 comments of Petr Tripolsky

Damn it is it really hard to guess that Infinity is not a serializable value and cut it to hell with this shit-check. 4 Nov 2015...

Well, this tool is simple broken and no one release is working. ``` [2021/01/28 22:07:45] [libavoutput] LibavWriter : no implementation is instanciated [2021/01/28 22:07:45] [libavoutput] failed to re-instanciate LibavWriter implementation....

Looks like all these methods with `autofill` prop are simple ignored by Google Chrome since 2022. I suggest a different method: using `readOnly={true}` until focus event > Keep in mind...

Right now I am using [that lib](https://github.com/react-declarative/appwrite-backup-tool) for bulk document-from-json creation

Still waiting for resolvement of that issue. It's quire critical for IP telephony cause you need to rapidly update call status by webhook subscription. Right now it throws a lot...

Looks like all these methods with `autofill` prop are simple ignored by Google Chrome since 2022. I suggest a different method: using `readOnly={true}` until focus event > Keep in mind...

@jaggedsoft, Hello, Jon. Could you review my PR with TypeScript definitions plz? https://github.com/jaggedsoft/node-binance-api/pull/613

For me, the best way to solve a problem of that kind is to make [the full json-per-document backup](https://github.com/react-declarative/appwrite-backup-tool) and restore documents to the new clear installation

The only way to solve that problem is `json-per-document` backup of the self-hosted instance, then restore to the cloud. The [appwrite-backup-tool](https://github.com/react-declarative/appwrite-backup-tool) will solve your problem

As a quickfix you should try ```tsx declare class Query { static contains(attribute: string, value: QueryTypes): string static or(queries: Query[]): string; static and(queries: Query[]): string; } ```