Paul Myburgh
Paul Myburgh
Okay great. I think starting the process of working with the url and the params should begin once the user starts interaction with that part of the library (means they...
> Hi and thanks, the height overflow thing was being contained with max-height fill-available but this was causing some worse problems so I removed it. Understandable. CSS can be a...
Interesting... I've never worked with a multi-compile of Webpack like that. I can see why you would like the dependencies merged for those two configs. This was my first plugin,...
Hmm.. okay. I'll take a closer look soon enough and see if there might be a way specifically for MultiCompiler configurations. Thanks for the clues. You're welcome to check it...
Okay I see. I run a lot of server-side rendering stuff as well, only with React. I just bundle all my server-side stuff that does the client rendering stuff along...
> I think it is possible for me to bundle all server-side stuff in a single bundle but currently splitting into two bundles allow me to update only the webapp...
While I can definitely see tests as a great addition for this, I unfortunately don't have much experience with them. Something I really need to get to know better, but...
No problem! If you do happen to use it, the tests would be much appreciated, even just to be exposed bit more to them personally.
Hi @slachtar , I did manage to come up with a solution: ```ts import { booleanPointInPolygon, MultiPolygon, Point, pointToLineDistance, polygon as makePolygon, Polygon, polygonToLineString, } from "@turf/turf"; interface IODistanceToPolygonInput {...
Yes, this something I would really love to have. Right now the only way to search for similar images is to upload one? (be it by the url passed, or...