TasMot
TasMot
Updated code to use a Generic type for Id (especially so that Strings are allowed). May break if a non-displayable type is used
The existing array has a string id in my app. It would take a lot of effort to create another key. However; Typescript supports generics. The interface can be converted...
I like faster, but I don't know what the SESSID even is. Could you explain a little more about it and how to get it? Thanks, Tom
PlJava adds functionality that is fantastic. However; it is problematic in that it needs a -private- build from source in order to make the jar available. Is there any chance...
Has there been any attempts to install Pl/Java into an AWS RDS Postgres database? If so, is there any guidance on how to accomplish this installation? And/or does anyone have...
I don't know where else to stick this so that it can be found by others that may need it, so I'm sticking it here. My Pl/Java code wasn't working...
I am developing with Drools (A Business Rules Management System). The startup of each rule service is a two part process. The first step is to instantiate a "container". This...
This method: ` public String convert(Object o) { if (o == null) { throw new IllegalArgumentException("Null argument forbidden"); } else if (o instanceof Date) { return this.convert((Date)o); } else if...