Leah Hanson

Results 13 comments of Leah Hanson

Unfortunately, no the repo isn't open-source. `ginkgo -r` and `ginkgo ./...` seems to behave identically. Examining the output of `ginkgo -v` in one of the packages was really useful! Our...

It's both, in that opening either can be very slow. The in-progress ones are worse because the currently running step is open by default, so you don't even get a...

/remove-help because the solution to implement has not been chosen yet.

@rojkov it looks like you have already made some good changes for this issue. Are you planning to submit a PR, or interested in help testing your change? We're interested...

Is the work to be done here one of the following? (a) Write docs for when `--experimental-upload-certs` needs to be passed (b) Print a warning/error when `kubeadm init phase upload-certs`...

I get the same issue using Python 3.9.9 on mac: ``` >>> from itty import get, run_itty Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.9/site-packages/itty.py", line...

🤦🏻‍♀️ Ok, I found the correct repo for python3 support: https://github.com/toastdriven/itty3/ (Just leaving a breadcrumb here for anyone else who ends up here.)

`methodswithdescendants` depends on `methodswith` showing the functions. I see the same behavior as you: ``` julia julia> using IntModN test_constructor ok test_arithmetic ok test_matrix_inverse ok test_power ok Integer(:ZR,0.125) (:ZF,0.125) ZRing...

To make `methodswithdescendants(Integer, lim=20)` work better, I can change it to deal with Modules differently. It could always look in `Base` or allow specifying which modules to look in or...

Yes, I can make it take a list of modules. It feels like there should be a cleaner way to make this scoping work, but a list should at least...