Robin Munn

Results 61 issues of Robin Munn

In addition to #42, I would like to be able to ask the user several questions after they select a template. For example, I'd like to copy [Eto's project templates...

When creating a new F# project in Visual Studio Code (which uses the generator-fsharp templates), all I see is a bare list of template names: `classlib`, `console`, `fsunit`... This feels...

I have been playing around with the cross-platform GUI library [Eto](https://github.com/picoe/Eto) recently, seeing if it's suitable for building cross-platform apps in F#. Eto has a nice Visual Studio addon that...

Now that the new Fable docs are available at https://fable.io/docs/, some URLs scattered around the Web are broken. It would be nice to provide a way to redirect requests for...

While debugging a failing unit test in the LfMerge project, I got the following exception: ``` SIL.PlatformUtilities.NativeException : An error with the number, 4, ocurred. at SIL.Threading.GlobalMutex+LinuxGlobalMutexAdapter.Wait () [0x0002d] in...

bug
linux

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...

Issue-Bug
Up-for-Grabs
WG-Cmdlets-Utility
Needs-Triage

Fixes https://github.com/actions/upload-artifact/issues/485. [The `.file` method](https://www.archiverjs.com/docs/archiver/#file) uses "a [lazystream](https://github.com/jpommerening/node-lazystream) wrapper to prevent issues with open file limits", which is precisely the scenario we're running into with https://github.com/actions/upload-artifact/issues/485. This was originally part...

While implementing #678, I discovered a bug in how CommandLineParser handles sequences. Currently, the following test will fail: ```csharp [Fact] public void Default_parser_stops_at_sequence_max() { // Arrange var sut = Parser.Default;...

While trying to resolve https://github.com/ddclient/ddclient/issues/635 which I was running into (my Dynu IP was incorrectly getting set to 1.0.1.1), I tried adding this to my ddclient.conf file: ``` usev4=cmdv4, cmdv4='curl...

## Background Now that [oklch](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklch) is available in most browsers, it would be nice to be able to have oklch as an output format option for hyprpicker. In case you're...