-
Since the files table contains the date, not the release, you can't do a simple order_by.
Might be nice also to have Distribution->releases order by date automatically.
-
Guess this is more a usability question than a bug.
Trying to burn an inscription with
```
ord wallet burn --fee-rate 20 --postage 1sat
```
and am being greeted by
```
error: JSON-RPC…
-
The user (RaptureX) mentioned generating one ordinal wallet address holding all the inscriptions.
In ord wallet all are shown in but in Hiro only 1 shows after seed import.
Copy of some detail…
-
As mentioned in #3632 and during a recent Ordinals Coding Club, the privacy ship seems to have sailed on the wallets anti-address reuse policy. Many users would like the ability to either configure th…
-
Here's an example, takes 285 seconds on 32 cores
here we organize by 512x512 block and parallelize over read
```R
library(gdalraster)
ds
-
I was comparing code generation in Ghidra, and when I looked at the regular `einsum` call, there was a lot of code being generated. When I compared it to the `execute_generic` function I wrote for the…
-
![image](https://github.com/user-attachments/assets/dae6ef6e-c2fb-4a41-adf7-874afe940815)
![image](https://github.com/user-attachments/assets/0e1cc922-1f9d-4d32-88ff-0268ab83ff9d)
CREATE TABLE…
-
Since the magic works on anything laid out like an IEEE float, it might be a good idea to add some way to apply the macro to crate floats like these in half-rs (f16, bf16) and f128. I am not sure what…
-
I need to use point as key for a map.
-
The brace character extraction syntax is no longer allowed.
```
@@ -1652,7 +1651,7 @@ class FirePHP {
$name = $rawName;
- if ($name{0} == "\0") {
+ …