-
I am about to write a function that takes an instance of `alps::params`, iterates over all parameters, and adds them to a `boost::program_options::options_description` object. Therefore, access to the…
-
Some questions i have about the project (esp. in relation to Box2D) that @louis-langholtz or someone else might just know the answer to, in order to spare me writing tests and possibly pointless reint…
-
*Installation details*
Scylla version (or git commit hash): `master` (6c1503241d6ac988a5d84b3ee631e1d5db1af185)
```
FAILED: build/release/tests/sstable_mutation_test
with error code -11
=== s…
-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…
-
Scylla version 2.0.0-0.20170929.e265c91
Cluster size: 1
OS CentOS 7.3
Hardware: Azure Standard L4s instance (Intel® Xeon® processor E5 v3 family)
4 vcpus, 32 GB memory, local SSD
Max uncached dis…
-
It's often useful to define some basic rules that can be composited to form larger expressions:
```
digit = ~r"[0-9]"
number = digit+
```
However, there is not always any reason why each separate `d…
-
I need to register several methods of a class, but cannot do this in one call:
Therefore I use atm. something like this:
```
auto new_type = sol::usertype("shoot", &player::shoot);
lua.set_usert…
-
-
Blocking on this code in the *win_thread.c* file:
```C++
void
nni_plat_cv_wait(nni_plat_cv *cv)
{
(void) SleepConditionVariableSRW(&cv->cv, cv->srl, INFINITE, 0);
}
```
With what appears …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR11645](https://bugs.llvm.org/show_bug.cgi?id=11645) |
| Status | RESOLVED FIXED |
| Importance | P…