Ian Whitestone

Results 25 comments of Ian Whitestone

Hey folks, just wanted to check, is `glom.glom(target, ([lambda t: t if t['id'] == pk else glom.OMIT], glom.T[0]))` still the best solution, or is there a better way to do...

I ended up implementing [this hack around](https://ianwhitestone.work/zappa-zip-callbacks) using the zip callback which runs a python function after the deployment package is created and cleans up unwanted files that match any...

I ran into this today as well. Would need to be fixed throughout all the chapters, and would probably need to bump `requirements.txt` to enforce the matplotlib version where this...

Would be great to have an example for binary classification as well if possible. There's an un-verified example here: https://discourse.pymc.io/t/binary-classification-example-using-the-recently-added-bart-model/6420. If we do draft something up and release, it would...

Would also be good to highlight what permissions are required for the GITHUB_TOKEN

I wonder if it has to do with specifying the port. Action works fine for me when using an SSH server with default port 22. after changing the port (lets...

Yeah i think that was it. I just forked the repo: https://github.com/ian-whitestone/action-ssh ```yaml steps: - name: Test SSH connection uses: ian-whitestone/action-ssh@master with: debug: false hosts: '${{ secrets.MAC_C2_USERNAME }}@${{ secrets.MAC_C2_HOST }}'...

+1 on this request, was trying to do the same thing in order to make the rings more visible.

Any updates on this? I'm running into the same issues as people have mentioned above. In the sonar logs it shows that is succesfully parses the coverage report: ``` INFO:...

👍 this makes sense to me. Only alternative I can think of is having this specified at the downstream (dependent) model level. i.e. same values but different meanings: * `skip`...