bugproof

Results 81 comments of bugproof

@neris but if I'm not wrong translation file is loaded only once (e.g. on startup) and translations are then stored in memory during the application's lifetime (cached) so does it...

This is very off-putting indeed. I even added `@material/theme` manually hoping that it was missing a dependency but it still can't find the stylesheet to import (`@use '@material/theme/color-palette';`). I think...

Looking at the other platforms: With the ability to select period of time, range of dates (today, month, year etc) - Users online in the last 30 minutes - Active...

UPS allows you to develop in a sandbox as well fortunately, to use it live you just need an account and getting access token is just a matter of clicking...

@dmarciano from their page: > Move to Production: Once files have been submitted and approved by the UPS certification team, production access is granted. The e-mail address for submitting files...

@dmarciano I had no problem at all, just make sure to use Typescript and some generator for your models and APIs 🙂... SPAs don't care what language you use for...

Better admin UI would be nice... I will maybe do this after I finish the shop. AdminLTE doesn't look that good tbh. I'm sure there are better dashboards, more pleasant...

@hishamco SQLite is fine but I don't think I would use it for e-commerce. And people are usually interested in using the shop in production. PostgreSQL has a much more...

Shipping provider module that disables address could implement some interface that chooses how the tax is calculated maybe call it ITaxProvider. There are few shipping providers which have tax APIs....

Yes, I'm just thinking as well how to integrate it with EF Core, I will somehow need to persist all the currencies in the database to refer to them in...