John Stef

Results 16 comments of John Stef

> This pr fixes `E5248: Invalid character in group name` right? yes

I created a fork where I removed all the keys with invalid characters https://github.com/johnstef99/vim-nerdtree-syntax-highlight/tree/master. This should not thrown any errors. By my understanding this plugin always created Groups with invalid...

> FWIW, here is a branch that preserves all of the highlight groups (i.e. doesn't delete entries) and doesn't throw errors: https://github.com/jcharum/vim-nerdtree-syntax-highlight/tree/escape-keys > > It's a terrible hack to eliminate...

@jcharum Even with your escape function if a new filetype was added with a char that isn't in [+,-,#] will result into an error. I refactored it so every invalid...

I came across this one too, here is a simpler way to reproduce the bug only using riverpod in dart: ```dart import 'package:riverpod/riverpod.dart'; import 'package:test/test.dart'; void main() { test('working invalidating...

Is kind of related, because the user describes this: > Changing my phone to English does resolve the issue. That means that `DateFormat` does not use the `context.locale` and instead...

No conflicts for sure. The #14035 initialises the date formatter, but this PR make the date formatter use the selected locale from immich settings.

You can pin a certificate to client level. For example if you are using the http.dart package for making requests you can create a client that is pinned to a...

Can you check that if you search for 'harmonica' without a trailing space the mobile app will find results?

I tried both Android and iOS but I couldn't reproduce it. The only problem I found is with the trailing space.