-
Hello,
The Debian numpy maintainer filed a a bug against my packaging of Dask (Debian Bug 918204) because some of dasks's tests failed. One of the failures seems to be related to the changes for ht…
-
Having just implemented a polyfill for elementary math, that got me thinking about some related ideas:
1. The most obvious concept related to long division is synthetic division. It is basically the …
-
The grammar permits the _expression_ of _is-value-constraint_ to be a _postfix-expression_. But if the _postfix-expression_ is not a _primary-expression_, it fails as below.
Relevant Cpp2 grammar e…
-
Something I discovered when working on GH-65056 and GH-113171.
`IPv4Address`' and `IPv4Network`'s `is_global` and `is_private` are false at the same time for addresses in this range:
```
>>> ip…
-
# 2 Lines Of Code and 3 C++17 Features - The overload Pattern - C++ Stories
Learn how the overload pattern works for std::variant visitation and how it changed with C++20 and C++23.
While I was doing…
-
Hiya, love the project!
I'm working on inference over SUMO for fun and learning. I (eventually) found the spec for the format [here](http://ontolog-archives.cim3.net/file/resource/reference/SIGMA-k…
-
The arrow syntax introduces a local variable.
```
1 -> x;
```
Introducing another local by the same name doesn’t mutate it in place. Rather, the new variable shadows the original one.
```
1 -> x;
x…
-
I'm using the openapi-generator extensively, but have so far been held back by the inability to generate dependency-free C-code that an be loaded onto an ESP-32 or similar, large microcontroller. Ever…
-
>[!IMPORTANT]
>This is a work in progress draft agenda for the [WebML WG](https://webmachinelearning.github.io/) meeting at [TPAC 2024](https://www.w3.org/2024/09/TPAC/). Agenda proposals and…
-
We recently added `SuccessPolicy` in tf-operator https://github.com/kubeflow/tf-operator/pull/1165 and are considering adding `FailurePolicy` to handle the case of failure in https://github.com/kubefl…