Alessandro Losi
Alessandro Losi
I'm currently trying to use bootstrap-select in a Power BI Visual (a self contained typescript app). I'm using: - bootstrap-select: 1.14.0-beta2 - bootstrap: 5.1.3 - jQuery: 3.6.0 When I try...
**Do you want to request a *feature* or report a *bug*?** - [x] Bug - [ ] Feature - [ ] Question **Did you test against the latest CI build?**...
**Do you want to request a *feature* or report a *bug*?** - [x] Bug - [ ] Feature - [ ] Question **Did you test against the latest CI build?**...
We've got the following error on some queries: ``` AttributeError: 'float' object has no attribute 'ToString' ``` at the following line: ``` ser = df.loc[:, dtt].map(lambda x: x.ToString('s')) ``` The...
Please verify if I'm doing it correctly, but pre-fix I couldn't manage to load the DLLs installed from nuget. If I've undestood it correctly `clr.AddReference` uses `Assembly.Load` instead of `Assembly.LoadFrom`....
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I have the following configuration for Authentication: ``` builder.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme) .AddMicrosoftIdentityWebApp(options...
### Current situation Currently I have an EF Query built like this: ```csharp var query = GetOffersQuery(identities, loggedUser) .AsNoTracking(); var dtoQuery = query.Select(x => new OfferDTO { Status = x.Status,...
This will enable request to age-restricted videos
[This video](https://www.youtube.com/watch?v=jjrgoRDjZDI) seems to start and end abruptly without actually reproduce any sounds. This is the only one I've found until now. I've tried to debug the issue but I...
While working on Tabular Editor, I had some cases in which the Expression Editor would become completely unresponsive. I can type any key without effect, I can open the intellisense...