Brad
From a Stack Overflow question with no answer: How to setup Firebase emulator for a physical device? The Firebase emulator is working fine with the mobile emulator but can’t connect to physical device and by… … Read more
3 years ago in Development0
Brad
Tech moves so fast, you can’t learn everything but that’s not that same as learning nothing. If your are not learning then you are going backwards and actually becoming less valuable.. Even if you learn… … Read more
3 years ago in Development0
Brad
Responsive images with one line of CSS This will make your images responsive, they will be their natural size unless thier parent is too small, in that case they will shrink and be the size… … Read more
3 years ago in Development0
Brad
The Astro blog sample is a great starting point but what if you want summary pages for each month or year. The sample just has an index page with all posts and that wont scale…. … Read more
3 years ago in Development0
Brad
I played with the Astro blog sample and made a few additional features. Namely a summary page for year year and a summary for each month. That should help the layout when you have a… … Read more
3 years ago in Development0
Brad
The onCall is a straight http function. The onRequest goes via the SDK and will handle some or the boilerplate code you need for CORS and authentication. Rule of thumb: Use onRequest when you don’t… … Read more
3 years ago in Development0
Brad
If you are getting this Astro error: Error: Failed to resolve force included dependency: vue It may be because you are upgrading a Nuxt project. Just clean up your node_modules. I just deleted mine and… … Read more
3 years ago in Astro, Development0
jpluimers
I thought I had written about this a long time ago, as Math.SetRoundMode (and now System.Math.SetRoundMode) has been introduced since at least Delphi 2007. There are also related GetRoundMode and TFPURoundingMode. Delphi 2009 also introduced… … Read more
3 years ago in Delphi, Development, Software Development0
Brad
Coming from Vue the idea of Nuxt was great. I could statically render my site so search engines could find it. It would load fast and I could use components on repetitive parts of the… … Read more
3 years ago in Development0
jpluimers
For my link archive, as I hardly see this (it happens in many Delphi versions and always has to do with missing/wrong DLLs), so always forget how to solve it. Basically it is the same… … Read more
3 years ago in Delphi, Development, Software Development0
Brad
Has anyone ever been able to read hex colors (#ADD8E6)? I had used them because that’s what everyone else was doing. But now, after switching to HSL the things I…Continue readingHSL Colors … Read more
3 years ago in Development0