Martijn Saly
Martijn Saly
Then maybe an option to switch between "distance" and "offset", where the latter one is what I was missing?
I understand your point. I was referring to an option to switch between setting the abstracted distance and explicit X/Y values.
I guess so. A slider is definately the way to go for something like this. But since shadow size is seldom negative, maybe not put zero in the middle, but...
As long as it's possible to gradient from a transparent color to an opaque color :)
I called it write-only because it feels that way. I didn't find a way to change one corner once I had set other corners. I agree that the UI should...
I guess it was just unintuitive. But I recon it's challenging to create a clear GUI for complicated settings like these.
Even if I change it to `exposes: [ "jQueryFOOBAR", "$" ]`, that identifier `jQueryFOOBAR` is **nowhere** to be found in the **entire** bundle that is being produced. It's as if...
What kind of usage do you mean? Just `webpack --config webpack.config.js --progress` and watch an `app.js` being built. Turns out if i change ``` test: require.resolve('jquery'), ``` To: ``` test:...
I think Sqlite may have been a suboptimal choice. It's really slow for deleting records. Like REALLY slow. There are optimisations that can be done, but these will only make...
Come to think, maybe it has to do with the way Windows handles resolution/display changes. Since I'm accessing the program on a remote VM on the home server over RDP...