Leon Segal
Leon Segal
(react-scripts 2.0.4) Same as in [this issue](https://github.com/webpack-contrib/mini-css-extract-plugin/issues/250) I am getting a lot of errors from the mini-css-extract-plugin when doing a CI build - which fails since no warnings are allowed....
As also mentioned in [another related issue](https://github.com/onury/geolocator/issues/52), using Google API Keys is troublesome specially when stored in a javascript file (that anyone can read). Instead, [Google suggests using a Service...
I know I could just copy the source code, but I'd rather use the published NuGet - any chance of having it also for net6? Thanks in advance
Following the [auth documentation](https://github.com/dotnet/sdk-container-builds/blob/main/docs/RegistryAuthentication.md) did not work for me when pushing to ACR from an on-premise devops (with no docker installation). I was trying the "last-resort" environment variables (as [documented](https://github.com/dotnet/sdk-container-builds/blob/main/docs/RegistryAuthentication.md#authentication-via-environment-variables))...
- Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling,...
Similiar to #2378 but now version 1.20.1 is not available and shows no assets: https://cdnjs.com/libraries/jquery-validate/1.20.1
The current MongoDB memory store connector uses the MemoryEntryMetadata "key" as the MongoDB "id" - and duplicates it - once in the [MemoryRecordMetadata](https://github.com/microsoft/semantic-kernel/blob/70eddb5a01c66c6149a4103cf397357f2ecdcc23/dotnet/src/Connectors/Connectors.Memory.MongoDB/MongoDBMemoryRecordMetadata.cs#L31) which btw shows up as _id (because...
Current status: ``` Test group: CheckFileInfoSchema Fail: FullCheckFileInfoSchema CheckFileInfo, response code: 200 OK String Expected: BreadcrumbBrandName, BreadcrumbBrandUrl, BreadcrumbDocName, BreadcrumbFolderName, BreadcrumbFolderUrl, ClientUrl, CloseUrl, DownloadUrl, FileEmbedCommandUrl, FileSharingUrl, FileUrl, FileVersionUrl, HostAuthenticationId, HostEditUrl, HostEmbeddedEditUrl,...
Currently the IWopiSecurityHandler defines this method (only used when building CheckFileInfo): ``` Task GetUserPermissions(ClaimsPrincipal principal, IWopiFile file, CancellationToken cancellationToken = default); ``` Yet when building CheckContainerInfo we (I) used the...
As part of the integration process user authentication might be implemented using Entra (Azure users) - in that case also the M365 Web editors require the [business flow](https://learn.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/online/scenarios/business) which except...