Morten Nilsen
Morten Nilsen
``` System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Could not load file or assembly 'Microsoft.Extensions.Hosting.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified. at...
I have a clean install of windows 10, but after installing clink with autorun enabled, it does not run when I execute cmd. If I run clink from the installed...
Shows number of changes both staged and unstaged with the branch name.
Non-printable characters need to be wrapped with \001 and \002 for the bash prompt to work properly. Otherwise, issues arise with when the prompt wraps long lines.
I was shocked at how much npm modules this pulled in. There should be no need for all that for something like this.
WIth the announcement that Firefox has worked around Microsofts hijinks, it would be good if BrowserPicker could do the same. I think this is the relevant bug on mozilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1703578...
After Win32 has been abstracted out, may as well build a separate backend for doing configuration in a .json file This file should be saved somewhere in the users home...
On first startup, show a window with some basic tips for using the tool
// For future readers: apparently Notion.exe necessitates URL rewriting like `https://www.notion.so /${PATH}` to `notion:/${PATH}`, so my use case is impossible _Originally posted by @kissge in https://github.com/mortenn/BrowserPicker/issues/68#issuecomment-2029092546_