-
The demtsh.etime leaf is a std::array of two doubles. When using TTree::Draw both etime[1] and etime[0] are identical (etime[1]-etime[0] is always 0). Tried
trkana->Draw("demtsh.etime[][][1]-demtsh…
-
Regent should support custom serializers. These would be used with Legion's serdez interface to serialize fields of regions, and also internally inside the compiler to serialize task arguments of thos…
-
Here are some preliminary notes to start with, that helped me formulate a better idea of what we have and some important questions
- mv-group essentially seems like mv-sort, with the only differenc…
-
**Serializing multidimensional arrays to XML looses dimension information**
When serializing an two dimensional array to XML, one dimension gets lost. In other words, serializing an two dimensional a…
-
Swagger에서 아래 url로 Post 요청을 보내면 위 에러가 뜸
request url : http://localhost:8080/api/users Post
요청 json
```
{
"createDate": "2023-02-01T00:22:38.029Z",
"email": "string",
"id": 0,
"passwo…
-
```
There seems to be a regression in Hamcrest 1.3.RC2 (might date from earlier
versions) when compared to Hamcrest 1.1, to do with nested matchers. The
following test case works in Hamcrest 1.1:
…
-
```
There seems to be a regression in Hamcrest 1.3.RC2 (might date from earlier
versions) when compared to Hamcrest 1.1, to do with nested matchers. The
following test case works in Hamcrest 1.1:
…
-
It prints it element by element + creating integerop hierarchy of adding 1. It should get replaced with do loop.
```Fortran
PROGRAM example
! integer :: i
character ::arr(10000)
ar…
-
### Description of new feature
Awkward Array's idiomatic form for data points with named features is to use RecordArray, which keeps each record field in a separate array (useful for loading or worki…
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…