Skip to content

Instantly share code, notes, and snippets.

View rmarinho's full-sized avatar

Rui Marinho rmarinho

View GitHub Profile
@rmarinho
rmarinho / springboard.log
Created March 5, 2024 16:49
Springboard crash log
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Incident Identifier: 151A807E-0A63-4975-A36E-951005546746
CrashReporter Key: 71D68C51-9E4C-A196-8505-F4A67781DD63
Hardware Model: MacBookPro16,1
Process: SpringBoard [55498]
Path: /Volumes/VOLUME/*/SpringBoard.app/SpringBoard
Identifier: com.apple.springboard
@rmarinho
rmarinho / installer.log
Created December 12, 2023 14:50
Log installer .net9
Downloading from "https://dot.net/v1/dotnet-install.sh" to "/Users/ruimarinho/dotnet/maui/bin/dotnet-install.sh" (61 896 bytes).
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.
dotnet-install: Calling: machine_has curl
dotnet-install: Calling: calculate_vars
dotnet-install: Calling: get_normalized_architecture_from_architecture <auto>
dotnet-install: Calling: get_machine_architecture
@rmarinho
rmarinho / install-maui.log
Created October 23, 2023 22:06
MAUI install log
ruimarinho@iMSFT-MacBookPro ~ % sudo dotnet workload install maui --from-rollback-file http://maui.blob.core.windows.net/metadata/rollbacks/8.0.0-rc.2.9475.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json --source https://api.nuget.org/v3/index.json --verbosity diag
Welcome to .NET 8.0!
---------------------
SDK Version: 8.0.100-rc.2.23502.2
Telemetry
---------
The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
@rmarinho
rmarinho / appium.log
Last active September 26, 2023 18:09
appium iOS log
Appium [Appium] Welcome to Appium v2.1.1 (REV a8519f78fb63f2f2266950bdd8141037da69f8bd)
Appium [Appium] Non-default server args:
Appium [Appium] { address: '127.0.0.1', basePath: '/wd/hub' }
Appium [Appium] Attempting to load driver windows...
Appium [debug] [Appium] Requiring driver at /Users/ruimarinho/.appium/node_modules/appium-windows-driver
Appium [Appium] Attempting to load driver uiautomator2...
Appium [debug] [Appium] Requiring driver at /Users/ruimarinho/.appium/node_modules/appium-uiautomator2-driver
Appium [Appium] Attempting to load driver xcuitest...
Appium [debug] [Appium] Requiring driver at /Users/ruimarinho/.appium/node_modules/appium-xcuitest-driver
Appium [Appium] Attempting to load driver mac2...
@rmarinho
rmarinho / Nuget.Config
Last active April 10, 2023 22:04
Rollback for 8.0.0 preview 3
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <packageSources>
      <add key="nuget" value="https://api.nuget.org/v3/index.json" />  
      <add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />  
      <add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
      <add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
      <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
      <add key="darc-pub-dotnet-runtime-1e9466d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-1e9466d9/nuget/v3/index.json" />
    </packageSources>
{
"microsoft.net.sdk.android": "34.0.0-preview.2.181/8.0.100-preview.2",
"microsoft.net.sdk.ios": "16.2.367-net8-p2/8.0.100-preview.2",
"microsoft.net.sdk.maccatalyst": "16.2.367-net8-p2/8.0.100-preview.2",
"microsoft.net.sdk.macos": "13.1.367-net8-p2/8.0.100-preview.2",
"microsoft.net.sdk.maui": "8.0.0-preview.2.7832/8.0.100-preview.2",
"microsoft.net.sdk.tvos": "16.1.1155-net8-p2/8.0.100-preview.2",
"microsoft.net.workload.mono.toolchain.net7": "8.0.0-preview.2.23127.2/8.0.100-preview.2",
"microsoft.net.workload.mono.toolchain.current": "8.0.0-preview.2.23127.2/8.0.100-preview.2",
"microsoft.net.workload.emscripten.net7": "8.0.0-preview.2.23127.1/8.0.100-preview.2",
@rmarinho
rmarinho / sensors_edp.yaml
Last active November 16, 2022 03:47
mtqq configuration for HAN
mqtt:
sensor:
- name: "Contador - Power Import"
state_topic: "tele/edp_box/SENSOR"
value_template: '{{ value_json.EB.Pi|float }}'
unit_of_measurement: "W"
icon: mdi:flash
device_class: voltage
state_class: measurement
@rmarinho
rmarinho / workloadfail.log
Last active August 24, 2022 10:40
Log workload install failure
PS C:\Users\rumar> dotnet workload install maui `
>> --from-rollback-file https://aka.ms/dotnet/maui/net6.0.json `
>> --source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-6bb76b3f/nuget/v3/index.json `
>> --source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-1026ad55/nuget/v3/index.json `
>> --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json `
>> --source https://api.nuget.org/v3/index.json `
>> --source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-531f715f/nuget/v3/index.json `
>> --source https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-3f6c45a2/nuget/v3/index.json --skip-sign-check --verbosity diagnostic
Checking for updated workload manifests.
@rmarinho
rmarinho / rc_release.md
Last active April 12, 2022 13:59
Clean up release notes
@rmarinho
rmarinho / installing.log
Created March 29, 2022 15:41
Log macOS
Downloading from "https://dot.net/v1/dotnet-install.sh" to "/Users/ruimarinho/dotnet/maui/bin/dotnet-install.sh" (55,234 bytes).
  dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
  dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
  dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
  dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.