-
My data is stored and retrieved perfectly fine, really good job, thank you!
However, I use the js's class system to help me organise my data into models that have a number of getters that are usefu…
-
I noticed in your readme you complained about having too many classes and say that you're open to advice.
That being said, my best advice would be to create more general objects in your code. For ins…
-
I've noticed that after parsing a schema, the `description` field of instances of several classes remains `None`. I haven't exhaustively tested this, but at least for message and field tags the descri…
-
https://leanpub.com/isaqbglossary/read#Aggregation
https://leanpub.com/isaqbglossary/read#Association
https://leanpub.com/isaqbglossary/read#Composition
I'm totally struggeling with these definitions…
-
Can business assemblies be shared between WPF and MVC applications?
The Csla4-02 Objects book says “…allows you to create business classes that can be used to build Windows, Web, Silverlight and Wi…
-
Currently, the openid4vc library provides interfaces that are more geared towards being a framework for use in the Wallet Kit than providing the necessary isolated functions as expected by the Issuer …
-
### Describe the feature
Hi;
Has anyone had any success serialising any of the POCO classes to XML? I've tried both `XmlSerializer` and `DataContractSerializer`, but they both freak out for differ…
-
I've noticed my app with crystal 0.32.1 seems to "monotonically increase" in the amount of RAM it uses over time. I can use valgrind to find "real C level memory leaks" but if the source is in crysta…
rdp updated
11 months ago
-
```
When I first defined a diagram editor in the Spray DSL, I wrote something like
that:
class State :
container ( )
{
text ( ) { name };
}
Then I opened the diagram e…
-
```
When I first defined a diagram editor in the Spray DSL, I wrote something like
that:
class State :
container ( )
{
text ( ) { name };
}
Then I opened the diagram e…