Fritz Lekschas

Results 168 comments of Fritz Lekschas

Just out of curiosity, is there a reason why the file extension was switched?

I think the breaking change was introduced in #584 > New vertex array object interface breaks compatibility > For most users this should be a very easy upgrade, but I...

Just in case somebody else stumbles upon this ticket and wonders "should I use webpack-serve"? `webpack-serve` is now deprecated! > DEPRECATED. Please use webpack-dev-server (he is in support and update...

Just as a reference, @elrumordelaluz submitted a PR to `webpack-serve` regarding this matter: https://github.com/webpack-contrib/webpack-serve/issues/117 Since it's much more involved than I thought it would be I am not sure it's...

@digitalcraftco It defines whether a new task should be spawned or not. See https://github.com/gruntjs/grunt-contrib-watch#optionsspawn Removing `spawn` from options does avoid but not fix the issue.

@josdejong there is not. This ticket is also more aimed at a way to bin the modal to a DOM element other than body rather then true nested in the...

@nltesown Interesting suggestion! Do you know if this is a tested approach? I'm open to change the implementation but I want to make sure it works properly on the majority...

@nltesown I've tested the `pointer-events` only approach but it doesn't work. My guess is that the WheelEvent (which is not a PointerEvent) is not disabled. Here's an example demo: https://svelte.dev/repl/b63bc130e4474fe384373bd01391796a?version=4.0.1...

Closing this issue as I don't have any plans to address different shapes any time soon. It might come in v2.

Is this still an issue?