Pål K Halle

Results 13 comments of Pål K Halle

I had the same problem. It's not as easy as "do not set the cursor then" as the other answers here suggest. Instead of: ```js map.getCanvas().style.cursor = 'default' ``` You...

Nice. I'd really like this to be merged. I'm trying to show vertices only while in direct_select mode.

@oodavid I know - it's a shame that contributions like your PR don't get released. I asked myself the same thing and found #933, but two years later I'm not...

I am surprised that this seems impossible. The fixed color of "silver" is acceptable with light themes, but is way too obtrusive with dark themes. Dark mode is one of...

You won't believe how many hours I've wasted to find out why the console showed "Invalid or unexpected token". I hope this gets fixed ASAP. This is especially a problem...

If regex isn't possible it would be very helpful to at least have startsWith and endsWith.

This also happens when I don't want to update existing rows: ```csharp context.BulkInsertOrUpdate(items, new BulkConfig { PropertiesToIncludeOnUpdate = new() { string.Empty }, CalculateStats = true }); ``` Actual affected rows...

Such an event would be very useful. The _fromResize_ trick above was not reliable enough for my needs. I ended up using this solution instead: ```js map.on('movestart', onMapInteraction) function onMapInteraction(event)...

If possible, what is the recommended way of doing this with the latest version (6.4.0)? Something like this, in combination with bootstrap 5.3 would be awesome: ```scss html[data-bs-theme=light] { @import...

Thank you for the quick reply and thorough explanation. Your example almost worked as-is with the default theme, but I got an error from sass-loader: `Function not found: k-try-shade`. I...