Kyriakos Sidiropoulos
Kyriakos Sidiropoulos
Problem seems to be in gui.lua: ```lua pfUI.gui.search:SetFontObject(GameFontNormal) ``` The font seems to be hardcoded and it never gets changed anywhere.
Essentially what the title says. I'm trying to upload multiple file one after the other making sure that each next upload is submitted if and only if the previous has...
### Description In runtime I get 'missing java symbols' errors in regard to 'nordicsemi-android-mcumgr-ble-1.9.2.jar' when attempting to make csharp-to-java calls (using standard android-binding techniques) from within a .net8.0-android MAUI app....
Based on previous discussions we've had a year back I'm overjoyed to announce that Laerdal has officially open-sourced its fully-managed C# wrapper for both Android and iOS/MacCatalyst along with the...
I have the following simple yaml: ```yaml jobs: build: runs-on: 'macos-14' [...] - name: '📡 Publish Test Results' # https://github.com/marketplace/actions/publish-test-results uses: 'EnricoMi/publish-unit-test-result-action/macos@v2' if: always() with: files: | TestResults/**/TEST-*.xml TestResults/**/TEST-*.trx ```...