-
Hello Rob,
It seems like the GPU memory is not released after clicking stop capturing.
I did a few test on this and it seems like winrt::Windows::Graphics::Capture::GraphicsCaptureSession close()…
-
Capturing a vertical monitor only captures half the screen, leaving the other half blacked out
Here is an example:
![screenshot-2024-08-13-08-27-31](https://github.com/user-attachments/assets/eb0c…
-
We switched from hooking into [`Application.logMessageReceived`](https://docs.unity3d.com/ScriptReference/Application-logMessageReceived.html) to setting ourselves up as a loghandler via [`Debug.unity…
-
### Is your feature request related to a problem? Please describe.
In Blazor I would like to register capturing event listener on element, so it is propagated from parent to children instead of from …
-
Recently, I came across some code in `tests/language/loop/for_variable_capture_test.dart` that has piqued my interest regarding how Dart handles variable capture in closures within loops. I'm looking …
-
Steps to reproduce:
- Start a slow scan, e.g. using uSim and HAADF, pixeltime 16µs, resolution 1024px, FOV 100nm
- Click "Capture", wait for capture to finish
- Click "Capture", change FOV or resol…
-
As we're running this lesson next week, I'm doing a review at present and noticing a couple of small improvements. I'll update the list as I work through things and submit another PR
* [ ] `print(d…
-
I couldn't notice that I can't use regex capturing groups from the URL to match (the one in the " Enable URL" column) in the URL the extension redirects to.
One way to implement it is by having a t…
-
We currently have a free format Notes field on timing windows. It would be more machine readable if we had a range of tick boxes, eg , . Probably a data model change.
-
I have a `SDL_PollEvent` loop instrumented like
```
while (SDL_PollEvent(&event)) {
switch (event.type) {
case SDL_WINDOWEVENT:
...
```
When compiled with emscripten this dosen't captu…