Tang Ziya
Tang Ziya
I write a plugin for supporting multiple file chunked upload. https://github.com/tcztzy/django-multiple-file-chunked-upload which is modified from this app. I wrote this plugin for meeting my boss's demand. BUT, I would not...
I workaround this problem by add the following line in my ipython_config.py ```python c.Application.log_level = logging.INFO ``` But I think it is only a workaround, we do not need any...
> Maybe try using [file_picker](https://pub.dev/packages/file_picker) instead? I use it myself and it works fine for me. thx! It works. But I am still wonder why `file_selector` does not work.
> This one also does the trick (thanks [shuosc/SHU-Bachelor-Thesis-Typst#12 (comment)](https://github.com/shuosc/SHU-Bachelor-Thesis-Typst/issues/12#issuecomment-1506872937)) > > ``` > show heading: it => { > it > par()[#text(size:0.5em)[#h(0.0em)]] > } > ``` so quick and...
I can contribute but It will rename the top level `backend` directory to `open-webui`, would you accept such a big change? And we also need a [Pypi organization account](https://docs.pypi.org/organization-accounts/).
it can be done without renaming the directory, but renaming the python imports is required in most cases. For example https://github.com/open-webui/open-webui/blob/30b053116d6a40fc60dad1766e83ed41ffcb712c/backend/main.py#L20 should be refactored as ```python from open_webui.apps.ollama.main import app...
Maybe we should publish it firstly, use `pipx` will install package separated from other, therefore name conflict is not a big problem
1. As far as I know, you can't analyze "population" with only one individual, it doesn't make sense, "I suggest you don't actually run this because we won't need this...
> > Hi, I'm doing some population demographical analysis among three populations, and I have two questions I'd like to ask for help. > > > > 1. There is...
> No, you can't analyze a homozygous genome alone. You can of course treat a homozygous genome as a single haplotype and combine it with other such genomes to create...