Srinivas Lade

Results 23 issues of Srinivas Lade

I have been writing a parser for a simple calculator that can store variables. For some reason, the parser keeps on throwing an ambiguity error even though it does not...

Based on the discussion from #104. Since I ended up hacking Logos to get this functionality working, I thought that I could publish it and get some comments. As of...

### Related problem I am working on Nushell support for pytest when I ran into this problem. I would like to use the text that has already been written in...

enhancement
completions

When I migrated a setup using the normal runner module to the multi-runner module, I had some trouble getting it working because some of the input names differ. It would...

I'm a contributor of the [mpi4py-mpich](https://pypi.org/project/mpi4py-mpich/). Its a fork of mpi4py that include binaries of MPICH so that users don't need to install MPICH as a system dependency. We have...

This PR addresses issue #374. It provides a way for users to specify how they would like Python integers to be converted into Java (whether to treat them like an...

Fixes [mypyc/mypyc#902](https://github.com/mypyc/mypyc/issues/902) This PR finds references of `typing.TYPE_CHECKING` or `typing_extensions.TYPE_CHECKING` and optimizes them to `False` in mypyc.

I'm using [scikit-build-core](https://github.com/scikit-build/scikit-build-core) to build a fairly large Python project with multiple C++ files. There are some Python files that I want to optimize, so I'm using Cython. `scikit-build-core` doesn't...

feature

### Checklist - [X] I added a descriptive title - [X] I searched open requests and couldn't find a duplicate ### What is the idea? It would be nice if...

Partially implements #278. This PR supports internally storing multiple categories for sub-dependencies (dependencies of dependencies specified in source files) and including that information in the lockfile, following the syntax specified...