code-maven.com icon indicating copy to clipboard operation
code-maven.com copied to clipboard

The content of the Code-Maven site

Results 20 code-maven.com issues
Sort by recently updated
recently updated
newest added

https://code-maven.com/flask-upload-multiple-files When we upload new pdf files , pdf files still remain on the website and new ones get added. Is there any alternate logic to update page and show...

- We are defining a data variable to hold the content of file. - Whats the scope of this variable? Can it be used in other stages also or it...

https://code-maven.com/groovy-read-from-stdin I read your article at the URL above, and can confirm that from within an IDE (IntelliJ IDEA), when running the code in a "Run" window, System.console() returns null,...

https://github.com/szabgab/code-maven.com/blob/976ad68c467d557621f11a451f7b8926fa15e54a/examples/python/wc.py#L26 This should be changed to

https://code-maven.com/add-image-to-existing-pdf-file-in-python Could you please add comments to what the code is doing?

https://code-maven.com/minimal-example-generating-html-with-python-jinja Thanks for your amazing jinja example. One suggestion: The first example could be simlified a bit with `pathlib` ```py from jinja2 import Environment, FileSystemLoader from pathlib import Path root...

https://code-maven.com/combine-pytest-reports Hi 👋 I have decided to develop a utility that is able to merge several pytest-html reports. Very useful to those running pytest suites in parallel and want to...

https://code-maven.com/jenkins-pipeline-running-external-programs Description: run python script on node, it's ok . but run it with jenkins-pipeline , it will notify ModuleNotFoundError.

https://code-maven.com/jenkins-readfile-writefile Could You please file replace add in that code

This patch series does the following: * Fixes typos and grammar. * Makes comparisons more consistent. * Constructs optimized Python code in steps. However: * I have not tested the...