Brad
If you get this email form Apple for your Flutter application it is safe to ignore. We identified one or more issues with a recent delivery for your app, Your delivery was successful, but you… … Read more
3 years ago in Development, flutter0
Brad
I’m not sure if I just stared getting this in my new version or Sentry got better and just started to report it. Time to deep dive on some bug triage. The post EXC_BAD_ACCESS FlutterViewController appeared… … Read more
3 years ago in Development, flutter0
Brad
Getting feedback on an app is notoriously difficult. Users will uninstall for no know reason, they are also unlikely to leave a review. Previously I posted about using Sentry to uncover errors which can help… … Read more
3 years ago in Development0
jpluimers
Subtitle: GetFullPathName thread-unsafety because of SetCurrentDirectory isn’t, so derived functions (like Delphi GetDir/ChDir/TPath.GetFullPath, or .NET System.IO.Path.GetFullPath) are not thread-safe either (via The Old New Thing) A while ago I got a big reminder because of [Wayback]… … Read more
3 years ago in Delphi, Development, pascal, Software Development, Turbo Pascal, Windows Development0
jpluimers
Earlier this year, [Wayback/Archive] Lars Fosdal posted a long thread about Embarcadero/IDERA software quality and one special person trying to offset the lack. It is important not just because of his opinion, but also because Lars posts… … Read more
3 years ago in Delphi, Development, Software Development0
Brad
Here’s a really simple example of Sentry using Flutter. When you run it with your API key you will get an email as follows. As well as it will show on the dashboard, mine took… … Read more
3 years ago in Development, flutter0
Brad
Just go learn Pinia. It’s pleasant and fun, all the things I wish Vuex was. Not knocking Vuex they did the best with what that had, but Vue 3and Pinia makes me sad for all… … Read more
3 years ago in Development, vue0
Brad
I was trying to load images in Vue3 the same way I had in prior version as well as how Astro works. So it appears that’s not going to work any more. This was added… … Read more
3 years ago in Development, vue0
Brad
Coming from the web (Vue 3) it’s possible to paste an icon’s SVG directly into your code, as the browser will render it automatically. With Flutter it’s not that easy but with flutter_svg it almost… … Read more
3 years ago in Development, flutter0
Brad
So you’ve started on Vue 3 and your using props but they are not reactive and your getting this error But your not sure what to do? This is the exact answer you are looking… … Read more
3 years ago in Development, vue0
Brad
Animate on Scroll (AoS) and Astro.build work well together. Your code should look like this. In your header section: And just before your closing body tag Check the developer console to ensure you have no… … Read more
3 years ago in Development0