Sebastian Krysmanski
Sebastian Krysmanski
[This page](https://docs.microsoft.com/en-us/dotnet/core/tools/csproj#authors) describes the `` property like this: > A semicolon-separated list of packages authors, matching the profile names on nuget.org. These are displayed in the NuGet Gallery on nuget.org...
When comparing two folders, it would be nice if WinMerge could - optionally - ignore empty folders. My use case: I work with two version control systems (Git and TFS)...
I've noticed that Pagefind doesn't seem to find pages where the search terms just appear in the title - if it's outside `data-pagefind-body`. Basically I have pages like this: ```html...
I was wondering if it was possible to show ellipsis (i.e. ...) in the default UI for the excerpts - like how it shows up on Google. At the moment,...
While watching this great tutorial, I noticed that your dequeing code in the `MapGenerator` class is wrong. First, you're forgetting to lock the queue while dequeing (thus getting potentially undefined...
As discussed [here](https://discourse.gohugo.io/t/change-language-in-highlightcodeblock/47724), it would be useful if one could overwrite the language in `transform.HighlightCodeBlock` - similar how it is possible to do so in `transform.Highlight`. At the moment `transform.HighlightCodeBlock`...
### What version of Hugo are you using (`hugo version`)? $ hugo version hugo v0.121.1-00b46fed8e47f7bb0a85d7cfc2d9f1356379b740+extended windows/amd64 BuildDate=2023-12-08T08:47:45Z VendorInfo=gohugoio ### Does this issue reproduce with the latest release? Yes ### Bug...
### Discussed in https://github.com/skrysmanski/chrome-separators/discussions/13 Originally posted by **esurijon** April 12, 2023 Include a text box to add a custom text to be included in the link label, so the result...
The DevContainers extension already supports forwarding the ssh agent via the `SSH_AUTH_SOCK` environment variable. It would be great if the extension would also support the `IdentityAgent` config (in `~/.ssh/config`) which...
## Abstract When running LiveSync against a manually configured CouchDB version 3.5, the "Validate Database Configuration" check reports false positives, i.e. settings that were true in older CouchDB versions but...