-
Copied over from #215. Inspiration is via them. Thanks also to @MasterQ32 and @kubkon for help extending it to support stack machine architectures. See #7561 for standalone assembler improvements.
…
-
In order for an App to be able to decide what form of credential it needs to present in order to authenticate to a resource it needs to be able to read the wACL rules. Currently a user may have a num…
-
I'm currently trying to consider using `dk_logic.dk` as axiomatisation of first-order for proof generated by archsat, and the file seems to be lacking any comment explaining things.
While some cons…
Gbury updated
6 years ago
-
First off, thank you for this incredible work! It's been very insightful for my studies!
But, I'm facing a problem when I try to extract the XYZ road coordinates from the UV-grid. I'm currently try…
-
Before redoing the topography (https://github.com/COSIMA/access-om3/issues/68), we should take the opportunity to check whether the grid can be improved.
e.g. consider
1. whether the tripolar poin…
-
It's a FAQ'd item that `readln(string)` or `readln(myString)` read only one word. As a result, we also have `readline`, which always reads a whole line. But this seems unfortunate because the mnemonic…
-
Today, Aspire.Hosting.Azure.EventHubs allows users to add EventHub instances:
https://github.com/dotnet/aspire/blob/7b1fd6d6fe5aa0c6fc3680f0e23ec127c9743789/src/Aspire.Hosting.Azure.EventHubs/Azure…
-
- format `x'aaaaaaa'`
- in PostgreSQL: **BIT** literal, defines a *bit string* and allows any number of hexadecimal digits (i.e. the smallest value is 4 bits).
- in CockroachDB: BYTES literal, d…
-
I've been noticing that some of the splines produced by `fitting.approximate_curve` seem to have a little hump at one end. Here, for dramatic effect, is a particularly striking example. This is what t…
-
Occasionally it is necessary to avoid split-initialization for one reason or another. For example, a test might need to check the behavior of assignment functions (rather than `init=` functions).
T…