-
### Summary of issue:
Right now, whether a class's object representation includes a vptr is implicit from the presence of virtual functions. Should it be explicitly declared?
### Details:
…
-
Consider:
```c++
struct S {
void f(this S);
};
```
Today, the IFC has no way of representing the explicit object parameter member function `S::f`. We could fix this by creating a new type to …
-
### What happened?
The `Object` spec has a `forProvider.manifest`, which is a [raw extension](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#rawext…
-
users might also like to *explicitly* convert to:
- a base SI representation, like kg m³ / s², e.g. `expr -> base`
- a shortest-possible representation, e.g. J·m e.g. `expr -> shortest`
- to the …
-
All implicit generated IDs such as the ID for `Foo` is generated as `FooId`. While much of the documentation uses “ID”, the code representation is incorrect casing where “ID” is the standard abbreviat…
-
### Issue To Be Solved
Cadence should have in built support for Enums with String raw type, instead of only integer based raw type. This is a standard feature of Enums expected of high level la…
-
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
Add Implicit AutoEncoder architecture
**Describe alternatives you've considered**
Bu…
-
### Feature request
The provided examples that leverage LangChain to create a representation all make use of `langchain.chains.question_answering.load_qa_chain` and the implementation is not very t…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Version
equal or higher than v1.16.0 and lower than v1.17.0
### What happened?
If I install Cilium and follo…
-
We have: `def crossover_one_point_ind(self, sol1, sol2): # coarse only`
This makes sense because a "one-point crossover" means choosing one "split point" somewhere in a linear genome.
However, …
jmmcd updated
3 weeks ago