pwwang
pwwang
As for the readme file, I think this `None`-value handling could be a selling point. Another point is that, in my opinion, you can state that `rtoml` is THE fastest...
Awesome! I also mentioned this feature in https://github.com/pwwang/toml-bench See sections: - https://github.com/pwwang/toml-bench/tree/master?tab=readme-ov-file#dumping-none-value - https://github.com/pwwang/toml-bench/tree/master?tab=readme-ov-file#dumping-key-none-pair - https://github.com/pwwang/toml-bench/tree/master?tab=readme-ov-file#dumping-list-with-none-value - https://github.com/pwwang/toml-bench/tree/master?tab=readme-ov-file#loading-none-like-values
Do you see this example: https://github.com/pwwang/vcfstats#changing-labels-and-ticks ? You can pass some [`plotnine`](https://github.com/has2k1/plotnine) statement to tune the plots.
Well, I have been thinking of deprecating `nameof`. It's actually misleading. What you actually should use here, is `argname`. ```python In [1]: from varname import argname ...: ...: def fn(a,...
@HeinrichAD I can't reproduce it with python3.12: ```python 15:24:01 ❯ ipython Python 3.12.2 | packaged by conda-forge | (main, Feb 16 2024, 20:50:58) [GCC 12.3.0] Type 'copyright', 'credits' or 'license'...
Would you mind submitting a PR?
This is fantastic! Would you mind converting them into Jupyter notebooks so that people can use them interactively?
This still prevents me from upgrading rtoml to 0.11 for some of my projects. Originally comments with the PR: Can we add something to make it work at the python...
> well the problem is it needs to be recursive. That's a good point. Maybe I'll just wrap it myself. Feel free to close.