Kemal Zebari

Results 54 comments of Kemal Zebari

I personally went with returning `application/octet-stream` in my implementation, and it seems the [servo](https://github.com/servo/servo/blob/f08ba0f6fff3cde89d326316b33c86a880b46739/components/net/mime_classifier.rs#L102) browser engine does the same. I haven't been able to find anything for [Chrome](https://github.com/chromium/chromium/blob/e84aa293974f82fa1d6ea983bf51ddbe5ea2e5f7/net/base/mime_sniffer.cc), but this...

@tcl3 Thanks for the review! I do feel like your changes addresses the issue more directly than my change so I'll modify my PR description to reflect this

https://github.com/cgre-aachen/gemgis/blob/8bb2c7c19d6610da720a865013815dd61d9acd44/setup.py#L16 Not sure if this is the case, but my best guess is because of this line in `gemgis`'s `setup.py` file. It could be the case that because `install_requires` has...

@gaborbernat We should close this as its been resolved in v2.9.0.

I can confirm that this is happening. I have pipdeptree dev dependencies installed, and a virtual environment created by doing the following: ```console python -m venv --system-site-packages venv ``` So...

I do have another guess as to why this is happening. It could be that it depends on where `pipdeptree` is installed. If it's installed in the global site packages,...

> I've got the same issue on Windows 11, Python 3.9.13, `pipdeptree` version 2.13, `pip` version 23.2.1. > > It does not list `Django` as top level package in the...

> I can confirm the behavior with `pipx` and `poetry`. > > Let's install `pipdeptree` with `pipx`, system-wide: > > ``` > $ pipx install pipdeptree > installed package pipdeptree...

> Now let's I install a Poetry project: > > ``` > $ git clone https://github.com/kdeldycke/meta-package-manager.git > (...) > > $ cd meta-package-manager > $ poetry install > (...) >...

I haven't been able to reproduce this when using pipdeptree==0.13.1, biom-format==2.1.5, and pip==18.1 (using this pip version since pidpeptree would crash with modern pip and it was released close to...