Vishal Das
Vishal Das
This feature can be added by changing url to fetch with appropriate parameters. I don't make any changes right now. Feel free to diy and submit a PR!
> I have observed a few points, mentioning here instead of creating another issue when I searched for Lizol what happened > > * got 40 results whereas Flipkart it...
How can `float!` be useful here? I don't think it will resolve issue regarding number not being able to stored in heap with precision. Am I missing something here? https://github.com/PaddiM8/kalker/blob/9b55f894427b84b43065579bbf3900eb7d46daf6/kalk/src/kalk_value/mod.rs#L23-L38...
I believe it has something to do with the fact that `float!` macro always get an f64 value because parsing of Literals was done with `f64`. https://github.com/PaddiM8/kalker/blob/e9c9e81d078d1adacde7168ed318fa44b612b7c9/kalk/src/ast.rs#L22 https://github.com/PaddiM8/kalker/blob/e9c9e81d078d1adacde7168ed318fa44b612b7c9/kalk/src/ast.rs#L13-L30 So no...
I have changed a lot of things in codebase to fix this. Everything compiles and test out just fine with `rug` feature enabled as well as disabled. Making a PR...
As I suggested before, it is best to fetch page yourself handling pagination and then use the scraper api to extract page information. I didn't add support of pages officially...
I used this crate v0.20.0 with wasm-bindgen, which used to compile and run just fine. But since v0.21.0, there seems to be some issue with allocator. With console error hook,...
> [@dvishal485](https://github.com/dvishal485) Hey were you able to resolve this? I am having the same issue No, I wasn't able to solve the issue on my own. Didn't try out any...