Paul Mucur

Results 27 comments of Paul Mucur

Re how the `doxygentoasciidoc` library for the Raspberry Pi Pico C/C++ SDK book does this: We parse the raw Doxygen XML output into a tree of `Node` objects and then...

See https://github.com/jekyll/minima/issues/709

Internet Explorer will not allow changing the `type` attribute of `input`s (c.f. [the jQuery `attr` documentation](http://api.jquery.com/attr/#setting-several-attrs)), so you'll need to create a new input with something like: ``` javascript $('');...

Hi @p-himik, I’m glad you found the library useful! Adding support for the XMLModifier API sounds good if there’s an ergonomic way we could present this in Clojure. Unfortunately my...

Thanks for sharing that, @p-himik.

The newly released rake-compiler-dock 1.5.0.rc1 might be relevant here: https://github.com/rake-compiler/rake-compiler-dock/releases/tag/v1.5.0.rc1

Given all the caveats described in https://github.com/rake-compiler/rake-compiler-dock?tab=readme-ov-file#linux-gnu-and-musl-important-details, I’m inclined to agree with @flavorjones in https://github.com/sparklemotion/nokogiri/pull/3111#issuecomment-2057809887 to wait until all supported platforms have a version of RubyGems and Bundler that work...

Looking at https://github.com/flavorjones/mini_portile/blob/52fb0bc41c89a10f1ac7b5abcf0157e059194374/lib/mini_portile2/mini_portile.rb#L327-L334, perhaps my particular issue is because Abseil comes with over 180 individual `.pc` files so there isn't a single file to reference and pre-populate `$MINI_PORTILE_STATIC_LIBS` with before...

FWIW we explicitly restrict our search for static replacements of libraries to the two `lib` directories of our recipes in re2 but I wonder if it would be as safe...

In case it is of any use, I had some time today to try and spike a mix of how your `mkmf_config` works and how we're currently handling it in...