AbdealiLoKo

Results 102 issues of AbdealiLoKo

### Description I have a component where we use routeConfig - https://angular.io/api/router/ActivatedRouteSnapshot#routeConfig I couldn't find a way to stub this value ### Proposed solution It would be great if we...

enhancement

The chrome launcher works fine on Mac OSX and Linux. It would be great to have a "ChromeWSL" option which allows me to run my karma on WSL but opens...

I am currently using jnius, and was looking into jpype for some of my machine learning usecases to see how jpype behaves in general. (Refer: https://gist.github.com/AbdealiJK/1dd5b7677435ba22f9ab3e26016bb3e7) I found that the...

bug
notice

For a long build, it is useful to have timestamps. It would be great to have a timestamp in the front with a cli arg. Example: ``` [hh:mm:ss DD:MM:YYYY] tests/add_text_tests.pyTestStarList.test_basic...

enhancement

Earlier we were assuming that openpyn_path was always found in the PATH and we got that from shutil.which() But if it is not found, we assume that the command being...

I have installed openpyn in my anaconda envrionment as I normally use that for all my python dependencies (and don't install system python from apt/yum/etc.) I ran: ```bash $ apt...

I have the following db structure: ```python from sqlalchemy import Column, Integer, String, ForeignKey from sqlalchemy.orm import relationship class Author(BaseModel): __tablename__ = 'author' id = Column(Integer, primary_key=True) first_name = Column(String(255),...

I'm trying to run shap in a server for some users in a production pipeline. And it was unusual for `tqdm` to be a rquired dependency here. https://github.com/slundberg/shap/blob/master/setup.py#L104 For cases...

### General information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: MacOSX 10.15.3 - **ElasticHQ Version**: v3.5.12 - **Elasticsearch Version**: 7.6.0 - **Python version (ignore is using docker image)**:...

Would be nice to have an example for oracledb-xe. Possibly with https://hub.docker.com/r/quillbuilduser/oracle-18-xe as the docker ? There was a dicussion about this at https://github.com/oracle/docker-images/issues/1156