Maira Usman

Results 11 comments of Maira Usman

``` /* LINKS */ a:link, a:visited { color: var(--link-fg); transition: color 0.15s, background 0.15s; } a:focus, a:hover { color: var(--link-hover-color); } a:focus { text-decoration: underline; } a img { @@...

I believe there are some errors in this branch, including commits attributed to me that I did not make. Therefore, I've decided to create [a new pull request](https://github.com/django/django/pull/17883) .

@knyghty ,I have updated the code and it's now working as expected. Could you please review it at your convenience? ![image](https://github.com/django/django/assets/99428378/7282a0f1-27c2-4b7b-9912-a9c1fad35200)

@mcmasterg , I want to work on it. We can create another repository for it and make it as a submodule .

# VECTOR STORE INSTRUCTIONS For store instructions there are 3 types of operations based on addressing modes (mop) : 1. Unit Stride has further 3 types of instructions based on...

## Vector strided: Vector strided instructions are a type of vector load and store instructions that allow data to be loaded or stored from memory with a specified stride. The...

are these only changes I must do, or are there any more requirements ? ``` def _running_eventlet_server(app): """Context manager that starts the app in an eventlet server and returns its...

Hi @rpsene, I've added an example for setting options and I'm using trunk for formatting—please let me know if the changes look good or if you'd prefer a different format.

Thank you for your feedback, @IIITM-Jay. I'll certainly delve deeper into the potential implications of our existing code on older Python versions. I'm encountering a minor challenge with my GitHub...