scittle

borkdude 2023-05-04T15:26:53.260939Z

😮 1
🎉 4
borkdude 2023-05-04T15:45:54.863909Z

If anybody needs help with their custom plugin stuff, just let me know

👍 1
ray 2023-05-04T20:29:52.847689Z

I have been using @latest via jsdeliver but just got an error on promesa. Hardcoded 0.5.14 and it went away. Probably a blip but thought you might like to know.

ray 2023-05-05T07:16:13.749459Z

0.6.15 works, latest still doesn't. Could be anything 🤷🏼‍♂️

👍 1
borkdude 2023-05-04T20:49:06.857529Z

So hardcoding on 0.6.15 (the latest) didn't work for you?

ray 2023-05-04T20:57:40.058259Z

Will try tomorrow

borkdude 2023-05-04T21:01:00.580639Z

Seems to work over here:

<script src="">    </script>
    <script src="">    </script>
    <script src="">    </script>

borkdude 2023-05-04T21:02:03.699779Z

What could happen is that your browser cached @latest and then a new version got published and "latest" got mixed up between two versions... or so