KE programmer
KE programmer
> I guess maybe this means that `==` means something slightly different for `dict` than I expected? This is what is said in the official docs: https://docs.python.org/3.8/library/stdtypes.html#mapping-types-dict >> Dictionaries compare...
As I software engineer getting into ML, I also noticed that notebooks tend to do * imports and initially found it odd (since in typical python coding in the software...
> Hey @programmer-ke , I am very new to contributing and It's stuff , can you please elaborate what is to be done ? > > change_this_search_string = 'a..xlx' does...
Hey @sethmlarson, so I've been looking into this. Just to confirm my understanding, the plan is to support HTTP2 proxying via forwarding using the full destination URL, but not to...
I've just seen this issue addressing my last question: https://github.com/urllib3/urllib3/issues/3303
I was also looking for a way to support multiple domains via emailwiz about a year ago, and ended up working on a new script from scratch (ansible, not bash)....
@grahamtallen were you able to look into it?
I too was getting the vfork error, in my case, I made the llamafile a native executable using the assimilate command for my platform as referenced here: https://github.com/jart/emacs-copilot/issues/2#issuecomment-1872986072 However, in...
I'm experiencing a similar issue but with `mypy`. In app.py: ```python import gradio as gr def hello_world(messages: str, history): return "Hello, World!" gr.ChatInterface(hello_world).launch() ``` When I run `$ mypy app.py`,...