Simone
Simone
This is an awesome tool, but I am wondering wheter one could modify the plugin to produce css with relative measures for positions and dimensions. Do you think this could...
When trying to minify files within a directory whose name has dots, the error `EISDIR` occurs. GruntFile I used is ``` module.exports = function(grunt) { //configuration grunt.initConfig({ uglify: { all:...
This is not actually an issue, but a request. Is there a way ot pass Parser [options](https://github.com/mishoo/UglifyJS?tab=readme-ov-file#parse-options) to a task?
According to documentation, when `broadcastPastEvents` is true, `maxNumberOfDays` past events are showed, however, what actually happens with the default calendar ``` https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics ``` is that only events to come are...
After launching the app, and granted the "owner" priviledges, I can still see the navigation bar. Can I permanently hide it?
I would like to disable the native drag behaviour on Android, which moreover - prevents items to be dropped within my windows (but only outside, i.e. on other apps) -...
This seems an awesom yet simple solution to a basic problem, but I would like to bult the apk for my particular devices. Can you share the code of the...
My installation work perfectly, but when I try to get all the translations with `getCatalog` I get only the current locale translations. ``` const i18n = new I18n({ locales: ["en-US",...
When trying to browserify with ``` browserify --node ./test.js > bundle.js ``` this `test.js` file, containing one row: ``` require("node:fs") ``` I get this error ``` Error: Can't walk dependency...
I use the gallery just in fullscreen mode, its hidden normally, and showed up onlly when the user cliks on some specific ``. I do not use browser fullscreen because...