gmkado
gmkado
Sorry to resurrect this @lilasquared, but wouldn't that solution require exposing functionality from the singleton class that could otherwise be private? ```cs public class MySingleton:INotificationHandler { private readonly int _privateState;...
FWIW I stumbed across this package: https://github.com/KuraiAndras/MediatR.Courier Which seems to do what `SharedSingletonDependency` above does
I think a separate MENTIONS column would make sense
> > Tested it, `width: inherited.` does nothing here, the only way i could get it to work is if we change the tooltip's display type to be `inline` instead...
Separate but related, so let me know if this should be its own issue, but it would be nice if the `jira-search` notes column also picked up the newly created...
I dug into the script and found two changes that made it work for me. I'm using python 3.6 To get the script to recognize package change this line: ```python...
I noticed there are several redundant fields in the graphql schema, id being one of them. I take it from this ticket that we're meant to use `uuid`, and that...
I wanted the same thing. My workaround is to listen to `UserScrollNotification` and only call `onChanged` when the scroll direction is "idle". Solution below uses flutter hooks but could also...
Disabling the navbar fixed the issue. I guess that makes sense if its trying to scrub all the images in my vault? Not sure if there's an easy way to...
Hi @sissilab, I just re-enabled to check these things. There were 27 images linked from an assets folder where I keep all image files. After the initial freeze, the image...