Tim Lee

Results 71 comments of Tim Lee

Recently, I've tried to make site-configs for wallabag server and I noticed some XPATH problem like this issue. You should check `log/html.log`. Graby uses the [php-readability](https://github.com/j0k3r/php-readability) to process HTML, and...

I'm sure and agree your opinion that VC(IDE, tools) and cl are the best option on Windows system. I've developed some programs on Windows and I know there is a...

The patch can be like the below. It needs `-Wa,-mbig-obj` with optimization level like `-O2`. I tested many times. I don't know why it makes error when no optimization flags....

> heavily templated libraries may exceed that limit I couldn't think about template optimizations! Thank you! I forgot that openfst is heavily template library. Other template library like [fmt](https://github.com/fmtlib/fmt) uses...

> `src/include/fst/float-weight.h:99:2: error: #error "Please compile with -msse -mfpmath=sse, or equivalent." #error "Please compile with -msse -mfpmath=sse, or equivalent. Actually It's not related with the MinGW. You are using `i686-w64-mingw32...

If you on mac, you need `pyobjc-core` and `pyobjc` modules to install `automagica`. Try the following. ``` pip install pyobjc-core pyobjc pip install git+https://github.com/OakwoodAI/Automagica.git ``` `pip install automagica` gives `......

@karlicoss I have 1k+ annotations. It's not many. But it seems to be quite slowly to load it at first when I'm trying to link it to org-roam notes. How...

> Let me know if you want any guidance, there might be some rought edges, especially with all the extension shenanigans. > > And by the way you'll be very...

@karlicoss Is it a good idea to use JSON file as annotation storage? I had implemented web annotator using [RecognitoJS](https://github.com/recogito/recogito-js) some weeks ago to make Promnesia plugin for Joplin. RecognitoJS...

My laptop is Dell Inspiron 7501(i7-10750H CPU @ 2.60GHz 16GB RAM). I don't think this laptop is a slow environment. But some machine such as RPis and AWS light-sail(1 core)...