-
#
FR - Where To Sleep Tonight
Where To Sleep Tonight est une application de recherche d'hôtels qui permet de trouver des établissements autour de la position de l'usagé.
Ce dernier a la possibilit…
-
### Describe the bug
On my laptop, I've noticed recently that my `$TMPDIR` is filling up... this feels like a new behavior, as we've been developing with CDK for almost a year now, and only recently …
-
Both when debugging builds on the build bots, and when trying to replicate bot builds locally, it would be helpful to have the full logs available.
Currently the bots run `build.py` without `-v`/`-…
ghost updated
4 years ago
-
Seems like https://github.com/rust-lang/rust/issues/92163 is fixed but now a new error is coming.
Backtrace
```
thread 'rustc' panicked at 'no entry found for key', compiler/rustc_metadata/sr…
-
When converting RGB to YCbCr with libavif, the default color properties are known and mentioned [here](https://github.com/AOMediaCodec/libavif/wiki/CICP#unspecified) (sRGB with BT.601 coefficients), b…
-
The memory leak is reported by a static analyzer tool developed at CAST (https://www.linkedin.com/company/cast-center).
In src/tools/ddsperf/ddsperf.c call of [`malloc`](https://github.com/eclipse-…
-
### Describe the feature
In certain transforms, it might be good to not use recursion. For example, it's fairly common for people to write code like the following:
```ts
const data = "AAEAAAASAQA…
-
Agrovoc contains many concepts of interest, and portions could even be imported directly.
Naive search for concepts involving 'food' as either label syn or appearing in def (using https://github.com/…
-
## Steps to reproduce
try installing DotNetCore.1.0.1-VS2015Tools.Preview2.0.2.exe after downloading from https://visualstudiogallery.msdn.microsoft.com/c94a02e9-f2e9-4bad-a952-a63a967e3935
and d…
-
IIUC, Modia currently dynamically instantiates Julia `Module`s and directly `eval`s code into them in order to construct models. I have some questions here:
- Is my understanding even correct? Any …