-
Problems with the current interface are discussed in https://github.com/sxs-collaboration/spectre/discussions/3076.
Wish list:
- Easy to understand for newcomers, since this code may be the first th…
-
Hello, we discussed this shortly on the live stream yesterday, but here is a more detailed issue so we can write everything down.
Right now if you have a struct that represents a special function r…
-
Is there a reason layouts are defaulted to LayoutRight for kokkos.arrays instead of being exec space preference based like native Kokkos?
Currently, if one creates a CudaSpace array without specify…
-
_From @wilzbach on June 24, 2016 16:48_
for a ruby/java guy this looks complicated :
(reported by @claudiug)
_Copied from original issue: stonemaster/dlang-tour#366_
-
To give a little background, the app layer creates an instance of `MacEventHandler`, fills it up with the APP callback functions, passes it down to the MAC layer to be initialized. The MAC layer in tu…
-
On Homepage we have
```nim
import macros, strutils
macro toLookupTable(data: static[string]): untyped =
result = newTree(nnkBracket)
for w in data.split(';'):
result.add newLit(w)
…
-
Provide concept definitions for `CommunicationPolicy`, `GraphPolicy`, `Context`, `Data`. Modern compilers such as gcc 6.x can process concept definitions with `-fconcepts`.
-
See [here](https://github.com/libqueso/queso/pull/262#discussion_r17497882) for details.
-
Running `BUILD_ALL` from `$CLU_HOME` (having already sourced ENV) I can't seem to get past `fltk-config`. I have an idea what the issue might be.
```
---------- detected configuration of fltk-config…
-
When viewing some simulated mapped reads in a gam file, the warning **a node ID 0 is not allowed** is generated for each read. Any suggestions?
vg version
v1.4.0-673-gdb1ee0c
`vg index -k 11 -x chr1…