id
stringlengths
4
10
text
stringlengths
4
2.14M
source
stringclasses
2 values
created
timestamp[s]date
2001-05-16 21:05:09
2025-01-01 03:38:30
added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
metadata
dict
2433032640
Fix fatal SSH starting error & correct comment Fixed a fatal starting error that occurred when obtaining the example server-private-key value. this was removed for another reason, instead of being fixed: using the system SSH rsa key could be considered bad practice due to the insecurities of using the same key twice....
gharchive/pull-request
2024-07-26T22:01:11
2025-04-01T06:42:55.341615
{ "authors": [ "ZoeWithTheE" ], "repo": "Osiris-Team/AutoPlug-Client", "url": "https://github.com/Osiris-Team/AutoPlug-Client/pull/260", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
126308345
Status of build server can't be seen because of permissioning The status of builds from the readme file doesn't show. I imagine it might for you as you might have a cookie enabling it. See the screenshot below: Should be fixed, can you confirm? This is fixed. Thanks for fast turn around :D
gharchive/issue
2016-01-13T00:07:43
2025-04-01T06:42:55.343117
{ "authors": [ "rhwilburn", "xivk" ], "repo": "OsmSharp/GTFS", "url": "https://github.com/OsmSharp/GTFS/issues/23", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2151903240
[BUG] Not running on Ubuntu 22.04.4 LTS Describe the bug I just installed the self-operating computer on Ubuntu and got an error when running it: [gpt-4-with-ocr] That did not work. Trying another method, [Operate] That did not work. Trying again X get_image failed: error 8 (73, 0, 966), [Error] -> local variable 'c...
gharchive/issue
2024-02-23T22:29:57
2025-04-01T06:42:55.350263
{ "authors": [ "BurnyCoder", "joshbickett" ], "repo": "OthersideAI/self-operating-computer", "url": "https://github.com/OthersideAI/self-operating-computer/issues/168", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1415722604
ChatOps. Интеграция с чатом. Выполнено ДЗ №2 [x] Основное ДЗ [ ] Задание со * В процессе сделано: Добавлен шаблон для PR Настроены pre-commit hooks Создан канал kirill_reznikov в чате devops-team-otus.slack.com Канал подписан на события этого репозитория Настроены workflow по методичке Как запустить проект: Прин...
gharchive/pull-request
2022-10-20T00:05:56
2025-04-01T06:42:55.375562
{ "authors": [ "turboon" ], "repo": "Otus-DevOps-22-08/turboon_infra", "url": "https://github.com/Otus-DevOps-22-08/turboon_infra/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1205774834
Scott epiphany Useful to Merge Now after PR #11 Your "running-code" is now embedded in my overall "separation of concerns" effort and working well. This branch has been a catchall for too long. I want to go back to submitting small PRs that address one specific challenge so that You can see and evaluate my efforts ...
gharchive/pull-request
2022-04-15T18:14:52
2025-04-01T06:42:55.378988
{ "authors": [ "oldfartdeveloper" ], "repo": "Ou42/aoc-2021-day-22", "url": "https://github.com/Ou42/aoc-2021-day-22/pull/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
303518172
Continue to execute task if any sequence task in between gets failed i want to continue to execute task if any sequence task in between gets failed.. i am not able to find the solution :( t1 t2 t3 t4 i am calling this in t5 t5(t1 t2 t3 t4) and it t3 fails t4 doesn't execute it simply stop the execution but i want to...
gharchive/issue
2018-03-08T15:21:49
2025-04-01T06:42:55.393568
{ "authors": [ "OverZealous", "amoleb6" ], "repo": "OverZealous/run-sequence", "url": "https://github.com/OverZealous/run-sequence/issues/103", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1432379028
最終ログインじゃなくね?() 最終アクションor最終アクセスじゃ...() まあ定着しちゃったのでよし あと元ネタが関係しているともいう あーね() 使えない なんやて 別でissue開いてクレメンス ? 2024年1月10日(水) 17:41 arch.msi @.***>: なんやて 別でissue開いてクレメンス — Reply to this email directly, view it on GitHub https://github.com/P-nutsK/Scratch-Last-login/issues/3#issuecomment-1884409709, or unsubscribe h...
gharchive/issue
2022-11-02T02:33:48
2025-04-01T06:42:55.447189
{ "authors": [ "P-nutsK", "arch-herobrine", "chi-0914" ], "repo": "P-nutsK/Scratch-Last-login", "url": "https://github.com/P-nutsK/Scratch-Last-login/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1871490344
bark_forward_fine_encoder tried to allocate 30GB of memory during forward pass. As explained before in one of the issues, during a forward pass, the bark_forward_fine_encoder tried to allocate 30GB of memory. The console log looks something like this: ./main -m ./ggml_weights -p "this is an audio" bark_model_load: l...
gharchive/issue
2023-08-29T11:41:21
2025-04-01T06:42:55.461128
{ "authors": [ "PABannier", "akarshanbiswas" ], "repo": "PABannier/bark.cpp", "url": "https://github.com/PABannier/bark.cpp/issues/97", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
260645657
Example code doesn't work Hi. I tried to play with the same code, inception model graph and test image (doberman.png) which you provided in examples section as iPython notebook. But I got an error during making the prediction: ValueError: Cannot feed value of shape (1, 252, 261, 4) for Tensor 'Placeholder:0', which h...
gharchive/issue
2017-09-26T14:29:22
2025-04-01T06:42:55.465605
{ "authors": [ "aish-where-ya", "bwedin", "joabim", "luulinh90s", "tolga-b", "tsotpsstt" ], "repo": "PAIR-code/saliency", "url": "https://github.com/PAIR-code/saliency/issues/5", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1128664792
Design: Ontology treatment and Ontology regimen connection within the database Description As a developer, I want to have a correct relationship between ontology treatment and regimen in the database for search purposes. Acceptance criteria [ ] designed done, closing
gharchive/issue
2022-02-09T15:10:36
2025-04-01T06:42:55.573153
{ "authors": [ "mauroz77", "zperova" ], "repo": "PDCMFinder/pdxfinder", "url": "https://github.com/PDCMFinder/pdxfinder/issues/824", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2357472479
Endpoint para datos a partir del raster Descripción Hacer la implementación para el endpoint de lo datos para las gráficas por polígono. Se debe realizar toda la separación de la lógica, como se hizo con el endpoint del corte del raster Julián nos pasó esta librería para hacer los cálculos: https://pythonhosted.org/r...
gharchive/issue
2024-06-17T14:17:08
2025-04-01T06:42:55.602768
{ "authors": [ "ManuelStardust", "erikasv" ], "repo": "PEM-Humboldt/biotablero-search-backend", "url": "https://github.com/PEM-Humboldt/biotablero-search-backend/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1982692421
Analysis: determine whether to revive of not The original PHP_CodeSniffer project contained a code consistency analysis website: https://squizlabs.github.io/PHP_CodeSniffer/analysis/ That website hadn't been updated since 2018. For now, I've removed the site from the gh-pages branch of this repo. I'm not sure if ther...
gharchive/issue
2023-11-08T04:08:40
2025-04-01T06:42:55.693791
{ "authors": [ "jrfnl" ], "repo": "PHPCSStandards/PHP_CodeSniffer", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/2", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
102279150
Created the features to describe main behaviors of application Decisions: - When a user do login on the website we have to use email to identify users. Whatever is the login gateway who he's using. - Cupoms should be applyied only using money values (At the moment). - Order payments should b...
gharchive/pull-request
2015-08-21T02:16:18
2025-04-01T06:42:55.714064
{ "authors": [ "malukenho" ], "repo": "PHPeste/conticket", "url": "https://github.com/PHPeste/conticket/pull/15", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1139890107
Converted mediapipe palm detection coreml model cannot be deployed on IOS app Issue Type Bug OS Mac OS OS architecture x86_64 Programming Language Python Framework CoreML Download URL for tflite file https://github.com/google/mediapipe/blob/master/mediapipe/modules/palm_detection/palm_detection_full.tflite Convert Sc...
gharchive/issue
2022-02-16T11:28:34
2025-04-01T06:42:55.753607
{ "authors": [ "PINTO0309", "TaoZappar" ], "repo": "PINTO0309/tflite2tensorflow", "url": "https://github.com/PINTO0309/tflite2tensorflow/issues/27", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2032311578
Problem in parsing waymo dataset I attempted to download the Waymo dataset from the official website, but encountered the following bug while parsing the data. Traceback (most recent call last): File "/home/longk/anaconda3/envs/detzero/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, m...
gharchive/issue
2023-12-08T09:36:14
2025-04-01T06:42:55.783445
{ "authors": [ "Furchtlos001", "KaiLong1", "L00qqq", "superkoma", "zw-92" ], "repo": "PJLab-ADG/DetZero", "url": "https://github.com/PJLab-ADG/DetZero/issues/42", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
416402561
Default custom script dns-01 input parameters fail Hi, Using v2, wildcard with DNS-01 validation and custom script The default input parameters for create / delete script create {Identifier} {RecordName} {Token} sometimes fail when the token starts with a dash - i would assume replacing the default values with quo...
gharchive/issue
2019-03-02T14:29:21
2025-04-01T06:42:55.789048
{ "authors": [ "WouterTinus", "highstrike" ], "repo": "PKISharp/win-acme", "url": "https://github.com/PKISharp/win-acme/issues/1051", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
602826241
New-SelfSignedCertificateEx fails to use ECDSA on Microsoft Smart Card KSP I am trying to generate a self-signed certificate with ECDSA key pair on a smartcard by running this New-SelfSignedCertificateEx command on my Windows 10 machine: New-SelfSignedCertificateEx -Subject "CN=John D" -AlgorithmName ECDSA_P256 -KeyL...
gharchive/issue
2020-04-19T21:36:40
2025-04-01T06:42:55.802157
{ "authors": [ "Crypt32", "cdanger", "joeri-juramento" ], "repo": "PKISolutions/PSPKI", "url": "https://github.com/PKISolutions/PSPKI/issues/102", "license": "MS-PL", "license_type": "permissive", "license_source": "github-api" }
1015410311
Looking for a proper way to handle connection errors. Hello folks, thanks for developing and maintaining this library. I have a question, or two questions actually if you don't mind. Right now I am running a bot that is connected to a Twitter stream, which listens for tweets from an array of users, and then I do some...
gharchive/issue
2021-10-04T16:57:17
2025-04-01T06:42:55.869574
{ "authors": [ "Zedifuu", "alkihis", "barca-reddit", "barjabeen12" ], "repo": "PLhery/node-twitter-api-v2", "url": "https://github.com/PLhery/node-twitter-api-v2/issues/92", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2064502448
🛑 MUSA is down In 17d3769, MUSA (https://storemusa.com/) was down: HTTP code: 403 Response time: 359 ms Resolved: MUSA is back up in 754ab7e after 18 minutes.
gharchive/issue
2024-01-03T18:55:13
2025-04-01T06:42:55.881584
{ "authors": [ "POCLANOScom" ], "repo": "POCLANOS/status", "url": "https://github.com/POCLANOS/status/issues/138", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1085806487
fix typo in README The filename of a script contains a typo. Oh, my mistake. Thanks a lot. Thank you for the great work and code!
gharchive/pull-request
2021-12-21T12:57:50
2025-04-01T06:42:55.885093
{ "authors": [ "jeongyw12382", "soskek" ], "repo": "POSTECH-CVLab/SCNeRF", "url": "https://github.com/POSTECH-CVLab/SCNeRF/pull/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1702199864
2D drag-and-drop Adds a draggable property to 2D vectors. Example usage can be seen in the linear_transformation/embed_r2_r3 applet. Link #61
gharchive/pull-request
2023-05-09T14:48:38
2025-04-01T06:42:55.890266
{ "authors": [ "juliavdkris" ], "repo": "PRIME-TU-Delft/turborepo-visuals", "url": "https://github.com/PRIME-TU-Delft/turborepo-visuals/pull/103", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1614963147
Throw error when aggregate functions are used with select There is no use for using aggregation with select. Therefore is should be not allowed https://github.com/PRQL/prql/discussions/2020#discussioncomment-5238298 Edit: should an error be thrown with derive as well? Edit: should an error be thrown with derive as...
gharchive/issue
2023-03-08T09:47:10
2025-04-01T06:42:55.900091
{ "authors": [ "Jelenkee", "max-sixty", "richb-hanover" ], "repo": "PRQL/prql", "url": "https://github.com/PRQL/prql/issues/2057", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1823855136
standard functions sometimes can't be used after the as function What happened? From https://github.com/eitsupi/querying-with-prql/blob/4acff8fa395a9a2c33cad15ed61866dabac25157/docs/method_chaining.qmd#L128-L158 I rewrote the example that worked in PRQL 0.8 with the 0.9 syntax and an error occurred. let time_to_datet...
gharchive/issue
2023-07-27T08:17:34
2025-04-01T06:42:55.914106
{ "authors": [ "PrettyWood", "aljazerzen", "eitsupi", "max-sixty", "vthriller" ], "repo": "PRQL/prql", "url": "https://github.com/PRQL/prql/issues/3127", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1130525300
Update language in government.md about closure rule availability This PR updates the OG-Core documentation on government closure rules to specify that only one of the three methods described is currently an option in the model. This PR addresses Issue #783. cc: @jdebacker @jdebacker. Any idea what this error is in ...
gharchive/pull-request
2022-02-10T17:32:08
2025-04-01T06:42:55.932300
{ "authors": [ "codecov-commenter", "jdebacker", "rickecon" ], "repo": "PSLmodels/OG-Core", "url": "https://github.com/PSLmodels/OG-Core/pull/784", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
90659122
-Wno-unused-variable: INAV estimator In a recent commit (736125441ecb4) in master, the following flag was added to allow unused variables in INAV estimator temporarily In src/modules/position_estimator_inav/module.mk line45: EXTRACFLAGS = -Wframe-larger-than=3500 -Wno-unused However i still could not compile master....
gharchive/issue
2015-06-24T12:17:02
2025-04-01T06:42:55.958516
{ "authors": [ "LorenzMeier", "yyassa" ], "repo": "PX4/Firmware", "url": "https://github.com/PX4/Firmware/issues/2457", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
105677929
Lidar lite driver not working When I try to start the driver with "ll40ls start pwm" I get the message "PWM init failed". I tracked it down to this function call https://github.com/PX4/Firmware/blob/master/src/drivers/device/cdev.cpp#L156 The laser works fine because "ll40ls test pwm" gives back valid measurements. ...
gharchive/issue
2015-09-09T20:27:47
2025-04-01T06:42:55.960546
{ "authors": [ "tumbili" ], "repo": "PX4/Firmware", "url": "https://github.com/PX4/Firmware/issues/2831", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
202374848
ESC can't start Hi, ESC can't start. I have tried to replace the "snapdragm_pwm_out start -d /dev/tty-2" with "uart_esc start -D /dev/tty-2". However,ESC still can't start. Is snapdragm_pwm_out about the ESC starting? The situation is as follows: @jywilson @bharath374 @mcharleb Advice? @LorenzMeier This is the E...
gharchive/issue
2017-01-22T10:33:14
2025-04-01T06:42:55.964278
{ "authors": [ "LorenzMeier", "mhkabir", "sunshine-yan" ], "repo": "PX4/Firmware", "url": "https://github.com/PX4/Firmware/issues/6415", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
342392596
Multi-uav simulation with qgc I have successfully built 3 uavs in gazebo, but when I start qgroundcontrol, it can only connect with iris1 and iris2. I don't know whether there are some parameters I missed to change. Do you have any suggesstions? ➤ matthewsharpe commented: Did you ever find any solution to this? I'm...
gharchive/issue
2018-07-18T15:59:46
2025-04-01T06:42:55.966800
{ "authors": [ "AuterionWrikeBot" ], "repo": "PX4/Firmware", "url": "https://github.com/PX4/Firmware/issues/9954", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
298027857
actuator controls update https://dev.px4.io/en/concept/mixing.html remove parachute from end of gimbal mixer add failsafe actuator_controls add payload actuator_controls X 2 Questions how would a user be expected to use DO_SET_SERVO?https://mavlink.io/en/messages/common.html#MAV_CMD_DO_SET_SERVO should we create a...
gharchive/pull-request
2018-02-17T19:01:21
2025-04-01T06:42:55.971157
{ "authors": [ "AlexisTM", "LorenzMeier", "dagar", "dayjaby", "nskjoung" ], "repo": "PX4/Firmware", "url": "https://github.com/PX4/Firmware/pull/8907", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
439303913
Publish rvizworld even after rviz respawn This PR makes the rvizworldloader publish the marker array representing the world from the loop inside the rvizworldloader object, rather than in the cmdloop of the localplanner as currently done with ifndef This enables the world to be still visible even after rviz has been...
gharchive/pull-request
2019-05-01T20:08:20
2025-04-01T06:42:56.007560
{ "authors": [ "Jaeyoung-Lim" ], "repo": "PX4/avoidance", "url": "https://github.com/PX4/avoidance/pull/335", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
676053180
Wind Estimator issue Hi During flight wind calculted value does not correlate with sidelslip angle. https://github.com/PX4/Firmware/issues/15508 In PX4/Firmware#15508 we came to the conclusion that your setup is having mag issues, please check that before opening issues. You can find what you need in the logs, your...
gharchive/issue
2020-08-10T11:08:20
2025-04-01T06:42:56.010143
{ "authors": [ "bresch", "moreba1" ], "repo": "PX4/ecl", "url": "https://github.com/PX4/ecl/issues/885", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
414420397
Bax2bam without scraps Package name bax2bam This is a feature request and not a bug. I would like there to be a flag to prevent scrap bams form being generated when converting bax.h5 to bam. When converting TBs of data it is a huge IO strain to write all these files when ultimately in most situations these files will...
gharchive/issue
2019-02-26T04:00:45
2025-04-01T06:42:56.077679
{ "authors": [ "armintoepfer", "mvollger", "pb-dseifert" ], "repo": "PacificBiosciences/pbbioconda", "url": "https://github.com/PacificBiosciences/pbbioconda/issues/98", "license": "BSD-3-Clause-Clear", "license_type": "permissive", "license_source": "github-api" }
1766660423
Adding content currently existent on the a4j repo to packts repo Adding the content from the initial repository https://github.com/architects4j/mastering-java-persistence-book-samples/. @otaviojava Packt's original license of the repository was MIT. Please double check if you are ok with keeping it MIT.
gharchive/pull-request
2023-06-21T04:34:33
2025-04-01T06:42:56.082074
{ "authors": [ "kmacedovarela" ], "repo": "PacktPublishing/Persistence-Best-Practices-for-Java-Applications", "url": "https://github.com/PacktPublishing/Persistence-Best-Practices-for-Java-Applications/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1276318782
RS训练分类模型,导出之后,预测报错 利用RS 训练了HRNet_W18_C模型,模型训练、导出都正常,就是用导出的模型做预测的时候出现了错误。 Traceback (most recent call last): File "demo.py", line 52, in result = predictor.predict(img_file=img1,transforms=eval_transforms) File "/home/aistudio/PaddleRS/paddlers/deploy/predictor.py", line 279, in predict results = self._run(images=ima...
gharchive/issue
2022-06-20T03:44:39
2025-04-01T06:42:56.088025
{ "authors": [ "Bobholamovic", "L-xiaolu" ], "repo": "PaddleCV-SIG/PaddleRS", "url": "https://github.com/PaddleCV-SIG/PaddleRS/issues/104", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
793157827
灰度图使用哪个预训练模型,预测效果会更好? 识别黑白照里的动物,是夜晚相机拍的,都是黑白灰,也不算灰度图吧,发现使用ResNet50_vd_ssld效果不好,有什么好办法吗?下图是示例。 像这种需要在自己的数据集上finetune,效果会更好一些,之前训练集中,对于这种全灰的图像样本相对较少 像这种需要在自己的数据集上finetune,效果会更好一些,之前训练集中,对于这种全灰的图像样本相对较少 是自定义数据集的,样本比较少,不过,发现基本是对比颜色,没有形状对比,导致识别不对。简单说就是,环境的灰色与动物身上的灰色辨别不出,随便搞张灰图也识别为那个分类了。 是现在的分类技术不检测形状吗? 是自定义数据集的,样...
gharchive/issue
2021-01-25T08:24:42
2025-04-01T06:42:56.198544
{ "authors": [ "fish-hello", "littletomatodonkey" ], "repo": "PaddlePaddle/PaddleClas", "url": "https://github.com/PaddlePaddle/PaddleClas/issues/577", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1589303312
[Question]: How to train Ernie-Layout on multi-page documents? 请提出你的问题 This is related to 4662. What would be the most optimal way to train multi-page documents on the MRC task? Within the dataset_hf script there is some mention of page_no but can you provide guidance on what the dataset should look like to leverage ...
gharchive/issue
2023-02-17T12:44:32
2025-04-01T06:42:56.264462
{ "authors": [ "JP-Leite", "linjieccc" ], "repo": "PaddlePaddle/PaddleNLP", "url": "https://github.com/PaddlePaddle/PaddleNLP/issues/4872", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1353056192
向 aishell3 里添加自己的音频数据进行训练 如题,tts 中,我想给 aishell3 数据里额外添加一些数据来进行训练(采样率相同),对于 am 和 voc,请问我除了需要 '文本内容' 和 '音频数据' 外,还需要其他东西吗?我看到其他 issue 里面说,直接给 aishell3 的数据里面加一个 speaker_id 即可,那除此之外的步骤能大概描述一下吗?非常感谢! 发现已经有了文档, AM finetune文档 VOC finetune 文档, 非常感谢! 遇到一个问题,是 mfa_align 的,报错如下所示: root@container-49581189ae-dcc2b933:~/autodl-...
gharchive/issue
2022-08-27T14:12:25
2025-04-01T06:42:56.300577
{ "authors": [ "lym0302", "sixyang", "yt605155624" ], "repo": "PaddlePaddle/PaddleSpeech", "url": "https://github.com/PaddlePaddle/PaddleSpeech/issues/2319", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1418117435
style_fs2 怎么由单人改多人?希望能有个小demo参考一下,谢谢 style_fs2 怎么由单人改多人?希望能有个小demo参考一下,谢谢 希望能使用中英mix模型 https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/aishell3/tts3 不会出 demo,请自己参考多说话人 TTS 改吧,只是多了一个 spk_id 的输入而已。 style_fs2 怎么由单人改多人?希望能有个小demo参考一下,谢谢 想问你是否成功了,我改成多人后长句一直OOM
gharchive/issue
2022-10-21T10:27:23
2025-04-01T06:42:56.303771
{ "authors": [ "SG-XM", "thehzzz", "yt605155624" ], "repo": "PaddlePaddle/PaddleSpeech", "url": "https://github.com/PaddlePaddle/PaddleSpeech/issues/2569", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1375579651
微调后的自定义模型太大 zh_dureader_de_v2 文件757M,自己微调后的保存的文件2.22G,为什么会差别这么多呢 可以检查一下保存文件中是否有很多名字中包含moment的文件(*moment*)这些是为了中断训练后还能继续运行所保存的,在最后保存模型参数时可以删掉。
gharchive/issue
2022-09-16T08:04:49
2025-04-01T06:42:56.304867
{ "authors": [ "kg-nlp", "procedure2012" ], "repo": "PaddlePaddle/RocketQA", "url": "https://github.com/PaddlePaddle/RocketQA/issues/61", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2421770658
add new docs for Paddle hardware adaptation these two md files introduce the standards for the certificates issued by Paddle and hardward partners regarding the adaptation work. 这两个文件是不是格式还有问题,因为在线查看的话是乱的:https://github.com/PaddlePaddle/community/blob/b81753229cb719adc504e4b3120e4afe4a37bce8/working_groups/飞桨大模型工...
gharchive/pull-request
2024-07-22T02:30:43
2025-04-01T06:42:56.310876
{ "authors": [ "jzhang533", "onecatcn" ], "repo": "PaddlePaddle/community", "url": "https://github.com/PaddlePaddle/community/pull/928", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1913082896
fix:[PLG-181]Shipper revert changes-Removal of commented out code/Redhat S3.data changes Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) Type of change Please delete...
gharchive/pull-request
2023-09-26T09:24:09
2025-04-01T06:42:56.328542
{ "authors": [ "AnandPaladin" ], "repo": "PaladinCloud/CE", "url": "https://github.com/PaladinCloud/CE/pull/1619", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
558713008
Develop AI for a bot to show how to play(demo) Bot will be controlling movement of red dot, and will prevent from colliding as much as it can. 3 bot buttons can be added- Bot1- Unnsupervised learning Bot2- Supervised learning Bot3- Reinforcement learning all showing different style of playing game.
gharchive/issue
2020-02-02T15:32:44
2025-04-01T06:42:56.329945
{ "authors": [ "PalashBansal" ], "repo": "PalashBansal/Collision", "url": "https://github.com/PalashBansal/Collision/issues/15", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2237799992
Example for Azure Terraform Vmseries Fast HA Failover Is your feature request related to a problem? It would be very nice to have an example of https://github.com/PaloAltoNetworks/azure-terraform-vmseries-fast-ha-failover - this one is old and full of issues Describe the solution you'd like just like the other exampl...
gharchive/issue
2024-04-11T14:00:44
2025-04-01T06:42:56.393009
{ "authors": [ "adin3d", "migara" ], "repo": "PaloAltoNetworks/terraform-azurerm-swfw-modules", "url": "https://github.com/PaloAltoNetworks/terraform-azurerm-swfw-modules/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
394079747
build 之后太大,开启gzip后,打包大小没变化 。怎么可以让打的包小一些 如题,怎么可以让打的包小一点 首先gzip开了之后肯定会小,没小的话应该是使用不正确。 如果你想让 element-ui变小的话可以使用它的按需加载,具体看其官网。 chunk-0目测是 echarts,他也有按需加载。
gharchive/issue
2018-12-26T04:33:03
2025-04-01T06:42:56.396539
{ "authors": [ "PanJiaChen", "xuyangxy" ], "repo": "PanJiaChen/vue-admin-template", "url": "https://github.com/PanJiaChen/vue-admin-template/issues/244", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
249535370
Add requests.session Hello! We use LDAP-auth in Artifactory, and every http-session connection establishment slows down the work, when we done something like this or bulk remove artifacts for p in path.glob('**/*'): print(p) I have added requests.session to object and operating time decreases Who needs...
gharchive/pull-request
2017-08-11T04:14:36
2025-04-01T06:42:56.470732
{ "authors": [ "allburov" ], "repo": "Parallels/artifactory", "url": "https://github.com/Parallels/artifactory/pull/54", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
140148110
Failed to retrieve Parse object Structure of my project: server.js pages |--- pages.js My pages.js: var express = require('express') var router = express.Router(); router.get('/:id', (req,res,next) => { var postId = req.params.id; var Post = Parse.Object.extend("Post") var query = new Parse.Query(Post) ...
gharchive/issue
2016-03-11T10:25:45
2025-04-01T06:42:56.505033
{ "authors": [ "flovilmart", "gfosco", "zhouhao27" ], "repo": "ParsePlatform/parse-server", "url": "https://github.com/ParsePlatform/parse-server/issues/974", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
190536406
WIP: Push scaling This PR attempts to solve the scaling issues related with sending large amount of push. What's in there? Makes the _PushStatus update based on increments instead of full status update. Introduces PushQueue and PushWorker The responsibility of the PushQueue is to split the work (configurable by bat...
gharchive/pull-request
2016-11-20T03:15:52
2025-04-01T06:42:56.541429
{ "authors": [ "acinader", "adirgan", "dvanwinkle", "flovilmart", "jeacott1", "jjdp", "kontextbewusst", "mihai-iorga", "ortimanu" ], "repo": "ParsePlatform/parse-server", "url": "https://github.com/ParsePlatform/parse-server/pull/3080", "license": "Apache-2.0", "license_t...
123409143
Producer Thread throws 'NoneType' object is not callable Hi all, when I use pykafka producer to send msg to kafka. Mostly, it works well, however with time passed by, the following error consistently appears. Traceback (most recent call last): File "/usr/local/lib/python2.7/threading.py", line 810, in __bootstrap_i...
gharchive/issue
2015-12-22T04:12:42
2025-04-01T06:42:56.558095
{ "authors": [ "MuscleCoder", "abrugh", "emmett9001" ], "repo": "Parsely/pykafka", "url": "https://github.com/Parsely/pykafka/issues/399", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
491110846
Make CI run htex tests twice, once with a more interesting config This commit adds an htex_local_alternate file, and enables some different features in there - caching, monitoring, using worker-local file access, strategy - in order to attempt to cover a wider set of parsl features in CI. This will fail in CI until a...
gharchive/pull-request
2019-09-09T13:53:58
2025-04-01T06:42:56.560278
{ "authors": [ "benclifford" ], "repo": "Parsl/parsl", "url": "https://github.com/Parsl/parsl/pull/1261", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
961529941
Use PIL .resize() method to scale images to improve image quality I had noticed that the image quality was often quite poor, especially when creating Button elements containing text. This PR pulls the images from Figma at 2X the actual size and then uses Pillow (PIL) .resize() method with the ANTIALIAS option which i...
gharchive/pull-request
2021-08-05T07:28:26
2025-04-01T06:42:56.561678
{ "authors": [ "ParthJadhav", "neilbaldwin" ], "repo": "ParthJadhav/Tkinter-Designer", "url": "https://github.com/ParthJadhav/Tkinter-Designer/pull/114", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
449685936
Upgrade to latest rust-web3 version At the moment Vibranium uses rust-web3 v0.6.0. There seem to be some problems with that version, e.g. example of the project itself don't seem to properly work. It might make sense to upgrade to some latest HEAD and check if it solves existing problems. Unfortunately, upgrading t...
gharchive/issue
2019-05-29T09:06:54
2025-04-01T06:42:56.584428
{ "authors": [ "PascalPrecht" ], "repo": "PascalPrecht/vibranium", "url": "https://github.com/PascalPrecht/vibranium/issues/35", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
208162356
Super Test Graph + Test Infrastructure Due to the combinatorial explosion of the ways nodes can be rendered, it would be nice to create the following: a super graph that contains an enumeration of all of the possible combinations of sbgn classes For example: complex, complex w/ clonemarker, complex w/ state var, ...
gharchive/issue
2017-02-16T15:55:26
2025-04-01T06:42:56.615862
{ "authors": [ "d2fong" ], "repo": "PathwayCommons/sbgn-renderer", "url": "https://github.com/PathwayCommons/sbgn-renderer/issues/20", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2337365782
footer redesign Related Issue [Cite any related issue(s) this pull request addresses. If none, simply state "None”] #198 Description [Please include a brief description of the changes or features added] i enhance the footer where added content as well as design the footer Type of PR [x] Bug fix [x] Feature enhanceme...
gharchive/pull-request
2024-06-06T05:50:25
2025-04-01T06:42:56.627223
{ "authors": [ "PatilHarshh", "Varsani2520" ], "repo": "PatilHarshh/Kaam-Do", "url": "https://github.com/PatilHarshh/Kaam-Do/pull/205", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1744517594
Mixing HTML + JS buttons on the same page results in only the JS buttons rendering This issue can be seen on https://paybutton.org. I think this was actually fixed in February and I was just testing on an older build.
gharchive/issue
2023-06-06T20:06:00
2025-04-01T06:42:56.680396
{ "authors": [ "Klakurka" ], "repo": "PayButton/paybutton", "url": "https://github.com/PayButton/paybutton/issues/207", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1943749066
🛑 PbtFNF (Web) is down In 186207e, PbtFNF (Web) (https://fnf.pbtservers.com) was down: HTTP code: 0 Response time: 0 ms Resolved: PbtFNF (Web) is back up in 2f83329 after 10 minutes.
gharchive/issue
2023-10-15T06:38:43
2025-04-01T06:42:56.693112
{ "authors": [ "PbtServers" ], "repo": "PbtServers/PbtServers-Estado", "url": "https://github.com/PbtServers/PbtServers-Estado/issues/462", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2692197218
Multiple Runtimes on Windows The renderer crashes if multiple runtimes are created one-after-another with different targets on Windows (evaluation script e.g.,). The issue can be reproduced with the ig_test_multiple_runtimes executable. The crash occurs after the first scene is run successfully (1. CPU, 2. GPU) and t...
gharchive/issue
2024-11-25T20:46:06
2025-04-01T06:42:56.697925
{ "authors": [ "PearCoding" ], "repo": "PearCoding/Ignis", "url": "https://github.com/PearCoding/Ignis/issues/50", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2761125261
PADV-1927 feat: add page_size to services Ticket https://agile-jira.pearson.com/browse/PADV-1927 Description add page size param to services Changes made Add page size param to services, to get max 200 records Update test How to test Clone the Institution Portal MFE Run npm install. Run npm run start Go to http://loc...
gharchive/pull-request
2024-12-27T17:37:04
2025-04-01T06:42:56.700525
{ "authors": [ "AuraAlba" ], "repo": "Pearson-Advance/frontend-app-instructors-portal", "url": "https://github.com/Pearson-Advance/frontend-app-instructors-portal/pull/37", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
939105746
BINEXP-118 refreshing tasks list using redux added solved number to user model Good work!
gharchive/pull-request
2021-07-07T17:24:37
2025-04-01T06:42:56.708396
{ "authors": [ "kuczi55", "rivit98" ], "repo": "Pen-Test3rs/binary_exploits_frontend", "url": "https://github.com/Pen-Test3rs/binary_exploits_frontend/pull/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1248455871
PyAFQ QC report Hello @mattcieslak , one thing pyAFQ generates is an HTML visualization of the recognized bundles. I wonder if QSIprep generates an overall QC report that could link to this HTML? Not a high priority but if this is easy to do, just link me to the line in the code or an example and I can make the PR. ...
gharchive/issue
2022-05-25T17:48:44
2025-04-01T06:42:56.710886
{ "authors": [ "36000", "mattcieslak" ], "repo": "PennLINC/qsiprep", "url": "https://github.com/PennLINC/qsiprep/issues/421", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1064564931
Take special care of child_of and references mutual exclusive parameters Take special care of child_of and references mutual exclusive parameters It is simply not enough to check if parameters are accepted or not, there is a special case for start_active_span and start_span. This should be tested too
gharchive/issue
2021-11-26T14:54:18
2025-04-01T06:42:56.716488
{ "authors": [ "vanHoesel" ], "repo": "Perceptyx/perl-test-opentracing-interface", "url": "https://github.com/Perceptyx/perl-test-opentracing-interface/issues/1", "license": "Artistic-2.0", "license_type": "permissive", "license_source": "github-api" }
2724963573
Usage This PR adds some middleware to the Koa REST API that counts based usage statistics. Stats always reflect the last 24 hours. Entries older that 24 hours are deleted. It also adds several /usage REST API endpoints for retrieving usage statistics. :tada: This PR is included in version 5.4.11 :tada: Your semanti...
gharchive/pull-request
2024-12-08T05:26:21
2025-04-01T06:42:56.737705
{ "authors": [ "christroutner" ], "repo": "Permissionless-Software-Foundation/ipfs-service-provider", "url": "https://github.com/Permissionless-Software-Foundation/ipfs-service-provider/pull/165", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2033235962
🛑 dnslow.me DoT tcp-ping is down In 7e7d06d, dnslow.me DoT tcp-ping (dnslow.me) was down: HTTP code: 0 Response time: 0 ms Just a quick restart
gharchive/issue
2023-12-08T19:53:54
2025-04-01T06:42:56.743626
{ "authors": [ "PeterDaveHello" ], "repo": "PeterDaveHello/dnslow.me-uptime", "url": "https://github.com/PeterDaveHello/dnslow.me-uptime/issues/51", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
274437035
Added parameter to control if the service starts immediately when installing Added a parameter to control the startImmediately behaviour of the win32 service when installing the service. This is useful when installing, then configuring something, and then starting the service after this configuration step is done. De...
gharchive/pull-request
2017-11-16T08:51:17
2025-04-01T06:42:56.753835
{ "authors": [ "PeterKottas", "avisonmaher", "fhofmann" ], "repo": "PeterKottas/DotNetCore.WindowsService", "url": "https://github.com/PeterKottas/DotNetCore.WindowsService/pull/55", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2182419080
Make interactions be blocked by Environment safely This one's pretty self-explanatory. Resolves #110 I was going to add an exported check to the Player controller to adjust this, but I realized it's probably better to let devs adjust the layering system themselves to suit their needs. I think this is good for a def...
gharchive/pull-request
2024-03-12T18:35:13
2025-04-01T06:42:56.777072
{ "authors": [ "FailSpy", "Phazorknight" ], "repo": "Phazorknight/Cogito", "url": "https://github.com/Phazorknight/Cogito/pull/114", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
246179630
Subclass TokenAuthentication to work I had to subclass the TokenAuthentication class to make my view able to work on "Convert token" method (Making only few requests to facebook and using conver-token to work on it), change the field reference "key" to "token" and set the class property "model" to get_access_token_mo...
gharchive/issue
2017-07-27T21:49:54
2025-04-01T06:42:56.802916
{ "authors": [ "PhilipGarnero", "philliparente" ], "repo": "PhilipGarnero/django-rest-framework-social-oauth2", "url": "https://github.com/PhilipGarnero/django-rest-framework-social-oauth2/issues/111", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1936403550
🛑 Plantuml is down In 60141c6, Plantuml (https://uml.phyrone.de/) was down: HTTP code: 0 Response time: 0 ms Resolved: Plantuml is back up in 67268b2 after 3 minutes.
gharchive/issue
2023-10-10T22:51:11
2025-04-01T06:42:56.867615
{ "authors": [ "Phyrone" ], "repo": "Phyrone/status.phyrone.de", "url": "https://github.com/Phyrone/status.phyrone.de/issues/354", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2657310913
Upgrade Project Reactor 2023.0.11 -> 2024.0.0 This PR contains the following updates: Package Type Update Change Project Reactor (source) import major 2023.0.11 -> 2024.0.0 Release Notes reactor/reactor (Project Reactor) v2024.0.0 Compare Source 2024.0.0 release train is made of: reactor-core 3.7.0 react...
gharchive/pull-request
2024-11-14T02:07:51
2025-04-01T06:42:56.886076
{ "authors": [ "Picnic-DevPla-Bot" ], "repo": "PicnicSupermarket/error-prone-support", "url": "https://github.com/PicnicSupermarket/error-prone-support/pull/1417", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
107708243
Radio buttons? Issue originally submitted here: https://code.google.com/p/guidata/issues/detail?id=32 Reported by josh@burnettsonline.org, May 22, 2013 Are there any plans to implement a radio button group? Yes, it's similar to a ChoiceItem, and I can get by with that for now. Still, the nice thing about a group of...
gharchive/issue
2015-09-22T12:53:34
2025-04-01T06:42:56.889686
{ "authors": [ "PierreRaybaut" ], "repo": "PierreRaybaut/guidata", "url": "https://github.com/PierreRaybaut/guidata/issues/13", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
60288671
Add JSON chat objects. This is a work in progress tracking #27. Any comments are welcome. I repeat: work in progress. Since line comments are likely to disappear when the diff changes, here's a summary of the points: The extra section is really an array of desugared Chat JSON objects. Need more examples to pursue ...
gharchive/pull-request
2015-03-09T01:45:31
2025-04-01T06:42:56.935774
{ "authors": [ "atheriel", "fenhl", "toqueteos" ], "repo": "PistonDevelopers/hematite_server", "url": "https://github.com/PistonDevelopers/hematite_server/pull/37", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
176852495
new software has been added to home menu This keep poping up after done install all my games, there will being the same after i enter the setting or open the 3ds....Any answer to solve this? Try unistalling menuhax, if you have it.
gharchive/issue
2016-09-14T09:00:38
2025-04-01T06:42:56.991018
{ "authors": [ "CyHo", "Ev1lbl0w" ], "repo": "Plailect/Guide", "url": "https://github.com/Plailect/Guide/issues/500", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
103905042
Cannot read property '_ansicursor' of undefined Error occurs on first loading of Wordnet, eg: var wordNet = require('wordnet-magic'); Have tried both var wn = wordNet(null, false); and var wn = wordNet(); Sqlite db is located inside data, on the default path. Thanks for your attention, it's a great looking package fo...
gharchive/issue
2015-08-30T06:57:34
2025-04-01T06:42:56.993415
{ "authors": [ "Lemez", "Planeshifter" ], "repo": "Planeshifter/node-wordnet-magic", "url": "https://github.com/Planeshifter/node-wordnet-magic/issues/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2697991878
Add rule for missing private statements in modules Closes #147 Three questions I guess: Should this be in the default option set? Should this be in "preview" mode to begin with? (We need to expose that as an option!) Should we allow explicitly setting the default visibility to public? Nice, looks good! Should th...
gharchive/pull-request
2024-11-27T10:20:20
2025-04-01T06:42:57.010477
{ "authors": [ "LiamPattinson", "ZedThree" ], "repo": "PlasmaFAIR/fortitude", "url": "https://github.com/PlasmaFAIR/fortitude/pull/150", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
347031064
Does not work on netcoreapp2.1 Hello, I'm trying to implement a simple app to read values from consul.KV. I've made an example app in F# using you library. Code is here: https://github.com/MortalFlesh/fsharp-consul It works fine, when I'm using netcoreapp2.0. Get value for "some/key" ... Key: some/key | Value: "some ...
gharchive/issue
2018-08-02T14:14:26
2025-04-01T06:42:57.062848
{ "authors": [ "MortalFlesh", "johnfg10" ], "repo": "PlayFab/consuldotnet", "url": "https://github.com/PlayFab/consuldotnet/issues/121", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1827818184
Add tip5 hash WIP Closing for now, please reopen if you end up coming back to this. FWIW I think Tip5 would be more useful (in Plonky3) if it could be generalized to support 32-bit fields, since those are the main focus on Plonky3.
gharchive/pull-request
2023-07-30T06:06:35
2025-04-01T06:42:57.087094
{ "authors": [ "dlubarov", "igorsyl" ], "repo": "Plonky3/Plonky3", "url": "https://github.com/Plonky3/Plonky3/pull/42", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1799539015
Get description metadata Created a lightweight query endpoint to retrieve the OpenGraph metadata from a 3rd party web site. This is used for collection admin tools only https://getpocket.atlassian.net/browse/TML-86 Note that this alternative Parser modification was considered but we are trying to limit changes to the...
gharchive/pull-request
2023-07-11T18:34:05
2025-04-01T06:42:57.119406
{ "authors": [ "rolf-moz" ], "repo": "Pocket/curated-corpus-api", "url": "https://github.com/Pocket/curated-corpus-api/pull/967", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1191333412
Proposal: List mediums Proposal: List mediums Currently, there exists no canonical, machine-friendly, way to create a list of RSS items outside of a feed without copying the items outright; such copying presents legal issues around copyrights as well as technical "source of truth" issues. OPML exists for lists of fe...
gharchive/issue
2022-04-04T06:47:40
2025-04-01T06:42:57.135836
{ "authors": [ "agates", "daveajones", "saerdnaer", "thebells1111" ], "repo": "Podcastindex-org/podcast-namespace", "url": "https://github.com/Podcastindex-org/podcast-namespace/issues/363", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
909760451
Update to jetscii 0.5 This PR fixes an issue with cargo-expand and the dependency jetscii v0.4 strong-xml-issue on master [?] $ cargo expand Updating crates.io index Checking jetscii v0.4.4 error: generic parameters may not be used in const operations --> /.cargo/registry/src/github.com-1ecc6299db9ec823/je...
gharchive/pull-request
2021-06-02T18:12:20
2025-04-01T06:42:57.139131
{ "authors": [ "PoiScript", "nickelc" ], "repo": "PoiScript/strong-xml", "url": "https://github.com/PoiScript/strong-xml/pull/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
204971742
plotmafSummary insists on reusing old plot windows Using maftools 1.0.40 with R 3.3.0 and BioConductor 3.4 on a Windows machine. (All of BioConductor has just been upgraded to the latest version.) I have two different MAF files, and want to compare the results of plotmafSummary in side-by-side windows. However, even...
gharchive/issue
2017-02-02T19:27:54
2025-04-01T06:42:57.154182
{ "authors": [ "PoisonAlien", "krcoombes" ], "repo": "PoisonAlien/maftools", "url": "https://github.com/PoisonAlien/maftools/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
553714732
Using inferHeterogeneity function as whole Hi Sorry, I found inferHeterogeneity function very helpful as I am working on clonality evolution in cancer; Plotting output of inferHeterogeneity gives separate results by sample, is it possible to get a union MATH score and clonal plot for each maf object (I mean for all s...
gharchive/issue
2020-01-22T18:24:20
2025-04-01T06:42:57.161985
{ "authors": [ "PoisonAlien", "beginner984" ], "repo": "PoisonAlien/maftools", "url": "https://github.com/PoisonAlien/maftools/issues/456", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
170415476
Can't start the bot When i type python pokecli.py -c config.json and then enter it tries to login and then this happens and the bot can't start: (pokemonEnv) konstaninossmbp:pokemongo-bot-master merkon$ python pokecli.py -c config.all 2016-08-10 16:19:41,855 [ cli] [INFO] PokemonGO Bot v1.0 2016-08-10 16:19:41,...
gharchive/issue
2016-08-10T13:21:41
2025-04-01T06:42:57.213110
{ "authors": [ "Ph4i1ur3", "merkon" ], "repo": "PokemonGoF/PokemonGo-Bot", "url": "https://github.com/PokemonGoF/PokemonGo-Bot/issues/3462", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
705866993
Web/update files for preview Summary Currently, the data displayed in Analyze my sleep page comes from a night of a subject in our dataset. Therefore, data displayed was manually classified, and not acquired through an OpenBCI. Thus, we want to display, as a preview of our web app, a night which were acquired with an...
gharchive/pull-request
2020-09-21T19:43:42
2025-04-01T06:42:57.309669
{ "authors": [ "conorato" ], "repo": "PolyCortex/polydodo", "url": "https://github.com/PolyCortex/polydodo/pull/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1281182277
Feat: update to OptimisticOracleV2 and Event based requests Overview Upgrade the UMA CTF Adapter to use OptimisticOracleV2 Use only event based price requests Various documentation changes Description This PR updates the UmaCtfAdapter to use Optimistic Oracle V2 and enforces event based requests. Event based pr...
gharchive/pull-request
2022-06-22T23:02:00
2025-04-01T06:42:57.326412
{ "authors": [ "JonathanAmenechi", "L-Kov", "mshrieve" ], "repo": "Polymarket/uma-conditional-tokens-adapter", "url": "https://github.com/Polymarket/uma-conditional-tokens-adapter/pull/48", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1085060506
npm, yarn, yarn2 throws errors in runtime Taken from your README.md: import { Polymesh } from '@polymathnetwork/polymesh-sdk' async function run() { const polyClient = await Polymesh.connect({ nodeUrl: 'localhost:9944', accountSeed: 'my-private-key', }) // do stuff with the client } run() Output: @p...
gharchive/issue
2021-12-20T17:58:54
2025-04-01T06:42:57.330211
{ "authors": [ "monitz87", "stavalfi" ], "repo": "PolymathNetwork/polymesh-sdk", "url": "https://github.com/PolymathNetwork/polymesh-sdk/issues/640", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
238163892
Feature Request: async imports Would be very nice if we could declare an import as async/defer when bundling. Is that possible? A potential (but unworkable) 'workaround' Create 2 bundles: elements.html. elements-async.html. And import one with async: <link rel="import" href="elements.html"/> <link rel="import" href...
gharchive/issue
2017-06-23T14:45:19
2025-04-01T06:42:57.339457
{ "authors": [ "nicholaswmin", "usergenic" ], "repo": "Polymer/polymer-bundler", "url": "https://github.com/Polymer/polymer-bundler/issues/565", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
88963757
[google-youtube] fluid not working Hey guys, I tried to include a YouTube video into my site, unfortunately the fluid parameter isn't working. <paper-material elevation="1"> <google-youtube video-id="qyJ9xctOMCI" fluid="true" rel="0" start="0" autoplay="0"> </google-you...
gharchive/issue
2015-06-17T09:13:05
2025-04-01T06:42:57.342211
{ "authors": [ "19Gerhard85", "sorvell", "tjsavage" ], "repo": "Polymer/polymer", "url": "https://github.com/Polymer/polymer/issues/1896", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
116632454
Normalize events generated by Polymer When an on-tap event is triggered we already have a 'Polymer event' and a 'source event' (event.detail.sourceEvent)... and then there is the normalized event we get from Polymer.dom(event). Simply put this is a (very confusing) mess and should seriously be brought back to at most...
gharchive/issue
2015-11-12T20:23:21
2025-04-01T06:42:57.347231
{ "authors": [ "David-Mulder", "azakus" ], "repo": "Polymer/polymer", "url": "https://github.com/Polymer/polymer/issues/2723", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
232646040
Feature Request: Event handling with Automatic node finding It would be extremely powerful to be able to use automatic node finding (this.$["element-id"]) in bindings. Taking away tons of boilerplate javascript code. For example: <iron-ajax id='ajax' url='/handlers/GetSomething' on-load='$.dialog.open'> </iron-...
gharchive/issue
2017-05-31T17:56:28
2025-04-01T06:42:57.349387
{ "authors": [ "TimvdLippe", "lukeschaefer" ], "repo": "Polymer/polymer", "url": "https://github.com/Polymer/polymer/issues/4647", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
544188843
Style modules not registering. Hi there, my style modules register when being served locally but after build I get this error: styles.js:5 Uncaught TypeError: styles.register is not a function at styles.js:5 style-gather.js:100 Could not find style data in module named styles None of the modules are being registe...
gharchive/issue
2019-12-31T13:25:14
2025-04-01T06:42:57.351845
{ "authors": [ "lkraav", "serkanesque" ], "repo": "Polymer/polymer", "url": "https://github.com/Polymer/polymer/issues/5611", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
348963044
FirebaseBigCollection implementation, not yet plumbed into the system. This also adds shutdown logic for the storage providers in the manual tests, so they will complete gracefully. BigCollection seems simpler in a way than Collection... maybe the streaming removes some of the complexity around concurrent access? ...
gharchive/pull-request
2018-08-09T03:21:48
2025-04-01T06:42:57.357045
{ "authors": [ "mykmartin" ], "repo": "PolymerLabs/arcs", "url": "https://github.com/PolymerLabs/arcs/pull/1743", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
436389391
Clean up Store/StorageProvider APIs Make BigCollectionStorageProvider inherit from BigCollectionStore Remove methods from *StorageProvider that are already implemented in *Store use tighter casts in ParticleExecutionHost make cursorClose async everywhere since StorageProxy needs it to be that way. Fix incorrect stri...
gharchive/pull-request
2019-04-23T21:03:46
2025-04-01T06:42:57.358745
{ "authors": [ "lindner" ], "repo": "PolymerLabs/arcs", "url": "https://github.com/PolymerLabs/arcs/pull/2924", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
626679882
G3 fix - add_dep Fixing an internal build issues. Ooops, sorry Alex! Thank you!
gharchive/pull-request
2020-05-28T17:19:08
2025-04-01T06:42:57.359559
{ "authors": [ "alxrsngrtn", "piotrswigon" ], "repo": "PolymerLabs/arcs", "url": "https://github.com/PolymerLabs/arcs/pull/5384", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1551870831
Failed installation due to package conflicts (minikerberos) Steps to reproduce #~ python3 -m pip install pipx #~ git clone https://github.com/Porchetta-Industries/CrackMapExec #~ cd CrackMapExec #~ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh #~ pipx ensurepath #~ pipx install . OS Kali linux insta...
gharchive/issue
2023-01-21T18:03:30
2025-04-01T06:42:57.386607
{ "authors": [ "kucaiyi", "mpgn" ], "repo": "Porchetta-Industries/CrackMapExec", "url": "https://github.com/Porchetta-Industries/CrackMapExec/issues/726", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
140898570
Highlight changed text so it is clear what has been changed Showing the original on hover would be great. For example with the injected css of .xkcd-substitutions-substitution { background-color: yellow; } instead of directly replacing the text you could insert <span class="xkcd-substitutions-substitution" title=...
gharchive/issue
2016-03-15T07:39:34
2025-04-01T06:42:57.395778
{ "authors": [ "danielzfranklin", "piquan" ], "repo": "Posnet/xkcd-substitutions", "url": "https://github.com/Posnet/xkcd-substitutions/issues/44", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1124926818
support a comma separated list for the repo names fixes https://github.com/PostHog/github-release-tracking-plugin/issues/9 open question is how to handle the change in the annotation tag since the code now prefixes with the repo name. options: a) user simply has to delete existing annotations (is there a way to bulk ...
gharchive/pull-request
2022-02-05T13:09:25
2025-04-01T06:42:57.399255
{ "authors": [ "lsmith77", "yakkomajuri" ], "repo": "PostHog/github-release-tracking-plugin", "url": "https://github.com/PostHog/github-release-tracking-plugin/pull/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1302213742
PoC - React Native "native" SDK Note: This is a bigger piece of work that may end up in it's own repository. For now it is here as in spirit it is trying to be a "lite" version of the RN library as well as a starting point for a unified JS core What do I want to actually release? /examples/example-expo > An exampl...
gharchive/pull-request
2022-07-12T15:19:21
2025-04-01T06:42:57.409604
{ "authors": [ "benjackwhite" ], "repo": "PostHog/posthog-js-lite", "url": "https://github.com/PostHog/posthog-js-lite/pull/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2104622813
[ENHANCE] Add Stamp Copy add copy for submit stamp -stamp description A stamp is a smart-contract enabled check on NEAR to be added to the nadabot sybil registry, to verify something about an account whether it be a role, identity, proof of ownership, or behavior. with a info tip to open up in docs https://docs.nada...
gharchive/issue
2024-01-29T04:29:46
2025-04-01T06:42:57.466038
{ "authors": [ "codingshot", "wpdas" ], "repo": "PotLock/nadabot-app", "url": "https://github.com/PotLock/nadabot-app/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
626140783
Add support for manifest files Some videos may start with https://manifest.googlevideo.com. These need to be downloaded and spliced together. Fixed with https://github.com/PotatoParser/vinyl/commit/11fc9822c49171a5bc36defa6d5ce9ddb4907158
gharchive/issue
2020-05-28T01:15:53
2025-04-01T06:42:57.467272
{ "authors": [ "PotatoParser" ], "repo": "PotatoParser/vinyl", "url": "https://github.com/PotatoParser/vinyl/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1588836301
后续版本更换网络框架后会支持 后续版本更换网络框架后会支持 Originally posted by @KFCFans in https://github.com/PowerJob/PowerJob/issues/502#issuecomment-1351609438 什么时候支持 之前内部讨论后,有小伙伴提出真支持公网调度后,会面临非常多的安全相关的问题。如果要引入公网调度,势必需要先强化安全方面的能力。 综合考虑之下,对于用户的公网调度诉求,可能还是用 VPN 等虚拟局域网方案实现更优雅。 同时通过用户反馈来看,目前大部分跨网络调度的诉求,都是本地测试相关。这块后续也会引入本地测试方案。
gharchive/issue
2023-02-17T06:48:00
2025-04-01T06:42:57.527490
{ "authors": [ "991567775", "KFCFans" ], "repo": "PowerJob/PowerJob", "url": "https://github.com/PowerJob/PowerJob/issues/560", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
544352217
tally method in array create method that counts all the elements in an array a and returns a hash with their counts. $array = @('abc','ff','abc','abc','ff','r') $array.tally() abc ff r 3 2 1 You can use Group-Object cmdlet.
gharchive/issue
2020-01-01T12:32:05
2025-04-01T06:42:57.539534
{ "authors": [ "iSazonov", "p0W3RH311" ], "repo": "PowerShell/PowerShell", "url": "https://github.com/PowerShell/PowerShell/issues/11465", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
544376607
DnsRefreshTimeout Invalid Suppose: I try to monitor DNS changes for a site,Or, when I change DNS, I need to know when it will take effect.I need to turn off the dns cache for real-time monitoring purposes。 I found the following options with 'bing' but it didn't work,The timeout cannot be set。This option is not valid...
gharchive/issue
2020-01-01T16:46:39
2025-04-01T06:42:57.541876
{ "authors": [ "he852100", "iSazonov" ], "repo": "PowerShell/PowerShell", "url": "https://github.com/PowerShell/PowerShell/issues/11467", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }