Ilya Kulakov
Ilya Kulakov
It appears that post-popup adjustment of window position is the true culprit here https://github.com/p0deje/Maccy/blob/211f327ba5d1bcbbae34df976719626c664a2907/Maccy/Menu/Menu.swift#L429 Personally I prefer the window to appear slightly off rather than jump around.
[Wrapping this call with `ensureInEventTrackingModeIfVisible`](https://github.com/p0deje/Maccy/blob/211f327ba5d1bcbbae34df976719626c664a2907/Maccy/Menu/Menu.swift#L245-L249) didn't fix it for me.
Would be handy for per-venv profiles. Storing `IPYTHONDIR` inside venv is an inconvenience as the whole directory has to be nuked whenever python is updated. The way I'm doing it...
It seems to partially duplicate functionality of the [rewrite](https://coredns.io/plugins/rewrite/#edns0_subnet) plugin: `rewrite edns0 subnet set 24 56`.
I work on implementing DNS Stateful Operations and this issue needs to be tackled as the same TCP connection can be used for both DNS (serial) and DSO (possibly concurrent)...
> the ResponseWriter is alive while the handler function is running, but not longer. This is not (no longer?) correct. `ResponseWriter` [is alive as long as the TCP connection alive](https://github.com/miekg/dns/blob/330db332dd7ac5618eb1ff2b508d9ff63223f312/server.go#L587)...
Pushed my current changes (without tests) for DSO: https://github.com/miekg/dns/pull/1668. I mostly want it for a plugin that I work on for CoreDNS, but will be happy to eventually port it...
> yeah, pipelining is a win there, is there a way where you can do a small concept PR to see how this looks? https://github.com/miekg/dns/pull/1669
@lwouis Will try to work on this before end of the month.
@lwouis Were you able to reproduce the issue with the Inspector.app? In your app, does Shortcut Recorder work in the "compatibility" mode? Can you place a breakpoint at https://github.com/Kentzo/ShortcutRecorder/blob/c86ce0f9be5353ba998966121c7631602a9a36f7/Sources/ShortcutRecorder/SRShortcut.m#L179 and...