-
Okay, this is a very cool controller. You guys did a great job. It's awesome that it's so customizable too, and that you've made this firmware available.
So I wanted to give honest feedback. As a …
-
Here's what it should basically do, but in some standard way:
Yes, though we haven't really advertised it as such yet.
1. Create some content that is shared on https://share.cocalc.com/share/
…
-
Hi @NCrusher74 !
I find SwiftTagger very useful, great library! Unfortunately the file writing (after modifying the tags) takes 10-15 minutes and corrupts files (probably XCode12.4 or OS Big Sur 11.2…
-
First boot messages look promising
```
[ 0.774271] .(6)[1:swapper/0]TrustKernel TEE Driver initialization
[ 0.774851] .(6)[1:swapper/0]TEE core: Alloc the misc device "tkcoredrv" (id=0)
[ …
-
### Description
When debugging iOS the app stalls for a long time on the splash screen. Android is significantly faster. I'm using defaults from a clean install on Ventura. VS Mac 17.4 stable, and …
-
After a long debug session of trying
to connect an android java bc-client
(overriding PSKTlsClient)
to an openssl windows console server
(using: openssl s_server -psk 1A1A1A1A1A1A1A1A1A1A1A1A1…
-
App sizes are currently significantly bigger with .NET 6 with a very simple hello world app.
# Test case
* Checkout `xamarin-macios`
* Execute:
```shell
cd tests/dotnet
make compare
```
…
-
### The need for AOT and linker support
.Net code is deployed to devices where performance - including startup time - and download size are important.
JIT is ruled out by this and may be explicitl…
-
I independently build a graph using jgrapht from the zenodo dataset, using a directed acyclic graph as target structure. There are three types of errors :
1. adding a new edge would induce a cycle
…
-
I am trying to nail down in my mind, the fundamental _orthogonal_ semantic concepts of our proposed programming language.
| Concept | Description |
| --- | --- |
| `data` | [Unified sum, product,…