-
Akka persistence query complements Persistence by providing a universal asynchronous stream based query interface that various journal plugins can implement in order to expose their query capabilities…
-
# Overview
The `KnownLayout` trait encodes enough information about a type's layout to be able to synthesize pointers to values of that type at runtime. While we can already do this for sized types…
-
Related to #11, we don't really do anything clever with where clauses on traits/structs. We need to support "elaboration" -- ideally, a richer form than what the current compiler supports. In particul…
-
With @HuStmpHrrr's excellent addition, we now have two ways of looking at the same relation for lists. Unfortunately due to the current naming conventions the link between the two isn't obvious. One …
-
The Codd representation of a PostgreSQL function/procedure includes the MD5 hash of the source code of the function body when the function is implemented in SQL or PL/pgSQL ([reference][]). This func…
-
# Editor note: There is a known workaround further down on this issue, which is to NOT use Python lists, but instead using something else, e.g., torch.tensor directly. See https://github.com/pytorch/p…
-
Hi all - please chime in with any and all feedback to help drive the direction of glTF beyond 2.0. Even simple +1/-1's for topics are appreciated.
How much should we focus on building out the soft…
-
- The blob is untyped -- it's always a `u8` blob, not a generic `TensorData`.
- The stride should be a component, overridable in the UI and/or blueprint.
- The pixel format should be a component, ov…
-
Issue #302, that enormous discussion that hovers around fexprs and Kernel but sometimes veers out into the unknown and asks really deep and important questions about computation itself (and how it's m…
masak updated
1 month ago
-
The only issue that I could _find_ about operator overloading currently #19770, although it's currently closed and doesn't have many details.
# Goal
Operator overloading should be used to creat…