Casper Verhaar

Results 9 issues of Casper Verhaar

This PR aims to implement `set fileformat` and `set fileformats`, as requested in #2663. `fileformat` allows the user to set the file format per file, while `fileformats` allows the user...

**Describe the bug** I'm trying to get meeting requests from a mail folder, but the returned object is still a `Message` instead of an `EventMessageRequestObject`, despite the fact that `ODataType...

Needs: Triage

I'm trying to migrate an existing .NET Framework application to using CoreWCF. There are multiple services in the application, with each service binding to a different port. This works fine...

**Feature category** - [x] Vim - [ ] Vim plugin **Is your feature request related to a problem? Please describe.** Since relative line numbers are a feature of VsVim, I'd...

**Assemblies affected** ASP.NET Core OData 8.0.0 and above **Describe the bug** Because I want to apply `$filter` manually (I can't rely on the default EF integration, but still want to...

bug
investigated

**Bug description:** The `injectJavaScriptObject` prop has disappeared on iOS. This prop was first introduced in #3157, and seems to have disappeared in commit `5558e28feab2e8bd881450f155e642cf1e66caad`. It's present here: https://github.com/react-native-webview/react-native-webview/blob/1c4c372bb97c70e01ef3f647cf657db66d1b7c52/apple/RNCWebView.mm#L264-L270 But no...

Type: bug report

**Is your feature request related to a problem? Please describe.** When inside the commit description part of the commit dialog, the default keybind to commit is `Alt+Enter`. This is unfortunate,...

enhancement

- **PR Description** Use correct executable name depending on OS. When unzipping the new version, we were always extracting `lazygit`. On Windows, the executable is named `lazygit.exe`. This PR fixes...

There is currently no way to validate query options without throwing an exception. I'd like a `TryValidate` method, so I don't need to catch an exception to find out that...

feature
P3