-
1. Video's configuration panel is not suitable to be embedded in the player window, because the player window can be sized with any dimension. When the player window is sized with a small enough dimen…
-
Currently two methods for translating Windows Groups to Application Roles are defined in Waffle: SID and FQN.
There is a use case where using neither the SID or the FQN is possible. The typical ca…
-
Can you share a demo script to evaluate on DeformingThings4D dataset?
Or can you explain the changes that need to be made to the commands or files?
Also, can you share the filenames from ModelsRe…
-
It is found that memory monitoring is less accurate than Android studio profiler memory monitoring?
-
That would give it a much needed speed boost. If I recall correctly, Gab told me his version multiprocess along seeds, so pimping up the _generate_streamline function in https://github.com/nipy/dipy/b…
-
Hello, I have a question regarding the method used to compute the number of motion. While investigating your Motiondataset and dataloader, it appears that **the motion numbers during training are coun…
-
Hi,
Seems to me that the compilation Just-In-Time (JIT) is an old technique (~ the 80s). Why this technique is not used nowadays in modern Forths which keeps using virtual machines and byte code. I'm…
-
I noticed it seems non-intuitive/difficult to edit the menus in any sort of non-trivial way. It would be nice to even have a "customSplashMenu" setting or something that you could set to a multi-line …
-
I often see people trying to check the type of a type variable by doing `if (T is int) ...`.
This doesn't work, the expression `T` evaluates to a `Type` object which is not of type `int`.
The idea h…
-
SCD says (section 7):
> This design relies on integrity and confidentiality for the request
> and response made to the origin server. These requests MUST be made
> using HTTP over TLS (HTTP…