text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Recursive CTE has wrong number of columns when combined with joined table inheritance Body: ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10123 the ORM is putting the second column in some way that CTE is not picking it up. If I do literal "Manager.id, Employee.id" it works, if I do ...
2hard
Title: Replace lepture editor with boostrap-markdown for markdown Body: Because it is light, has a code button, (check possibility of base64 image support) and it integrates with flask admin bootstrap theme. Lepture is not rendering well http://www.codingdrama.com/bootstrap-markdown/
2hard
Title: [MNT]: Data size consistency checks in _CollectionsWithSizes Body: ### Summary Extracted from https://github.com/matplotlib/matplotlib/issues/12021#issuecomment-530086713. This is a tracking issue so that we can close #12021 but the idea is not lost. It does not need immediate action (and may even be hard to ...
2hard
Title: Experimental support for the Decimal type Body: ## Why is this experimental? Currently Prisma Client Python does not have access to the field metadata containing the precision of `Decimal` fields at the database level. This means that we cannot: - Raise an error if you attempt to pass a `Decimal` value wi...
2hard
Title: Optional cache for template rendering Body: use redis
2hard
Title: [ENH] Enable chiral morgans by default Body: # Brief Description I would like to propose changing `janitor.chemistry.morgan_fingerprints` to pass `useChirality=True` to both `GetMorganFingerprintAsBitVect` and `GetHashedMorganFingerprint `. This should be exposed directly as default to `True` in the Python AP...
2hard
Title: Question around pydantic usage and performance Body: ## Problem Pydantic is slow, there's no question around that. Pydantic v2 (just released) is faster but still, not as fast [as other libraries](https://gist.github.com/jcrist/d62f450594164d284fbea957fd48b743?permalink_comment_id=4619455#gistcomment-4619455...
2hard
Title: Add support for metrics Body: Prisma have recently added support for retrieving metrics relating to the Prisma Client. We should support this too. https://www.prisma.io/docs/concepts/components/prisma-client/metrics
2hard
Title: Add Wordpress import script Body: We could build something like wp2octopress. https://github.com/mlindgren/wp2octopress/blob/master/wp2octopress.py
2hard
Title: Improve Client observability Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Debugging performance problems can be quite hard, especially due to the Rust black box that Prisma is. We should be able to provide some form of tracing to he...
2hard
Title: Provide a type safe SQL builder Body: Prisma recently added preview support for typed sql queries: https://www.prisma.io/docs/orm/prisma-client/using-raw-sql/typedsql
2hard
Title: Add support for third party concurrency libraries Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Not all python frameworks use the standard library `asyncio` module for running coroutines, we should add first class support for such framewo...
2hard
Title: Add support for `@db.Date` fields Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> We don't currently support `DateTime` fields that represent `Date`s at the database level because we generate a `datetime.datetime` type instead of `datet...
2hard
Title: separate layout from application Body: This would enable multiple layouts or dashboard views. This could be used with a tab display or multiple routes for example. working on this in #158
2hard
Title: Support variables in format `$var` in addition to `${var}` Body: Curly braces required by Robot's variable syntax can be considered somewhat distracting and even ugly. Depending on the keyboard layout, writing them can also require annoying finger acrobatics. It would thus be convenient if it would be possible t...
2hard
Title: PyTorch 1.5.0 Upgrade Body: The PyTorch used in this project is out dated, and some important features have changed, for example, Variable have been deprecated for quite some time. It is time to move to the next step.
2hard
Title: Performance Improvements Epic Body: - [ ] #213 - [ ] #27
2hard
Title: MultiSymbol Read for VersionStore Body: See #394
2hard
Title: Add support for full text search for PostgreSQL Body: [https://www.prisma.io/docs/concepts/components/prisma-client/full-text-search](https://www.prisma.io/docs/concepts/components/prisma-client/full-text-search) ## Suggested solution Something like the following, `search` should be added to `StringFilter`...
2hard
Title: Query engine panics when given a decimal mantissa larger than u128 on PostgreSQL Body: <!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https:/...
2hard
Title: Support TogetherJS and Google Drive Realtime API Body: We can create some plugins to implement realtime collaboration using TogetherJS [1] and the Google Drive API [2] on the admin. [1] https://togetherjs.com/ [2] https://developers.google.com/drive/realtime/
2hard
Title: Update kneed Body: The [kneed](https://github.com/arvkevi/kneed) library has been updated a couple of times (with bugfixes!) since it was incorporated into the yellowbrick code. I would like to update the knee finding algorithm to be consistent with the [0.7.0 release](https://github.com/arvkevi/kneed/releases/t...
2hard
Title: Metadata propagation not reliable if object type changes Body: We currently rely on Pandas's [__finalize__](https://github.com/pandas-dev/pandas/blob/master/pandas/core/generic.py#L5179) to propagate the _metadata (including computed metadata, recommendations, and other stored properties). However, there are sit...
2hard
Title: Add execution errors and statistics to JSON output generated by Rebot Body: We added support to generate JSON output files with Rebot in RF 7.0 (#4847) as mentioned in the [issue comment](https://github.com/robotframework/robotframework/issues/4847#issuecomment-1861733290), the generated output only contains inf...
2hard
Title: Create a localization for Turkish language docs Body: I would like to translate some of the yellowbrick documentation into Turkish. Can you please create a localization for Turkish-language docs.
2hard
Title: replace editor with Summernote or Trumbowyg Body: - http://summernote.org/ - http://alex-d.github.io/Trumbowyg/ Choosed because both are lightweight, MIT and has base64 image support Which one to choose?
2hard
Title: [Bug] Linux Web GUI 复制粘贴一条以上命令后,在命令记录中会丢失,录像左侧也会丢失,录像可以看到 Body: ### Product Version 3.10.17 ### Product Edition - [ ] Community Edition - [x] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [ ] Online Installation (One-click command installation) - [x] Offline Package Installatio...
2hard
Title: [FEATURE]: Support Command-R model Body: ### Describe the feature Support the Command-R model developed by: Cohere and [Cohere For AI](https://cohere.for.ai/) C4AI Command-R is a research release of a 35 billion parameter highly performant generative model. Command-R is a large language model with open weigh...
2hard
Title: Task Queue (optional) for email and notifications Body: https://github.com/Robpol86/Flask-Celery-Helper or Python-RQ
2hard
Title: Required array fields cannot be used in type safe raw queries Body: <!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.r...
2hard
Title: Package binaries in wheels as an alternative to downloading at runtime Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> We currently only package one universal wheel when we could make use of platform dependent wheels to improve first-ti...
2hard
Title: [FEATURE]: FP8 communication in ShardFormer Body: ### Describe the feature Replace the dtype to fp8 in communication is useful For bandwidth restricted scenario. Please support the fp8 communication in Shardformer(SP and TP)
2hard
Title: [ENH] Keeping a history of every operation applied to a DataFrame Body: A whacky idea dreamed up during the sprint. This would essentially record for you your data processing pipeline (on the DataFrame bit at least). Metadata could go in a `.pj` accessor in the dataframe / series. Fun challenges include: ...
2hard
Title: Fix Warnings in Build and Deploy Process Body: When we deployed v1.5 we received the following warnings and deprecation errors: ``` python setup.py sdist bdist_wheel /Users/benjamin/.pyenv/versions/3.10.2/envs/yellowbrick/lib/python3.10/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separa...
2hard
Title: Partial type generation does not include newly generated modules Body: <!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://github.com/Robe...
2hard
Title: Add support for including count of relational fields Body: ## Problem Prisma supports including the count of a relational field, so we should too. ```js const users = await prisma.user.findMany({ include: { _count: { select: { posts: true }, }, }, }) ``` which returns an object l...
2hard
Title: Refactor type templates to use a schema Body: # Problem - Jinja2 templates do not have any form of static type checking, this means there could be holes in our templates that we haven't discovered yet, leading to bugs. - Implementing a design for the types schema could also help Prisma improve the DMMF to ...
2hard
Title: Add support for ARM architecture for CLI binaries Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently the CLI binary targets are: `windows`, `linux` and `darwin`. We should also build for targets such as `node12-linux-arm64` ##...
2hard
Title: Generic Thumbnail Proxy/Processor Body: A template filter or _macro to be used to generate image and thumbnail urls ``` python _image(image.url, width=x, height=y) ``` By default it should support THUMBOR, src.sencha.io, rasg.us, pure PIL.
2hard
Title: Improve store get_info with collection data for VersionStore Body: We need to improve the available meta-data we keep for the data usage of a given library. Extend capabilities of get_info with : - collection size - size of old versions - size of orphaned segments - last access time the collection was acc...
2hard
Title: FUTURE BUG: reconsider how we deep-copy path objects Body: We currently use `super()` in the `__deepcopy__` implementation of`Path` https://github.com/matplotlib/matplotlib/blob/183b04fb43f57ffe66da68c729a179e397cd35f6/lib/matplotlib/path.py#L279-L287 however, on the main branch of CPython this causes infi...
2hard
Title: Freezing server and increasing CPU usage when multiple workers using Body: ### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Hello! It is kinda rare thing, but it already happened may be 4 times in my backend. Normally i running sanic in production with th...
2hard
Title: Add support for Prisma Accelerate Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Prisma recently announced a new product, [Prisma Accelerate](https://www.prisma.io/data-platform/accelerate) which is a query caching service built on top...
2hard
Title: 2 Duplication problems and a false-positive in a portion of django.nV output, among other things. Body: So I run `python -m pyt -a E -f example/django.nV/taskManager/upload_controller.py -trim` and out I get: ```python 5 vulnerabilities found: Vulnerability 1: File: example/django.nV/taskManager/misc.py ...
2hard
Title: Streamline `lux.config` to regenerate recommendations Body: Currently, `lux.config` does [not trigger a regeneration of recommendations](https://lux-api.readthedocs.io/en/latest/source/reference/config.html) and requires either explicit expiring or placing the config in the right place. We should streamline the...
2hard
Title: Investigate the potential read performance improvement using forward pointers Body: Currently the read path of ndarray_store, instead of fetching the segments using a query spec that matches against 'parent' (segment document stores parent as an array of ObjectIDs): https://github.com/manahl/arctic/blob/master/...
2hard
Title: Rely on .pyx file and dynamically create .c files using cython Body: see #758 for what lead to this.. I am very interested in @jjhelmus's views on this. pro: * Folks can just edit pyx files and only commit those. * we get the latest bells and whistles from new cython versions * Lighter weight and true l...
2hard
Title: [Bug] Chen 组件错误 sql 被拆分执行 Body: ### Product Version v3.10.17 ### Product Edition - [ ] Community Edition - [X] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [ ] Online Installation (One-click command installation) - [X] Offline Package Installation - [ ] All-in-One - [ ] 1Panel...
2hard
Title: Influxdb IO kills SD card for 3-4 months. Body: I already killed 3 SD cards for 1 year period. ### Versions: Mycodo Version: 7.9.1 Python Version: 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.2.0] Database Version: 8f9bf3fe5ec2 - Raspberry Pi Version: [3B] - Raspbian OS Version: [Buster Lite] ###...
2hard
Title: Support library keywords with both embedded and normal arguments Body: In https://github.com/robotframework/robotframework/issues/4234 / https://github.com/robotframework/robotframework/pull/4319 support for user keywords with embedded and normal arguments was added. It would be useful if we could do the sam...
2hard
Title: ENH: Switch from disutils to setuptools Body: We planned on switching from disutils to setuptools for some time, but this is just to keep track and reiterate some of the possible benefits: Can have it compile c and not have to include pyx files as mentioned in #759 Can have install_requires set, which will p...
2hard
Title: contains eager with many levels illustrated not pathing correctly Body: ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10003 test cases should includ single inh as well as joined inh, use assorted_eager ```py from sqlalchemy import and_ from sqlalchemy import Column from sqlalch...
2hard
Title: Provide performance benchmarks Body: Currently our performance will not stack up well with other Python ORMs, however we can't work on improving performance without having a baseline to work from. We should also provide context for these benchmarks by also benchmarking other ORMs. We should include: - SQLAlche...
2hard
Title: Incorrect naming convention on generated client Body: <!-- Thanks for helping us improve Prisma Client Python! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by enabling additional logging output. See https://prisma-client-py.readthedocs.io/...
2hard
Title: Parallel Plot with independent vline Body: **Describe the solution you'd like** `ParallelCoordinates` plots each vline using a shared y scale. Instead of normalizing the values (using the parameter normalize), I'd like to keep original values, and allow each vline to have its own scale (scaling / moving the axi...
2hard
Title: [FEATURE]: Support T5ForTokenClassification Body: ### Describe the feature Transformers new version 4.39.3 add support for T5ForTokenClassification. Add support for the new model in Shardformer
2hard
Title: TQDM progress bars in jupyter notebooks do not appear in PDF via latex output Body: - [X] I have marked all applicable categories: + [ ] exception-raising bug + [X] visual output bug + [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" ...
2hard
Title: Add support for generating default field values using pydantic Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently if you want to manually instantiate values you need to also pass values for all fields that have default values. We...
2hard
Title: bind substitution fails for selectinload / lazyload + with_expression Body: ### Discussed in https://github.com/sqlalchemy/sqlalchemy/discussions/10569 all the way in to how selectinload applies bind substitution ```py from sqlalchemy import Column from sqlalchemy import create_engine from sqlalchemy im...
2hard
Title: Intercluster Distance Map (MDS) Body: **Describe the solution you'd like** Create a cluster visualization that displays the distance between cluster centers and cluster relative sizes by using [multidimensional scaling (MDS)](http://scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html). The visua...
2hard
Title: `GROUP` syntax for grouping keywords and control structures Body: The proposed BLOCK keyword would allow users to logically group related steps, improving test case organization, readability, and making the logs clearer and more structured by avoiding clutter at the top level. Currently, to achieve logical gr...
2hard
Title: Add support for composite types Body: ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> In 3.10 Prisma added support for embedded types, this looks like this in the schema ```prisma model User { id Int @id @default(autoincrement()) na...
2hard
Title: 📝 Fix All typing Problems in codebase Body: Fix All this related issues for typing: - [x] #610 - [x] #609 - [x] #608 - [x] #607 - [x] #606 - [x] #605 - [x] #604
2hard
Title: seal Body: it smudge <img src="https://user-images.githubusercontent.com/16495490/131243595-c7ba962c-3c0e-493f-9df7-30db3438ffd0.png" width="500"> <img src="https://user-images.githubusercontent.com/16495490/131243629-0a2d1e1b-0d54-43ef-a942-7aa5894acd01.png" width="500">
2hard
Title: Permanently corrupted hybrid_property column labeling as a result of selecting column returned by hybrid_property.expression Body: ### Describe the bug The issue causes a select of `hybrid_property` to return its value under wrong label. The ORM model becomes "corrupted" by construction of a different specific ...
2hard
Title: Passwords are stored plain text in logs [Bug] Body: ### Product Version 3.10.13 ### Product Edition - [X] Community Edition - [ ] Enterprise Edition - [ ] Enterprise Trial Edition ### Installation Method - [X] Online Installation (One-click command installation) - [ ] Offline Package Installation - [ ] All...
2hard
Title: [FEATURE]: Support SP+PP in Llama etc. Body: ### Describe the feature Currently most models like Llama does not support SP together with PP. Please add support for this.
2hard
Title: Fix duplication of _cls into 'model' and use class_check Body: http://reddines.blogspot.com.br/2015/02/how-to-query-on-cls-attribute-on.html https://github.com/MongoEngine/mongoengine/issues/450
2hard
Title: Limit Variable Scope within resource files Body: Presently it's not possible to limit the scope of variables defined within resource files variable section to the resource file itself. This would be helpful especially if a huge amount of xpath variables are defined within different resource files. All this xpa...
2hard
Title: File Upload service to store media in cloud Body: https://www.inkfilepicker.com/
2hard
Title: Write posts in more than one language Body: One post should have more languages, it should be subcontents and there will be a middleware to choose the default to display
2hard
Title: Selecting fields dynamically based on user input Body: ## Problem I see that https://github.com/RobertCraigie/prisma-client-py/issues/19 added ability to select field to the client, but what is I need to select field based on user input, so the field to be selected has to be dynamic. But the above solution, n...
2hard
Title: Channel alias Body: If you have a channel called **articles/food/special** it will be accessible thought **http://...../articles/food/special** you may want to set an alias for this channel . (in the same way symbolic links works in FS) Lets say you have a content **articles/food/special/delicious.html** So, g...
2hard
Title: Port arctic to the S3 key-value store Body: It would be super useful if arctic could use the S3 API which would allow more flexible scaling into any S3 compatible key-value store.
2hard
Title: per channel/content access control Body: Implement a general model **AccessControl** with roles_accepted definition for read/edit/list/delete This will be applied for Channel and Content This should have a default **api** method to check the permission The generic views and api should call this method to defi...
2hard
Title: Implement REST API Body: Use https://github.com/nicolaiarocci/eve as default API layer, make it optional.
2hard
Title: [FEATURE]: Add Ulysses Sequence Parallelism support for Command-R, Qwen2 and ChatGLM Body: ### Describe the feature Please add Ulysses Sequence Parallelism support for Command-R, Qwen2 and ChatGLM
2hard
Title: incorrect SAWarning when using any together with aliased polymorphic entity Body: ### Describe the bug It looks like a incorrect "cartesian product" warning emitted when using `any` together with a aliased polymorphic entity and a relation configured with a secondary table. The implicit join does not appe...
2hard
Title: Support IPython notebooks posts Body: https://github.com/iiSeymour/Flasked-Notebooks on posting you can create an IPython notebook content, creates the notebook and use nbconvert to save the page on Quokka Content.
2hard
Title: Support JSON serialization with result model Body: RF 6.1 added support to serialize the execution model (`robot.running.TestSuite`) into JSON and back (#3902). This support should be extended to the result model (`robot.result.TestSuite`) as well. Supporting writing results directly to a JSON file as part of ex...
2hard
Title: [Bug] 命令过滤正则匹配失效 Body: ### 产品版本 v3.10.13 ### 版本类型 - [ ] 社区版 - [X] 企业版 - [ ] 企业试用版 ### 安装方式 - [ ] 在线安装 (一键命令安装) - [X] 离线包安装 - [ ] All-in-One - [ ] 1Panel - [ ] Kubernetes - [ ] 源码安装 ### 环境信息 v3.10.13 单机 Chrome 新版 ### 🐛 缺陷描述 当使用正则表达式中包含以空格/换行的连续词组如 ^\s*drop\s+database\s+.*(禁止执行删库命令)时,正常空格键能被拦截,输入 drop 后...
2hard
Title: delete with join and returning clause doesn't work on SQLAlchemy 2 Body: ### Describe the bug I have a statement like the following, which works on SQLAlchemy 1.4 but not on 2.0 ```python delete(Author).where(Author.id == Book.author_id).returning(Book.title) ``` ### Optional link from https://docs.sq...
2hard
Title: app module gets executed twice when serving app Body: This has been a known problem for a while, but I'd figure I'll document it. Issue: 1. Create an app `app.py`. 2. Run `python app.py serve` 3. app.py gets executed twice, once to execute the module and find the cli, second to import the module from the s...
2hard
Title: unable to use load_only together with contains_eager and aliased polymorphic entities Body: ### Describe the bug I am having issues loading select columns when using relying on `contains_eager` / `joinedload` when using aliased Polymorphic classes . In the example below I am attempting to only load the `id...
2hard
Title: Support sparse matrices Body:
2hard
Title: create a command to create/update mongo indexes Body: I'm not sure if MongoEngine supports automatically creating indexes for EmbeddedDocuments in https://github.com/pythonhub/quokka/blob/master/quokka/core/models.py Example: Class Comment has a meta class that does not produces any result on the main Content ...
2hard
Title: Replace Powermock with Mockito Body: **Summary** - Powermock seems no longer maintained https://github.com/powermock/powermock/issues/1117 where the last commit on the master was in 2020 - Using Powermock with Java 11 causing excessive amount of "An illegal reflective access operation has occurred" warnings ...
2hard
Title: Re-evaluate catch-all exception handling throughout the codebase Body: **Summary** In the same category as #9679 During the work of converting from using FindBugs to SpotBugs (#10407) I found that there was a particular class of bugs that we had strewn throughout our codebase - the `REC_CATCH_EXCEPTION`. Th...
2hard
Title: Timeout for calls to external systems Body: **Summary** Currently, we make blocking calls to external systems for information. All these calls should have proper timeout values and recovery mechanisms. We should not be impacted negatively if one of these services are down or have significant service degradation...
2hard
Title: Root inode ACL check is not a strong/safe model Body: **Summary** Currently, Alluxio has a check on startup that the owner of the root directory in the Alluxio FileSystem matches the user who started the service. This check can lead to breaking scenarios. Scenario 1: Using HDFS as a UFS User runs as superus...
2hard
Title: finetune for other languages? Body: how I can fine-tune for vietnamese for dialog chatbot ? Thanks guys
1medium
Title: Aten arange behavior when dtype is int64 and step size is greater than range Body: ### 🐛 Describe the bug While testing corner cases on torch.arange, i see the following behavior when dtype is int64 and step size is greater than range. On CPU, i get the following behavior for arange. >> a = torch.arange(0, 0.5...
1medium
Title: I am training with my own data set, but the problem of loss is empty. Body: my pc GTX1080Ti centos7 learnng rate 1e-5 Who has the same situation as me, please help me. thanks。 iter 310 || Loss: nan || timer: 0.1921 sec. iter 320 || Loss: nan || timer: 0.2041 sec. iter 330 || Loss: nan || timer: 0.2006...
2hard
Title: Ubuntu CLI commands Body: Hi, love that Mycroft is working on Kubuntu 18.10. I only had to fiddle with pulseaudio (restart?) to get the audio out working (although the audio test worked). I've been trying to get Voice Command to work for years, starting with WSP, Vocola and Dragonfly on Windows, but the Winapi a...
2hard
Title: BUG: `array.asarray` does not respect `dtype` arg Body: **Describe the issue**: `dask.array.asarray` does not respect the `dtype` argument. **Minimal Complete Verifiable Example**: ```python >>> import numpy as np >>> import dask.array as da >>> Zm = da.asarray([[1, 2, 3]]) >>> Zm dask.array<array...
1medium
Title: [MNT]: Add Type Checking to Avoid AttributeError in Functions Handling Units Body: ### Summary Currently, in unit-related example scripts , the code raises an AttributeError when numpy.float64 objects are used without being converted to objects with a convert_to method. This can create issues for users who atte...
1medium
Title: 2.24.0: not ready for `pyupgrade --py39-plus` (fails on linking DSO) Body: Next month python 3.8mwill be EOSed. I've tested patch generated by `pyupgrade --py39-plus` and looks like with that patch build fails on linking with ```console + /usr/bin/python3 -sBm build -w --no-isolation * Getting build dependen...
2hard
Title: IN and NOT IN filter Body: Thanks for this awesome package. **Is your feature request related to a problem? Please describe.** It should be possible to filter records using the **IN** and **NOT IN** operators in the **get** and **get_multi** functions. **Describe the solution you'd like** ```python db_a...
1medium
Title: Stuck on "WARNING:root:Setting up a new session" Body: I downloaded the `facades` dataset. I then run `python train.py --dataroot ./datasets/facades --name facades_pix2pix --model pix2pix --direction BtoA`, but I'm stuck at `WARNING:root:Setting up a new session` Even after a few hours, it says there and does...
1medium
Title: There are Chinese characters in my project, but after calling the visualize_document_datamap() method, the characters appear as garbled text. Body: ### Have you searched existing issues? 🔎 - [X] I have searched and found no existing issues ### Desribe the bug fig = topic_model.visualize_document_datamap( ...
1medium