0-issue
0-issue
@gwsw @sdaoden Any chance this will go in? I actually came here on GitHub to file a feature request to be able to navigate OSC 8 links. I would like...
@gwsw OSC-8 has a possibility to change how we interact with man pages, and ``less`` is at the end of the pipe for viewing man pages (it's a roff pipe)....
@rkd77 Tried installing with various js engines, here's my assessment: 1. spidermonkey -> doesn't work as the homebrew version is different than what elinks requires. aarch64 lags in version it...
@rkd77 I built and installed many libs from that, the compilation progresses, but gives this error now: ``` [CC] src/ecmascript/libdom/mujs/document.o document.c:622:3: error: expected expression char *str = get_uri_string(document->uri, URI_HTTP_REFERRER); ^...
@rkd77 Now I get the following error (clang/clang++ aarch64 macOS): ``` [CXX] src/ecmascript/libdom/mujs/mapa.obj mapa.cpp:101:2: warning: 'auto' type specifier is a C++11 extension [-Wc++11-extensions] auto value = (*mapa).find(node); ^ mapa.cpp:126:18: error:...
Compiled with your change, but I don't notice any change in behavior for the initial cursor on directory listing. Compiled with mujs, and otool -L shows elinks is linked to...
@rkd77 Works with that! Btw, is there a test website to text javascript related features like form, search, etc? The same readthedocs documentation page's search box doesn't run javascript successfully....
@rkd77 Hi there, spider monkey mozjs-115 is now available on macOS ([spidermonkey brew package](https://formulae.brew.sh/formula/spidermonkey#default)). I tried replacing "mozjs-102" with "mozjs-115" in configure and configure~, before running make. Now I get...
@rkd77 Nah, something has regressed in the compilation on macOS. I had previously built with mujs. But now it seems to give similar error as above even for mujs. Here's...
That didn't work, tried with gcc too.