Cyrus Ghazanfar

Results 10 issues of Cyrus Ghazanfar

I'm building a gem and added memcached as a dependency but then when I add it: ```Ruby require "coinmarketcap/wrapper/version" require "coinmarketcap/wrapper/api_client" require "coinmarketcap/wrapper/coin" require "coinmarketcap/wrapper/market_data" require 'json' require 'api_cache' require...

Right now when I login using `JWTCookieAuthentication` as auth backend, `LoginView` returns the user object along with the `pk`. Is there a way to remove the user instance `pk` from...

Currently I have this implementation: ``` urlpatterns = [ ... url(r'^api/password_reset/', include('django_rest_passwordreset.urls', namespace='password_reset')), ... ] ``` Then when a user requests a password reset I send an email using the...

**Questions** Hey! I am trying to tune the relevance of my field search result based on another field numerical value (the field is in another model). Looking at the [ES...

question

Hey, love the repo and want to contribute. There was some set up that needed to be done in order to correction run the application locally. I will add a...

I am considering implementing a new tool to give LLMs the ability to send SMS text using the Twilio API. @hwchase17 is this worth implementing? if so I'll submit a...

When installing requirements via `poetry install -E all` getting error for debugpy and SQLAlchemy: debugpy: ``` • Installing debugpy (1.6.7): Failed CalledProcessError Command '['/Users/cyzanfar/Desktop/llm/langchain/.venv/bin/python', '-m', 'pip', 'install', '--disable-pip-version-check', '--isolated', '--no-input',...

Hey man how can I start the program after downloading the repo ? thanks!

I'm trying to run DrissionPage on a EC2 Linux in headful mode using xvfb but I am unable to pass the cloudflare challenge page when normally when running headful on...