Joshua Reed

Results 13 issues of Joshua Reed

During my unit testing I got a warning that a socket was left open. ``` ResourceWarning: unclosed ``` For now, I'm doing... ``` class Site(SuperSite): """ Adding enter/exit methods to...

Hey, finally got around to submitting this PR. I was using work's Office for Sharepoint. How can I setup a minimal Sharepoint for testing? Worse still, my personal is Linux,...

For my API, I send a few alter session statements on connect. I would like to be able to specify an on connect hook such that recycled connections run said...

**Feature Request** I get csv output from a command. I would like a way to give `Daru.from_csv` a csv string for parsing instead of a path. In Pandas I do:...

Hey, I just came to Daru from Pandas. I write a lot of scripts at work that report out in the terminal. With Pandas I simply `print(df)` and possibly change...

difficulty: intermediate

### Is your feature request related to a problem? I'm trying to implement Application Sets from any namespace. But then I need a ClusterRole for the application set controller much...

enhancement
argo-cd

Breaks the helm charts out into individual charts with a superchart pattern. generally by pulling this branch down it can be used in the same manner it always was via:...

**Is your feature request related to a problem? Please describe.** Operators seem to add an additional level of complexity and in this case it seems it only adds reconciliation to...

I have a Helm chart that only installs ClusterIssuers. A set of Custom Resource Objects. Flux does a great job of installing the objects, but the Helm Release objects do...

The file /src/pplatex/site_scons/envhelper.py is auto generated and it appears to use an inconsistent tab/spacing scheme. As such, I can't build the package. Of course it's quite likely I'm just missing...