KOGA Mitsuhiro
KOGA Mitsuhiro
goneovim: v0.5.1-87-gaa788ad neovim: v0.7.0 OS: Windows10 **~/.goneovim/settings.toml** ```toml [Editor] FontFamily = "UDEV Gothic 35JPDOC" FontSize = 12 ExtCmdline = true ExtTabline = true Clipboard = true Ginitvim = ''' nnoremap...
OS: Windows10 goneovim: nightly-1-gaeea7ae  However, it is possible to open the file specified in the argument.
GCM only supports [includes](https://github.com/microsoft/Git-Credential-Manager-for-Windows/pull/383) in gitconfig, so I want you to support [conditional includes](https://git-scm.com/docs/git-config#_conditional_includes) as well.
Environment - Unity2019.4.16f1 - SteamVR Unity Plugin v2.6.1 - URP 7.3.1 Probably due to `Assets/SteamVR/InteractionSystem/Teleport/Shaders/Highlight.shader`. For some reason, it is a normal drawing order in Unity Editor. ### URP ...
This specification has not yet been implemented in any runtime, but it is expected to be supported in the future. https://github.com/KhronosGroup/OpenXR-SDK-Source/blob/master/specification/loader/runtime.adoc#runtime-enumeration
## Bug Report #### Current Behavior Getting the https://api.github.com/repos/akiyosi/goneovim/releases/tags/nightly with jsonpath `$.assets[?(@.name=='goneovim-windows.zip')].updated_at` returns `8/21/2022 4:19:49 AM` instead of `2022-08-21T04:19:49Z` #### Expected Behavior jsonpath should return `2022-08-21T04:19:49Z` without conversion #### Additional...
Prevents NullReferenceException thrown when Dispose is called without calling Timeout in TimeoutController. code to reproduce ```cs void Start() { var tc = new TimeoutController(); tc.Dispose(); } ```
#208 shows `VERSION-%Y%m%d-%H%M%S-HASH` but actually [tag-name.sh](https://github.com/facebook/sapling/blob/main/ci/tag-name.sh) is `VERSION.%Y%m%d-%H%M%S-HASH` outputting. Which is correct?
Since [Ookii.Dialogs](https://www.nuget.org/packages/Ookii.Dialogs) is already deprecated, update to [Ookii.Dialogs.WinForms](https://www.nuget.org/packages/Ookii.Dialogs.WinForms/).
## Environment - macOS Sonoma 14.4 - GonvimVersion: v0.6.8-30-g6f5e787 - Platform: arm64 - neovim: 0.9.5 ## Reproduction steps 1. Add `DesktopNotifications = true` to settings.toml 2. Execute `GonvimMaximize` goneovim --cmd...