Paul Mucur

Results 13 issues of Paul Mucur

Embiggen currently uses Ruby's standard [`Net::HTTP`](http://ruby-doc.org/stdlib-2.2.2/libdoc/net/http/rdoc/Net/HTTP.html) library to perform HTTP requests but this is not open for extension (e.g. to configure proxies or swap out entirely). It might be better...

enhancement

@gogainda [suggested](https://github.com/mudge/re2/pull/48#issuecomment-782714323) I report the following [build error when trying to test re2 against TruffleRuby HEAD](https://github.com/mudge/re2/pull/48/checks?check_run_id=1942571651): ``` *** Error in `/home/runner/.rubies/truffleruby-head/bin/truffleruby': malloc(): smallbin double linked list corrupted: 0x000000000b4ce570 *** =======...

cexts

Based on discussion in #12, reconsider the API provided by `Vimrunner::Client` to: - Provide raw access to the `--remote-send` and `--remote-expr` interfaces; - Allow for the execution of commands and...

Given the following test script: ```ruby require 'mathematical' renderer = Mathematical.new(format: :png, ppi: 300.0) File.write('test.png', renderer.render('$x$').fetch(:data)) ``` Running it on macOS 13.2.1 with 1.6.14 produces the following image: ![test](https://user-images.githubusercontent.com/287/225605679-c35c4a0e-29a5-4423-8b76-f0762c7a47ba.png) Running...

help wanted

The documentation for this SDK builds fine with Doxygen 1.8.17 (as indicated by [the comment in the `DoxygenLayout.xml`](https://github.com/raspberrypi/pico-sdk/blob/6a7db34ff63345a7badec79ebea3aaef1712f374/docs/DoxygenLayout.xml#L2)) but has at least two issues when upgrading to the latest version...

documentation

From @flavorjones: > verify what's in the gem manifest -- are there any surprising files that you don't need? example at https://github.com/sparklemotion/nokogiri/blob/main/scripts/test-gem-file-contents

packaging

From @flavorjones: > verify what symbols are being exported by the precompiled C extension I strongly suggest checking that one and only one symbol be exported, Init_re2 you can check...

packaging

As mentioned in https://github.com/mudge/re2/pull/138#discussion_r1521442743, the `re2.pc` pkg-config file generated by [RE2](https://github.com/google/re2) contains libraries from two directories: RE2 itself and its sole dependency, Abseil (note I’ve populated `PKG_CONFIG_PATH` prior to this...

The format string used when formatting changelogs for debs accidentally implied a 12-hour clock (e.g. 15:00 would produce 03:00) when it should be a 24-hour clock. This is evidenced by...

size/XS

Specifically: * Update the documentation for the new wfpanel plugin which replaces the built-in user interface * Update all screenshots with the latest Connect website * Prefer the new rpi-connect...