Aldo Nicolas Bruno
Aldo Nicolas Bruno
Hi, is there a kind of Scall that can be applied on a scheme function that returns multiple values? By example: `#define CALL0(who) Scall0(Stop_level_value(Sstring_to_symbol(who)))` `ptr p=CALL0("open-string-output-port");` How to get the...
There should be a way to show a tooltip on mouse hover or to suggest some user action...
I've found an annoying bug in beast http client when handling chunked encoding... Some servers send both content-length and transfer-encoding: chunked Currently beast raises an error if both headers are...
I'd like to preserve the parsed format for integral numbers, like `num=0x1234` should output `num=0x1234` I don't see any support for this, would like to implement it, what would be...
Problem: ``` > (load (spheres/markup sxml-parser)) > (xml-string->sxml "CIAOMONDO") *** ERROR IN # -- Unbound variable: spheres/core#base#string-null? ``` after fix: ``` > (load (spheres/markup sxml-parser)) > (xml-string->sxml "CIAOMONDO") (*TOP* (html...
``` ((sxpath '(// DOCUMENT @ PAGEOBJECT) doc)) *** ERROR IN %%loop4849 -- Unbound variable: spheres/markup#sxpath#ntype?? 1> ``` Actually I can't find any definiton to `ntype??`. The closest thing is `xlink:ntype??`
When building qskinny with both `-DBUILD_EXAMPLES=OFF `and `-DBUILD_PLAYGROUND=OFF`, cmake cannot find the QtQuick library. Probably it gets pulled as part of QuickWidgets and WebEngine