Will Iverson
Will Iverson
Also this https://internetexception.com/post/2016/08/05/Faster-then-Reflection-Delegates
I don't believe you can run IL2CPP outside of the Unity editor toolchain. I believe that Xamarin has a similar technology with similar restrictions (specifically no runtime code gen). Unity...
[csvhelper-test.zip](https://github.com/JoshClose/CsvHelper/files/3810916/csvhelper-test.zip) Here's a basic test. If you open SampleScene and click Play in the Editor, it runs fine. Go to File -> Build and generate a build with IL2CPP and...
I would be happy to send in some updates for docs. Is a PR the preferred process?
FWIW, I was able to get it run on Big Sur and JDK 16 with this: ``` WebView webview = new WebView() .size(800, 600) .title("Test") .resizable(true) .url("https://theoryofgeek.com/") .addJavascriptCallback("callback", x ->...
So, FWIW there were some issues around timestamps being used for upgrade versions in the earlier version of this template. In certain circumstances a timestamp was going backwards instead of...
Switched to using GitHub Action run ids instead.
This is going to be bigger deal as more projects get split between IDEs and users. For example, one dev might be using WebStorm, another VS Code, and another using...
The easiest thing to do would probably be to review the test suites and check against the behavior there...
The repos are a bit confusing. I think [this page](https://github.com/supabase-community) will help you find things a bit easier. The languages are easy, just remember that the JS/TS client is the...