Marc Vertido

Results 15 comments of Marc Vertido

Yep, that looks like what I had in mind at the time. Unfortunately, I'm no longer at the company that was using this, so I can't get in and test...

Just ran across this when trying out the `Spacing` property. We have a `TextBlock` inside a `StackPanel` that we dynamically show/hide, and it would be nice to use this property...

I've seen it work if you build the csproj itself - `dotnet build TestApp/TestApp.csproj -f net6.0-maccatalyst`. Building from the solution does not - `dotnet build -f net6.0-maccatalyst`

> I think somewhere in the linked issue we also mentioned that the sln isn't supported for reasons @jfversluis Is running `dotnet` CLI commands on the solution generally unsupported for...

@Dokug Try doing a `dotnet clean` after you build from the CLI and see if it still works in VS2022.

Thank you so much for the work you did on this :) This is my favorite addon manager and I will keep using it until it no longer works!

Note that SQLite on iOS is not thread-safe on a single connection. That's why you're getting the crashes without the locks. I would consider using the async API as that...

> > Note that SQLite on iOS is not thread-safe on a single connection. That's why you're getting the crashes without the locks. I would consider using the async API...

For those running across this, I filed an issue on Google's Issue Tracker: https://issuetracker.google.com/issues/359420116 In the meantime, `npx expo run:android -d` is a good workaround if you don't want to...

I keep running across this, as well, and wondering why the `subscribe` API wasn't on the page. https://react-hook-form.com contains the latest documentation, while https://www.react-hook-form.com seems to be for a much...