-
output VAT stand for sales, while input for purchases.
currently we got it the other way around.
should be replaced - both on DB category names, and for server constants names
-
## Context
I am using a Pinebook Pro.
* Operating System & Odin Version:
* Please paste `odin report` output:
Where to find more information and get into contact when you encounter a bug:
…
-
Has anyone explored how to use the KEVM semantics in Coq? Is there a generic K to Coq translator or has someone written a specific translation for KEVM?
I would like to use this semantics to prove …
aa755 updated
2 months ago
-
In https://github.com/robur-coop/miragevpn/pull/247 and an earlier commit the `HALT`, `EXIT` and `RESTART` control channel messages were implemented. In the implementations they exit on all three comm…
-
### Steps to reproduce
1. Create a RichText widget with multiple TextSpan or WidgetSpan elements, each representing a clickable link.
2. Wrap each link in a Semantics widget to ensure accessibilit…
-
WebSockets (and TCP) both provide keep-alive mechanisms- and HTTP/2+ has connection handling that is well aware of problems / disconnects.
I don't know about browsers, but I'd assume they raise err…
-
# User Story:
As a Metaschema-enabled software developer, I want more flexible reporting for a variety of constraints not just `expect`, so I would like the ability to add a `message` to the follow…
-
I'm finding the ``broadcast_to`` [specification](https://data-apis.org/array-api/latest/API_specification/generated/array_api.broadcast_to.html#broadcast-to) a little underspecified. In the docs we se…
-
Our integration test (`scripted`) and local testing (via `publishLocal`) both use Ivy semantics ([latest-wins](http://ant.apache.org/ivy/history/2.3.0/ivyfile/conflicts.html)), which is different from…
-
- How would that look?
- Is it trivial?
```
A(k1, k2, widen(old, new)) :- A(k1, k2, old),
```