worthy7
worthy7
Right, but if you try to set the language setting of a user to that of the app default, it does not go into the AbpSettings table.
So, if the setting is not stored, how does AbpUserRequestCultureProvider know that it should NOT change the users language? >If the user is known but has not selected any language...
> 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 it's a different bug. This ticket is stating that when a user sets their language to app-default, and then they change their browser language, APB will update their ABP...
I am just fixing this in my app so I will report a little. When a user registers, you can detect during registration from the culture and set their language....
I found how the culture can be null. https://github.com/aspnetboilerplate/aspnetboilerplate/blob/7abf7d42a0d5161b876e880a07e2194848af4e91/src/Abp.AspNetCore/AspNetCore/Localization/AbpUserRequestCultureProvider.cs#L81 I don't think this line does what you expect. It does get the cultureName, but then returns the result instead. did...
Is this package dead or something? I also have this error just trying to reproduce the basic sample on the readme. ``` from sklearn.datasets import load_iris from sklearn.model_selection import train_test_split...
I also have this error trying to use the latest versions on Windows. I installed Java 8, gradle 8.14, and am using python 3.12 I am not an expert with...
Ok I found the issue. The bat script inside MCP-reborn used for running the gradle build will search for the `JAVA_HOME` env variable, and if that is not java 8,...
I would like to bump this since it is causing a lot of unneeded download on the client side, my localization texts are not used at all since I use...