Pascal Blessing

Results 18 comments of Pascal Blessing

Can do, but probably only by next week

Okay, is the intended use of `addPersistedQueries` to call it and use the returned value or does it only enhance the existing network interface? Replace: ``` let networkInterface = new...

As I see it now with `return Object.assign(networkInterface, { /* */ }` the existing object is enhanced, so it might be the better option to just not return the modified...

This simply disables iNoBounce if there is scrolling in X => rubberbanding in Y, right?

I am currently experiencing the same problem. @lazd could you elaborate on that? Measuring the direction sounds like a doable task, but what then? While trying to find a solution...

I absolutely see that problem. Any non-blocked scrolling in Y will cause bounce in that scenario. Is the bottom line that we (at least currently) can't do anything about it?

While the initial dialog didn't allow me to manually provide the song path, closing the dialog to have the application start without paths set up and then going to Options...

That seems reasonable, I was wondering about the usefulness of having to reimplement Path on any platform that runs on a system like Windows, Mac or Linux. Not sure if...