-
I think this issue https://github.com/JuliaEditorSupport/julia-vscode/issues/108 can be solved by using code lens provider.
My idea is to create a set of (codelens actions) buttons, like: run block…
ghost updated
2 years ago
-
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…
-
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/…
-
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…
-
## 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…
-
An **update** from @christopherfujino, tech lead for the Flutter CLI tool:
I recognize that there were many users who started using variables provided via `--dart-define-from-file` in their native …
-
Is there a way to set the extracted module name from inside Coq? If not, given that this library will be used with extraction, it would be good to have names that are less likely to clash with other l…
-
I'm trying cquery from homebrew on this repo
https://github.com/flutter/engine
A typical line from compile_commands.json (from ninja) looks like:
```
{
"directory": ".../engine/src/out/io…
xster updated
6 years ago
-
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 …