AbdealiLoKo

Results 102 issues of AbdealiLoKo

pip install works even if some of the main dependencies like java are not found. Currently the package asks for the zxing java library's path. Which isn't very helpful for...

#### Operating system and version: Centos 7 #### `nvm debug` output: ```sh nvm --version: v0.39.2 $SHELL: /bin/bash $SHLVL: 1 whoami: 'root' ${HOME}: /root ${NVM_DIR}: '/opt/nvm' ${PATH}: ${NVM_DIR}/versions/node/v16.18.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin $PREFIX: '' ${NPM_CONFIG_PREFIX}:...

root / multiuser issues

We're trying to setup a online developmenr environment for our users - and are trying code-server. We're using it for static HTML pages for website development, and I was hoping...

enhancement

I am looking to test my application with Encrypted and Unencrypted SAML responses. Can I configure the docker container to give me encrypted SAML responses using my test SSL certs...

I was trying to write a standalone component in angular 15 And I tried: ``` @Component({ selector: 'my-login', templateUrl: './login.component.html', styleUrls: ['./login.component.scss'], standalone: true, imports: [SharedModule, FeatherModule.pick(ChevronRight)], }) ``` Which...

I have a model which uses EnumType from sqlalchemy called `category`. When I try to dump some information in my schema with `Related(column='category')` It throws an error that Enum cannot...

The library currently cannot be installed on py2 because of `setup_requires=">=3.6"` So, remove code for python 2

Following the conversation on https://github.com/CamDavidsonPilon/lifelines/issues/188 Thought I'd create this issue so it can be tracked and a solution can be found. It would be awesome if we can figure out...

I am not sure if this is even possible. But it would be awesome to have a button which was for "copying to clipboard" on my laptop. This makes it...

I am seeing cases where the coverage in coveralls does not match what I expected. I have a test (which is passing in my CI) that goes something like this:...

coverage-discrepancies