text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Unknown error when runnnig experiments Body: /kind bug Got unexpected error in metric collector using file collector > F1005 06:27:13.600768 14 main.go:396] Failed to Report logs: rpc error: code = Unknown desc = Pepare SQL statement failed: Error 1390: Prepared statement contains too many placeholder...
0easy
Title: Change Requests Duration metric API Body: The canonical definition is here: https://chaoss.community/?p=3587
0easy
Title: Good First Issue [Deep Learning]: Add Support for Custom Loss Functions in `create_and_compile` Function Body: ### Issue Description: Currently, the `create_and_compile` (ForecasterRNN) function allows specifying predefined loss functions via the `loss` argument, but there is no support for passing custom los...
0easy
Title: Marketplace - creator page - change the font of section header Body: ### Describe your issue. Please change this section header to use the "large-poppins" style that's outlined here: https://www.figma.com/design/Ll8EOTAVIlNlbfOCqa1fG9/Agent-Store-V2?node-id=2759-9596&t=2JI1c3X9fIXeTTbE-1 Font: Poppins w...
0easy
Title: Include the prompt in /g output Body: When /g is used it only shows the output as it is. I'd recommend including the input in the output but bold it so if the output is a natural continuation of the prompt it'll keep the context ![Screenshot_20221231-213147~2.png](https://user-images.githubusercontent.com/1595...
0easy
Title: `VAR` syntax doesn't log the variable value like `Set * Variable` does Body: The new `VAR` syntax introduced in RF7 doesn't log the variable value. The `Set * Variable` keywords (like: `Set Variable`, `Set Test Variable`, `Set Suite Variable`, ...) automatically log the variable value and this is a nice behav...
0easy
Title: [DO] Unexpect output in `sky check` Body: <!-- Describe the bug report / feature request here --> `sky check` shows a long output when DO dependencies are not setup. We should avoid the long error message, and make it more user friendly, e.g. see other clouds below ``` DO: disabled ...
0easy
Title: Unable to install requirements Body: When installing the requirements I am met with a host of "Could not find a version..." errors. I have confirmed that I am indeed using Python 3.5 and followed your instructions on creating and activating a conda environment. See error below: ``` Collecting anaconda-naviga...
0easy
Title: Can not set number of worker processes for run-parallel when no spinner is shown Body: ## Issue Can not set number of worker processes for tox `run-parallel` command via `--parallel` option or `TOX_PARALLEL` environment variable if spinner is disabled via `--parallel-no-spinner` option or `CI` environment varia...
0easy
Title: Problems with `changedir` and carriage return Body: ## Issue A recent upgrade to `tox` makes all my installation environments fail. After digging, it turns out that the handling of `changedir` is buggy in the new versions of `tox` (>= 4). In the following toy example it is creating folders with invalid na...
0easy
Title: Add the missing docstrings to the `endpoint_node.py` file Body: Add the missing docstrings to the [endpoint_node.py](https://github.com/scanapi/scanapi/blob/main/scanapi/tree/endpoint_node.py) file [Here](https://github.com/scanapi/scanapi/wiki/First-Pull-Request#7-make-your-changes) you can find instructions...
0easy
Title: Consider setting a fixed minimum Rust version Body: When I use the procedure in the README to build pydantic-core, the build fails. The issue can be reproduced in the following way: ``` git clone -b v2.16.1 https://github.com/pydantic/pydantic-core.git cd pydantic-core python3.11 -m venv env source env/b...
0easy
Title: OpenAI episodes vs steps Body: It seems like this framework trains for N steps rather than N episodes. When I use the env.wrapper.Monitor() to encapsulate the results for upload to OpenAI gym site, I'm getting a "can't reset a non-done environment error" ``` Error("Tried to reset environment which is not...
0easy
Title: Investigate use of cast() in reports. Body: Investigate whether these instances of `cast()` are needed. PRs should be small (at most a few files). reports/graphs.py - https://github.com/capitalone/DataProfiler/blob/main/dataprofiler/reports/graphs.py#L77 reports/utils.py - https://github.com/capitalone/...
0easy
Title: Update GitHub actions for Postgres 14, and Python 3.10 Body: Python 3.10 and Postgres 14 have both been released.
0easy
Title: Academic Open Source Project Impact metric API Body: The canonical definition is here: https://chaoss.community/?p=3583 New data sources may need to be developed for this one.
0easy
Title: Not able to set kernel name for notebook Body: Hi, I am trying to use my default JupyterLab kernel for executing notebooks via Notebooker but I don't think this configuration is applied. I've tried following commands `notebooker-cli --notebook-kernel-name=python3` `notebooker-cli --notebook-kernel-name pyth...
0easy
Title: Donchian Indicator - Miscalculation Body: Hi, I think the Donchian Channels indicator (DC, a volatility indicator) isn't computing the right thing : the computation should be on the highest highs and the lowest lows, instead of on the closes. So the code therefore becomes : Definition : def donchian(...
0easy
Title: Add citation inside cookiecutter to be able to find publicly generated projects Body: By default, add a link back from the README.md so that we can better find examples where people are using the template.
0easy
Title: Technical Indicators - VWAP? Body: Noticed VWAP is not included - any chance of adding it? I can attempt to put something together, but someone more familiar with the codebase would probably have more success.
0easy
Title: Truncate descriptions on agent library cards Body: Descriptions must be clamped to a few lines, to avoid this: <img src="https://uploads.linear.app/a47946b5-12cd-4b3d-8822-df04c855879f/bcd8a7a2-6ab4-4d0f-9765-0a2697ef70a4/95e4a3ac-08c1-43d8-9f0d-fe2793a6c661?signature=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYX...
0easy
Title: Webapp: Pagespeed improvements Body: The pagespeed of the webpage (webapp) could be improved. ## Problem Currently the reported First Contentful Paint for mobile devices is 10.2 s which is very high. https://pagespeed.web.dev/report?url=https%3A%2F%2Fdesec.io%2F&form_factor=mobile ## Suggestions by r...
0easy
Title: [ENH] Unit Conversion Body: # Brief Description I would like to propose a set of `engineering` methods that would convert units (e.g., Fahrenheit to Celsius, or Pascals to mmHg, etc.) as well as prefixes (e.g., milligrams to kilograms, kWh to MWh, etc.). This could go down a big rabbit hole. But maybe we ...
0easy
Title: Unify frontend and backend language preference using shared cookie Body: ## Bug Report **Problematic behavior** Here you can see "Doc private" appears in English but the user interface is in French. https://github.com/user-attachments/assets/0ae0e457-15f7-423c-b4bc-c1c5fc9d48bc Same when I'm loading a d...
0easy
Title: Concatenating variables containing bytes should yield bytes Body: When joining bytes with ${x}${y} string is returned instead of bytes. consider following test case: ```robot *** Test Cases *** Join bytes ${destination} = Convert To Bytes FF FF FF FF FF FF hex ${source} = Conver...
0easy
Title: async is a reserved word Body: One of the files is named `async` but this is a reserved word in python 3.7+ ``` ==================================== ERRORS ==================================== ___________ ERROR collecting tests/integration/test_async_arctic.py ____________ ../../../virtualenv/python3.7.1/l...
0easy
Title: Add docs on how to create custom QApplications Body: Follow up from https://github.com/pytest-dev/pytest-qt/issues/172#issuecomment-415588753
0easy
Title: tox -vv does not show pip output for success executions Body: 🤔
0easy
Title: Make outputs and index names for Custom Indexes feature look nicer (add embeds) Body: Use discord embeds to make the outputs returned by the /index commands look nicer and look more cohesive with the theme of our bot. Also index names that show up in /index compose and /index load and etc can be made to look...
0easy
Title: improve error message when deepcopying dag Body: In some situations, the dag object may fail to deepcopy, throwing an uninformative error. we should catch it and show something like: "an error occurred when copying your DAG" https://github.com/ploomber/ploomber/blob/afadae033e161090610692bfe4f95e941448ea05/s...
0easy
Title: Image Understanding Body: use blip, google object detection, google OCR.
0easy
Title: Add optional typed base class for dynamic library API Body: The main benefit would be automatic method name completion and type validation provided by IDEs. Usage would be something like this: ```python from robot.api import DynamicLibrary class Library(DynamicLibrary): ... ``` The base class sh...
0easy
Title: Collections: Support ignoring order in values when comparing dictionaries Body: Currently https://github.com/robotframework/robotframework/blob/master/src/robot/libraries/Collections.py#L839 we are missing out on ignore_order already done for ``` def lists_should_be_equal(self, list1, list2, msg=None, val...
0easy
Title: Cleanup Normalizer Converter Code Body: We have the original draft of the normalizer code uploaded in [this branch](https://github.com/microsoft/hummingbird/tree/cleanup/normalizer). All credit here goes to @scnakandala, the original author and brains behind this. It contains an un-edited implementation of Sk...
0easy
Title: Test for DeltaY stopper Body: We should test the DeltaY stopper with the *_minimize functions.
0easy
Title: Exploding gradients/weights/logits in a fine-tuning notebook Body: Hello, after I successfully fine-tuned, I run to the last step and when generating text, the following error occurs. May I ask what is the reason? ![image](https://user-images.githubusercontent.com/7599454/224216132-416b7044-dee1-4401-a7c7-c...
0easy
Title: Support controlling separator when appending current value using `Set Suite Metadata`, `Set Test Documentation` and other such keywords Body: Two deficiencies identified with the current Set Suite Metadata keyword, which we use to record stuff like version numbers. - [x] Add argument to define a separator bet...
0easy
Title: Feature Request -- module agregetor blogs Body: Module like Python Planet Add module planet agregetor blogs Libs: Python Planet 2.0 http://www.planetplanet.org/ https://people.gnome.org/~jdub/bzr/planet/2.0/ Get feed rss convert to json and import into MongoDB
0easy
Title: Zoom and pan not working on Linux/Gnome/Wayland Body: ### Describe the bug It looks like on some OS/desktop environments/display servers (not sure what's causing the issue) it is not possible to use the Altair zoom and pan functionality that was introduced in https://github.com/marimo-team/marimo/pull/1855. I'...
0easy
Title: Minor typo in docs Body: https://geopandas.org/en/stable/docs/reference/api/geopandas.GeoSeries.boundary.html "Returns a GeoSeries of lower dimensional objects representing each geometries’s set-theoretic boundary." "geometries’s" ought to be "geometry's"
0easy
Title: btnG is now btnK Body: I believe for me btnG is now btnK when I went on google... I was getting error but when I made this changed and it worked.
0easy
Title: [MNT] Add metrics parameter for deep clustering module Body: ### Describe the issue The deep clustering module is missing the metrics parameter, in AEResNEet it exists but unused ### Suggest a potential alternative/fix it should be default to None, and then set to ["mse"] if its None internally, the same wa...
0easy
Title: Annoying backshash console spam Body: https://user-images.githubusercontent.com/34655998/154974450-76427f2c-54dd-4a7e-8164-322c412f37f1.mp4 ``` $DOTGLOB = True $COMPLETION_IN_THREAD = True $COMPLETIONS_BRACKETS = False $COMPLETIONS_DISPLAY = "single" $CASE_SENSITIVE_COMPLETIONS = False $UPDATE_COMPLETIO...
0easy
Title: docs: retry feature requires explicit message_id from client Body: **Describe the bug** I set the retry parameter to an integer value, expecting it to stop requeuing the rejected message after the specified number of retries (as described [here](https://faststream.airt.ai/latest/rabbit/ack/)). However, the me...
0easy
Title: concatenate_columns adds the function of ignoring empty values Body: # Problem description When I use the function of concatenating multiple columns, I find that it does not handle null values as expected. ## This is the current output ```Python df.concatenate_columns(["cat_1","cat_2","cat_3"],"cat",se...
0easy
Title: Table prefixes are not picked up by autogenerate Body: **Describe the bug** Currently sqlalchemy [`Table.prefixes`](https://docs.sqlalchemy.org/en/13/core/metadata.html#sqlalchemy.schema.Table.params.prefixes) are not picked up by alembic when generating a migration using `alembic revision --autogenerate` **...
0easy
Title: psycopg2 deprecated Body: Latest psycopg2 recommends using the pip installation name "psycopg2-binary" instead of the previous "psycopg2" in pipfile/requirements.txt
0easy
Title: Long name in face selection don't work well Body: ![image](https://user-images.githubusercontent.com/704477/221957302-0ba0f436-755d-4e98-9cb0-8dd4239f9152.png) With a long name it make somethink weird
0easy
Title: dataset Body: ![image](https://user-images.githubusercontent.com/52265815/82018295-974fea80-96b7-11ea-94ea-93a8fc1c897a.png) 请问,为什么search和template的路径最终都是x.jpg,template不是z.jpg吗?
0easy
Title: colorbar option Body: currently, there is no way to plot a colorbar. `hyp.plot(data, colorbar=True)`?
0easy
Title: Add support for optional raise in the CHECK API Body: ```python if KORNIA_CHECK_IS_GRAY(guidance, raise=False): ... ``` _Originally posted by @johnnv1 in https://github.com/kornia/kornia/pull/2322#discussion_r1167259191_
0easy
Title: m2cgen output for xgboost with binary:logistic objective returns raw (not transformed) scores Body: Our xgboost models use the `binary:logistic'` objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores. This is fine as long as the user knows ...
0easy
Title: Add new Pages to Crypto Dashboard Body: Currently, the crypto dashboard includes a landing page and a logout button. However, two pages are missing: Transactions and Statistics. For the Statistics page, I have some ideas. It could display the past returns of all coins in the wallet. Users could select a startin...
0easy
Title: Mapper - import from inexistent sklearn.cluster._hierarchical Body: I wanted to try out giotto mapper running `Christmas-Mapper.ipynb`, but when I installed `giotto-learn-nightly` `scikit-learn` was upgraded to 0.22.1, and this new version has changed `sklearn.cluster._hierarchical` to `sklearn.cluster._hiera...
0easy
Title: Document GraphQLField Body: including its various parameters e.g. `required`, `is_list`, `source`
0easy
Title: `DjangoValidationCache` and its base class are undocumented Body: Looking through the codebase, there is something called `DjangoValidationCache` that seemingly can be used instead of `ValidationCache` to use Django's cache backend instead of an in-memory cache. This seems incredibly useful, but I cannot find th...
0easy
Title: is there any way to calculate atr trailing stops via python for historical ohlc data Body: @twopirllc Thanks for such a beautiful library for technical indicators, it helps me a lot in many ways. I am stuck on one point, didn't find any relevant python indicator library or calculation for getting values of ATR ...
0easy
Title: HiLo is not working perfectly, same numbers printing many time. Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** ```python import pandas_ta as ta print(ta.version) ``` **Do you have _TA Lib_ also installed in your environment?** ```sh $ pip list ``` ...
0easy
Title: More Examples 💪 Body: I would love some help with some more cool `examples/` If you contribute one, I'll mail you a sticker 😍
0easy
Title: Is there any way to use puppeteer-real-browser instead of playwright web agent Body: Actually the main purpose is to pass strong cloudflare security. The general playwright can not do this, but puppeteer-real-browser make it perfectly
0easy
Title: Add doc strings to included.py files Body:
0easy
Title: Add ROC curve for binary classification report Body: It will be fantastic to add ROC curve in a `README.md` report file for the model in a binary classification task.
0easy
Title: Sugestion: Clone another pelican theme Malt Body: based on https://github.com/grupydf/grupybr-template we can clone Malt theme It is very easy to clone Pelican themes because they are Jinja2 :smile:
0easy
Title: Enhancement: Support `stricturl` Body: Hi, is it true? I got an error: ```sh E pydantic_factories.exceptions.ParameterError: Unsupported type: <class 'xxx.xxx.models.UrlValue'> E E Either extend the providers map or add a factory function for this model field ```
0easy
Title: Missing exchange config between France and Andorra Body: ## Description There are a exchange between France and Andorra but we are missing this in the app. The first step to get it added will be to create a exchange config for it.
0easy
Title: New Action: Automatic geographic attribute visualizations Body: For geo-related attributes (longitude, latitude, state, countries, etc), we should detect it as a special data type and display a choropleth automatically.
0easy
Title: [New feature] Add apply_to_images to HistogramMatching Body:
0easy
Title: Slider `marks` keys are only strings Body: we should either enforce that or cast back to integers. See https://community.plot.ly/t/slider-not-working/8471/8?u=chriddyp for context.
0easy
Title: Add examples for BackupService and RestoreService Body: <!-- Thank you for suggesting an idea to improve this client. * Please add a :+1: or comment on a similar existing feature request instead of opening a new one. * https://github.com/influxdata/influxdb-client-python/issues?utf8=%E2%9C%93&q=is%3A...
0easy
Title: 商品库存无法设置问题,开源版V1.8 Body: 用docker搭建了一个V1.8版本的,后台新增商品的时候没有设置库存选项,已有的商品也无法修改库存,请问是系统不支持设置库存吗?还是我没有找到方法?感谢作者回复。
0easy
Title: Cannot translate text: 'NoneType' object has no attribute 'translate' Body: On the website ([libretranslate.com](https://libretranslate.com/?source=auto&target=en)) I ran into this error when trying to translate Norwegian text with **Auto Detect (Experimental)** enabled. It results in a 500 (internal server e...
0easy
Title: 刚创建的发卡管理员初始密码错误 Body: 1. BUG反馈请描述最小复现步骤 2. 普通问题:99%的答案都在帮助文档里,请仔细阅读https://kmfaka.baklib-free.com/ 3. 新功能新概念提交:请文字描述或截图标注 刚创建的发卡管理员初始密码错误,数据库用的自己的。但是找不到相关链接
0easy
Title: Possible future data leak on CUBE and IFISHER Body: After quick inspection, if I'm not wrong, there seem to be a future data leak with CUBE and IFISHER when using `study.AllStudy`, as they both have an offset set by default to -1. Please update the readme to point this out. AI model time series feature importanc...
0easy
Title: SpecModifierAlias: multiple modifiers Body: I'm going to leave this for future. If anybody wants to implement. PR is welcome! After #5443 (#5494 #5481) we may want to implement multiple modifiers i.e. ```xsh $(@json @noerr curl https://json.api) ``` ## For community ⬇️ **Please click the 👍 reaction i...
0easy
Title: Make CORS configurable from an environment variable Body: ## Tell us about the problem you're trying to solve Currently, CORS is enabled by default for the API server. Refer: https://github.com/chaos-genius/chaos_genius/blob/d0d2922ac8bddbf9cc9b20ee6f76d477725fd85c/chaos_genius/app.py#L52 For security reas...
0easy
Title: [BUG-REPORT] writer_threads is ignored when exporting to hdf5 Body: Thank you for reaching out and helping us improve Vaex! Before you submit a new Issue, please read through the [documentation](https://docs.vaex.io/en/latest/). Also, make sure you search through the Open and Closed Issues - your problem may ...
0easy
Title: [BUG] - Kafka authentication "check_hostname" false is not beign applied. Body: ### Mage version 0.9.70 ### Describe the bug I'm trying to authenticate Kafka within a streaming pipeline like this: ``` connector_type: kafka # bootstrap_server: "{{ env_var('DATAPLATFORM01_KAFKA_SERVERS') }}" topic: v...
0easy
Title: df.ta.to_utc unexpected behavior caused by JupyterLab Body: **Which version are you running? The lastest version is on Github. Pip is for major releases.** 0.3.14b0 **Do you have _TA Lib_ also installed in your environment?** yes **Did you upgrade? Did the upgrade resolve the issue?** I try upgrad...
0easy
Title: Change the parsing model object produced by `Test Tags` (and `Force Tags`) to `TestTags` Body: We are gong to rename `Force Tags` to `Test Tags` (#4365) and as the first step adding `Test Tags` as an alias for `Force Tags` in RF 5.1 (#4368). There were no other code changes and currently `Test Tags` (and `Force ...
0easy
Title: Add roadmap link to the README Body: It would be good to see a link to our [roadmap](https://wagtail.org/roadmap/) in the readme. While we're at it it may make sense to make the words 'release notes' into a link to our [docs releases](https://docs.wagtail.org/en/stable/releases/index.html) page. https://gith...
0easy
Title: Make plotting functions work with array-like inputs Body: Plots such as `plot_roc_curve` must be able to take any array-like objects. As of today, they only take numpy arrays as input, otherwise an exception is raised. This numpy array conversion must be done inside the function itself. Example: ```python s...
0easy
Title: Add Jupyter notebook examples Body: It would be nice to have Jupyter notebooks in the "examples" folder showing the different plots as used in a Jupyter notebook. It could contain the same exact code as the examples in the .py files, but adjusted for size (Jupyter notebook plots tend to come out much smaller).
0easy
Title: [MNT] Add joblib backend option and set default to all parallelized estimators Body: ### Describe the issue Some of the estimators that use joblib for parallelization use process-based backend, while other use threads-based backend. Ideally, we want this to be a parameter tunable by the users. ### Suggest...
0easy
Title: Edge case: subprocess call in @events.on_post_rc leads to suspending xonsh by OS Body: <!--- Provide a general summary of the issue in the Title above --> <!--- If you have a question along the lines of "How do I do this Bash command in xonsh" please first look over the Bash to Xonsh translation guide: https:/...
0easy
Title: Processbar issues Body: Looks like this needs to be converted to support python 3: ``` File "/Users/rich/.pyenv/versions/3.5.2/lib/python3.5/site-packages/shop/cascade/processbar.py", line 85, in get_identifier content = unicode(Truncator(content).words(3, truncate=' ...')) NameError: name 'unicode' is n...
0easy
Title: Creator profile picture - fix margins and the size of the creator profile photo Body: ### Describe your issue. Fix the profile photo size and also the margins of the profile photo. The current sizing is all off... <img width="633" alt="Image" src="https://github.com/user-attachments/assets/2048e61e-fdd0-4248-b...
0easy
Title: Migrate integration tests to slack_sdk package and add some legacy tests Body: Currently, the integration tests still use `slack` package and verify if the WebClient and so on under the package works. As the source code is automatically generated from `slack_sdk.web.WebClient`, this is still good enough at this...
0easy
Title: Avoid strict version requirements for requests Body: DataProfiler has a [strict requirement](https://github.com/capitalone/DataProfiler/blob/main/requirements.txt#L16) for 'requests' which makes it difficult to use as a dependency in large projects. I was wondering if this can be avoided.
0easy
Title: Update websockets dependency requirements Body: Hey! I have been using this SDK with a uvicorn server. They have recently upgraded the websockets requirements ([link](https://github.com/encode/uvicorn/pull/1065)), and the version 9.1 includes a fix for a security issue introduced in version 8. Currently, ...
0easy
Title: Better Topic Modeling Visualization/Saving for Image Only Analysis Body: ### Feature request I would like to see a swipe gallery of each topic. Each image would contain the top representative images of that topic in a grid (similar to what is shown at the end of the process described here: https://maartengr.g...
0easy
Title: Add Ray workflows adapter Body: # what Ray workflows seems like something we could easily add too https://docs.ray.io/en/latest/workflows/concepts.html given that we now have GraphAdapters # Task - [x] Implement something very similar to the RayGraphAdapter, i.e. RayWorkflowGraphAdapter. The hypothesis is ...
0easy
Title: ENH: implement `np.tri` Body: ### Is your feature request related to a problem? Please describe `np.tri` is a wildly used function. It is basicly a combination of `np.ones` and `np.tril` and should be easy to implement. Check this out for how to implement a mars operand: https://docs.pymars.org/en/latest/dev...
0easy
Title: Cannot specify `allowed_updates` while using `executor.start_polling` Body: Context (ru): [@aiogram_ru#524096](https://t.me/aiogram_ru/524096)
0easy
Title: Marketplace - creator page - reduce margins between divider line and section title Body: ### Describe your issue. Reduce margins to 25px. Current margins are at 32px <img width="1100" alt="Screenshot 2024-12-16 at 21 23 33" src="https://github.com/user-attachments/assets/76759c5d-4d43-4d8d-a71e-e4133ea...
0easy
Title: EncodingWarning when running with PYTHONWARNDEFAULTENCODING=1 Body: When running with PYTHONWARNDEFAULTENCODING=1, I see a number of warnings: ``` /var/folders/sx/n5gkrgfx6zd91ymxr2sr9wvw00n8zm/T/pip-run-p21p1hcv/xonsh/lazyjson.py:208: EncodingWarning: 'encoding' argument not specified self._f = open(f, n...
0easy
Title: HideFromTaskbar removes minimize and maximize icons permanently Body: When using dialog.HideFromTaskbar, the minimize and maximize icons of the window are removed and only a small "X"-Icon persists, even after un-hiding the dialog. Is that intended and maybe related to `self.exstyle() | win32defines.WS_EX_TOO...
0easy
Title: Export confirm page does not show the list of fields to be exported Body: **Describe the bug** Import workflow shows the list of fields that will be imported for each resource: ![image](https://github.com/django-import-export/django-import-export/assets/6249838/2b1625df-8639-456b-acd3-8a2debfff1ca) Howe...
0easy
Title: Add support for other LLMs Body: Investigate adding support for: * Bard * Claude * Llama It woud also be nice to host the Llama version on HuggingFace such that people don't need an API token
0easy
Title: We would like an `environment.yml` file. Body: As @lagru pointed out, typically, the requirement spec that pip uses can not be parsed by conda. And because packages might be named differently on conda-forge vs PyPI, there's no way around manually curating the dependencies, just like SciPy does (cf. [`environment...
0easy
Title: api: accept auth action codes without (or with incorrect?) base64 padding (=) Body: Some users' email agents don't recognize that `==/` may be part of the account activation URL, for example, and receive `400 Bad Request`. We should fix the padding automatically if that happens.
0easy