Silicon Warlock
Silicon Warlock
I just tried it with my attached example, and it crashed exactly the same.
Both the desktop_multi_window and rustsesk_desktop_multi_window plugins' examples crash after I click on the create a new world button
I'll have to try it on another system or a VM then, but I can't do that until probably a few weeks.
Can I ask what version of Flutter are you using?
Thank you so much! Adding `position: relative !important` fixed my issue, both in Chromium and Firefox
bug: postgres driver tries to insert slices and arrays as records, and fails (reproduction included)
@carlcris I ended up making type aliases, and implementing my own `Scan` and `Value` functions on those types. Here's my current implementation: https://gist.github.com/sleddev/17ddd0e5f2a037ecf7bb6527367cb916 There may be edge cases I didn't...