text
stringlengths
20
57.3k
labels
class label
4 classes
Title: New release 0.1.0 : Error response from daemon: Ports are not available: Body: [+] Running 14/2 ✔ gradio-ui Pulled727.1s ✔ model-fetcher Pulled7.5s [+] Running 0/1 [+] Running 0/1ro-tts Building0.1s [+] Running 0/14s (4/13) ...
2hard
Title: Type hints are not retained Body: **Describe the bug** Basic use case of static model class does not retain its type checking after enforcement - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandera. #### Expected behavi...
1medium
Title: aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host api.binance.com:443 ssl:default [None] Body: Hi, Thanks for developing and maintaining the python-binance. It's very useful. Recently, I'm trying to develop a connection for listening the Binance USDM futures user data, via the Threaded...
2hard
Title: How to use sb_cdp to solve cross-origin iframe Body: Blocked a frame with origin "file://" from accessing a cross-origin frame Refer to the following code: https://gist.github.com/imaman/cd7c943e0831a447b1d2b073ede347e2 ```js async function findElementInCrossDomainIframe(port, DOM, Target, iframeSelector, elem...
1medium
Title: cherry-pick into K8s 1.10: Always Start pvc-protection-controller and pv-protection-controller Body: <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://git.k8s.io/community/contributors/devel/pull-requests.md#the-pr-submit...
1medium
Title: 📍 Step 2: Browsing Web 执行异常 Body: ERROR: Exception in ASGI application Traceback (most recent call last): File "/Users/donglan/Desktop/未命名文件夹/langmanus/.venv/lib/python3.12/site-packages/sse_starlette/sse.py", line 244, in __call__ await cancel_on_finish(lambda: self._listen_for_disconnect(receive)) ...
2hard
Title: parameter from the `components/parameters` section makes openapi-python-client crash Body: **Describe the bug** While generating a client for my openapi.json file, the script crashes with internal errors. The problem seems to be related to a parameter defined in my `component/parameters` section. When i comm...
2hard
Title: Seamless animation! Body: I think it would be really awesome if users could generate mp4s and gifs by passing arrays with an extra "time" dimension and the keyword arg `animate=True` to arbitrary plotting functions. The following approach would allow users to animate stuff in multiple subplots, possibly with ...
1medium
Title: Notes on Colorization Body: > . Also set --input_nc 1 and --output_nc 2. From [notes-on-colorization](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/master/docs/tips.md#notes-on-colorization). Why 2? I assume colorization returns an rgb image? If this is not a typo, I am curious about why 2 i...
0easy
Title: Validate ImageStreams in triggers Body: Validate both ImageRepository and ImageStream kinds in deployment trigger parameters.
1medium
Title: Prevent students from accidentally resubmitting assignments Body: The Exchange currently does not stop accepting submissions when they are past the deadline and instead accepts multiple submissions of the same assignment even past due. Since the last submission is considered for grading, a student who accidental...
1medium
Title: Remove the arcgis.gis.UserManager.send_notification() function Body: This function does not work, and in light of https://community.esri.com/t5/arcgis-enterprise-questions/quot-you-do-not-have-permissions-quot-when-trying/td-p/1106613 and https://support.esri.com/en-us/bug/when-running-the-create-notification-ta...
0easy
Title: Maybe it would be more productive to make joint efforts with serverless framework and move Zappa features into plugins for it? Body: There are plugin and using it it's possible to achieve 90% of the Zappa functionality: https://github.com/logandk/serverless-wsgi (it's based on Zappa btw) Docker containers wi...
1medium
Title: package_show returns empty lists for relationships Body: Bug #3114 is not fixed. However, it it not possible to re-open it. When you use package relationships the bug is dangerous because `create_resources` deletes relationships
1medium
Title: InfluxDBClient: client.health() returns "...AttributeError: 'InfluxDBClient' object has no attribute 'health'..." Body: ### Specifications * Client Version: influxdb 5.3.1 installed on Pycharm IDE * InfluxDB Version: I think it is 1.7.9 running on top of Linux * Platform: Python program runs on MacOS Ventura ...
1medium
Title: Support for Storing and Retrieving Complex Data Types (e.g., Embeddings) in Pandas DataFrames Body: ### Feature Type - [x] Adding new functionality to pandas - [x] Changing existing functionality in pandas - [x] Removing existing functionality in pandas ### Problem Description Currently, Pandas does not pr...
2hard
Title: the match function in bbox_util is different from the caffe Body: This code match **prior** box with the ground truth box of the highest jaccard overlap, but in caffe match **predict** box with ground truth. Why different?
1medium
Title: Send email confirmation now breaks when request=None Body: This issue was introduced in version 0.52.0, I used to be able to call `send_email_confirmation(None, user)` before (I use it on a user post save and there is no request object available) The issue comes down to a check in `ratelimit`: ```python if re...
1medium
Title: Question about using different model for Score-CAM Body: Hi, I see you use `reshape_transform(tensor, height, width)` for different type of transformer model. But I still confused about how to use that. I want use Score-CAM for LeViT-256 and Nest-T and DeiT-S-distill. The example of reshape_transform yo...
1medium
Title: Classification evaluation: Adjust confusion matrix and derivative metrics? Body: In utils_scoring.py, predicted values are calculated as a rounding of _probas_, hence can only be 0 or 1. When building the confusion matrix and calculating accuracy, these rounded _probas_ are compared with actual target values....
1medium
Title: enforcing message conventions while generating migrations Body: **Migrated issue, originally created by Sandeep Srinivasa ([@sandys](https://github.com/sandys))** im trying to set something to enforce some message pattern conventions while creating migrations. eg. 1. message is mandatory 2. it should contain ...
1medium
Title: cleanup import Body: * remove all unused imports * don't use wildcard import
0easy
Title: The question about the training process Body: why did not the training process consider the case of noise mean not equal zero
1medium
Title: Any ways to get historical high of a stock symbol? Body: as stated in the title. I wish to get the historical high value of a stock symbol. It is a dumb idea (which I am using) to get the historical values as early as possible and calculate the historical high value. Is there a better way to get the histo...
1medium
Title: No (obvious) way to insert literal text that conflicts with an AutoKey "special key" Body: ## Classification: UI/Usability ## Reproducibility: Always ## Summary There's no obvious way to override the special handling of literal text in a `keyString`, so something as benign as trying to wrap clipbo...
1medium
Title: Include pod /etc/hosts in ephemeral storage calculation for eviction Body: **What type of PR is this?** /kind bug **What this PR does / why we need it**: Includes a pod /etc/hosts when calculating a pod's ephemeral storage usage to decide whether to evict the pod. **Which issue(s) this PR fixes**: N/A ...
1medium
Title: "'TextHandlers' object has no attribute 'partition'" error when trying to fetch page Body: ### Have you searched if there an existing issue for this? - [x] I have searched the existing issues ### Python version (python --version) Python 3.13.1 ### Scrapling version (scrapling.__version__) 0.2.95 ### Depend...
1medium
Title: Make contributor's checklist pass on CPython 3.12 Body: At the time of writing, there are a couple of failures: * One line is missing coverage due to `async` optimizations in 3.12: `falcon/testing/client.py 388 1 112 0 99% 2130`. * Sphinx seems to have some issues with 3.1...
1medium
Title: logging of passing checks Body: I would add something else on my side. It would be wonderful to have logged the passes as well (optionally ofc) Here is a sample output: ``` test_sandbox.py::TestSandbox::test_case1 ------------------------------- live log setup -------------------------------- 13:1...
1medium
Title: Using PEFT causes model to not predict EOS Body: ### System Info > peft version: 0.9.0 > accelerate version: 0.27.2 > transformers version: 4.37.0 > trl version: 0.7.12.dev0 > base model: openai-community/gpt2 > hardware: 2xA100 I'm doing a LORA peft of GPT2 through [trl](https://github.com/huggingface/...
2hard
Title: [Discussion]: Enforce values in parser test cases. Body: There are currently test cases like [this](https://github.com/flairNLP/fundus/blob/master/tests/resources/parser/test_data/de/Focus.json) which include empty values for attributes. I would consider those as a bad test case since they cover less than they c...
1medium
Title: Method/exception for gracefully killing a crawl Body: There doesn't seem to be any mechanism to gracefully kill an entire crawl from inside the crawl. I've had to do it a hacky way with a global variable. Simplified example: ``` global global_crawler_process class MySpider(): ... except Exceptio...
1medium
Title: ImportError: cannot import name 'SIGHUP' from 'signal' Body: Hi, After clone this git and done pip install cryptofeed[all] + python setup.py install I am trying to run Basic usage code ``` from cryptofeed import FeedHandler # not all imports shown for clarity fh = FeedHandler() # ticker, trad...
1medium
Title: Link to "Whoosh" library in AUTHORS.md throws 404 Body: Hello, The link to `Whoosh` library on [line 280 of AUTHORS.md](https://github.com/nltk/nltk/blame/develop/AUTHORS.md#L280), throws a 404 exception. This is the link that is used: https://bitbucket.org/mchaput/whoosh/wiki/Home Perhaps either https://...
0easy
Title: Detected by Google login Body: Hi, after upgrading to version 3.4.5, Google can now detect if I am using an unsecured browser. This was not an issue on previous versions of undetected_chromedriver but I guess the chrome 110 update had something to do with it. chrome option arguments won't also seem to work ...
1medium
Title: Autoload py files in subfolders Body: Hello, first of all thank you for the pyscript component. I really love it and have rewritten all of my automations to use pyscript. I would like to organize my files into subfolders. I know it's possible to use the modules folder and use the import, but it's not suffici...
1medium
Title: JEFFALGO order produces "Error 145, reqId 231: Error in validating entry fields -" Body: Using version 0.9.85 and IB TWS Build 10.19.2d, Aug 30, 2023 3:51:59 PM. Ubuntu 22. This simple code reproduces the issue (I have tried many different variations of which TagValues to use and which not and with no differe...
1medium
Title: Docker security Body: Hi, i have deployed nginx-ui on Docker like documentation but i have a problem: if I try to access to nginx-ui through nginx proxy all is ok (basic auth ask me login) but if i go direct on port 8080 then i can access to nginx-ui bypassing nginx proxy. So, this is a summary: nginx.mysite.c...
1medium
Title: microsoft/Phi-3-mini-128k-instruct text_generation_launcher: Could not import Flash Attention enabled models: System cpu doesn't support flash/paged attention Body: ### System Info text-generation-inference: 2.3.0 OS: Ubuntu 24.04 CPU: Xeon E5-1650 v4 ### Information - [X] Docker - [ ] The CLI dir...
1medium
Title: Detect nodes that are oscillating between ready and not ready Body: Probably by keeping a history of node status. This should solve the case where, for example, the node flips in and out of outOfDisk because a pod has an image that is big enough to cause the node to go through both of its thresholds.
1medium
Title: Scraper error "TypeError: string indices must be integers" - Yahoo decrypt fail Body: ## Updates ### 2023 January 13 By the time of posting the issue (2023 January 12), the issue only occured sometimes. The library is now (2023 January 13) completely broken and I am unable to retrieve any stock informatio ##...
2hard
Title: Markdown cells are saved as Python files for the external editor Body: First of all, thank you for making this program! ## Description of the issue When editing a Markdown cell through the external editor, the temporary file is saved as `/tmp/[...].py` instead of `/tmp/[...].md` (with the Python source file ex...
1medium
Title: Feature request Body: Great package! Are we able to get an option to change the square or dot to a custom graphic? For instance if it's a viz about humans, can we put a human svg icon from say font awesome and put it in there? Ed
1medium
Title: Save detection area with CSVSink Body: ### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description I would like to save all the Detections data to csv. Currently the `area` is not saved, and my ...
1medium
Title: bleak pair failed with protection_level 1 Body: * bleak version: v0.20.2 * Python version: v3.11.4 * Operating System: Windows 11 ### Description I added the following code in sample program uart_service.py for pairing with Nordic nRF5340 device. ```python async with BleakClient(device, disconnected_call...
1medium
Title: [BUG]why can't I open my own datasets in yolov8 format? Body: ### Describe the problem HELLO! I'm just a new guy to use the fiftyone which is a good tool. I want to open my own datasets in yolov8 format and see the marked rectangle box. It can add sample to my dataset but turn to be wrong when it opens the fi...
1medium
Title: CORD-v2 accuracy much lower than the paper's results Body: Hello, I get surprisingly low results when running a test on `cord-v2`, in order to reproduce the paper's results. I use the following command line `python3 test.py --pretrained_model_name_or_path "naver-clova-ix/donut-base-finetuned-cord-v2" --da...
1medium
Title: Wiki "Triplet loss training", how to classify my own image after training? Body: Hi, I followed the "Triplet loss training" wiki and got a saved tensorflow checkpoint. Is there any code demonstrate how to classify my own image using that checkpoint? Thanks and Regards, Alan
1medium
Title: [Bug] ImportError: cannot import name 'is_valid_list_of_images' from transformers.models.mllama.image_processing_mllama Body: ### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-re...
2hard
Title: Remove dangling usage of _fmt attribute in child detectors Body: #### Reference Issues/PRs - https://github.com/sktime/sktime/pull/6265 - https://github.com/sktime/sktime/pull/6958 #### What does this implement/fix? Explain your changes. - Removes unused references to the deprecated `_fmt` attribute within...
1medium
Title: Creating Table in sqlite-web browser and BOOL data type is returning INTEGER Body: When creating tables in sqlite_web browser, I am running into trouble when trying to set the data type of a given field to `BOOL`; it instead returns `INTEGER`. The bottom three key-value pairs are supposed to be a `BOOL` (see ima...
0easy
Title: plot learning curves for algorithms Body: Save learning curves for algorithms
1medium
Title: Using params in flux queries with Python influxdb_client Body: It seems that there may be issues with passing params with `query_data_frame()`. See below code example: ```python client = InfluxDBClient(url="localhost:5000", token="", timeout=100000, retries=0, enable_gzip=True, profilers="query, operator") qu...
1medium
Title: SoftLink thread-unsafe Body: ### Description During the investigation of #8772, I experienced `Windows fatal exception: access violation` error. The event viewer says `Faulting module name: _softlink.cp39-win_amd64.pyd, version: 0.0.0.0, time stamp: 0x66c69098`. There is a race between `_L` assignment and actu...
2hard
Title: Error loading psycopg2 module: No module named 'psycopg2._psycopg' Body: Python 3.8 I installed: psycopg2==2.8.6 psycopg2-binary==2.8.6 The database uses: 'ENGINE': 'django.db.backends.postgresql_psycopg2', After deploying zappa I keep getting this error with zappa tail dev
1medium
Title: Support DataTree in xarray.concat Body: ### What is your issue? Something like this works, but is a little awkward -- especially the skipping over dimensions that are only defined on some node levels: ```python def concat(*datasets, dim): if not all(dim in ds.dims for ds in datasets): return Non...
1medium
Title: async vs sync and list as query parameter Body: Hi folks, first of all thanks for this great python library, awesome work! I think I found a glitch between sync and async support in regards of query parameter handling. **Describe the bug** So far as I understand I can use lists as query params too and it...
1medium
Title: master node becomes worker nodes after network partition Body: ### What happened? When the master node is deleted from k8s cluster due to some network failures, Cloud Provider Controller Manager notices that this node VM is no longer present on the cloud provider due to network partition, so Cloud Provider Cont...
1medium
Title: Filter\Display failure events Body: **Is your feature request related to a problem?** Yes. Multiple events are gather by Robusta system however the Display can lead to more debugging than really required. In our scenario: Robusta reported the event - KubeContainerWaiting that was given by AlertManager. The e...
1medium
Title: Add support for pandas 0.25 Body:
1medium
Title: List of union type field always yields the first type Body: I declared a field which returns a list of union of Django types (those generated by `@strawberry.django.type`). Unfortunately, the returned list only contains elements of the first type stated in a union. <!--- This template is entirely optional and...
2hard
Title: i am trying to use uvr5 for the first time and this happens , while a i have an rtx 3060ti , is there anyway to fix it ? Body: Last Error Received: Process: Ensemble Mode The application was unable to allocate enough GPU memory to use this model. Please close any GPU intensive applications and try again. ...
1medium
Title: Support for Binance Futures Testnet Body: I'm trying to modify the source to add support for Binance Futures Testnet. I have made the following changes in `cryptofeed/exchanges/binance_futures.py`: - Line 49: changed `self.ws_endpoint` from `'wss://fstream.binance.com'` to `'wss://stream.binancefuture.com'...
1medium
Title: Use DependenciesContainer for config Body: Why can't I use a `DependenciesContainer` for inheriting a `Configuration` from a parent `Container`? I have to use `providers.Configuration()` on every level. This makes it tedious to e.g. change `strict=true`
1medium
Title: Can't import into Google Colab Body: While trying to import into Google Colab using ```import vectorbt as vbt ``` when```PyYAML``` version 6 is used, I get the error message: ``` [/usr/local/lib/python3.7/dist-packages/distributed/config.py](https://localhost:8080/#) in <module>() 18 19 with op...
1medium
Title: modifying namespace spec.finalizers via PATCH should return a validation error Body: **What happened**: PATCH `{"spec":{"finalizers":null}}` doesn't clear the finalizers and also doesn't return an error. **What you expected to happen**: It should return an error (use the /finalize subresource). **How to...
1medium
Title: UPSTREAM: 53446: kubelet: add latency metrics to network plugin manager Body: https://github.com/kubernetes/kubernetes/pull/53446 Right now, we can't account for all the time spent in the PLEG loop. We have `kubelet_docker_operations_latency_microseconds` to account for container runtime delays but nothing t...
1medium
Title: [job flake] kubelet-master Body: http://k8s-testgrid.appspot.com/sig-release-master-blocking#kubelet looks like the job has multiple flaky tests :-\ /sig node /priority failing-test /kind bug /status approved-for-milestone cc @jdumars @jberkus @Random-Liu @yguo0905 @dashpole @yujuhong any clue :smi...
1medium
Title: Ack() on successfull view submission throwing connection error (2) Body: (Filling out the following details about bugs will help us solve your issue sooner.) Reproducible in: pip freeze | grep slack python --version sw_vers && uname -v # or `ver` The slack_bolt version 1.17.0 Python runtime version ...
1medium
Title: Refactor `can_stack_primitive_on_inputs` helper function Body: - Refactoring `can_stack_primitive_on_inputs` would help make `DeepFeatureSynthesis` more readable
1medium
Title: Excel like column filters? Body: Are there plans to implement column filters like in qgrid or Excel? https://github.com/quantopian/qgrid/blob/master/docs/images/filtering_demo.gif ![image](https://user-images.githubusercontent.com/12675339/147218935-b266bc78-5787-4217-88dd-ca82a5ee6e2c.png) ![image](h...
1medium
Title: Reconfiguring a kubelet does not work on EKS Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernete...
2hard
Title: Figure out mf2 h-feed authorship Body: Source: HTML Target: Atom/XML Example: https://granary.io/url?input=html&output=atom&url=https://news.indieweb.org/en Expected feed author: IndieNews en @ https://news.indieweb.org/en Actual feed author: The first h-card on the page Note: The feed id and title is corre...
1medium
Title: HPA on GKE uses aggregated node CPU utilisation and not pods in targeted deployment Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disc...
1medium
Title: Keras model loading broken Body: Platform (like ubuntu 16.04/win10): Redhat Python version: 3.6.2 Source framework with version (like Tensorflow 1.4.1 with GPU): Keras 2.2.4 Destination framework with version (like CNTK 2.3 with GPU): Pytorch 1.2.0 Pre-trained model path (webpath or webdisk path): Ca...
1medium
Title: HA: Double deployment pods created Body: Two master configuration, deployment controller races against itself to create two deployments. If the deployment process pod name was predictable this would be impossible. That's probably the right solution. ``` $ osc get pods POD IP CONTAI...
1medium
Title: [Usage]: how to reduce the number of processes of compile_worker Body: ### Your current environment vllm: 0.7.3 `vllm serve Qwen/Qwen2.5-7B-Instruct --host 0.0.0.0 --port 6015 --disable-log-requests --max_num_seqs=200 --max_num_batched_tokens=256 -tp=4 --served-model-name Qwen2.5-7B-Instruct --max_model_len=409...
1medium
Title: MacOS 11.2.3 "not built the support for your system" Body: ### Describe the bug I can't get open interpreter to work on my mac book. I have Python 3.11 installed and I run the interpreter command in my terminal ### Reproduce ● ...
2hard
Title: trio.testing.MockClock-like functionality Body: some way of jumping forwards in time for asyncio and trio backends, and maybe a pytest-fixture for it too https://trio.readthedocs.io/en/stable/reference-testing.html#time-and-timeouts a pytest-asyncio fixture for time travelling: https://github.com/pytest-de...
1medium
Title: Introduce a global setting to always get all element from `list()` calls Body: ## Description of the problem In the gitlabform app (https://github.com/gitlabform/gitlabform), and probably for many other purposes too, we always want to get all the elements of lists. ## Current solution There seem to be 2...
1medium
Title: Daily limit reached for capybara error Body: ![image](https://user-images.githubusercontent.com/76880977/230698599-7335f00b-9208-4e4c-b7ae-e4d7ab19dc48.png) there is no limit on capybara but still getting the error
1medium
Title: allauth_settings USER_MODEL_EMAIL_FIELD not taken into consideration Body: I am implementing dj-rest-auth to only add social log-in to my rest framework and my User model has an email field that has different name than "email". Therefore I set the USER_MODEL_EMAIL_FIELD but this is not taken into consideration i...
1medium
Title: Tests silently fail if backends do not import cleanly Body: Specifically, the line https://github.com/kymatio/kymatio/blob/562e07f55c584522e286b231945f6a63569b490d/kymatio/scattering1d/tests/test_torch_scattering1d.py#L19 (and others like it), have the following consequence: If the `torch_skcuda_backend` module ...
1medium
Title: displaying date data on x axis Body: great framework, Im really impressed with it. Having some trouble getting the x axis to display the ticks with their respective times/dates, running the tutorial on your api as is. Any suggestions?
1medium
Title: About anchor size Body: > Please correct me if I'm wrong for the following observations: > > Based on @zyc-ai 's description, and the paper, anchors should be generated based on the size of template bounding box, but in the code, wherever Anchors is generated it was always through code like this: > s...
1medium
Title: Changing batch size in SQS event does not actually change the batch size off SQS trigger Body: <!--- Provide a general summary of the issue in the Title above --> ## Context <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- Also, please make sure tha...
1medium
Title: Hyperlink has invalidated in DATASETS.md Body: I find the hyperlink in DATASETS.md: https://github.com/KaiyangZhou/deep-person-reid/blame/master/DATASETS.md#L167-L168 has invalidated. I think you may modify it : ``` - [ImageDataset](https://github.com/KaiyangZhou/deep-person-reid/blob/master/torchreid/datas...
0easy
Title: Wrong Document.get type hint Body: `Document.get`'s `document_id` parameter is currently type hinted as `PydanticObjectId` which suggests that the document id always will be a MongoDB ObjectID. But this library allows re-assigning the document id type, so the type hint should be a TypeVar pointing to `Document.i...
1medium
Title: wav2vec_seq2seq prev_output_tokens error in finetuning Body: ## ❓ Questions and Help #### What is your question? Hi i'm trying finetuning wav2vec2 and using wav2vec_seq2seq transformer decoder but because one line of code section , train is stopped why **prev_output_tokens** type is list..? and i pri...
1medium
Title: hyper parameters of vocoder Body: I have a problem in understanding several Parameter in vocoder\hparams.py code: 1- What is the voc_upsample_factors and why is it 3 values ​​and Why does the result of product the 3 values ​​must be equal to hop length 2- What is the meaning of voc_seq_len and why is it the ...
1medium
Title: [tox] Can't find msgfmt Body: ``` connect.js:115:7: Unexpected var, use let or const instead. (no-var) (warning) standardjs: OK ✔ in 10.45 seconds compilemessages: install_deps> python -I -m pip install Django compilemessages: commands[0]> /usr/bin/env bash -c 'cd allauth; python ../manage.py compilemessages...
0easy
Title: [BUG] TikTok的用户详情接口是不是不能用了 Body: - [x] 我查看了 [文档](https://johnserf-seed.github.io/f2/quick-start.html) 以及 [已关闭的问题](https://github.com/Johnserf-Seed/f2/issues?q=is%3Aissue+is%3Aclosed) 以寻找可能的解决方案。 - [x] 我在 [常见的问题与解决办法](https://johnserf-seed.github.io/f2/question-answer/qa.html) 中找不到我的问题。 - [x] ~~*你的问题是公开的,请注意删除个...
2hard
Title: Rotate bounding box with non-square image Body: ## Describe the bug When applying Rotate on a **non-square** image along with a bounding box, Albumentations return incorrect number of output bounding boxes. ### To Reproduce Steps to reproduce the behavior: 1. Environment: Python 3.9.20, Albumentations 2.0.4 ...
1medium
Title: Scoring Sheet Viewer: slider not working Body: **What's wrong?** Based on the documentation I assume the slider at the bottom of the widget should be able to move? I cannot move it nor do I get a tooltip. **How can we reproduce the problem?** File (heart-disease) - Scoring Sheet - Scoring Sheet Viewer ...
1medium
Title: Error when extracting upstream references Body: Happens when using the getitem operator with slices (e.g. `df.loc[:10, 'a']`) ```pytb File "/Users/Edu/miniconda3/envs/package_name/lib/python3.7/site-packages/ploomber/static_analysis/python.py", line 38, in <setcomp> if isinstance(node, ast.Subscript) ...
2hard
Title: Infinite horizontal scroll with fixed columns Body: See example in https://dash.plotly.com/datatable/width ![horizontal-scroll-regression](https://user-images.githubusercontent.com/1280389/84959064-7bbf7180-b0b3-11ea-9e60-b77236a5411e.gif) (Firefox) This is an issue in dash 1.12.0 & 1.13.0. Not sure abo...
1medium
Title: kyuubi support Body: beeline : "jdbc:hive2://hostName:10000/;principal=kyuubi/hostName@com" I can't find anywhere to set the principal value. What I want to use is like following pattern: ```python connection = hive.connect( host=host, port=self.configuration.get("port", None), ...
1medium
Title: Option to have full width on search results Body: Hello Whoogle team, loved the project and the idea, been using it for almost a month now without any issue, Thank you for this amazing tool. The only problem for me so far is the UI on the search result is discuraging to use the system, doesn't seem to be a mode...
0easy
Title: Add Neural Network in Optuna Body:
2hard
Title: Column metadata is not serialized Body: **Describe the bug** Column metadata is not serialized / deserialized, i.e. columns with metadata do not roundtrip through serialization. - [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version o...
1medium