-
When walking an AST for a given IDxcTranslationUnit, I noticed that the semantic annotations on struct fields, parameters, and return types appear to be missing. This information would be very useful,…
-
We currently use a custom generator to build SBOMs but are looking into switching to this extension.
I noticed that several fields are missing (e.g., the cpe, the license texts, etc.) and some have…
-
The connector seems to be using the WHERE clause to make decisions on which values to produce. This is an abuse of SQL semantics, and it leads to inconsistent and nonsensical results.
For example, gi…
-
### Summary
`Axes.clear()` / `Axes.cla()` are only documented as "Clear the Axes". What exactly "clear" means is neither documented nor well defined. We reset some stuff and keep other.
This lea…
-
# CSS
- [x] Update to the latest version of the toolset and replace core.css and se.css with the latest versions from the toolset (running lint will show you the location of the file you need to co…
-
We need to carefully document network-transport semanitics covering all events that should/must and may happen when some action have happened.
-
The expression
```scheme
(call/cc
(lambda (k)
(define p (make-thread-parameter 'outer))
(define v #f)
(with-exception-handler
(lambda (obj)
(if (non…
-
I had a job schedule (on 2nd june, 20:13:00):
```
schedule:
name solo5, opam solo5-tenders next 2024-06-03T19:55:26-00:00, scheduled daily
```
I thought it would be nice to schedule it a bit la…
-
It is not clear what is causing the failure in the current output which does not contain any error details.
It started with https://lab.llvm.org/buildbot/#/builders/35/builds/2200.
```
C:\Build…
-
It looks like [`PerformShadowRealmEval`](https://tc39.es/proposal-shadowrealm/#sec-performshadowrealmeval) is based off [`PerformEval`](https://tc39.es/ecma262/#sec-performeval), which means there is …