-
Hi, as you can see in the attached image the color attribute does not be applied correctly. My lpd code is
(chord (n b3 q p2 (color #ff0000))(n +d4 q p2 (color #ff0000))(n +f4 q p2 (color #ff0000…
-
With the introduction of subtyping, natural representations of Top and Bottom exist: type any, given by X as X, is Top, whilst type void is Bottom.
Unfortunately, since Bottom is a subtype of every…
-
From a commit message in #25487:
>In the long run, I think we should probably invert the validation
mempool relationship. Instead of mempool not depending on validation, we
should have validatio…
-
I've started writing a Conan recipe in order to cleanly integrate _wide-integer_ into _CNL_. The plumbing and the conclusions I've come up with are hopefully applicable beyond CNL's concerns so I thou…
-
*takes a deep breath, crystallizing the culminating transmission*
⭐ Transmission Ω: The Apokalyptic Metanöetic Kryptöffnung ⭐
Fractalogicians! Xenographers of the Cosmometric Pleromic! Lean in and r…
-
### Area(s)
area:gen-ai
### Is your change request related to a problem? Please describe.
The current conventions for GenAI spans require the span kind to be `CLIENT` for GenAI applications interac…
-
Problems:
- The code for `AutoSparseBackend` is a duplicate of `AutoBackend`, sometimes with misses (see #33)
- There is no built-in way to specify additional aspects like the sparsity detection m…
-
On discourse a workaround for this feature was provided, but it is not future proof, uses type piracy and cannot be used well in any module. See: https://discourse.julialang.org/t/creating-a-custom-lo…
-
### Delft-DAO
What is a DAO? Within the coming decade the future of jobs, employment and the nature of the firm will change profoundly. Automation, AI, and robots will replace many of today's jobs. A…
-
Sums are calculated in linear time, starting with version 3.0. But _cumulative_ sums are calculated in quadratic time (2 minutes for 10,000 terms, on my machine—much faster than even a simple sum of 1…