-
**Context**
I am currently investigating if I can use xsdata for consuming a SOAP service that I have to integrate with. So far, I see a lot of good stuff. I'm using xsdata-pydantic, and am very ha…
-
The following model is not handled correctly:
```java
public class ModelWithTypeParams {
class Child {
private T field;
public T getField() {
return field;
}
}
pri…
-
Naive layperson food-for-thought question after skimming through some of the docs and codebase:
Could we make use of S3 (or [S7](https://rconsortium.github.io/S7/) if we want to be forward-looking)…
-
This issue comes from the following [Discuss thread](https://discuss.ocaml.org/t/type-errors-in-polymorphic-oop-visitors/12357/1).
Consider the following "tree with a visitor method" definition in …
-
### Bug report
Defining a variable type with an inline `@var` that nests the same generic class produces wrong types when calling methods on such variable:
```php
/** @var Foo $nestedFoo */
$nes…
-
## Wants
- Import other qalam files to allow for code modularization
- use syntax like `import utils from "./utils.qlm"`
## General Tasks
- [x] Add tokens for `import` and `from` (scanner.rs)
-…
-
The next feature I intend to work on is making the static type checker more robust when dealing with public functions and classes. I hope to figure out a way to split this into multiple incremental pu…
-
`Database.find_*()` maybe should extend the CouchDB mango syntax with `type`:
```python
{type: Foo, "spam": "eggs"}
```
So if your classes were:
```python
class OldFoo(AttrsRegistry.Docume…
-
Maintenant que tu as vu comment fonctionne le type `objet` en JavaScript.
Laisse-moi te parler des `classes` de JavaScript. Entre avec moi dans le monde de la Programmation Orienté Objet (ou POO).
…
-
Version: pip `0.1.16`
Sometimes the ordering of classes in the generated python is improper so that base classes appear after derived classes that require them. Seems to be a function of the number…