Aravinda Baliga

Results 16 issues of Aravinda Baliga

I am developing a simple application where I would like to read the files from a remote URL and add them to the `@ExampleObject`. I am able to achieve this...

I am using `Konvajs/Vue-Konva` within my `Vuejs/Nuxt` application. Using `Konva` I am creating the `Rect` shape dynamically at run time. Now I would like to use some sort of `Connectors`...

In short, I would like to perform the `unmarshalling` [as mentioned here](http://blog.bdoughan.com/2013/06/moxys-xmlvariablenode-using-maps-key-as.html) but along with `Map` I will have one more `@XmlElement`. So one field is annotated with `(Map field)...

I am using the `JAXB/MOXY` within my application and it reduces my code drastically. However, I am facing a small issue due to the `@XmlPath`. I tried a lot of...

I wanted to add some information regarding the Privacy statement to the static website that I am developing using the `Hugo` with `Docsy` theme. I have added a folder `content\en\privacy\_index.md`...

I am trying to add the `vue-simple-alert` package to my `Nuxt.js` application but it's not working at all. I have followed below steps: 1. Install and add the package to...

I was previously using the following version of the JSON Schema Validator and everything was working fine when I was validating the JSON against the respective JSON Schema: com.networknt json-schema-validator...

@jerosoler I am using the Drawflow library in my Nuxt 3 application with composition API but for some reason, I get the following error: ``` The requested module '/_nuxt/node_modules/drawflow/dist/drawflow.min.css?t=1706078236271' does...

I am using the `vue-select` with `vee-validate` within my `Nuxt 3` application but the problem is that when the selected option text is too large then the `` goes to...

bug

I was asked to file this issue against `Jackson-Databind` based on the discussion on the [Google-Forum](https://groups.google.com/g/jackson-user/c/3nEe6Fopk64/m/vDcllBmSCAAJ?utm_medium=email&utm_source=footer). Basically, the problem is that when `Jackson Custom Serializer` is called against 2 fields...