-
# Feature Request
Thought I would create this as a feature request in issues. This is based from discussion https://github.com/nautechsystems/nautilus_trader/discussions/935
Below are some addid…
-
The text at https://github.com/strapi/strapi/blob/refs/tags/v4.4.0/LICENSE provides an interesting challenge for license detection, since it tends to ramble on about exceptions at the beginning befor…
-
```python
from graphviz import Digraph
print("Bug 1: strange generated DOT source")
dot = Digraph(filename='bug-escaping-1.dot', format='png')
n1 = "A"
n2 = "::"
dot.node(n1)
dot.node(n2)
…
-
I'm changing a bunch of things, mainly in order to finalize LESv3. However, the changes to operator precedence/classification affect both LESv2 and LES3, partly because both languages share precedence…
-
We should decide to what extent and in what ways we want to mitigate the risk of underhanded Carbon code -- code that intentionally behaves in a manner different from its appearance.
See https://gi…
-
Some half-finished ideas around how to improve the styling and theming story for egui.
# Background
Styling for egui is currently supplied by `egui::Style` which controls spacing, colors, etc fo…
emilk updated
2 weeks ago
-
`variant-name` is currently defined as one or more `words`.
```
/* exclude whitespace and [ \ ] { } */
word ::= (((char - line-break) - inline-space) - [#x5b#x5c#x5d#x7b#x7d])+
variant-key ::= n…
stasm updated
6 years ago
-
#156 added OCD IDs for The United Kingdom but used uk for the country code rather than the "gb" from ISO-3166. #181 introduces the parliament constituencies using teh correct gb country code.
You …
-
After @dbooth-boston CCed me on the [original EasierRDF proposal](https://lists.w3.org/Archives/Public/semantic-web/2018Nov/0036.html) in Nov 2018, we chatted about it on the Semantic Web Interest Gro…
-
Result-level caching and union datasources do not play well together: it is possible for one of the underlying datasources to be improperly ignored.
Here is how result-level caching was designed to…
gianm updated
5 years ago