Joshua Wilkeson
Joshua Wilkeson
So after looking around, I came up with this ``` $payment->setDetails([ 'METHOD' => 'SetExpressCheckout', 'VERSION' => '108', 'L_BILLINGTYPE0' => 'RecurringPayments', 'L_BILLINGAGREEMENTDESCRIPTION0' => "first item", 'L_BILLINGTYPE1' => 'RecurringPayments', 'L_BILLINGAGREEMENTDESCRIPTION1' => "second...
I see there's [this](https://github.com/popcorn-official/popcorn-desktop/wiki/Setting-up-Socks5-Proxy-in-Linux) readme but it doesn't go into any detail about how to specify username/password, can anyone elaborate? `popcorn-time --proxy-server='socks5://user:pass@host:port' %U` doesn't seem to work
Using a Dockerfile to specify the image seems to fix it.
Is there a workaround for this?
The rag_service with solely `enabled = true` in its config and nothing else caused a massive influx in API calls to OpenAI, 100% CPU (1 core)/2.88GB RAM usage, my account...
@omarcresp this is a repo with similar rag functionality to maybe borrow or draw ideas from if wanting to flesh out this feature in avante more thoroughly [https://github.com/PromtEngineer/localGPT](https://github.com/PromtEngineer/localGPT) just throwing...
I noticed this too but only with certain models, mainly deepseek. It looks like the output is being saved in memory and never released.
Not trying to be rude or anything but is anyone at the helm on telescope.nvim? I see it's 5 months since the last commit or am I mistaken? Necessary PR...
> @xeon826 feel free to install from my fork https://github.com/cascassette/telescope.nvim instead which has cwd_only options for both marks and jumps > > No promises about maintenance or even checking the...