Christopher Mead

Results 125 comments of Christopher Mead

Does this library work with Python 3?

This will fix it: _DICTIONARY = [bytes.decode(word) for word in _DICTIONARY] (at the same place as the code monkeython mentioned in his code snippet.) This fork has the change in...

Hi, I'm using the webhook after learning about botkube from a PR for kubewatch. I use the webhook to start tests automatically post deploy. The webhook is a huge improvement...

Great. Thanks, @Fdawgs !

### Verified Fixed Positron Version(s) : 2024.07.0-107 OS Version : OSX ### Test scenario(s) library(gt) towny |> dplyr::select(name, census_div, starts_with("population")) |> gt() |> fmt_integer() |> cols_label_with(fn = function(x) sub("population_", "",...

### Verified Fixed Positron Version(s) : Main on 10/22/24 at noon MST OS Version : OSX ### Test scenario(s) Tested with plot: ``` import pandas as pd import matplotlib.pyplot as...

Note that I have turned off an on the setting terminal.integrated.shellIntegration.enabled and retested and have tried a few workarounds to no avail.

Note that the very simple example: ``` from dash import Dash, html app = Dash() app.layout = [html.Div(children='Hello World')] if __name__ == '__main__': app.run(debug=True) ``` does display in my viewer,...

It does appear to work most of the time for me now. I do occasionally see: ![Image](https://github.com/user-attachments/assets/7cb9e6ab-df90-4dc2-bb96-e7d4457c983e) but then it works anyways. We have clearly made headway here so I...

### Verified Fixed Positron Version(s) : 2024.12.0-12 OS Version : OSX ### Test scenario(s) Looks good most of the time. I think sometimes it fails due to it being a...