Pham Cong Dinh
Pham Cong Dinh
Hi, I have some practical cases that I implement using Redis with limited success due to lack of transaction support. # UC 1: Personal properties User can track her own...
I just read the docs and found no information that Sophia can store a list of values as value of a key. `sp_set` can be used for such cases providing...
**Describe the bug** Vibora documentation describes a method named `add_component`. https://github.com/vibora-io/vibora/blob/master/docs/components/initial.md However, it does not exist. **To Reproduce** I installed Vibora 0.0.6 via pip3, Python 3.6 ``` Type "help", "copyright",...
Hi all, I have a PDF file https://secufiles.com/awP7/Grammar_and_Vocabulary_for_Advanced.pdf When I use pdf2htmlEx 0.18.7 (poppler 0.81.0, libfontforge 20170924, cairo 1.15.12) to generate a HTML version, what I receive is a HTML...
Hi, I am unable to compile pdf2htmlEX Here are errors that I got ``` [ 10%] Building CXX object CMakeFiles/pdf2htmlEX.dir/3rdparty/poppler/git/CairoFontEngine.cc.o In file included from /tmp/pdf2htmlEX/3rdparty/poppler/git/CairoFontEngine.cc:43:0: /tmp/pdf2htmlEX/3rdparty/poppler/git/CairoOutputDev.h:144:8: error: ‘void CairoOutputDev::setDefaultCTM(const double*)’...
Hi, I installed Emerald Wallet 0.9.0 RC3 2 days ago. I already opened it 2-3 times. Today I attempted to open it again but it was uninstalled. This happened again...
Hi, Where can I find the full list of options like "skipImages" as seen in the following code? `` document.SaveAs("kittens.pdf", "pdf", "skipImages") `` E.x: If I want to embed images...
There is no `app.add_component` in `master` branch source code. Alternative method is `app.components.add()`. I changed the document accordingly