fumoboy007
fumoboy007
`XBounds` looks for data entries on the boundary of or outside of the visible range. However, there may not be any such entries for a particular data set. Imagine a...
(Requires major version bump due to default behavior change.) Currently, fields are optional by default, which means go-env will not return an error if an environment variable is missing. There...
# Reproduction Steps 1. Enable Hush. 2. Go to https://www.cvs.com/minuteclinic/covid-19-testing. 3. Select an appointment slot. 4. Scroll down to the “Consent & acknowledgements” section just above the Submit button. #...
`_dyld_register_func_for_add_image` is called during `dlopen` but before the Objective-C classes in the image are loaded. The effect of this is that the interposition(s) for a given class are run on...
To make swizzling more robust, it would be ideal if the return/argument types of the swizzled implementation could be checked against the original method. As for how to do that…...
CocoaPods support, please. =)
`numpy` [supports](https://github.com/numpy/numpy/releases/tag/v1.21.3) Python 3.10 starting with version `1.21.3`, so we need to upgrade `numpy`. Fixes #1484.
## 🐞Describing the bug `scripts/test.sh` fails to find `pybind11_tests`. ## Stack Trace ``` Test session starts (platform: darwin, Python 3.9.12, pytest 5.3.4, pytest-sugar 0.9.4) rootdir: /Users/fumoboy007/Downloads/coremltools, inifile: pytest.ini plugins: sugar-0.9.4,...
## 🐞Describing the bug `scripts/test.sh` fails to install `h5py`. ## Stack Trace ``` Building wheel for h5py (setup.py) ... error ERROR: Command errored out with exit status 1: command: /Users/fumoboy007/Downloads/coremltools/envs/coremltools-py3.9/bin/python...
Is there a reason we are not forwarding `isKindOfClass:` to the distant object? I think that would make the most sense since users are more likely to want to check...