Blog: https://microhobby.com.br/blog/
Youtube: https://www.youtube.com/matheusmicrohobby
Blog post: microhobby.com.br/blog/2025/02...
Blog post: microhobby.com.br/blog/2025/02...
Bye .NET, it was a good ride 🥲
Bye .NET, it was a good ride 🥲
Github mainline + dxkrnl: github.com/microhobby/l...
Github mainline + dxkrnl: github.com/microhobby/l...
Not doing so is a national security risk.
Am I doing this right?
Not doing so is a national security risk.
Am I doing this right?
>>> import json5
>>> json5.loads("{ arch: 'arm64', torizon_arch: 'aarch64' }")
{'arch': 'arm64', 'torizon_arch': 'aarch64'}
but remember you are not doing json!
>>> import json5
>>> json5.loads("{ arch: 'arm64', torizon_arch: 'aarch64' }")
{'arch': 'arm64', 'torizon_arch': 'aarch64'}
but remember you are not doing json!
"{ arch: 'arm64', torizon_arch: 'aarch64' }"
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes
"{ arch: 'arm64', torizon_arch: 'aarch64' }"
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes
And the Python people continue to use YAML in everything that would be better off as JSON. 😏
And the Python people continue to use YAML in everything that would be better off as JSON. 😏
We released version 1.0 on the morning of December 8th 2014:
android-developers.googleblog.com/2014/12/andr...
i = 0
i++
i = 0
i++
print(f"{namespace}/{result["name"]}")
print(f"{namespace}/{result["name"]}")