Chris Broome

Results 5 comments of Chris Broome

Same issue is happening with IntelliJ IDEA 2022.2 (Ultimate Edition) as well. ``` IntelliJ IDEA 2022.2 (Ultimate Edition) Build #IU-222.3345.118, built on July 26, 2022 Runtime version: 17.0.3+7-b469.32 x86_64 VM:...

I was actually surprised by this, but it looks like the query plans are identical for each case also: ``` SQL CREATE TABLE test ( id serial NOT NULL PRIMARY...

I just installed mono using instructions provided here: https://www.mono-project.com/download/stable/#download-lin ``` bash sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb http://download.mono-project.com/repo/ubuntu stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list sudo apt-get update...

PR https://github.com/roice3/MagicTile/pull/28 opened. Fixed the build issues for me at least.

The prebuilt version worked just fine for me! I downloaded it, extracted the contents to a folder and ran it with the folowing command: ``` bash mono ./MagicTile.exe ``` Note...