-
## Overview
A common pattern in source generators (from what I can tell) for people using Roslyn APIs to generate trees is as follows:
1. Build a compilation unit with some members (or, some syn…
-
-
Our hot cold solver can be inaccurate sometimes due to some of our locations not being correctly centered in code. This is a mega issue to track which ones have been centered or not.
The master dig…
-
## Describe the bug
This is a discussion ticket related to finding ways to simplify the [Installation process](https://wiki.lyrasis.org/display/DSDOC8x/Installing+DSpace) for DSpace 7/8/9. It's a pl…
-
I find that an alphabetical listing of terms, as we all seem to do, is fine as a ready reference but does little to explain the logic behind the metadata. I have been trying out various groupings of D…
-
Platforms: linux, rocm, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_cudagraphs_sdpa&suite=TestCompiledAutograd&limit…
-
I want to write a custom VQL parser use nom. And I found it have not contain grammer define function.
Can I use bnf lib to define VQL/SQL grammar like antlr4 g4 file?
I can't find some example f…
-
It would be great if Caraya could be fully functional on LabVIEW for Linux.
A first step would be to "simply" use Conditional Disable Structure to wrap whatever is not supported on Linux so that at…
-
# Templates [WIP]
### Synopsis
Simplify how code is constructed, via code.
```vbnet
Template DecalarationAndCreateInstance( ... )
Dim ${0}$ As ${1}$ = New ${1}$(${2}$)
End Template
```
…
-
**Describe the bug**
I am trying to use elf_diff in a script to compare whether there was a change in code between two compiles of (ostensibly) the same code. Because this is in a script, I was look…