Noor Dawod

Results 6 issues of Noor Dawod

Hello and thanks for this wonderful tool. I looked around for a function that can convert a `string_with_underscores` to a camelCase format `stringWithUnderscores`, but I cannot seem to find such...

help wanted
question

Hi, and thanks for the plugin! There will be trouble for anyone wanting to use it, however, as it uses quite old dependencies of some plugins. ``` Because no versions...

I have many models which contain other models, for example (Kotlin code): ```kotlin data class Car( val name: String, val doors: Int ) data class Park( address: String, cars: List,...

Hi there, and thanks for this fine piece of software! 🎉 I'm currently moving away from FreeMarker and I'm 99% sold on Pebble – except for one important factor (for...

I'm developing a website with both `rtl` and `ltr` languages. However, the component is trying always to align the dialog to the right of the input box, even in `rtl`...

I'm developing a web app that shows a dialog (a sort of form) with its own title and scrollable content area (`overflow-y: auto; overflow-x: hidden`). When the color picker dialog...