Mudassir Chapra

Results 50 comments of Mudassir Chapra

> parser type must also be added to parse.py inside valid_files dictionary to allow the tool to call that specific parser when that specific filename is detected. This section suggests...

I keep failing the test because I am running it on a mac. These lines in question are the cause: https://github.com/intel/cve-bin-tool/blob/36ff40f8c7e0576b413ddedb130a8a72275162ff/cve_bin_tool/version_scanner.py#L230-L236 Is there a workaround?

My environment is 3.10 on Windows. Thank you On Wed, Jun 14, 2023 at 2:42 PM Jackilion ***@***.***> wrote: > I ran into the same problem. I used python 3.9,...

There was also a `_fit_ax`, I have renamed all of it. ```diff -def _fit_axes(ax): +def _fit_axes(axes): """Help for plot_matrix. This function redimensions the given axes to have labels fitting. """...

> When we get a chance we'll add this feature. > > for the new feature I propose we make this way: > > ```python > spreadsheet.batch_merge(merges: Dict[str, MergeType]) >...

> [#1419 (comment)](https://github.com/rafaelvcaetano/melonDS-android/issues/1419#issuecomment-2756335100) The original issue seems to be marked as complete, but the ghosting is apparent in other games as well. Tested on Pixel 6, Android 15. I have...

Should I add the changes as deprecation or code?

Would this be a good deprecation quote? - :bdg-danger:`Deprecation` The parameter ``ax`` has been replaced by ``axes`` in ``plot_contrast_matrix`` and ``plot_design_matrix``. (:gh:`4476` by `Mudassir Chapra`_)

What should I add as the target version?

Not working on Samsung S25 Ultra on Android 16 as well