text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Remove self-deletion permissions from kubelets Body: **What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Removes the ability of kubelets to delete their own Node API objects. Kubelets stopped doing this in 1.11, which means a 1.13 API server no longer needs to grant them thi...
1medium
Title: Support dark theme for JSONEditor Body: The `JSONEditor` does not look nice in dark theme: ![image](https://github.com/user-attachments/assets/02b638a4-238e-4c93-b550-970fba25f377) I can see that the js library can be dark styled: - https://github.com/josdejong/jsoneditor/blob/develop/examples/06_custom...
1medium
Title: Gradio Error Body: ### Describe the bug I encountered the following error when executing code. My environment is python=3.11, gradio_client==1.6.0. Here's my code: from gradio_client import Client client = Client("https://iic-anydoor-online.ms.show/", hf_token='aa') job = client.predict( "https://raw.githu...
1medium
Title: binding fuck to \e\e behaves wired Body: <!-- If you have any issue with The Fuck, sorry about that, but we will do what we can to fix that. Actually, maybe we already have, so first thing to do is to update The Fuck and see if the bug is still there. --> <!-- If it is (sorry again), check if the problem ha...
1medium
Title: Bug: Illogical "Avoid computing higher temperatures on no_speech" Body: Anyone noticed that instead of silence when no_speech_threshold is triggered it's outputting hallucinations? ``` Processing segment at 00:00.000 DEBUG: Compression ratio threshold is not met with temperature 0.0 (0.846154 > 0.800000) [...
1medium
Title: [建议]建议增加消息尾巴选项 Body: ## 有时候想注明消息是由机器人发出来的,避免机器人造成不必要的误解,希望大神能增加一个可选参数,定义消息的尾巴。。。。。。。
0easy
Title: "manual grading" screen unable to format any math containing a prime symbol `'` Body: <!-- Thanks for helping to improve nbgrader! If you are submitting a bug report or looking for support, please use the below template so we can efficiently solve the problem. If you are requesting a new feature, feel fr...
1medium
Title: AttributeError: module 'kornia.augmentation' has no attribute 'RandomSaltAndPepperNoise' Body: When calling [RandomSaltAndPepperNoise](https://kornia.readthedocs.io/en/latest/augmentation.module.html#kornia.augmentation.RandomSaltAndPepperNoise) it returns an AttributeError. ### Reproduction steps ```bash ...
1medium
Title: [yggtorrent] (testing) Exception (yggtorrent): FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving the challenge. Timeout after 55.0 seconds.: FlareSolverr was unable to process the request, please check FlareSolverr logs. Message: Error: Error solving th...
1medium
Title: Memleak in arrayToQPath() function Body: ### Short description Using ErrorBarItem with PlotWidget causes small and gradual memleaks that become noticable when app is running a longer time. ### Code to reproduce This code is extracted from **ErrorBarItem.drawPath()** -> **arrayToQPath(..., connect="pairs")** wh...
1medium
Title: Fix Frontend Failing Test: jax - averages_and_variances.numpy.average Body: To-do List: https://github.com/unifyai/ivy/issues/27496
1medium
Title: 'website' vs 'web site' in footer Body: > This web site does not host notebooks, it only renders notebooks available on other websites. One word or two? I think either's fine, but both in one sentence, maybe not.
0easy
Title: 自荐项目 | Fantastic-admin - 一款开箱即用的 Vue 中后台管理系统框架 Body: ## 项目推荐 - 项目地址:https://github.com/hooray/fantastic-admin - 类别:JS - 项目后续更新计划:持续产出业务相关静态页面和 Vue3 版本视频教程 - 项目描述: - 丰富的布局模式,覆盖市面上各种中后台布局,兼容PC、平板和移动端 - 提供主题配置文件,轻松实现个性化定制 - 精心设计的动效,让每一处的动画都干净利落 - 根据路由配置自动生成导航栏 - 支持全方位权限验证 - 集成多级路由缓存方案 ...
3misc
Title: container image garbage collector should use custom eviction thresholds Body: ### What happened? When setting custom eviction thresholds (e.g. imagefs.available), the garbage collector ignores them and uses default thresholds ### What did you expect to happen? Garbage collector should use configured thr...
1medium
Title: ipyleaflet map is not rendered when ruhning in papermill Body: I have the following cell: ``` from IPython.display import display from ipyleaflet import Map, Polyline m = Map(center=(32.2, 34.8), zoom=12) for r in df.itertuples(): line = Polyline( locations=[[[r.start_latitude, r.start_lon...
1medium
Title: Appimage v0.12.2 has wrong version Body: Downloading https://github.com/xonsh/xonsh/releases/download/0.12.2/xonsh-x86_64.AppImage then ``` chmod +x xonsh-x86_64.AppImage ./xonsh-x86_64.AppImage --version ``` gives `xonsh/0.11.0`
0easy
Title: Move service_util endpoints related functions to framework/endpoints/ports.go Body: <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer...
1medium
Title: Support for VegaFusion data transformer in Vega pane Body: #### Is your feature request related to a problem? Please describe. https://panel.holoviz.org/reference/panes/Vega.html#altair I'm trying to plot an altair chart with a large amount of datapoints which makes it throw a `MaxRowsError`. ``` r...
1medium
Title: Allow single spec file same for multiple cell (different Dataframes) visualization Body: **Issue:** Current functionality does not allow saving different visualizations(different Jupyter cells and different data frames) to a single config file. If you plan to share your repo with someone for collaboration, t...
1medium
Title: too many connections error between prefect-server and postgresql Body: ### Bug summary start prefect server and two prefect worker in two different cluster, didn't execute any flow run during the weekend. Now it shows two many connections between postgresql and prefect-server. `k logs -n prefect ...
2hard
Title: freeze Method in BackboneFinetuning Missing train_bn Argument Body: ### Bug description In BackboneFinetuning, which extends BaseFinetuning, the freeze_before_training method calls self.freeze(pl_module.backbone). However, the freeze method requires an additional train_bn argument to properly handle batch norma...
1medium
Title: cloud provider could not be initialized Body: <!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubl...
1medium
Title: failing docker tests locally on macOS (case 1) 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! --> ### Bug description <!-- Use this section to clearly and concisely describe the bug. --> With the latest v...
1medium
Title: release Featuretools 1.8.0 Body:
3misc
Title: Version compatibility issue between colmap and glog Body: Currently, colmap 3.11.1 is only compatible with glog 0.6.0, not the latest version 0.7.1, due to a change in the signature of a send function. For those looking to compile and install on Linux, a feasible combination of versions is: colmap 3.11.1, glog ...
1medium
Title: Support for Powershell in Windows? Body: On windows, `xonsh` seems to only support `cmd`. It would be much flexible if subprocess can be dispatched to `powershell`. Powershell is much more flexible and superior shell to consider.
1medium
Title: All users being allowed to register after "pre-authorized" list becomes empty Body: Assume that the "pre-authorized" parameter in config.yaml contains 10 email IDs. Now, if all 10 users (defined in the list) finish with their registration, their email IDs get deleted from "pre-authorized" and the **register_user...
1medium
Title: Binance private Feed: Order change Body: **Is your feature request related to a problem? Please describe.** It'd be great to have access to order status and fills for binance. Is this something the community has considered? :)
1medium
Title: Date and DateTime with format argument not rendered correctly Body: When a Marshmallow `Date` or `DateTime` has a non-default `format` argument the output APISpec for the field has a `format: null` instead of `format: date` and `format: date-time` respectively. The expected behaviour should be the latter as i...
1medium
Title: Installed SIBR successful but cannot run (My server doesn't have display screen) Body: Hi! Thanks for your great work But I have some problem when I try to run SIBR_viewers after I installed successfully This error is : (base) vinai@Fisheye2:~/Workspace/phat-intern-dev/VinAI/hierarchical-3d-gaussians$ xvfb-ru...
2hard
Title: to_records() got an unexpected keyword argument 'convert_datetime64' Body: #### Arctic Version ``` # Arctic version 1.79.3 ``` #### Arctic Store ``` # TickStore ``` #### Platform and version Windows 10 Python 3.7.4 pymongo >= 3.6 Pandas 1.0.1 MongoDB >= 2.4.x #### Description of problem...
1medium
Title: AttributeError: 'VisiData' object has no attribute 'addMenuItems' Body: I got this error when trying to run VisiData on Windows 10 WSL: ``` Traceback (most recent call last): File "/home/ramrachum/.local/lib/python3.8/site- packages/visidata/settings.py", line 335, in loadConfigFile exec(code, _...
1medium
Title: Head extraction size Body: ## Expected behavior Extract head aligned with more tight crop of the head for frontal shots, so we can use lower model resolution and faster training, rather than trying to compensate with higher res. ## Actual behavior Frontal aligned are extracted at 40% of aligned frame, s...
1medium
Title: Do not check vmSetName when getting Azure node's IP 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-process and developer guide https://git.k8...
1medium
Title: apiserver and controller manager pod doesn't start with Kubeadm Body: <!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-ap...
2hard
Title: [FEATURE] Text classification should provide the probability of each predicted class for the input text Body: ### Description <!--- Describe your expected feature in detail --> currently the prediction only provide the class name of the class with highest probability. the score of each class can be helpful in ...
1medium
Title: Restore logo Body: @kennethreitz mentioned he had a single condition for transferring stewardship for this repository: > When I transferred the project to the PSF, per textual agreement with @ewdurbin, my only requirement was that the logo stayed in place. I therefore assume that the removal in #5562 (alon...
0easy
Title: Using connect Timeout in Router: httpx.Timeout Body: ### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like I need to be able to wait a certain amount of time before I get a connection timeout. I've done this before: `AsyncAzureOpenAI(timeou...
1medium
Title: How to properly sample within `SVI`? Body: Hi, I think I'm severely misunderstanding or misusing `sample` within SVI. Here is (a skeleton of) some of the code. ```python def model(): sample_shape = (100, ) gamma_prior = dist.Normal(-20, 5).expand(sample_shape) gammas = numpyro....
1medium
Title: 1.14: Fix incorrect procMount defaulting Body: **What this PR does / why we need it**: Fixes incorrect forcing of the alpha procMount field to a non-nil value. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets ...
1medium
Title: cluster up: router won't start on Ubuntu 16.10 (Yakkety) Body: When trying to start a local OpenShift cluster using `oc cluster up` under Ubuntu 16.10 the router fails to start as it can't bind to ports 80 and 443. No process is using the ports, so it is probably some permissions issue. ##### Version o...
1medium
Title: Web API returns wrong value for user privacy ("CommunityVisibilityState") Body: When the API is asked for the user's profile visibility setting, some "Public" and "Friends Only" profiles return "Friends of Friends". Mine is a good example: ``` python >>> me = user.SteamUser(76561197996416028) >>> me.privacy 3 #...
1medium
Title: Add [Conformance:Variant] to some tests that change from deployment to deployment Body: **Problem Statement:** Providers that absorb the upstream tests would like to give their customers a standard mechanism to validate their clusters, post setup. As of today **[Conformance]** works for most things, but there a...
1medium
Title: some questions about NAS Body: Hello, @andreyvelich 😀 I would like to know some questions about NAS。🙏 1. In fact, after running the experiment using ENAS and DARTS, the results obtained were some network architecture configurations, such as nn-COnfig, algorithm settings, and search space. Training container...
3misc
Title: Update namespace controller to use the metadata client Body: The namespace controller currently uses dynamic client and JSON to perform operations only on resource metadata. This PR changes the namespace controller to use the metadata client - a client that uses the server-side conversion logic to retrieve only ...
1medium
Title: No CUDA GPUs are available Body: I'm trying to run on Ubuntu with NVidia. I installed CUDA as the tutorial said. Any clue?
1medium
Title: Bump fsnotify vendor to 1.4.7 Body: **What type of PR is this?** /kind bug **What this PR does / why we need it**: This fixes a number of issues including deadlocks and leaking file descriptors due to not using `O_CLOEXEC` **Which issue(s) this PR fixes**: **Special notes for your reviewer**: ...
1medium
Title: NestedField breaks partial_update (PATCH request) Body: I have a nested serializer in which I need to accept a pk for the nested model. So my serialzer looks something like this: ``` class AccountSerializer(DynamicFieldsMixin, serializers.ModelSerializer): client = NestedField(ClientSerializer, accept...
1medium
Title: [Bug]: New PyTorch version (2.6.0) breaks existing code Body: ### Describe the bug After upgrading PyTorch to v2.6.0, our code started breaking with: ``` ValueError: Could not find any model with name 'ner-multi' ``` After downgrading to v2.5.1, everything works as expected. ### To Reproduce ```python from ...
1medium
Title: Streaming chunked S3 file uploads bypassing the local filesystem Body: I don't know if this is the right place for it, but might as well: I've written a threaded chunked file handler for Django, which pipes the file direct to S3 bypassing the file system. Files chunks are collected into (min 5MB) Parts, and se...
1medium
Title: [Federation] Generate a random nodePort for each service object in e2e tests. Body: We now run e2e tests in parallel in the CI environment and nodeports are a single available range of numbers for all the service objects, so they have to be unique for each service object. ```release-note NONE ```
1medium
Title: Get answers based on the no. of upvotes for a search query. Body: E.g I search for 'Flowers'. Then I should get a list of answered questions based on the no.of upvotes.
1medium
Title: Display relative, rather than absolute, paths in DAG plot Body: - ploomber, version 0.8.4 - MacOS Catalina When calling `ploomber plot`, the generated DAG displays absolute path names by default. Change the default behaviour to display pathnames relative to the directory in which ploomber was called. Benefi...
1medium
Title: Question - Pywinauto support for Microsoft edge browser application Body: ## Expected Behavior Able to automate the Microsoft Edge browser application using pywinauto ## Actual Behavior me_app = application.Application(backend='uia').start(r"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe") ex...
1medium
Title: Automated cherry pick of #79114: crd-handler: level-trigger storage recreation and fix a race Body: Cherry pick of #79114 on release-1.15. #79114: crd-handler: level-trigger storage recreation and fix a race
1medium
Title: Intuition behind box regression formula Body: ### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hi, I am struggling to get...
1medium
Title: Add sparkR sample config and sample notebooks Body: I was able to use other kernels other than sparkR kernel , also I dont see any examples for that in examples section . Is it suppose to work ? When I run any command using sparkR kernel the kernel just shows busy in jupyter and never shows any output ? Any idea...
1medium
Title: باز کردن یک پورت Body: سلام و احترام وقتی در قسمت Core Settings پورت ها را اضافه میکنیم و چند نود داریم در تمام نودها آن پورتها را باز میکند ( سوال اول : آیا راجی هست که مشخص کنیم این پورت در کدام نود باز باشد و در کدام نود خیر)و اگر چند پنل مرزبان داشته باشیم باعث به وجود آمدنکانفلیگ در آن پورت میشود. ...
1medium
Title: Set `time2idx=False` in expression_provider kwargs will cause `unsupported operand type(s) for +: 'Timedelta' and 'int'` Body: ## 🐛 Bug Description <!-- A clear and concise description of what the bug is. --> ## To Reproduce Steps to reproduce the behavior: 1. `qlib.init(expression_provider={"class...
1medium
Title: Authentication Error Body: <!-- Please search existing issues to avoid creating duplicates. --> ### Environment Information - geemap version: 0.8.18 - Python version: 3.9.0 - Operating System: MacOS Big Sur 11.5 ### Description Attempting to install/start geemap. Authentication error in noteb...
2hard
Title: local variable 'node' referenced before assignment Body: from chatterbot import ChatBot #import the chatbot from chatterbot.trainers import ChatterBotCorpusTrainer import os bot= ChatBot('Bot') trainer = ChatterBotCorpusTrainer(bot) corpus_path = 'C:/Users/p0v007a/Desktop/New folder/chatterbot-corpus-ma...
0easy
Title: patch_sklearn() is not working but command line python3 -m sklearnex <file.py> is working Body: Please fix the issue cause this package may have many potentials
1medium
Title: Getting AttributeError: 'Provide' object has no attribute 'get_by_id', even if wiring is correct Body: I am constantly getting the following error, despite that I have declared a valid `WiringConfiguration` for the container. ``` AttributeError: 'Provide' object has no attribute 'get_by_id' ``` --- This ...
2hard
Title: FK to existing object is ignored, SubFactory is used instead Body: #### Description When using `SQLAlchemyModelFactory`, if a foreign key to an existing database record is provided, the FK is ignored, a new record is created via the SubFactory, and the provided FK is overwritten with the FK of the record creat...
1medium
Title: Decouple Allocator and Reviewer Body: **Summary** Now the Reviewer instance is in the Allocator instance, eg.https://github.com/Alluxio/alluxio/blob/5970957e176fccc93e3fd5cffe15ee59b8ba178d/core/server/worker/src/main/java/alluxio/worker/block/allocator/RoundRobinAllocator.java#L57 This design is wrong. The cou...
1medium
Title: setuptools' tests_require deprecation Body: **Describe the bug** when running `pip install -v .` in the pytest-flask project directory, setuptools produces a warning: ``` /tmp/pip-build-env-gy9vaagi/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution opt...
0easy
Title: django-location-field widget not rendering Body: Hello The django-location-field's widget (a Google map for example) does not rendering well in add form or one-to-many models. When I refresh the pages: no problem! All appears right. Thanks
1medium
Title: Freetype version error Body: When trying to run faceswap.py (on macOS Mojave), the following error occurs: `Traceback (most recent call last): File "/Users/user/faceswap/faceswap.py", line 5, in <module> import lib.cli as cli File "/Users/user/faceswap/lib/cli.py", line 17, in <module> from li...
1medium
Title: How to use on multi-input and multi-output segmentation network? Body: if I have a semantic segmentation model: input1 : (B, 3, H, W) input2 : (B, 3, H, W) output1, ouput2 = model(input1, input2) output1 : (B, C, H, W) output2 : (B, C, H, W) Question: how can I get the grad-c...
1medium
Title: ModuleNotFoundError: No module named 'transformers.hf_api' Body: I feel like I'm going crazy, but on two seperate distros (Xubuntu 22.04 and now PopOS 22.04) I'm running into an issue that I didn't have before reinstalling today. If I install via `pip install txtai[all]` or `[pipeline]`, after having gotten t...
2hard
Title: Make a file act the same as `main.yml`, by naming it the same name as the role Body: I think my previous feature request was misunderstood. It was closed as completed, even though the feature does not exist. It should be closed as "won't fix" or similar, or considered and left open. The request is to make ...
1medium
Title: TypeError when trying to output PNG frames Body: I'm getting this error if I add the --png argument: `xception ignored in thread started by: <function clear_buffer at 0x00000158A426F310> Traceback (most recent call last): File "inference_video_parallel.py", line 83, in clear_buffer cv2.imwrite('outpu...
1medium
Title: Add BoundingBoxes class information Body: ### 🚀 The feature Another meta field which includes the index of the corresponding class of the BoudingBox. ### Motivation, pitch At the moment, I need to carry the class indices of the BoundingBoxes separate. This leads to the issue, that I need to carry it around ...
1medium
Title: encoder-decoder attention? Body: Dear Author, Thank you very much for the visualization tool. It is super helpful. Now, we need to visualize the encoder-decoder attention instead of the self-attention. For instance, while using the following code, we only can visualize the se...
1medium
Title: [3.9] 3 test jobs permanently borked on SYNC REPOSITORIES Body: blocks: - ci/openshift-jenkins/extended_conformance_install (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended_conformance_install_39/95/console) - ci/openshift-jenkins/gcp (https://ci.openshift.redhat.com/jenkins/job...
1medium
Title: fix matchall semantic in some antiaffinity 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/guide#your-first-contribution and developer guide https://git.k8s.io/community/contribut...
1medium
Title: add local-port flag Body: ## Checklist - [x] I've searched for similar feature requests. --- ## Enhancement request I'm trying to mimick the behaviour of the option --local-port from [curl](https://man7.org/linux/man-pages/man1/curl.1.html). I haven't found this option in httpie. --- ## Proble...
1medium
Title: login support before executing apis Body: add support for logging into twitter using email/username/password once logged in, can more data be accessed? is the session going to be more stable?
1medium
Title: Error occurs occasionally when shutdown uvicorn(using Docker and multiple workers) Body: My test code shown below: % ls Dockerfile test.py ```python # test.py import uvicorn from fastapi import FastAPI app = FastAPI() @app.get("/") def root(): return {"hello": "world"} if __name__...
1medium
Title: UVR5 Error when trying to separate drums from mp3. Body: Last Error Received: Process: Ensemble Mode If this error persists, please contact the developers with the error details. Raw Error Details: RuntimeError: "Invalid buffer size: 35.38 GB" Traceback Error: " File "UVR.py", line 6584, in process_start ...
2hard
Title: Return login user data in login call Body: Hay Guys, Currently login function returns toke on successful authentication which is very nice. From the practical prospective, wouldn't it be nice to return user data? For example in a real app there's many API calls which uses user Id. But to get user user Id, ano...
1medium
Title: Choropleths, tooltips/popups and pandas dataframes Body: **Is your feature request related to a problem? Please describe.** Sorry if this has been resolved already or if I'm missing something obvious. I'm pretty new to Folium and this is my first time posting a question/request on github. I think I have seen th...
1medium
Title: Custom Transport docs out of date as of 0.20.* Body: The docs still use the old primitive data structures in `handle_request` rather than the new `Request` object. https://www.python-httpx.org/advanced/#writing-custom-transports
0easy
Title: Compatability issues Body: ``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. torch 2.6.0 requires nvidia-cublas-cu12==12.4.5.8; platform_system == "Linux" and platform_machine == "x86_...
2hard
Title: fig.render() is used several time in a row for st_folium Body: I did not succeed in testing locally on my side (not sure how to deal with the _component_func), but I figured that with v0.14 version of st_folium, the main computation time is used with my use case by the "fig.render()" folium function. This is...
1medium
Title: Failed create pod sandbox: calico NetworkPlugin cni failed Body: <!-- This form is for bug reports and feature requests ONLY! If you're looking for help check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-applica...
2hard
Title: Fix printers ignoring object average value Body: <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community...
1medium
Title: Task delete_missing_photos getting an error soon after starting Body: It was already discussed in #672 , but it was closed. # 🐛 Bug Report * [V] 📁 I've Included a ZIP file containing my librephotos `log` files * [V] ❌ I have looked for similar issues (including closed ones) ## 📝 Description of ...
2hard
Title: [BUG] Prompt.ask answer seems to be limited to 1024 characters Body: **Describe the bug** `Prompt.ask` answer is limited to 1024 characters. If I copy and paste a longer value only the first 1024 characters are pasted. I tried to also manually input (i.e. Not copy/paste) and the answer wouldn't accept more th...
1medium
Title: Option for execute_notebook() to disable expansion of parameters in the input path Body: Dear papermilll maintainers, Is it possible to have an option for execute_notebook(), which disables expansion of parameters in the source path? I am using parameters in the file name to automatically produce multiple ...
1medium
Title: probabilities_ outcome not consistent with get_document_info output Body: Hi Maarten, I found that `probabilities_` outcome is not always the same with the outcome of `get_document_info`. `topic_model.probabilities_[0]` gave me the following: `array([0.31045925, 0.0031012 , 0.00162018, 0.00349846, 0.003...
1medium
Title: dcc.Link: Use `href` as `children` if no children are defined Body: With HTML anchors, users are forced to provide a displayed content for the anchor, which can be as simple as the href itself.. ``` <a href='myurl'>myurl</a> ``` 1:1 correspondance in dcc.Link forces users to do the same thing: ``` dcc....
1medium
Title: Contingency plan for repository access Body: This issue is to implement a contingency plan in the event of GitHub no longer being available under the changing political climate.
3misc
Title: Lower dimensional embeddings of the optimisation space Body: It would be nice to add support for very high dimensional spaces. The idea is that it is probably enough to run your optimiser in a lower dimensional manifold because many of the dimensions don't matter. See for example [Bayesian Optimization in a Bill...
2hard
Title: remove wrong example for kubectl create deploy Body: **What type of PR is this?** /kind cleanup /kind documentation **What this PR does / why we need it**: ``` kubectl create deployment my-dep --image=busybox -- date ``` is not a good example. args "date" will not take effect. **Which issue(s) th...
0easy
Title: Extra in report is duplicated Body: ``` import pytest @pytest.mark.hookwrapper def pytest_runtest_makereport(item, call): pytest_html = item.config.pluginmanager.getplugin('html') outcome = yield report = outcome.get_result() extra = getattr(report, 'extra', []) extra.append(pytest_ht...
1medium
Title: fix method inconsistence in different os 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-process and developer guide https://git.k8s.io/commun...
1medium
Title: Data validation being overwritten on paste Body: Awesome tool, btw. Super useful! So I built a pretty decent "excel form" loaded with data validation. The problem is that when users copy a range and paste in others, they end up overwriting the validation. I've looked around for VBA workarounds to ensure: 1) val...
1medium
Title: [DOC-FIX] Broken Links on 'Download This Notebook' Button Body: ### Willingness to contribute Yes. I would be willing to contribute a document fix with guidance from the MLflow community. ### URL(s) with the issue https://mlflow.org/docs/latest/llms/langchain/notebooks/langchain-retriever.html https://mlflow....
0easy