worthy7

Results 98 comments of worthy7

just wanted to add this great library which handles buttons very cleanly for loading: https://johannesjo.github.io/angular2-promise-buttons/#demo The same concept could be applied to any div really.

prerender input | ssr input | ssr routes input |   | expected:single /features page should prerender? | expected:other pages should prerender? |   | Actual:single /features page actually prerenders? | Actual:other...

My objective, is to get my homepage to prerender on `/` without having to set up a backend server. if i do this with the `prerender` option, then `/dashboard` (which...

> [@AlmaniaM](https://github.com/AlmaniaM) we are now using firebase "App Hosting" feature and it supports everything We also move to pnpm who is also supported by app hosting So does app hosting...

Here is a timeline showing where the sql to update the settings table is executed. The red line showing where the Logs.txt file shows a timestamp while executing "GetAll" ![image](https://github.com/aspnetboilerplate/aspnetboilerplate/assets/4762399/25431ab7-f993-43c5-aee1-fa78a7c43d20)...

Related issue from the past https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5399

I also think that this code should be checking the language is actually an allowed language from the list of AbpLanguages. If not, it can just assign any language to...

I can recreate this bug now in a solid test case. 1. For any user, switch to the default app language (so the AppSettings table will have no entry for...

Hi @ismcagdas Regarding this: https://aspnetboilerplate.com/Pages/Documents/Localization#asp-net-core > AbpUserRequestCultureProvider (ABP's provider): If the user is known via [IAbpSession](https://aspnetboilerplate.com/Pages/Documents/Abp-Session) and has explicitly selected a language before (and saved to [ISettingManager](https://aspnetboilerplate.com/Pages/Documents/Setting-Management)), then use the...

How is that possible though? The system does not save it to the table if it is the same as the default app language.