Lokesh Dokara

Results 10 issues of Lokesh Dokara

The usecase is that different devices have different alignments for a particular c struct. This raises the need for different numpy datatypes to be registered as same ctype which requires...

The steps mentioned in the documentation for `mysqlclient` are not working as expected and is raising the following error ``` ImportError: libmysqlclient.so.1020: cannot open shared object file: No such file...

With commands like `s3funnel my-bucket PUT * --add-prefix=folder/ --threads=10 --put-full-path --verbose` it would be better if it can automatically put files in subfolders creating a directory structure.

In the default code generated by Sketch Panel UI Framework, there is no `onOpenDocument` function in Panel/Panel.js while we have default `onStartup` and `onSelectionChanged` functions. ``` "handlers" : { "actions"...

Sketch Panel UI Build Fails if there is a space in path of source root. The following script fails with error `No such file or directory` ``` # Copy .js...

I have noticed that students can see all the test cases, that are being checked by looking at the `tests` folder. Is there a way to hide the tests from...

Looking for a way to integrate verification of domain using [DNS-01 challenge](https://letsencrypt.org/docs/challenge-types/#dns-01-challenge) Usecase: Need to keep the server behind a firewall, which is accessible through specific whitelisted IPs. Letsencrypt does...

## Context I've noticed that Zappa is ignoring certain files during packaging. I believe this issue is caused as we are trying to exclude packages already builtin to the python...

enhancement
documentation

### Is your feature request related to a problem? Please describe. `pip.conf` can be used to configure Pypi mirrors or alternate indexes. Pipenv does not respect this. Having a `pip.conf`...

pip.conf

The Python Client picks most of its configuration like `streamName` from `.properties` file. Is there a way to pick them from environment variables?