Johannes Schindelin
Johannes Schindelin
@tpietzsch are you suggesting to add a Guava or Guice dependency now? Render me thoroughly puzzled.
@ctrueden thanks for reminding me... @bnorthan I actually wanted to introduce you to the NAR project a little for the purpose of integrating native code into ImageJ plugins. Have a...
> in my implementation @bobpepin is it publicly visible? Remember: unpublished work never happened, for all practical purposes.
Could the license be changed to BSD? Otherwise no problem, but then it will be eternally just an add-on to ImageJ...
> There was a 'Array.Fourier' method recently added to IJ1. This is unfortunately a misnomer, but at least it is consistent with ImageJ 1.x' "Fourier" transformation: the `Array.Fourier` function [calls](https://github.com/imagej/imagej1/blob/c911619cad23d00e4710ec04855d69d44035d0dc/ij/macro/Functions.java#L4996-L5023)...
> while I'm at it turn off commit abbreviation which isn't needed here either. I think this merits a bit more explanation. How about this? ``` The abbreviation is *not*...
Whatever we do, we must not have the performance regression that adds a couple of seconds to the Context creation just because events are published synchronously...
A compromise, then. Start a thread that adds a thread to the EDT. So that the 100ms do not punish the current thread.
@victoremeka my assessment from https://github.com/github/docs/pull/22822#discussion_r1099804188 still stands: I strongly advise to revise the patch so that it does not forget about literally all Windows users.
> Msys2 (that Git for Windows depends on) has signaled that it will be dropping Windows 7 and 8.0 support: https://github.com/msys2/msys2.github.io/blob/source/web/news.md#2023-01-15---dropping-support-for-windows-7-and-80 So [has the Git for Windows project](https://github.com/git-for-windows/build-extra/blob/main/ReleaseNotes.md#changes-since-git-for-windows-v2371-july-12th-2022).