Sourabh Cheedella

Results 74 comments of Sourabh Cheedella

Would you like to publish it so others can find it?

If I can contribute, I'm looking for a simliar option as @zphj1987 because I find the default delay between key presses too *slow*... I would love to find a way...

I have a simple redirect at `docs/index.html` that contains: ```html ``` where one should obviously replace `{{project-name}}` with their project name. This way I can generate my documentation directly with...

Because the idea is that you can have multiple modules within a project. It would be great if you could have a simple `-O` flag that does this, but I...

I'm no expert at Python packaging, but I'll try to explain what I can: A project can consist of multiple packages. The bare minimum that qualifies a package in a...

Just want to chime in-- I agree with @kernc. Subpackages mean something else-- they are sub-packages meaning they reside under a package. To the other point, it is indeed possible...

Sorry, I didn't want to respond further, but your classification/understanding is misleading and I don't want to leave the state of the thread at that. Classifying this as the "border"...

Thanks for the reply. You are correct, I work in environments where I cannot use dockerhub APIs. I have found it immensely easier to write scripts that check for labels...

@sjourdan Sure, it's pretty simple imo. I have a version-controlled config file with the pinned versions of the docker images I use. Every day, I have a scheduled task that...

Another quirk of the un-Pythonic `metaclass` requirement: invalid attributes (of a class that uses `JSIIMeta` as a metaclass) don't throw `AttributeErrors`. Instead they return quietly as None... I suspect there's...