drenda
drenda
I've this error during compiling: `if [ ! -d bcg729 ]; then \ git clone git://git.linphone.org/bcg729.git; pushd bcg729 ; git checkout 1.0.3; popd; \ fi cd bcg729 && sh autogen.sh...
I'm using Spring Boot, Spring Data Rest and this library. I followed this tutorial https://www.baeldung.com/rest-api-search-language-rsql-fiql and everything works fine. I've a problem when a field is an enumeration. In this...
The example created using archetype is useful but not enough. Actually it opens more questions than the ones its replies to. Would be much more interesting have a simple, but...
Hi, is this library dead? i made a try to make it works but I receive a timeout during registration. Thanks
I open this new ticket because I see other issues related to Generics are for developer team. I've this mapper that use generics: ``` @Mapper(componentModel = "spring", unmappedTargetPolicy = ReportingPolicy.IGNORE)...
Hi, I'm trying to use the library into my Angular 7 project. I created a service like this: import {Injectable} from '@angular/core'; const AmiClient = require('asterisk-ami-client'); ``` @Injectable() export class...
This is not a bug but a feature request: is possible to group models from the same origin package (Java -> Angular Typescrypt) in different folders? I've more than 300...
Hi, I've this error after some times my class try to load an external jar file. java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:3230) at java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:113) at java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:93) at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:140) at org.xeustechnologies.jcl.JarResources.loadJar(JarResources.java:201)...
Hi, I'm a server side Java app (run with maven jetty) and I need to load, when required, a plugin.jar that is outside the classpath. I do this with this...
I've a problem with TextArea. I'm using this code ` ` where I'm using `matAutosizeMinRows` & `matAutosizeMaxRows` properties (https://material.angular.io/components/input/api). I thought was my fault and I opened a ticket on...