Yuri Timenkov
Yuri Timenkov
What I would like to see is not that only "one' or "two" are executed, but **either** "one" **or** "two" are executed on a given path. Imagine that both tests...
It's fine, I realized that I can hack js directly in the extension folder. Problem solved until the next update 😂 Just to make sure: it's not about using venv,...
This is not the same. It's not about python version, it's about the extension using python environment which is set up for different purposes. I have multiple venvs in multiple...
A first link in Google for pipx actually give a very good case: https://pycon.switowski.com/02-packages/pipx/
Won't any preprocessor-based solution miserably fail on templates? Like `std::map` already looks like not a valid macro argument...
I also thought that it may be a good idea to just use `char8_t` for `pugixml::char_t` since UTF-8 is used internally anyways. I think if consumer could define `PUGIXML_TEXT` and...
> Separately, char8_t as char_t won't work because of reliance on some CRT functions like strcmp. Oh, I didn't look that deep, but it feels like case for `std::char_traits::compare`... I...
Is there any progress on this? As mentioned in https://github.com/zeux/pugixml/issues/73#issuecomment-551153613 there is no need to depend on any new functionality, just provide an overload which accepts size parameter (which already...
> The biggest issue ... is the overload issues with xml_attribute::set_value / xml_text::set, where bool overload is now selected instead of string_arg one (which is probably fixable by keeping the...
I had same goals in #747. Extending interaction via HTTP is also possible, however on its own it has some corner cases, for example if service was unavailable at the...