-
Suppose I have
```julia
@theory Eq{T} begin
eq(x::T, y::T) :: Bool
neq(x::T, y::T) :: Bool
end
```
it'd be nice if I could specify that all instances of `Eq{T}` automatically get a met…
-
## Bevy version
The release number or commit hash of the version you're using.
## \[Optional\] Relevant system information
If you cannot get Bevy to build or run on your machine, please inclu…
-
As I thinking about `batsat`s non-chronological backtracking with theory propagation I started wondering what requirements the theory propagation had, eg. "a theories explanation of a propagated liter…
-
Timmermans, Stefan and Iddo Tavory. 2012. [“Theory Construction in Qualitative Research: From Grounded Theory to Abductive Analysis.”](http://static1.squarespace.com/static/54282b13e4b0e88c57a39d51/t/…
-
lets go into self reflective, auto semiotic, stream of conciousness, free style, note taking, neologism constructing mode. consider the construction of the polynomial, each prime base carefully chosen…
-
Being able to use Catlab in Pluto notebooks would be great. In conjunction with semagrams (https://github.com/AlgebraicJulia/Semagrams.jl/issues/35) this would create a powerful reactive environment f…
-
- [ ] [Best way to add knowledge to a llm : r/LocalLLaMA](https://www.reddit.com/r/LocalLLaMA/comments/1ao2bzu/best_way_to_add_knowledge_to_a_llm/)
# Best way to add knowledge to a LLM: r/LocalLLaMA…
-
We want to solve the problem that users need the correct ordering of angles and distances without a hack. Two considerations:
a) How to implement this?
b) How much does the player need to be inv…
-
I found a bug when I attempt to mix metaclasses w/ `dataclassy`. Here is what I was doing:
```python
@abstractdataclass
class ConverterAPI(Generic[ABIType]):
...
@abstractmethod
de…
-
#### Version
8.8+alpha
#### Description of the problem
I would like to see primitive projections + eta on by default in the standard library, especially for types like `and`, `prod`, `sig`, `…