Robin Munn

Results 61 issues of Robin Munn

if you type EDIT to get to the built-in editor, the text cursor is black no matter what the text foreground and background colors are set to. With the default...

I've encountered a case where I'd like to do a breadth-first traversal of a directory structure, and I don't see a way to do this with fs/walk as it currently...

Due to https://github.com/NuGet/Home/issues/4424, scripts like `build.sh` lose the executable permissions bit when you run `dotnet new fable-library`. The current solution is to add [this post-action to the NuGet template](https://github.com/dotnet/templating/wiki/Post-Action-Registry#change-file-permissions) to...

**Context:** - Playwright Version: 1.20.0-alpha-feb-23-2022 - Operating System: Linux - Node.js version: v16.10.0 - Browser: Chromium - Extra: Using docker-compose to launch webserver **Config Snippets** Playwright config: ```javascript const config:...

feature-test-runner

While trying to figure out why my Google OAuth sessions were expiring after one hour, I found https://github.com/pdobsan/mailctl/commit/c08c83c5d9d3c2022e9142474d94802822171d93 which has a comment about refresh tokens not being returned despite Google's...

This should allow Unix file permissions to be included in the zip file created by upload-artifact, fixing https://github.com/actions/upload-artifact/issues/38 and probably https://github.com/actions/upload-artifact/issues/37 as well. Fixes #1722. Fixes https://github.com/actions/upload-artifact/issues/485. This is basically...

**Describe the bug** Zip files created by [upload/zip.ts](https://github.com/actions/toolkit/blob/eb1cb3649c5906fdff0102ccec46262c70304577/packages/artifact/src/internal/upload/zip.ts#L44-L54) do not include Unix file permissions. The `zip.append` method easily [allows file permissions to be set](https://github.com/archiverjs/node-archiver/issues/39#issuecomment-1715221639) by adding a `mode` argument, whose...

bug

By now, I have created quite a few REPLs as examples to link from GitHub issues or Discord chat. Some of them are one-offs, and I will eventually delete them....

While working on #54, I started to realize that the RandomAccessList data structure wasn't just _similar_ to PersistentVector, it _WAS_ a PersistentVector that simply iterated in reverse order, and when...

help wanted 2.0

I propose to add an implementation of Bagwell and Rompf's [RRB-Tree Vectors](https://infoscience.epfl.ch/record/169879/files/RMTrees.pdf) (Relaxed Radix-Balanced Trees) to FSharpx.Collections. They are similar to PersistentVector, but allow for efficient slicing and concatenation. Slicing...