Gabriel Lasso

Results 12 issues of Gabriel Lasso

Allow operations like ```kt list.indexOfFirstOrNull { /* condition */ }?.let { // Operation with index } ``` Just like I can do it with `list.firstOrNull {...}?.let {...}`

Standard Library

**Is your feature request related to a problem? Please describe.** I want to install curiefense in a cluster that already has istio installed. A successfully installed curiefense itself using the...

enhancement

**Describe the bug** I forked the default profile and now I can't save after editing it. **To Reproduce** Steps to reproduce the behavior: 1. Go to urlmaps 2. Fork the...

bug
ui

**Describe the bug** When I click to delete a profile, I don't know what happens, but it goes wrong (and I also become unable to save, like in https://github.com/curiefense/curiefense/issues/543) **To...

bug
ui

Instead it fills the convex hull of the polygon Example: ```nim import drawim proc draw() = background(220) fill(255,0,0) beginFilledShape() vertex(100, 100) vertex(300, 300) vertex(500, 100) vertex(300, 200) endFilledShape() run(600, 400,...

Both Kotlin/JVM and Kotlin/Native would be nice :)

If I add padding to my tableview and click on the padding area, the code in onUserSelect runs. I think it wasn't supposed to happen, since I didn't selected any...

It would be nice of we can use Precompose with Compose HTML. You can use this template to try it out: https://github.com/JetBrains/compose-multiplatform-html-library-template I changed the main.kt to: ```kt class CounterViewModel:...

# Description - Adds GraphSearch, BinarySearch and Dijkstra in Kotlin