laund

Results 200 comments of laund

After quite some messing around, i found a good workaround: I was able to use turf.kinks to find the kinks, buffer them to a polygon, and union this with the...

I assume that has an actual shift key? I would strongly recommend having some keyboard-independent way to unindent, as many keyboards won't have normal shift.

Heres my workaround: ```js single_feature.on("change", (e) => { const geom = e.target.getGeometry(); const first = geom.getFirstCoordinate(); const last = geom.getLastCoordinate(); if (first[0] !== last[0] || first[1] !== last[1]) { const...

> Can you provide a code snippet that shows how you register and listen for the "feature change events" you mentioned? I already had originally, in step 3 of **To...

This is how far i've gotten with pure CSS, but there seems to be a jquery-based animation involved which i obviously can't influence in CSS. This makes the modal itself...

Oh, i specifically looked for a way to disable animations and somehow didn't find that. Still, i think the default speed for the Kanban Modal is too slow even for...

I'm sorry if this is slightly offtopic, but with how many things OpenTelemetry is, its hard to find this info: Are you aware which, if any, of the backends support...

I've got it to work on linux using `bash -c "sqlfluff format --nocolor --disable-progress-bar --dialect postgres - 2> /dev/null && sleep 0.1"` Note: it won't ever format the example query...

> Hello, @mhils , @laundmo can you give more clarification on this? Please ask for concrete information, i do not know what part you want clarification on and i tried...

that's probably the most plausible way forward. It would probably be nicer if it wasn't needed at all but I can't judge that. I already outlined the 3 solutions I...