Sergei Nikolaev

Results 14 comments of Sergei Nikolaev

Thanks for the detailed review! I'll try to address all the issues you mentioned by the end of next week.

TODO and warning are added to `Path.prototype.toSVG` method 2d56eb26a1e99f8ca79138210bef8559e8f9141e. I think I've answered all your comments. Please let me know if I've missed anything.

Thank you for your time and attention. It was a pleasure to collaborate with you on this task!

Hello! I've found a workaround for this issue: ```typescript import { PostgrestFilterBuilder } from "@supabase/postgrest-js" declare module "@supabase/postgrest-js" { class PostgrestFilterBuilder { fixToMany(): PostgrestFilterBuilder fixToOne(): PostgrestFilterBuilder fixToMaybeOne(): PostgrestFilterBuilder< Schema, Row,...