Shrikanth Upadhayaya

Results 8 issues of Shrikanth Upadhayaya

Given that oak can be transpiled to js, is it: 1. Possible, 2. Desirable given the goals of the project to allow interop with js libraries? (Sorry if this is...

question

**Describe** Currently, the mini-player is a horizontal toolbar: In comparison, some other players (e.g. IINA, iTunes) have a "vertical" mini-player: Over a few weeks of using Cog, my biggest issue...

Hey! I want to upstream some of the changes we're making to py-allspice, which we forked from py-gitea. I'm wondering if we can set up an automated formatter for this...

# Description of the bug The certs in the docker image are out of date and fail to connect a WebDAV server that is using a cert based on a...

I have an instance that's on a subdomain, eg: lemmy.example.com. I can use it on the web and it works on Lemmur, but in Remmel the add button remains greyed...

### Subject of the issue Hey. I found an ordering based test issue and promptly started a bisect. We don't use random ordering, so I didn't run with --seed. ###...

Consider this example: ```py class X: x: int ``` used to patch: ```py class X: x: str ``` `ApplyTypeAnnotationsVisitor` will *not* change the type annotation on `X.x` to `int` even...

bug
codemod

Hey! Over in py-allspice, we recently added [a script](https://github.com/AllSpiceIO/py-allspice/blob/main/scripts/generate_attribute_types.py) that uses `sys.setprofile` to identify the attributes in API objects and their types. This is really useful information when working with...