mustafa0x

Results 90 comments of mustafa0x

https://github.com/pydantic/pydantic/issues/8192 > Lazy loaded orm fields are loaded inadvertently by model_validate. I'd like to be able to exclude fields from model_validate.

This overlaps with #333. Also, I filed an issue in pydantic core https://github.com/pydantic/pydantic-core/issues/1095

Thank you! There's no rough estimate when this might be fixed, right? (I thought this workaround might work, but seems the problem here varies slightly -- https://askubuntu.com/questions/1404049/ssh-without-password-does-not-work-after-upgrading-from-18-04-to-22-04)

So, funny thing, I ran `pip uninstall paramiko-ng && pip install paramiko`, and my fab script is working. I assume fab-classic isn't fully compatible with paramiko and will break in...

I am indeed using `newspaper`. I do think that envelope + newspaper would convey significantly better, and leave less room for ambiguity.

another bug: ```py In [1]: import toml In [2]: s = """ ...: about = ''' ...: hi ...: ...: - Hello world's hello ...: ...: ## hello hello hello...

> That said I really don't like that we could optimize `rtx x node -- node` but not `rtx x node -- npm`. `rtx x npm -- npm --version` seems...

Ok, went with this for now. Seems to work decently. ```bash echo -e '#!/bin/bash\nrtx x $1 -- "$@"' | \ sudo bash -c 'cat - > /usr/local/bin/rtxx && chmod +x...

At least if rtx could use precompiled binaries, as rye does. > **Note that does mean, that Rye will automatically download and install an appropriate Python binary for you.** These...

`mise install python@latest` on Ubuntu first requires `apt-get install -y zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev libffi-dev liblzma-dev libncurses5-dev libreadline-dev`, so precompiled would be a QOL improvement.