Petre

Results 7 issues of Petre

Here's the exception from my dockerized blazor server app: ``` blazor | [08:03:50 INF] Creating new account for [email.address] blazor | [08:03:52 INF] Using account 294704460 blazor | [08:03:52 INF]...

bug
help wanted

--- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: d7020a67-e052-2da1-2939-fd785681517b * Version Independent ID: 3b1723ad-71ff-f4bc-1231-638cbed76511 * Content: [DbContextOptionsBuilder.EnableServiceProviderCaching(Boolean)...

type-cleanup
customer-reported
area-api-docs

Would it make sense to add support and configuration options for keeping backups for Days, Weeks, Months? This is a repo based on current - https://github.com/prodrigestivill/docker-postgres-backup-local which provides these capabilities,...

Some properties on `ShopifySharp.Order` are assignable, like, for example, `Order.AppId`, value for which can only be returned from the API call but not passed in. Would it make sense to...

question
object updating
revisit in 6.0
stale

In my mind, `docker login` should not be required for custom **public** base images. (prepending `registry-1.` to the image path as per https://github.com/dotnet/sdk-container-builds/issues/293) ```xml registry-1.docker.io/appifysheets/appifysheets.containerbaseimage:latest ``` If not logged-in, this...

Area: Authentication

Greetings ✋🏽, I'm manually packing the h5p-image-hotspots library from source (check out [at this commit](https://github.com/h5p/h5p-image-hotspots/commit/74f66795dc0cd2715b73efdc3d7ab941fd5efb56)) as follows: ```cmd h5p pack h5p-image-hotspots h5p-image-hotspots.h5p ``` and get the following output: ``` Packing...

Please add docker compose sample in README.md ```yml services: derper: environment: - DERP_DOMAIN=derper.yourdomain.com # change with your derper domain ports: - 80:80 - 443:443 - 3478:3478/udp image: fredliang/derper restart: unless-stopped...