Ivan Plantevin
Ivan Plantevin
Hi @RossBille, @lionandoil, Just installed this package and thought I'd have a look at open issues. Personally, I'm not able to reproduce this issue. For example, `word word \citet[p. 12]{citekey}...
Ah ok. I'm on OSX (and ST3 like I said) So probably ST2 related.
This applies to all platforms. The question is to what extent this is the responsibility of PACE. I can imagine users prefer to do these grants from their provisioning layer....
@eskatos do you have an example perhaps? I tried the following, but it didn't yield any result: ```class.reflect().getDeclaredField("myField").getType().getAnnotations()```
Ah, great, thanks, `getAnnotatedType()` does the trick! 👌 So the following is indeed a valid workaround: ```clazz.reflect().getDeclaredField("myField").getAnnotatedType().getAnnotation(Nullable.class)```
Same for me on macOS 15.2 and stretchly 1.17.2.
There is no such preference file on my machine, and I get: ``` The domain/default pair of (/Users//Library/Preferences/ByHost/com.apple.notificationcenterui, doNotDisturb) does not exist ``` Seems like it's for older macOS versions:...
@jsonc0 Interesting. On my 15.2 machine, I get `Operation not permitted` on any operation in the `DoNotDisturb` dir, even with sudo. I can see the files in finder though. Maybe...
Hi @hovancik. Interesting tool 👍 Unfortunately, it shows what we already know, that when enabling DND, or permanently showing the Focus/DND status bar item, the following pref change is applied:...
@hl1234 when you disable DND, do you keep the focus menu bar item in the menu bar? The problem we have is that we can't distinguish DND on from off...