Daniel Cazzulino

Results 136 issues of Daniel Cazzulino

### Related Problem _No response_ ### The Elevator Pitch Highlighting important parts of a package documentation is crucial to creating a more engaging experience. In GitHub, the following readme markup:...

Area: Gallery UI
feature-request
Readme
Triaged

## Describe the Bug the following query: ```csharp await foreach (var item in TablePartition.Create(table, "backed").CreateQuery().Where(x => x.Timestamp > startDate)) { } ``` Results in a filter URL that doesn't contain...

It seems it would be a better way to go from first use to "consider supporting" (in a more visible manner), than going from nothing > warning 🤔 Challenge: Info...

enhancement

Repro: ``` #r "nuget: Spectre.Console, 0.49.1" using Spectre.Console; var file = @"C:\Foo Bar\Baz.mp4"; var title = string.Join(Path.DirectorySeparatorChar, file.Split(Path.DirectorySeparatorChar)[^2..]); AnsiConsole.MarkupInterpolated($"[link={file}]{title}[/]"); ``` Removing the space (or replacing it with a dot, say),...

### Summary Currently, you need to do something like the following to consistently get the `~` home directory in a cross-platform way: ```xml $(HOME) $(USERPROFILE) ``` It would be awesome...

backlog
needs-design
Feature Request
Priority:2
triaged

# devlooped/oss - Add explicit write permissions from caller workflow https://github.com/devlooped/oss/commit/8fa147d - Make sure the feed url is available to msbuild https://github.com/devlooped/oss/commit/931da83 - Allow workflow to work cross-org https://github.com/devlooped/oss/commit/af171b7 -...

dependencies

### Discussed in https://github.com/devlooped/dotnet-file/discussions/131 Originally posted by **henry-js** December 11, 2024 How would I use this to download a .zip file for a github release? Using `dotnet-file add https://github.com/ankitpokhrel/jira-cli/releases/download/v1.5.2/[jira_1.5.2_windows_x86_64.zip` downloads...

enhancement

Given https://www.linfo.org/cat.html definition: > cat is one of the most frequently used [commands](https://www.linfo.org/command.html) on [Unix-like](https://www.linfo.org/unix-like.html) [operating systems](https://www.linfo.org/operating_systems_list.html). It has three related functions with regard to text files: displaying them, combining...

# devlooped/oss - Support using current Version from CVM https://github.com/devlooped/oss/commit/2fff747 - Make sure the feed url is available to msbuild https://github.com/devlooped/oss/commit/931da83 - Add explicit write permissions from caller workflow https://github.com/devlooped/oss/commit/8fa147d

dependencies