Sebastian Jeltsch
Sebastian Jeltsch
Note that a downside of this relatively straight forward approach is that users will have to build their own docker package with the build_arg set.
I'm sure the proposed solution works, i.e. rewriting content or introducing another reverse proxy to rewrite the paths to reverse the first reverse proxy. I can offer my own solution...
Hey @hunt978 , I did notice and appreciate that part too. That said, I didn't dare to change that part. I wasn't sure if that was maybe intentional to demonstrate...
Sorry for bumbling into this thread but the timing seemed serendipitous, since I was also trying to get some Android Deno builds off the ground. I ran exactly into the:...
This is a really fun thread, thanks everyone. I didn't know about the "shape" member. I totally believe the findings, it just defeated my intuition. I always considered records to...
> It gets difficult to handle the 'iterations'/'versions'(?) of maps if we restrict to the standard -180 - 180. **We'd have to have some sort of extra indicator with every...
Screen coordinates are very finite. It's just an API sketch but I would expect any such API to return a list of points on screen that correspond to the given...
> I agree, I think the reasoning behind removing the -90/90 and -180/180 limits were so that e.g. the track of airplains can cross them. But I think some logic...
Hi @D3lta-2-1 , I was very happy to find your instructions because your second option was exactly what I was trying to do, i.e.: call rust code from my managed...
There's already a PR floating around to improve the dev experience, so fear not. My issue was specifically regarding prod bundle size.