Jonathan Chang

Results 11 issues of Jonathan Chang

- [x] I tried updating to the latest version. - on revision 63a595850648b02baf01fbb7328b271c08bbd61c - [x] I Am on macOS ## Description Accessing width and height properties of assets no longer...

bug
enhancement

#### Input [→ View on sorbet.run](https://sorbet.run/#%23%20typed%3A%20true%0Aclass%20A%0A%20%20extend%20T%3A%3ASig%0A%0A%20%20sig%20%7Bparams(args%3A%20String).returns(String)%7D%0A%20%20def%20bar(*args)%0A%20%20%20%20args.join%20%22%2F%22%0A%20%20end%0Aend%0A%0Adef%20main%0A%20%20my_args1%20%3D%20%5B%22a%22%2C%20%22b%22%5D%0A%20%20my_args1%20%2B%3D%20%5B%22c%22%5D%0A%20%20A.new.bar(*my_args1)%0A%0A%20%20my_args2%20%3D%20%5B%22d%22%2C%20%22e%22%5D%0A%20%20my_args2%20%3C%3C%20%22f%22%0A%20%20A.new.bar(*my_args2)%0Aend) ```ruby # typed: true class A extend T::Sig sig {params(args: String).returns(String)} def bar(*args) args.join "/" end end def main my_args1 = ["a", "b"] my_args1...

bug

https://github.com/Homebrew/homebrew-core/pull/58499 ``` /tmp/rawtoaces-20200828-93437-1359dxi/rawtoaces-1.0/lib/rta.cpp:1455:54: error: no member named 'baseline_exposure' in 'libraw_colordata_t' _baseExpo = static_cast < double > ( R.color.baseline_exposure ); ~~~~~~~ ^ ```

`city.c` conditionally includes `citycrc.h` if the macro `__SSE_4_2__` is defined, which it is on all processors sold in the last decade. However, this file is not checked into git and...

- [x] Have you followed the [guidelines for contributing](https://github.com/brewsci/homebrew-bio/blob/master/CONTRIBUTING.md)? - [x] Have you checked that there aren't other open [pull requests](https://github.com/brewsci/homebrew-bio/pulls) for the same formula update/change? - [x] Have you...

* Update to CMake-based builds * Use .dylib extensions on macOS - [x] Have you followed the [guidelines for contributing](https://github.com/brewsci/homebrew-bio/blob/master/CONTRIBUTING.md)? - [x] Have you checked that there aren't other open...

Fixes build error: ``` clang++ -Wno-write-strings -std=c++17 -I/opt/homebrew/Cellar/poppler/22.11.0/include/poppler -c -o pdftoipe.o pdftoipe.cpp xmloutputdev.cpp:156:29: error: too many arguments to function call, expected single argument 'start', have 3 arguments state->getLineDash(&dash, &length, &start);...

Compilation fails on clang due to a naming clash: ``` /tmp/mpboot-20200316-35235-1sckd9h/mpboot-1.1.0-Source/optimization.cpp:638:5: error: reference to 'vector' is ambiguous dg=vector(1,n); ^ /tmp/mpboot-20200316-35235-1sckd9h/mpboot-1.1.0-Source/optimization.cpp:99:9: note: candidate found by name lookup is 'vector' double *vector(long...

- [ ] https://github.com/maxim-belkin/homebrew-xorg/pull/748 - [ ] libgudev - [ ] libomxil-bellagio - [x] https://github.com/maxim-belkin/homebrew-xorg/pull/735 - [ ] libvdpau-va-gl - [ ] libwacom - [ ] libxxf86misc - [ ]...

Hi there! I'm a maintainer for Homebrew and I've just updated our formula for `jnethack` to 3.6.6-0.1. You can see the full changes here: https://github.com/Homebrew/homebrew-core/pull/64347, but to summarize: * `sys/unix/hints/macosx10.10`:...