Ehsan
Ehsan
I tried different crates, It's not limited to reqwest, [curl crate](https://docs.rs/curl/latest/curl/) mentioned OpenSSL: ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Error { description: "Failure when receiving...
i removed the `rust-analyzer` from `lvim.lsp.installer.setup.ensure_installed = { ... }` then hints showed up.
I'm having the same problem with Bun and Nuxt 3.10, a workaround is: ```js const apolloc = useApolloClient(); const apollo = useApollo(); ```
I have The same issu. ubuntu server 16.04 , python 3.6 , virtualenv i tried installing build-essential but it was not helpful.
Thanks! I installed `build-essential` , `python3.6-dev` , `python3-setuptools` and `python3-dev` , then I ran these commands on the cloned khayyam: `python setup.py build_ext --inplace` `nosetests` (it gives me errors though)...
I made some pre-build versions here for those who can't build it. just extract and copy in your `site-packages` folder instead of installing with `pip` : https://github.com/ehsanonline/khayyam_pre_build