Onur Yıldırım
Onur Yıldırım
When installed via NPM 3.x following error occurs bec. of path issues: ``` shell Warning: Command failed: /bin/sh -c "/Users/onury/projects/node_modules/grunt-titanium/node_modules/.bin/titanium" status -o json /bin/sh: /Users/onury/projects/node_modules/grunt-titanium/node_modules/.bin/titanium: No such file or directory...
`grunt-titanium` will throw: ``` shell Fatal error: You must be logged in to use grunt-titanium. Use titanium login. ``` But when you do `titanium login`: ``` shell Command has been...
I think this is a must since it's the only vector format widely supported. Most web and mobile developers need to generate resized JPGs, PNGs from **SVG** images.
It'd be useful to add ability to change/override the styles for chat screens for each LLM.
**What version of Ajv are you using? Does the issue happen if you use the latest version?** 4.8.2 **Ajv options object (see https://github.com/epoberezkin/ajv#options):** ```javascript { allErrors: true, format: 'full', useDefaults:...
Add CLI
I'd like to use jszip in package.json scripts and/or from command line. Is this possible?