text stringlengths 20 57.3k | labels class label 4
classes |
|---|---|
Title: --install-hook not working on windows
Body: `ploomber nb --install-hook` is not working on windows, [I found here](https://stackoverflow.com/questions/20609816/git-pre-commit-hook-is-not-running-on-windows) that the problem may be the shebang but I followed the recommendations and the CI is still broken.
Does... | 0easy |
Title: I want to use the 'response_class' property.
Body: hello.
Looking at the CRUDGenerator's `__init__()` argument, I noticed that there is no property to specify the response_class.
I want to use a fast JSON conversion library like [ORJson](https://github.com/ijl/orjson), what should I do? | 0easy |
Title: Fix `get_stacktrace`
Body: ### Summary
The result of `traceback.format_exception` already includes newlines. We don't need add it.
```diff
diff --git a/mlflow/utils/exception_utils.py b/mlflow/utils/exception_utils.py
index a73f266c3..8f73853db 100644
--- a/mlflow/utils/exception_utils.py
+++ b/mlflow/utils/ex... | 0easy |
Title: Add docstrings for functions in utils.py
Body: Add docstrings for the two helper functions: `random_varname` and `all_subclasses`. | 0easy |
Title: bug: KMS get-key-rotation-status output not consistent with official AWS cli
Body: ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
The KMS `get-key-rotation-status` output returns a JSON like
```json
{
"KeyRotationEnabled": true
}
```
### Exp... | 0easy |
Title: 关于init_weights
Body: 您好,在head文件中的rpn.py里,有import init_weights这个函数,但是没有用到,想问下为什么backbone之后的网络在训练前不需要初始化参数呢? | 0easy |
Title: Deprecate `name` argument of `TestSuite.from_model`
Body: It's a bit odd to be able to configure the name of the creates suite when using `TestSuite.from_model` but no other attributes like `doc`. It doesn't make sense to support configuring others, because it's easy to do that after the suite is created either ... | 0easy |
Title: Remove usage of buffer(0) as trick to make geometries valid
Body: In our overlay code we have some places where we ensure geometries are valid. In the first place the input geometries, but for difference and intersection also the resulting geometries.
Historically we have been doing that with the `buffer(0)` ... | 0easy |
Title: Make changelog browsable
Body: Currently Splinter changelog is available in the Sphinx documentation https://github.com/cobrateam/splinter/tree/master/docs/news
However the changelog is not available in the sidebar http://splinter.readthedocs.io/en/latest/ or easily user discoverable.
I recommend adding a ... | 0easy |
Title: 如何添加底部备案信息
Body: 如何添加底部备案信息 | 0easy |
Title: `(cd subdir && ls)` gives error
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://xon.sh/bash_to_xsh.html
If you don't find an an... | 0easy |
Title: Translations needed for comparison functionality messages
Body: We are looking for contributors to help translate the following scan-comparison-related messages into various languages. If you are a native speaker of any of the languages listed below, please consider contributing a translation for the following m... | 0easy |
Title: Update default line width to `2` for consistency with Plotly Express
Body: | 0easy |
Title: Add normalisation options
Body: Hi!
First, thanks for this library which is really awesome!
I have this dataset where I'm analyzing Premie league football since 1992. I want to plot a Ridge plot with each subplot being Yellow_card, red_card, goal, penalty, etc, and see the distribution over a 90mn period... | 0easy |
Title: can't make selection for DatePickerRange when using placeholder_text
Body: no selection option will appear when using `start_date_placeholder_text` or `end_date_placeholder_text` with `dcc.DatePickerRange`
See doc page for example: [https://dash.plot.ly/dash-core-components/datepickerrange](https://dash.plot.... | 0easy |
Title: Run the benchmark with GPT 3.5 over different —steps-config
Body: We have scripts/benchmark.py.
If we run it over more configs and store the results to RESULTS.md we will clearly be able to see what works and what does not.
Would also be great to let the script ask for “did it work?” after each run and re... | 0easy |
Title: Marketplace - Change the buttons so that they have the same color as the arrows
Body:
### Describe your issue.
For the arrow on the left, when a user first opens the page the default state is the left button should be disabled (grey colored) and the right button should be enabled. Basically if there's no mo... | 0easy |
Title: Simplify PrepromptsHolder to just be a function
Body: Currently preprompt holders is this:
```
class PrepromptsHolder:
def __init__(self, preprompts_path: Path):
self.preprompts_path = preprompts_path
def get_preprompts(self) -> Dict[str, str]:
preprompts_repo = DiskMemory(self.... | 0easy |
Title: Allow model selection for /index and /search
Body: Add a command to set the model to be used for all /index requests and all /search requests. There should be two separate commands to set the models for each, the model should persist between restarts, the default model should be davinci003 and the other models ... | 0easy |
Title: [BUG] Can't access underlying models in multi-quantile regression
Body: **Describe the bug**
I'm using a multi-quantile forecaster on multivariate target data. E.g, a `CatBoostModel(likelihood='quantile', quantile=[0.01, 0.05, 0.1, 0.25, 0.5, 0.75, 0.9, 0.95, 0.99], ...)`.
Darts fits a separate GBT model for... | 0easy |
Title: Tox 4 trying to reuse env where it didn't in tox 3
Body: ## Issue
Given this config:
```ini
[testenv:black]
deps =
black==23.3.0
commands = {envpython} -m black . --check
[testenv:tip-black]
deps = black
commands = {[testenv:black]commands}
```
in tox 3.28.0, both executions (via `tox -e <en... | 0easy |
Title: Error when using FFT on data with one point
Body: Activating the FFT transform on data with one point raises the following error:
> File ~\anaconda3\lib\site-packages\pyqtgraph\graphicsItems\PlotDataItem.py:1190 in _fourierTransform
uniform = not np.any(np.abs(dx-dx[0]) > (abs(dx[0]) / 1000.))
IndexError: i... | 0easy |
Title: Upgrade IRKernel version to 1.0.x
Body: <!-- Thank you for contributing. These HTML commments will not render in the issue, but you can delete them once you've read them if you prefer! -->
### Proposed change
<!-- Use this section to describe the feature you'd like to be added. -->
Update to the latest vers... | 0easy |
Title: Reducing GPU memory usage
Body: I'm opening this issue following the discussion on the forum: https://forum.pyro.ai/t/reducing-mcmc-memory-usage/5639/6.
The problem is, not-in-place array copying that happens in `mcmc.run` after the actual sampling might result in an out-of-memory exception even though the sa... | 0easy |
Title: protocols.is_parameterized(sympy.pi) currently returns True
Body: `is_parameterized` needs a check for free symbols, not just isinstance(sympy.Basic) | 0easy |
Title: If multiple keywords match, resolve conflict first using search order
Body: The changes for fixing issue #4366 changed the `Set Library Search Order` functionality in a way that it cannot be used to force keywords to be used from imported resources if a keyword with same name exists in the importing resource fil... | 0easy |
Title: Marketplace - Reduce margin from 8px to 2px
Body:
### Describe your issue.

| 0easy |
Title: send_keys cannot send new line
Body: ```from selenium_driverless.types.by import By
import selenium_driverless.webdriver as webdriver
import asyncio
async def main():
async with webdriver.Chrome(options=webdriver.ChromeOptions()) as driver:
await driver.get('https://demoqa.com/text-box')
... | 0easy |
Title: UnicodeEncodeError during install_deps with emoji in git branch name
Body: ## Issue
The installation fails on Windows when there is an emoji in the git branch name.
See [here](https://github.com/hardbyte/python-can/actions/runs/3748530924/jobs/6369914247). I'm not sure if it's a pip or tox error.
[Here is... | 0easy |
Title: Typo in [Strings and the backslashes], missing right parenthesis
Body: In section Strings and the backslashes, for the explanations, 2nd point with one of the examples as follows
> print(repr(r'wt\\"f')
'wt\\\\"f'
I think the right parenthesis is missing here. It should be
print(repr(r'wt\\"f') **)**
'... | 0easy |
Title: pip install kymatio fails on bare environment
Body: We should add torch to requriements.txt, according to @lostanlen . | 0easy |
Title: torch.distributed的一些问题
Body: torch.distributed新手,问几个问题
1.看程序好像每个核都load了参数,为什么还要主核发布参数呢
2.为什么不直接用DistributedDataParallel
3.可不可以直接all_reduce一下loss,这样不是会快一些吗,唯一的区别应该就是bn层吧?
4.all_reduce参数的时候为什么用sum而不用平均呢 | 0easy |
Title: Replace the tool of code generator for the gRPC API
Body: /kind feature
**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]
Currently, we are generating codes for the gRPC API from the protocol buffers definition with [`znly/protoc`](https://hub.docker.com/r/zn... | 0easy |
Title: `rio.(Multi)Slider` Add Range Selection Capability to `rio.(Multi)Slider` Component
Body: It would be beneficial to have the ability to select a range in a `Slider`. I'm uncertain whether this functionality should be integrated into the existing rio.Slider() or if it should be implemented as a separate component... | 0easy |
Title: Raise test coverage above 90% for giotto/mapper/utils/_cluster.py
Body: Current test coverage from pytest is 19% | 0easy |
Title: 后台配置了支付宝当面付 请求返回400 BAD REQUEST
Body: 后台配置了支付宝当面付 请求返回

| 0easy |
Title: Marketplace - Fix margin above "Top Agents". Change it to 25px between the line and the header
Body:
### Describe your issue.
Fix this margin. Change it to 25px between the line and the header

| 0easy |
Title: ta.utils.real_body
Body: I'm looking at the real_body function. Should green candles have a negative body and red candles a positive body? I would think this should be reversed.
>df['can'] = ta.utils.candle_color(df.open, df.close)
df['body'] = ta.utils.real_body(df.open, df.close)
df['hl'] = ta.utils.... | 0easy |
Title: Path normalization (train on Windows and deploy on Linux)
Body: I trained models on Windows, then I tried to use them on Linux, however, I could not load them due to an incorrect path joining. During model loading, I got `learner_path` in the following format `experiments_dir/model_1/100_LightGBM\\learner_fold_0... | 0easy |
Title: Add Normalizer Estimator
Body: The normalizer estimator scales the samples independently by the sample's norm (l1, l2). Use the IncrementalBasicStatistics
estimator to generate the sum squared data and use it for generating only the l2 version of the normalizer. Investigate where
the new implementation may be ... | 0easy |
Title: Redirect to login if not authorized config not working
Body: ## CKAN version
CKAN v2.10.1
## Describe the bug
The` ckan.redirect_to_login_if_not_authorized` configuration option in CKAN is not functioning as expected. This configuration setting is intended to redirect users to the login page when users are n... | 0easy |
Title: Update asgi look examples to use aioredis 2
Body: A new major vesion of aioredis was released, and it has some api changes.
This is the changelog https://github.com/aio-libs/aioredis-py/blob/master/CHANGELOG.md | 0easy |
Title: Datalab issue type for null/missing feature values
Body: [New Datalab issue type](https://docs.cleanlab.ai/master/cleanlab/datalab/guide/custom_issue_manager.html) called something like `null` that checks `features` for rows that are entirely missing / null values (across all columns).
Those rows should get f... | 0easy |
Title: waitUntil page should link to waitUntil API doc and/or demonstrate use of the timeout param
Body: Thanks for pytest-qt, it is a fantastic plugin. 😊
This is mostly a to-do-eventually for me, but writing it down in case someone else can pick it up earlier.
I was wanting to figure out whether waitUntil had ... | 0easy |
Title: Stuck Musician
Body: Hey Thanks for making this. I am on Mac OS. I followed your instructions on installation and usage up to the end of using docker. Maybe because I'm not a developer, but I don't see how to use this. Is there an app or web page somewhere that I drop files on? Seems like I didn't get the "usage... | 0easy |
Title: Menu at the homepage is not so friendly
Body: The main menu at the top of page is a little bit strange. The background of page is white and the background of menu is white too. Check out the screenshot.
:
MATCH_REPLY = "BUSYGROUP Consumer Grou... | 0easy |
Title: [DOC] Follow PEP 257 Docstring conventions
Body: # Brief Description of Fix
<!-- Please describe the fix in terms of a "before" and "after". In other words, what's not so good about the current docs
page, and what you would like to see it become.
Example starter wording is provided. -->
I propose that ... | 0easy |
Title: `--snapshot-default-extension` doesn't support pytest 7 `pythonpath`
Body: **Describe the bug**
`--snapshot-default-extension` doesn't support pytest 7's `pythonpath` configuration option, for pytest-only additions to the Python path.
For my project, I'm using `--snapshot-default-extension` so the right ex... | 0easy |
Title: progress bar for feature transformation pipeline
Body: give people a sense of what's taking a long time
have self.is_first_transform = True for all our wrappers
Then have both "Fitting X pipeline component" and "Transforming with X pipeline component", but making sure we only do this the first time | 0easy |
Title: Add SHAP explanations to each prediction
Body: We use SHAP explanations for models. It will be nice to have explanations for each prediction. | 0easy |
Title: [UX] Dense CLI outputs for resources not enough
Body: The newly added back logs below is a bit too dense. We can try to dim them and maybe add INDENT_SYMBOL at the front.
```
Try specifying a different CPU count, or add "+" to the end of the CPU count to allow for larger instances.
Try specifying a different me... | 0easy |
Title: Adding "www." to the start of the url breaks the platform
Body: If you go to [https://www.platform.agpt.co/](https://www.platform.agpt.co/) instead of [https://platform.agpt.co/](https://www.platform.agpt.co/) , the platform will not work at all. You won't be logged in even through you're logged in usually. <br>... | 0easy |
Title: Add missing `await`
Body: ### Summary
`script` is an async function. `await` is needed to ensure it's finished.
```diff
diff --git a/.github/workflows/advice.yml b/.github/workflows/advice.yml
index 91dfe7379..b86231559 100644
--- a/.github/workflows/advice.yml
+++ b/.github/workflows/advice.yml
@@ -2... | 0easy |
Title: Add temperature and other params to connected chats
Body: Currently chats like /code chat don't support adjusting parameters like temperature, top_p, (maybe we can even support the new seed param?) | 0easy |
Title: Feature: use uv instead of pip to speedup CI requirements installation
Body: | 0easy |
Title: prompt: Better editing features
Body: Just sharing few ideas
Xonsh Editor:
☐ shortcuts to copy current stdout/stderr and to open them in $EDITOR
☐ clip buffer - https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/copybuffer
☐ clip current directory - https://github.com/ohmyzsh/ohmyz... | 0easy |
Title: Marketplace - agent page - categories chips, please fix padding
Body:
### Describe your issue.
<img width="597" alt="Screenshot 2024-12-17 at 17 14 13" src="https://github.com/user-attachments/assets/68200f48-9e61-435a-a548-241e995ab4b7" />
Use the typography style "p-ui" from the typography guideline:... | 0easy |
Title: 【疑问】使用这个程序会有封IP,封设备的风险吗
Body: 非常感谢大佬的程序,免费且开源,作为小白很想咨询一下,会因为高频访问主网站而被封IP和封设备吗?(应该不会封号,因为都没有登录),如何避免被这种情况呢? | 0easy |
Title: Bidirectional RNN
Body: Is there a way to train a bidirectional RNN (like LSTM or GRU) on trax nowadays? | 0easy |
Title: `cirq.decompose_once` fails when called on `cirq.CZ`
Body: Calling `cirq.decomponse_once` on `cirq.CZ` raises an error:
```python
In [4]: cirq.decompose(cirq.CZ(cirq.q(0), cirq.q(1)))
Out[4]: [cirq.CZ(cirq.LineQubit(0), cirq.LineQubit(1))]
In [5]: cirq.decompose_once(cirq.CZ(cirq.q(0), cirq.q(1)))
-------... | 0easy |
Title: (FLK-D200) One-line docstring should fit on one line with quotes
Body: ## Description
If a docstring fits in a single line (72 character according to PEP8), it is recommended to have the quotes on the same line.
## Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on ... | 0easy |
Title: Bug while running the merge profile list notebook
Body: **General Information:**
**Describe the bug:**
`dataprofiler.profilers.utils` has changed to this `dataprofiler.profilers.profiler_utils`
```
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 11
10... | 0easy |
Title: BUG: xorbits.numpy.tril cannot handle 1-d array input
Body: ### Describe the bug
xorbits.numpy.tril raises exception when the given input is a 1-d array.
### To Reproduce
```python
np.tril(np.ones(5))
```
### Expected behavior
Output:
```python
array([[1., 0., 0., 0., 0.],
[1., 1., 0., 0., 0... | 0easy |
Title: Revamp conversation starters
Body: The starters make the conversation feel a bit forced sometimes. For example, with the main starter, the bot always asks a question to the user on its response during some conversations. Generally, we want to edit the main starter to make conversations feel more natural and cohe... | 0easy |
Title: Allow --debug flag that prints all the commands sent to openai
Body: | 0easy |
Title: Resend GPT3 prompt if original prompt message gets edited
Body: If a prompt gets edited by the original author, we want to be able to resend the prompt and edit the original response message with the updated response for the updated prompt. | 0easy |
Title: Implement `MAYBE` in adapter resolution
Body: See https://github.com/betodealmeida/shillelagh/pull/110. | 0easy |
Title: BuiltIn: New `Reset Log Level` keyword for resetting the log level to the original value
Body: _Opened this request after the discussion under https://github.com/robotframework/robotframework/issues/4919_
I'd like to request adding a new keyword `Reset Log Level` that would always reset the log level to the o... | 0easy |
Title: Django >= 2.0.6 now required for python > 3.3
Body: [This commit](https://github.com/cobrateam/splinter/commit/907208296d1936b2e8abfe21b7109cb0dad9e6a2) ([this part in particular](https://github.com/cobrateam/splinter/commit/907208296d1936b2e8abfe21b7109cb0dad9e6a2#diff-2eeaed663bd0d25b7e608891384b7298R30)) pins... | 0easy |
Title: `rectangle_perimeter` with NaN params causes fatal memory leak
Body: ### Description:
Following code raises RAM usage to 100% within a few seconds and hangs the (64GB) machine. I had the NaN's due to an invalid bounding box calculation.
### Way to reproduce:
```
import numpy as np
from skimage.draw im... | 0easy |
Title: Add replace_original/delete_original to WebhookClient (async/sync)
Body: Add functionality to allow updating a message when using the WebhookClient by passing `replace_original=true` to the API.
### Requirements
Currently it is only possible to send a new message using the WebhookClient. The Slack API off... | 0easy |
Title: Graceful shutdown of signal handlers
Body: When signals are added, we should run some sort of a cleanup like this on shutdown to make sure any custom signals are run. This also includes a suggestion that we identify them with a name: `signal-XXXXX`.
```python
async def cleanup(app, _):
for task in async... | 0easy |
Title: Update HTTP status code constants wrt RFC 9110
Body: Update our HTTP status code constants (in [`falcon/status_codes.py`](https://github.com/falconry/falcon/blob/master/falcon/status_codes.py)) to conform to [RFC 9110](https://datatracker.ietf.org/doc/html/rfc9110).
While we should be largely up-to-speed, the... | 0easy |
Title: Allow specifying additional files to watch
Body: `rio run` automatically restarts the project when changes to Python files are detected. Some projects also depend on other files however, such as JSON or CSV data files. It would be nice for `rio run` to watch those as well.
There's a couple approaches to solvi... | 0easy |
Title: Japanese: Make "events" in the document even clearer (#412)
Body: We can apply the updates in #415 to the Japanese version of the documents. See also #412
### The page URLs
* https://slack.dev/bolt-python/ja-jp/concepts#basic
## Requirements
Please read the [Contributing guidelines](https://github.c... | 0easy |
Title: Add support for pipelined visitor functions
Body: This would allow for a meta-visitor that applies the required visitors in the provided order. This separates the initialization from the steps of the visitors, which is a little more readable.
This could look something like:
```python
visitor_fn_1 = ...
v... | 0easy |
Title: The is operator in the jitted code does not work for structref instance.
Body: ## **Reporting a bug**
- [x] I have tried using the latest released version of Numba (most recent is
visible in the release notes
(https://numba.readthedocs.io/en/stable/release-notes-overview.html).
- [ ] I have included a self ... | 0easy |
Title: Dev branch: TypeError: bind() takes 2 positional arguments but 3 were given
Body: I've upgraded to the development branch and while trying some custom indicator I get:
```
import_dir(ta_dir)
File "/opt/homebrew/lib/python3.9/site-packages/pandas_ta/custom.py", line 198, in import_dir
bind(module_... | 0easy |
Title: Add this example to the docs
Body: Cool example to add to the docs: https://morphocode.com/location-time-urban-data-visualization/#row-1497426575

The data source referenced in the original post retur... | 0easy |
Title: Allow positional argument in ploomber scaffold
Body: ```
ploomber scaffold mynewproject
```
Note: since this requires an update to `ploomber-scaffold`, we'll have to release that first, then pin the version here | 0easy |
Title: [DOC] Move Setting up environment in PyCharm to its own page
Body: # Context: Move a section to its own page
While tinkering with the Docs, I noticed that `Contributing.html` is quite long now. So much so that it might be a bit daunting for future contributors.
Towards the tail end of that same page, I see... | 0easy |
Title: Verify `pyright` best practices
Body: We've recently replaced mypy with pyright. Would be good to do a general check that we are following best practices, compare the new settings file with the previous mypy settings, increase the strictness as much as possible, etc... | 0easy |
Title: Remove status messages on P2P persistent connection creation
Body: Currently, the daemon sends a status message to the client after a persistent connection to it is openned. This is a no-op, as the status message is either "ok" or not sent at all. I suggest we remove this feature from the daemon as this might im... | 0easy |
Title: AttributeError: module 'kornia.augmentation' has no attribute 'RandomTransplantation'
Body: ### Describe the bug
I was trying to use the RandomTransplantation function in my code to augment images using the mask. As follows:
### Reproduction steps
```bash
`
import torch
import kornia.augmentation a... | 0easy |
Title: feature request: please wrap optax optimizers
Body: The [optax library from Deepmind](https://github.com/deepmind/optax) is the future for jax ecosystem (e.g. it will be adopted by Flax team), and will likely replace [jax.experimental.optimizers](https://jax.readthedocs.io/en/latest/jax.experimental.optimizers.h... | 0easy |
Title: Add friendlier error messages
Body: For example, having the installer check if the file exists after downloading, and if it doesn't exist, exit with an error stating the file was downloaded but something deleted it. Check your AV. | 0easy |
Title: Add python 3.9 to test suite / tox
Body: The tox.ini file and the github actions need a 3.9 test runner added to cover latest stable version of python.
Maybe 3.10 if it's working with dependencies as well? | 0easy |
Title: Allow default format selections on import, export, and action screens
Body: It would be useful to allow specifying a default format on the import and export screens as well as the actions. On some of the screens it will auto-select if you only have one option, but the Actions do not work that way. If you're alwa... | 0easy |
Title: Make Custom Indexes feature backed by pinecone
Body: Currently, custom indexes are all saved in memory and in files in the local directory where the bot runs. We need to make all these indexes backed by a vector store, in our case, pinecone. | 0easy |
Title: `--legacy-output` does not work with Rebot when combining, merging or filtering results
Body: Because robot scripts are not always stable, due to infrastructural problems, we use a script to perform failing tests with a maximum of 3 times. Until tests are run ok... or eventually fail.
This will generate sever... | 0easy |
Title: Small issue in docs
Body: I think there's a minor issue with this snippet in the docs at https://uplink.readthedocs.io/en/stable/user/quickstart.html#response-and-error-handling
```
def raise_for_status(response):
"""Checks whether or not the response was successful."""
if 200 <= response.status <= 2... | 0easy |
Title: Deprecate GeoSeries.almost_equals (deprecated in shapely)
Body: The `almost_equals` method in Shapely is deprecated (and will be removed in a future version): https://github.com/shapely/shapely/blob/6c896a7fb0348f46630e4045e1fdc3e54212dc42/shapely/geometry/base.py#L666-L669
So we should probably follow suite ... | 0easy |
Title: Can I know what is the size of the Kinetics 400 dataset used to reproduce the result in this repo?
Body: There are many links in Kinetics that have expired. As as result, everyone might not be using the same Kinetics dataset. As a reference, the statistics of the Kinetics dataset used in PySlowFast can be found ... | 0easy |
Title: Allauth template elements
Body: Looking into #4691 I stumbled upon the [elements](https://github.com/pennersr/django-allauth/tree/main/allauth/templates/allauth/elements) directory.
Since 0.58.0 (2023-10-26) it is possible to override just the elements instead of overriding the templates completely: https:/... | 0easy |
Title: Bug with List of response_models taken from Serializer
Body: ### Description
When trying to use List of generated `response_model` model as response_model in route, you get in response
```json
{
"code": 400,
"detail": "Validation error",
"fields": [
{
"name": "response",
"messa... | 0easy |
Title: Default to read-only field on import if a single Resource or file format is defined
Body: **Describe the bug**
Export allows for single elements to be pre-selected (added in #1671):

... | 0easy |
Title: Generate multiple nb products from a single task (e.g. ipynb, html, and pdf)
Body: Currently the nb product is limited to a single file.
It'll be useful for users to output multiple reports for instance:
```
- source: fit.py
product:
nb: output/nb.ipynb
html-report: output/report.ht... | 0easy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.