-
```
The current implementation is not serializable. If we load a huge amount of
data each time when starting, this may limit the usage. However, if it is
serializable, we can load it once and serial…
-
```
The current implementation is not serializable. If we load a huge amount of
data each time when starting, this may limit the usage. However, if it is
serializable, we can load it once and serial…
-
### Use case
The current implementation of our Logger is fairly stringent when it comes to types and objects allowed in the logs when compared with the Python implementation.
For instance, in Py…
-
Would you mind elaborating on why unsigneds can't be supported?
I'd recommend making a new GitHub issue 'support unsigned ints' (I could make the issue if you like) and adding the link in the sourc…
-
```
// BobMainScript.dll
[Serializable]
public class usercmd.SettingAttr : System.Object, ProtoBuf.IExtensible
// Fields
private System.String _Name;
private System.UInt32 _SchId;
priva…
-
This is my issue that came out when I was working on Filters for the view schedule. Since Schedule filters are not inherited from `Element` class they are not being assigned the `Id` nor `UniqueId` va…
-
I'm wandering if is possible to manually define the structure of a request body object. This could be useful in all that cases where REST service not accept a well defined pojo Object but a generic Se…
-
```
Helo,
Thanks for the very useful hibernate generic DAO, your code is.
I'm getting a little problem working on nested attributes and collection of
mapped objects.
=== Classses ===
public class …
-
```
Helo,
Thanks for the very useful hibernate generic DAO, your code is.
I'm getting a little problem working on nested attributes and collection of
mapped objects.
=== Classses ===
public class …
-
Hello 👋
Thank you for all the work you've invested in putting this together. I have a question that perhaps isn't ultimately specific to the Adonis+Remix combo (moreso for `lucid` + client-rendere…