bradintheusa
I love working with flutter but the firebase packages and versioning is messy. I can see that it’s getting better but these errors are painful. FAILURE: Build failed with an exception. * Where: Build… … Read more
5 years ago in Development, flutter0
jpluimers
Reminder to self to install this to more than just the main dev VM as it combines DProjNormalizer and DProjSplitter, then adds a few more features: [WayBack] Keep Your Project Files Clean With Project Magician –… … Read more
5 years ago in Delphi, Development, Software Development0
bradintheusa
If you have updated you Flutter code code but when debugging you are still using the older version of the code you should check your import statements. import ‘package:roster/lib/roster.dart’; import ‘lib/roster.dart’; Referencing the same package… … Read more
5 years ago in Development0
jpluimers
I know ModelMaker Tools could do this: [WayBack] Quick Question … are there any good tools available to generate class diagrams / hierarchy from existing code? Or doesn’t anyone do that anymore ? – Stefaan… … Read more
5 years ago in Delphi, Development, Software Development0
bradintheusa
Yes there are a lot of services to make App Store screen shots, many are even good and some well worth paying for. Finding the right one can take time and then updating your app… … Read more
5 years ago in Development0
jpluimers
Wondering how far Mike Versteeg has gotten in the mean time with the newer versions of Delphi that have come up: [WayBack] I’m having a go at multi monitor high DPI support for my styled… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
Interesting consensus at which is very similar to my experience: [WayBack] I’ve inherited a project and the developer uses lots of interfaces (All good here!). Then when they develop the interfaced classes, the methods from… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
From an interesting thread at [WayBack] What’s the piece of Delphi knowledge you find yourself looking up over and over again? For me format strings is probably the thing that most stubbornly… – Lachlan Gemmell… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
If you ever get a “Fatal: F1027 Unit not found: ‘System.pas’ or binary equivalents (.dcu)” – Google Search, then it is likely because you: build from a script build use a user that has never ran… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
In addition to Shared/IShared, there is also Weak/IWeakReference in Spring.pas; these blog post explain more about them: Shared/IShared (search for {$REGION ‘Shared smart pointer’} at the current repository): [WayBack] Delphi sorcery: Smart pointers in Delphi Weak/IWeakReference (search for… … Read more
5 years ago in Conference Topics, Conferences, Delphi, Development, Event, Software Development0
jpluimers
A few posts on why not to use the TPL and be very careful with regular RTL threading code: [WayBack] Ondrej Kelle – Google+ [WayBack] Delphi To Go: Don’t lose time with a known Delphi… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
Via [WayBack] TMonitor vrs Critical sections revisited. Back then (https://www.delphitools.info/2013/06/06/tmonitor-vs-trtlcriticalsection/), it was found that critic… – Kiriakos Vlahos – Google+ as he re-did the measurements that DelphiTools did before Delphi XE5 came out: Slim Reader/Writer Lock… … Read more
5 years ago in Delphi, Development, Software Development0