prasanna

Results 12 issues of prasanna

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

`=> ERROR [builder 12/12] RUN go build -o main . 6.2s ------ > [builder 12/12] RUN go build -o main .: 0.407 go: downloading github.com/gin-gonic/gin v1.7.1 0.409 go: downloading github.com/gin-contrib/gzip...

``` import pyexcel_ods3 data = pyexcel_ods3.get_data("foo.ods") pyexcel_ods3.save_data("new1.ods",data) ``` I Dont't want to New file. i want to edit file the and save the file

Make some Icon for Github Profile and Linkedin Profile in Deedy-Resume

## Checklist - [x] I've searched for similar feature requests. Yes --- ## Enhancement request … --- ## Problem it solves ``` $ make test \n\n\033[0;32m### Running tests ### \033[0m\n...

enhancement
new

#### What does it implement/fix? Explain your changes. Updated the README to improve clarity and ease of installation for users. #### Where has this been tested? Python Version: Python 3.11.2...

#### What does it implement/fix? Explain your changes. fix the re.error #393 global flag (like (?s)) that is not placed at the very beginning of the expression. In Python versions...

### Describe the bug I am using Windows 10 and Git Bash for the terminal in Visual Studio Code, and it is working well in Git Bash terminal and WSL....

Bug

``` # Use the official Python image with version 3.7 FROM python:3.7 # Set the working directory inside the container WORKDIR /app/middleware # Copy the requirements file into the container...

This can be vulnerable to SQL injection attacks if user input is used in search or columns. It's better to use parameterized queries.