q2apro

Results 96 comments of q2apro

For tables, the plugin `ep_tableau` seems to work: https://github.com/mamylinx/ep_tableau

Seems to be here: https://github.com/tuupola/lazyload/pull/429/commits (not added to the core yet) File: https://github.com/tuupola/lazyload/blob/2a4fbfc0b702057338724f8ed2cd09c7db17f403/lazyload.js Further, see here: https://stackoverflow.com/q/11398005/1066234 And with version 1.x: https://github.com/tuupola/lazyload/issues/246 - File: https://github.com/tuupola/lazyload/blob/1.x/jquery.lazyload.js

I debugged by: if(!curl_exec($ch)){ die('Error: "' . curl_error($ch) . '" - Code: ' . curl_errno($ch)); } which gave: > Error: "SSL certificate problem: unable to get local issuer certificate" -...

I am not sure if I can send the image data by `"src" => "data:image/jpeg;base64,".base64_encode($uploadedFile),`. **The `trial` credentials do not work either!** Can you help me out?

Got it to run, just have seen now that I **need to pass the credentials as HEADERS** and not as post data. This is the working code: ``` $uploadedFile =...

In other words, defining a DIV would be valid. From their website: ``` let options = { root: document.querySelector("#scrollArea"), rootMargin: "0px", threshold: 1.0, }; ```

I have finally tried it, but it does not work. No lazy load trigger when I scroll the DIV up/down. I have a fixed width and height for the DIV...

I think it is smarter to show the menu directly where the mouse was released. Change [line 148](https://github.com/xdamman/selection-sharer/blob/master/src/selection-sharer.js#L148) `var top = topOffset + self.getPosition().y - self.$popover.height();` to: `var top =...

To search through archived notes is **absolutely necessary**. Like in all other note taking apps I know. Please add this with high priority.

In other apps, something like this is mostly achieved by plugins. But yes, this would be a great feature: Revision History for Memos.