-
Hello.
I do not understand the intended use of specifiing a channel_format while creating the streaminfo for an outlet and the function groups for different types like lsl_push_sample_*.
there i…
-
Hello, I have some trouble to compile composable_kernel for my AMD GPU architecture (gfx1010)
```
cmake …
-
Submitting Author Name: Alexander Fischer
Submitting Author Github Handle: @s3alfisc
Other Package Authors Github handles: (comma separated, delete if none) @droodman
Repository: https://gith…
-
We sometimes have code which does roughly this:
```C
int val = *uvar; // uvar is a pointer to untrusted memory
if (val > MAX_VAL) { // some check
fail();
}
do_something(val); // now use th…
-
As previously mentioned in the discussion of #2239: It would be nice if default scales could be set via themes.
Currently, default scales are defined as functions that are named `scale_`*`aesthetic…
-
The `Hallo.Sample` project includes an example `PagedListRepresentation` which accepts the `baseUrl` for the collection. Below is the snippet of how this is constructed.
https://github.com/jasonmit…
-
If a node receives a requestNewConnection() for a session that it has previously forwarded, it should be rejected, and the previous node in the chain should pick a different node to forward it to.
-
[@jvasileff] Java annotations generated by Ceylon are of the form `AnnotationClass$annotation$`, making them inaccessible from Ceylon code.
This was originally [discussed](https://groups.google.com/f…
-
In the climate community, we often read data from netCDF files. These files have a huge amount of metadata contained within them (when the file was written, who by, how etc. etc.). For SCMs, we often …
-
### Steps to reproduce
```powershell
$job = Start-Job -ScriptBlock { write-output 'hi' ; cmd /c notepad ; write-output 'bye' }
Receive-Job $job -Wait -AutoRemoveJob
```
### Expected behavior
…