Etay Cohen-Solal
Etay Cohen-Solal
Suggesting `git-from` from https://github.com/ET-CS/git-from `git-from` is an extension of git clone, allowing to create a new repo based on a template repo. Usage git from `git-from` will look for a...
Hi. I am using django-htmlmin to pre-minify my html templates before rendering them on-line. I prefer to pre-minifying my templates instead of minifying the rendered html each time the server...
I am trying to minify .html file with: ``` python html = "..." from htmlmin.minify import html_minify html = html_minify(html) ``` If I put any hebrew letter inside the html...
I've added 3 new options, so users can set their own custom string in 'Value', 'Min' and 'Max' texts: - customValueText - Set the value text to any custom string...
Hello. I am using this code to download file from S3 bucket // key, secret and bucketNames are valid vars auth, err := aws.GetAuth(key, secret) if err != nil {...
## Version @toast-ui/react-editor: "1.0.1" tui-editor: "1.4.4" ## Test Environment Windows. react: "16.8.6" ## Current Behavior When onBlur to the `Editor` it triggers when the user clicks on any of the...