Dennis Padiernos
Dennis Padiernos
I set up mod-morph for the backspace key so that shift-backspace sends the delete keycode. Most operating systems have a keyboard shortcut for delete (e.g. [shift-delete ](https://defkey.com/what-means/shift-del)) which prevents the...
Currently, there is no documented way to have an on-screen keyboard launch with lightdm-mini-greeter. Having an easy way to do this would make this greeter ideal for touch-enabled devices. Something...
Similar to https://github.com/netlify/build/issues/1149, as a node user, sometimes, I would need to run some command before `npm install` is run so that my build will not fail. One scenario where...
As a user, I want to have a build-image that is more streamlined with less hardcoded dependencies. Since we now have Homebrew integrated with the build-image, most of things that...
` Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info...