Joseph Price

Results 263 comments of Joseph Price

I'm seeing this when using direnv with a flake, but only when I add a paket.local file to override a dependency.

This also happens when I try to use the `git` override within the paket.dependencies file, so I'm unable to test packages locally. This hinders contributing to packages as a common...

I was able to resolve the new release and it's working. Thank you!

For the first issue, wrapping the call in `DispatchQueue.main.async {` should fix it. The second one might be a simulator-specific issue, as it is routing to the correct place on...

For the second issue, I found in the console the error like ``` Destination 'SettingsURLDestination: { url: 'app-prefs://?[MY_BUNDLE_ID]&target=com.apple.settings.notifications', action: 'Navigation: notifications', queryItems: [root=NOTIFICATIONS_ID,path=[MY_BUNDLE_ID]]}' is for a selection not possible currently...

I dug a bit further into neovim issues and found this one https://github.com/neovim/neovim/issues/25242. This is unlikely an ionide issue. Feel free to close unless perhaps there's a known workaround you'd...

Actually passing `let g:fsharp#lsp_codelens = 0` doesn't disable the codelens, but removes the flickering. But when I format the file, the lenses disppear. Maybe this odd behavior is related to...

Ok, I'll create a repro repo. It might take me a few days as I'm in the weeds with some other issues.

I noticed the `actionCreators` config option that lets you provide a set of preconfigured values for sending actions, and it seems that it structures the actions in a way that...

Yes I have been using that one, but just got other analyzers working and thought it would be nice to see the immediate output directly in vim in realtime. I...