Keerthi
Keerthi
Here is what I have. ``` $ocLazyLoad.load({ name: 'TestModule', insertBefore: '#load_css_before', files: ['/myservice/test/css'] }); ``` /myservice/test/css is actually a RESTful URL endpoint on the server-side generating a CSS file dynamically....
Is there a way to force the mapper to use setters to populate a POJO? When my POJO has overloaded constructors the mappers expects an exact constructor matching the arguments...
**Lorien version:** 0.6.0 **OS/device including version:** Windows 11 **Issue description:** Line thickness of objects (rectangle, circle, etc.) does not match that of handwritten text for the same brush size. Only...
It would be nice to have some keyboard shortcuts to select colors from the palette. Perhaps use the number keys. Keys 0 through 9 can be assigned to a color...
How do you use this in a clustered environment where more than one instance of the scheduler might exist? Is there a feature similar to quartz cluster mode (https://flylib.com/books/en/2.65.1/how_clustering_works_in_quartz.html)?