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
1810834244
🛑 Sensor Tracker login is down In becd186, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down: HTTP code: 502 Response time: 55 ms Resolved: Sensor tracker login is back up in 1249e08.
gharchive/issue
2023-07-18T22:54:06
2025-04-01T06:37:28.474485
{ "authors": [ "RKTowse" ], "repo": "RKTowse/upptime", "url": "https://github.com/RKTowse/upptime/issues/996", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2434000056
Let users make and pick presets for Psyonix bots Some users like to run tournaments with Psyonix bots and sometimes change their name and appearance. In v4, the latter was technically possible, but a bit of a hassle to do. In v5 we should avoid hardcoding Psyonix bots too much. I propose the following features: User...
gharchive/issue
2024-07-28T15:46:30
2025-04-01T06:37:28.479450
{ "authors": [ "NicEastvillage", "VirxEC" ], "repo": "RLBot/core", "url": "https://github.com/RLBot/core/issues/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2761520217
🛑 RMUG Files is down In 79819da, RMUG Files (https://files.rmusergroup.net) was down: HTTP code: 500 Response time: 338 ms Resolved: RMUG Files is back up in 9ab6aa6 after 22 minutes.
gharchive/issue
2024-12-28T06:11:04
2025-04-01T06:37:28.485208
{ "authors": [ "SammySkycrafts" ], "repo": "RM-User-Group/RMUG-Upptime", "url": "https://github.com/RM-User-Group/RMUG-Upptime/issues/189", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1121821787
Error- Can’t find orphan to remove, also 429 This is a really great plugin. I’ve been using it since you first posted it many months ago. It took many attempts to get it up and running, but it has been worth all the effort. However, it has lots of stability issues. I have rebuilt it (a clean installation) about once...
gharchive/issue
2022-02-02T11:41:29
2025-04-01T06:37:28.487531
{ "authors": [ "SteveQ2" ], "repo": "RMCob/homebridge-wyze-connected-home-op", "url": "https://github.com/RMCob/homebridge-wyze-connected-home-op/issues/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2108437618
Cleanup rnc accession columns This is the start of work to cleanup the columns in rnc_accessions. Generally, this pull request stops writing and loading specific columns which do not appear to be useful. This should be safe to just run, but as far as I can tell tests are broken right now. Prior to running this pipeli...
gharchive/pull-request
2024-01-30T17:54:44
2025-04-01T06:37:28.510860
{ "authors": [ "blakesweeney" ], "repo": "RNAcentral/rnacentral-import-pipeline", "url": "https://github.com/RNAcentral/rnacentral-import-pipeline/pull/179", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
277356237
Throws exception while decrypting public static String encryptData(String data, String key) { byte[] decryptedData = data.getBytes(); try { byte[] encryptedData = cryptor.encryptData(decryptedData, key.toCharArray()); return new String(encryptedData); } catch (Crypt...
gharchive/issue
2017-11-28T11:49:28
2025-04-01T06:37:28.522193
{ "authors": [ "SaravanakumarB", "dmjones500" ], "repo": "RNCryptor/JNCryptor", "url": "https://github.com/RNCryptor/JNCryptor/issues/47", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1620465431
Segmentation Fault Pytorch RX 6700xt Hi, I am trying to run a test for my RX 6700xt but I face many problems. I tried issue#1686 and 1687 but I was not able to fix them. I get an error of segmentation faul when I am trying to do run a test inside a docker image: https://www.youtube.com/watch?v=HwGgzaz7ipQ The other...
gharchive/issue
2023-03-12T18:32:59
2025-04-01T06:37:28.568165
{ "authors": [ "hongxiayang", "mpourasa", "ppanchad-amd", "tedtroxell" ], "repo": "ROCm/ROCm", "url": "https://github.com/ROCm/ROCm/issues/1931", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2553654970
Update 6.2.2 docs from 6.2 release branch roc-6.2.x ignoring spell check failure hit docker hub rate limit of 100 pulls per 6 hours
gharchive/pull-request
2024-09-27T20:06:07
2025-04-01T06:37:28.569619
{ "authors": [ "samjwu" ], "repo": "ROCm/ROCm", "url": "https://github.com/ROCm/ROCm/pull/3826", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2181321804
Generic name change - To maintain a generic name instead of "image" This PR changes the names of image_info to sample_info to maintain a generic name for all use-cases (audio, video, image) @LakshmiKumar23 : can you please review this PR? Hi @rrawther, In our last call we discussed to rename image to sample which...
gharchive/pull-request
2024-03-12T10:57:07
2025-04-01T06:37:28.573950
{ "authors": [ "LakshmiKumar23", "kiritigowda", "rrawther", "shobana-mcw", "swetha097" ], "repo": "ROCm/rocAL", "url": "https://github.com/ROCm/rocAL/pull/114", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2481438997
Cherry-pick to docs/6.2.1: Fix broken link in Ubuntu 20.04 tab of Docker support matrix I made a typo in my local branch name. It's based on a checkout of upstream/docs/6.2.1. Sorry for the confusion! We can close this, as it was addressed in https://github.com/ROCm/rocm-install-on-linux/pull/277
gharchive/pull-request
2024-08-22T18:15:35
2025-04-01T06:37:28.580473
{ "authors": [ "amd-jnovotny", "yhuiYH" ], "repo": "ROCm/rocm-install-on-linux", "url": "https://github.com/ROCm/rocm-install-on-linux/pull/274", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1231902780
Unknown hip compiler Running resnet50 by using migraphx from commit 31906785f138d31908da3794079ff90bc321bd97 in rocm5.1.1 causes a failure: root@bogon:/data_share/qq/Workspace/Git/migraphx/build# /opt/rocm/bin/migraphx-driver perf --model resnet50 Compiling ... terminate called after throwing an instance of 'migraph...
gharchive/issue
2022-05-11T02:03:45
2025-04-01T06:37:28.583284
{ "authors": [ "kahmed10", "qianqing13579" ], "repo": "ROCmSoftwarePlatform/AMDMIGraphX", "url": "https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/issues/1203", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2045182311
Is this deprecated? From what I can see, this hasn't been moved to the ROCm organization like the others, nor has it been updated past 5.5.0. The last commit was also more than a year ago. https://github.com/ROCm/MIOpen/commit/dd23f4e8c0783027128f95320c5af58982296d23#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac0...
gharchive/issue
2023-12-17T11:33:08
2025-04-01T06:37:28.585408
{ "authors": [ "Madouura", "PIPIPIG233666" ], "repo": "ROCmSoftwarePlatform/MIOpenGEMM", "url": "https://github.com/ROCmSoftwarePlatform/MIOpenGEMM/issues/62", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
322935642
problem setting up pool Hey I followed the instructions from here. https://www.youtube.com/watch?v=dR2fgqCSJ4Y I followed the directions, made a text file copied and pasted the binary code from the optiminer website, pasted my wallet address where It said to put it then I saved it as a .bat file. What am I missing he...
gharchive/issue
2018-05-14T18:45:44
2025-04-01T06:37:28.586868
{ "authors": [ "cbiest" ], "repo": "ROIcoin/ROIcoin", "url": "https://github.com/ROIcoin/ROIcoin/issues/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1164158622
santoni: Build Spark-Rom (Bringup) Build Spark-Rom for Santoni. Don't build 2 rom in one time How many time i asking to you I'm sorry, I will not do it again On Thu, Mar 10, 2022, 11:32 rasenss @.***> wrote: Don't build 2 rom in one time How many time i asking to you — Reply to this email directly, view it on Gi...
gharchive/pull-request
2022-03-09T16:23:19
2025-04-01T06:37:28.590333
{ "authors": [ "EvilAnsh", "rasenss" ], "repo": "ROM-builders/temporary", "url": "https://github.com/ROM-builders/temporary/pull/7477", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
473641100
Bridge request for Dave's Trailer Hi ! I've made a bridge for Dave's Trailer, but I'm not a programmer so it's probably written badly. Plus I'm not used to github so I've no idea how to submit a new bridge. I guess it's better to put it here than to keep it for myself, but if it's not, feel free to erase this message...
gharchive/issue
2019-07-27T14:01:49
2025-04-01T06:37:28.664427
{ "authors": [ "johnnygroovy", "teromene" ], "repo": "RSS-Bridge/rss-bridge", "url": "https://github.com/RSS-Bridge/rss-bridge/issues/1241", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
800564989
[BridgeCard] Allow config options noproxy & cache_timeout when a bridge has no parameters Updates displayBridgeCard() in BridgeCard to allow configuration options noproxy and cache_timeout to be displayed, if enabled, when a bridge has no parameters in its PARAMETERS array. Closes #1648 gj @VerifiedJoseph !
gharchive/pull-request
2021-02-03T17:57:53
2025-04-01T06:37:28.665757
{ "authors": [ "VerifiedJoseph", "em92" ], "repo": "RSS-Bridge/rss-bridge", "url": "https://github.com/RSS-Bridge/rss-bridge/pull/1968", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
1931341210
Unable to clean audio I'm getting this error: 20231007_154555008.wav.reformatted.wav->Traceback (most recent call last): File "C:\Users\babud\AppData\Local\Programs\Python\Python310\lib\site-packages\librosa\core\audio.py", line 155, in load context = sf.SoundFile(path) File "C:\Users\babud\AppData\Local\Programs\Pyt...
gharchive/issue
2023-10-07T12:53:00
2025-04-01T06:37:28.709215
{ "authors": [ "KittoHub", "RVC-Boss", "vorob1", "xden2331" ], "repo": "RVC-Project/Retrieval-based-Voice-Conversion-WebUI", "url": "https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/issues/1392", "license": "MIT", "license_type": "permissive", "license_source": "github...
216150552
Make #107 compatible and found HttpReadStream resource leak Hello, I'm Ruo-Chun Tzeng, who'd like to participant in GSoC 2017. As a test, I was assigned to fix #112. There're 2 changes: I add unit tests for checking file-descriptor leak of local compressed files and caught gzip, bz2 are not properly closed on pytho...
gharchive/pull-request
2017-03-22T17:36:36
2025-04-01T06:37:28.720298
{ "authors": [ "lubebul", "tmylk" ], "repo": "RaRe-Technologies/smart_open", "url": "https://github.com/RaRe-Technologies/smart_open/pull/117", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
46380971
IWebElement.FindElement(By by) method can't take Selenium.WebDriver.Extentions.JQuerySelector I think the title says it all: IWebDriver.FindElement(Selenium.WebDriver.Extentions.JQuerySelector by) is ok IWebElement.FindElement(Selenium.WebDriver.Extentions.JQuerySelector by) is not ok I've found a possible workaro...
gharchive/issue
2014-10-21T11:09:03
2025-04-01T06:37:28.723518
{ "authors": [ "GLloydSC", "RaYell" ], "repo": "RaYell/selenium-webdriver-extensions", "url": "https://github.com/RaYell/selenium-webdriver-extensions/issues/15", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
342880785
OpenCL shared library overrides signal handling Hi, we have a problem to use ROCm (1.8.151) OpenCL shared library (Ubuntu 16.04.4 LTS) in our own development environment where we make use of POSIX signal handlers. When calling clGetPlatformIDs function the signal handling of our application process gets overridden th...
gharchive/issue
2018-07-19T20:39:10
2025-04-01T06:37:28.736996
{ "authors": [ "alexey-morozov", "gstoner", "jlgreathouse" ], "repo": "RadeonOpenCompute/ROCm", "url": "https://github.com/RadeonOpenCompute/ROCm/issues/462", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1498134574
[Bug]: illegal character error in a tag column Contact Details No response What happened? I get the following error after defining a tag column any clue? What platform were you using? Desktop Version of the plugin 3.0.1 Relevant log output No response Are you using the latest version of the plugin in your Obsidian ...
gharchive/issue
2022-12-15T10:00:04
2025-04-01T06:37:28.768428
{ "authors": [ "RafaelGB", "zeltak" ], "repo": "RafaelGB/obsidian-db-folder", "url": "https://github.com/RafaelGB/obsidian-db-folder/issues/668", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1567904857
[Bug]: Contact Details No response What happened? There is always a blank line in front of the bullet list. Even though I try to delete the comma in the front, it's useless because the comma soon comes back. What platform were you using? Desktop Version of the plugin 3.3.0 Relevant log output No response Are you us...
gharchive/issue
2023-02-02T11:54:22
2025-04-01T06:37:28.772131
{ "authors": [ "RafaelGB", "Shaeeeeeee" ], "repo": "RafaelGB/obsidian-db-folder", "url": "https://github.com/RafaelGB/obsidian-db-folder/issues/803", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1092511012
test github issues and determine if it’s worth using is it worth it? or stick to a plain text file? can assign things to issues: people, labels, projects, milestones, pull requests(!) i definitely don’t need assignees—it’s just me! i don’t need labels either, that’s wayyyy too much! categorizing issues by projects....
gharchive/issue
2022-01-03T13:25:56
2025-04-01T06:37:28.807395
{ "authors": [ "Rahil627" ], "repo": "Rahil627/rathewolf", "url": "https://github.com/Rahil627/rathewolf/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1195352100
changed the parts discussed in the meeting #1xcwwnv Task linked: CU-1xcwwnv Expense Tracker
gharchive/pull-request
2022-04-07T00:55:53
2025-04-01T06:37:28.808468
{ "authors": [ "Rahnken", "ridhish1kanara" ], "repo": "Rahnken/LifeTracker", "url": "https://github.com/Rahnken/LifeTracker/pull/42", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
477304658
The same video is repeatedly downloaded This worked on August 4th and now suddenly stopped working. Tested from multiple computers. PowerShell_transcript.qfpEhXoA.20190806132901.txt $ ll -lah total 61M drwxr-xr-x 1 user 197121 0 Aug 6 13:32 ./ drwxr-xr-x 1 user 197121 0 Aug 6 13:30 ../ -rw-r--r-- 1 user 19712...
gharchive/issue
2019-08-06T10:40:49
2025-04-01T06:37:28.816809
{ "authors": [ "RahulShaw", "hila3000", "newtrojan", "satrox28", "techguyj" ], "repo": "RahulShaw/LinuxAcademy-DL", "url": "https://github.com/RahulShaw/LinuxAcademy-DL/issues/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2473057468
bug_fixes.py Fix various issues and enhance code stability Resolved the following issues: Import Errors: pydantic Import Error: Added the pydantic module to the project’s dependencies to resolve the import error. This allows the code to correctly utilize pydantic for data validation and settings management. faiss ...
gharchive/pull-request
2024-08-19T10:49:50
2025-04-01T06:37:28.824939
{ "authors": [ "RahulVadisetty91" ], "repo": "RahulVadisetty91/Free-Auto-GPT", "url": "https://github.com/RahulVadisetty91/Free-Auto-GPT/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
709735180
Merging for v1.1.0 release Minor patch which addresses the bugs and design problems from #mizjam1 with a bunch of optimizations, refactoring and automated testing. There are no new features since v1.0.0, no change to level design or gameplay. This PR is solely to fix and patch things that were supposed to be working ...
gharchive/pull-request
2020-09-27T12:56:50
2025-04-01T06:37:28.833758
{ "authors": [ "RailKill" ], "repo": "RailKill/tetraho", "url": "https://github.com/RailKill/tetraho/pull/26", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2719872171
[BUG] The action “Collect attachments...” does bypass the “renameOnlyImages” setting. Description First of all, I would like to thank you for creating this plugin. It is simply awesome. Recently while organizing my vault I noticed the following thing, I am not sure if it is intended: Despite setting the following con...
gharchive/issue
2024-12-05T09:36:21
2025-04-01T06:37:28.848616
{ "authors": [ "Nicostratus", "mnaoumov" ], "repo": "RainCat1998/obsidian-custom-attachment-location", "url": "https://github.com/RainCat1998/obsidian-custom-attachment-location/issues/123", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
38754942
CardDAV contact images It would be great if you could add the CardDAV contact images in addition to the gravatar option. +1
gharchive/issue
2014-07-25T17:59:47
2025-04-01T06:37:28.849593
{ "authors": [ "Offerel", "christian-putzke" ], "repo": "RainLoop/rainloop-webmail", "url": "https://github.com/RainLoop/rainloop-webmail/issues/255", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1409901219
🛑 HK区服 is down In 809a54b, HK区服 (https://$HK_SERVER) was down: HTTP code: 0 Response time: 0 ms Resolved: HK区服 is back up in 446608c.
gharchive/issue
2022-10-14T21:52:05
2025-04-01T06:37:28.852213
{ "authors": [ "RainThings" ], "repo": "RainThings/uptime", "url": "https://github.com/RainThings/uptime/issues/731", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
764050224
Clarification on byte vs uint8 Intuitively byte == uint8, however in Writing Bops, uint8 is not listed as a type, so its not allowed. So far so good. The msgpack comparison example uses the uint8 type: i.e. uint8 iNT0; // "int0": 0,. Is uint8 a valid builtin type? Is the example outdated? Do the docs just need a clar...
gharchive/issue
2020-12-12T16:56:44
2025-04-01T06:37:28.886445
{ "authors": [ "200sc", "AndrewMD5", "lynn" ], "repo": "RainwayApp/bebop", "url": "https://github.com/RainwayApp/bebop/issues/71", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1504660697
update-01 update-012 updated file
gharchive/pull-request
2022-12-20T14:31:13
2025-04-01T06:37:28.893644
{ "authors": [ "RajputA1" ], "repo": "RajputA1/solutions-terraform-cloudbuild-gitops", "url": "https://github.com/RajputA1/solutions-terraform-cloudbuild-gitops/pull/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2092583842
[Bug] Font Family inconsistentcy between Home and Contributor Page Description Problem I have checked the Font Family of the navbar elements of both home page and Contributor page And i've found that there is difference in font family applied of the navigation bar elements. Screenshots Home Page Contributors Page I...
gharchive/issue
2024-01-21T13:21:22
2025-04-01T06:37:28.898134
{ "authors": [ "Rakesh9100", "amansgith" ], "repo": "Rakesh9100/CalcDiverse", "url": "https://github.com/Rakesh9100/CalcDiverse/issues/421", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2142610403
[Bug] Remove border radius from navbar Description Remove border radius form navbar Screenshots Checklist [X] I have checked the existing issues. [X] I follow Contributing Guidelines of this project. [ ] I am a IWOC'24 contributor. [X] I am a JWOC'24 contributor. [ ] I am a SWOC'24 contributor. Code of Conduct [X...
gharchive/issue
2024-02-19T15:18:32
2025-04-01T06:37:28.902947
{ "authors": [ "AftabMankapure", "Rakesh9100" ], "repo": "Rakesh9100/CalcDiverse", "url": "https://github.com/Rakesh9100/CalcDiverse/issues/598", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2323022993
Embedded Format Codes in Definitions @thoughtstream @lizmat tl;dr Can a =defn have format codes embedded in the term term? format code is a markup code without side-effects. I am implementing =defn and =numdefn and run across a limitation I think is not natural. (RakuDoc v1 using $=pod did not implement =defn well)...
gharchive/issue
2024-05-29T10:58:44
2025-04-01T06:37:28.918274
{ "authors": [ "finanalyst", "thoughtstream" ], "repo": "Raku/RakuDoc-GAMMA", "url": "https://github.com/Raku/RakuDoc-GAMMA/issues/30", "license": "Artistic-2.0", "license_type": "permissive", "license_source": "github-api" }
458384744
Could I only use MappingPolicy in my config ? in my config.yml just like: Configuration for Rasa NLU. language: "zh" pipeline: name: "MitieNLP" model: "total_word_feature_extractor.dat" name: "MitieTokenizer" name: "MitieEntityExtractor" name: "EntitySynonymMapper" name: "RegexFeaturizer" name: "MitieFeaturizer" nam...
gharchive/issue
2019-06-20T06:59:53
2025-04-01T06:37:28.971065
{ "authors": [ "Highwall2016", "akelad" ], "repo": "RasaHQ/rasa", "url": "https://github.com/RasaHQ/rasa/issues/3828", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
755688025
publish retries Proposed changes: Added publish retry code similar to Rabbit Status (please check what you already did): [ ] added some tests for the functionality [ ] updated the documentation [ ] updated the changelog (please check changelog for instructions) [ ] reformat files using black (please check Readme f...
gharchive/pull-request
2020-12-02T23:29:46
2025-04-01T06:37:28.974152
{ "authors": [ "rgstephens", "wochinge" ], "repo": "RasaHQ/rasa", "url": "https://github.com/RasaHQ/rasa/pull/7440", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
359010887
How to retrieve chat conversasion from mongo tracker Rasa Core version:.10.4 Python version: 3.5 Operating system (windows, osx, ...):windows Issue: I am able to save tracker on mongo, but data store in mongo is only sender id and tracker_id. I want tos store conversation history on mongo. Please help me to get cha...
gharchive/issue
2018-09-11T11:51:19
2025-04-01T06:37:28.977450
{ "authors": [ "akelad", "neerajb1" ], "repo": "RasaHQ/rasa_core", "url": "https://github.com/RasaHQ/rasa_core/issues/977", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
384747911
EmbeddingIntentClassifier: allow config overwrite Previous problem: Setting epochs for training via the config.yml was not possible. Proposed changes: This PR refactors the use of config parameters in EmbeddingIntentClassifier and allows to use the component config (e.g. via config.yml). The previous _load_params imp...
gharchive/pull-request
2018-11-27T11:23:31
2025-04-01T06:37:28.984589
{ "authors": [ "Ghostvv", "akelad", "jstriebel" ], "repo": "RasaHQ/rasa_nlu", "url": "https://github.com/RasaHQ/rasa_nlu/pull/1555", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
347606607
Eva data of WaveNet is really bad, and the average error always keep around 7 for 140k steps Is this normal? or maybe some bugs in Wavenet? dose anyone get the similar problems? I use GTX 1080 to train, the wavenet_batch_size = 2 Hello @FeiCoding thanks for reaching out. I fixed this in last commit, it is merely ...
gharchive/issue
2018-08-04T10:06:54
2025-04-01T06:37:29.036379
{ "authors": [ "FeiCoding", "Rayhane-mamah" ], "repo": "Rayhane-mamah/Tacotron-2", "url": "https://github.com/Rayhane-mamah/Tacotron-2/issues/120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
223534603
Random and funny outputs something like this: https://cdn.discordapp.com/attachments/281141184108167178/305169127222280204/unknown.png https://cdn.discordapp.com/attachments/281141184108167178/305169006950744066/unknown.png https://cdn.discordapp.com/attachments/281141184108167178/305168920145428481/unknown.png @ab...
gharchive/issue
2017-04-22T02:35:51
2025-04-01T06:37:29.043342
{ "authors": [ "LucasPMagno", "Rayzr522", "abyssvi" ], "repo": "Rayzr522/SharpBot", "url": "https://github.com/Rayzr522/SharpBot/issues/32", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
661537109
Style global du site Il faut trouver le style du site. Trouver une palette qui correspond Avoir une idée d'image à renvoyer au visiteur Terminé !
gharchive/issue
2020-07-20T08:34:58
2025-04-01T06:37:29.044582
{ "authors": [ "Herondil", "Raze91" ], "repo": "Raze91/Portfolio_project", "url": "https://github.com/Raze91/Portfolio_project/issues/18", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
777682151
Add simple dockerfile This just adds a really simple Dockerfile for those who wants to deploy SyncTube on docker. Test by running docker build -t localhost/synctube . and docker run --rm -it -p 4200:4200 localhost/synctube Didn't see that there already exists a pull request for adding a Dockerfile #11 Didn't see ...
gharchive/pull-request
2021-01-03T17:31:02
2025-04-01T06:37:29.048475
{ "authors": [ "llndqvst" ], "repo": "RblSb/SyncTube", "url": "https://github.com/RblSb/SyncTube/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
244902136
React Router Back Swipe Gesture Animation Hey there, Love React Router v4. You guys are doing a killer job. I have a question about ReactTransitionGroup's animations with React Router. I have created a successful implementation for back and fourth page sliding between routes. Here is the logic: If the user is on the ...
gharchive/issue
2017-07-23T10:35:20
2025-04-01T06:37:29.097622
{ "authors": [ "dailenspencer", "timdorr" ], "repo": "ReactTraining/react-router", "url": "https://github.com/ReactTraining/react-router/issues/5367", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
646640078
useHistory() return history object different for Version v5.2.0 Test Case https://codesandbox.io/s/react-router-689yc Steps to reproduce Instead of BrowserRouter, use Router with customized history then use the hook useHistory() and see the different object return by history Expected Behavior to return history obj...
gharchive/issue
2020-06-27T08:46:02
2025-04-01T06:37:29.105347
{ "authors": [ "pankaj-ch", "timdorr", "tpenaranda" ], "repo": "ReactTraining/react-router", "url": "https://github.com/ReactTraining/react-router/issues/7457", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
169766750
added console utils I also rebased this branch and removed all the previous unnecessary commits. LGTM
gharchive/pull-request
2016-08-06T21:13:29
2025-04-01T06:37:29.118033
{ "authors": [ "xytosis", "yschimke" ], "repo": "ReactiveSocket/reactivesocket-java", "url": "https://github.com/ReactiveSocket/reactivesocket-java/pull/165", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1048790875
Possibly better RxJS pipe typings? I know it's unlikely for someone to use 9+ operators in a pipe... but this is really bugging me... pipe.ts' typings seems pretty huge, redundant, and unnecessary, and I want to help reduce it so: It's not huge, redundant, and unnecessary It can take 9+ operators and still produce t...
gharchive/issue
2021-11-09T16:11:09
2025-04-01T06:37:29.131389
{ "authors": [ "cursorsdottsx" ], "repo": "ReactiveX/rxjs", "url": "https://github.com/ReactiveX/rxjs/issues/6670", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2722680553
Probeer dit met minder code op te lossen Hierdoor wordt het straks makkelijker om snelle code te schrijven. Zoek dus uit hoe je met classList.toggle() en slimme(re) CSS dit probleem kunt oplossen. https://github.com/Recss68/fix-the-flow-interactive-website/blob/76193580f98cd521ea5fa880021fd1da260bdbb8/opdracht 2/inde...
gharchive/issue
2024-12-06T10:44:11
2025-04-01T06:37:29.219094
{ "authors": [ "Recss68", "krijnhoetmer" ], "repo": "Recss68/fix-the-flow-interactive-website", "url": "https://github.com/Recss68/fix-the-flow-interactive-website/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
315583245
Updated spelling Additional spelling fixes. Thanks!!!
gharchive/pull-request
2018-04-18T17:59:56
2025-04-01T06:37:29.229208
{ "authors": [ "dsorrentino", "mperezco" ], "repo": "RedHatDemos/RHS-Optimize_IT-Infrastructure_Migration", "url": "https://github.com/RedHatDemos/RHS-Optimize_IT-Infrastructure_Migration/pull/36", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
750121286
Support for mixed types in arrays of objects Hello! I'm trying to use this SMT to transform some data I have in a Mongo Database into a Connect record. It works very well overall, but I have one field that looks like this: [ { "tagName" : "SourceFile", "tagValue" : "string", "tagGroup" : "none" }, { "tagName" : ...
gharchive/issue
2020-11-24T22:45:16
2025-04-01T06:37:29.243063
{ "authors": [ "Josca", "jpavlick" ], "repo": "RedHatInsights/expandjsonsmt", "url": "https://github.com/RedHatInsights/expandjsonsmt/issues/9", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
646256862
GET /clusters/{clusterId}/report returns 404 smart-proxy returns 404 on GET /clusters/{clusterId}/report. The log contains an error: {"level":"info","time":"2020-06-26T13:10:22Z","message":"Request received - URI: /api/insights-results-aggregator/v1/organizations/11789772/clusters, Method: GET"} {"level":"info","time...
gharchive/issue
2020-06-26T13:17:18
2025-04-01T06:37:29.289634
{ "authors": [ "joselsegura", "quarckster" ], "repo": "RedHatInsights/insights-results-smart-proxy", "url": "https://github.com/RedHatInsights/insights-results-smart-proxy/issues/67", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1457530673
Add missing token message when using jwt tokens Description Show correct status for missing token when authenticating with JWT tokens. Fixes #736 Type of change Bug fix (non-breaking change which fixes an issue) Testing steps Run the service locally. Checklist [ ] make before_commit passes [ ] updated documentatio...
gharchive/pull-request
2022-11-21T08:34:48
2025-04-01T06:37:29.300498
{ "authors": [ "JiriPapousek", "codecov-commenter" ], "repo": "RedHatInsights/insights-results-smart-proxy", "url": "https://github.com/RedHatInsights/insights-results-smart-proxy/pull/962", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1972048154
Remove Pipfile.lock refs from codeql.yml PR Title :boom: Please title this PR with a summary of the change, along with the JIRA card number. Suggested formats: Fixes/Refs #RHIROS-XXX - Title RHIROS-XXX Title Feel free to remove this section from PR description once done. Why do we need this change? :thought_balloon...
gharchive/pull-request
2023-11-01T09:52:56
2025-04-01T06:37:29.307143
{ "authors": [ "codecov-commenter", "kgaikwad", "upadhyeammit" ], "repo": "RedHatInsights/ros-backend", "url": "https://github.com/RedHatInsights/ros-backend/pull/392", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1976393890
RHTAP hermetic builds for pull and push PR Title :boom: Please title this PR with a summary of the change, along with the JIRA card number. Suggested formats: Fixes/Refs #RHIROS-XXX - Title RHIROS-XXX Title Feel free to remove this section from PR description once done. Why do we need this change? :thought_balloon:...
gharchive/pull-request
2023-11-03T15:02:26
2025-04-01T06:37:29.312465
{ "authors": [ "upadhyeammit" ], "repo": "RedHatInsights/ros-backend", "url": "https://github.com/RedHatInsights/ros-backend/pull/394", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1415515550
Reorganize various Authentication DAOs Based on #607, so that one will need to go first. This PR does a few things: Renames authenticationDaoImpl -> authenticationDaoVaultImpl since that is what it is Moves VaultClient itnerface (and creation) to dao/vault since it is a separate package Creates dao/amazon for the se...
gharchive/pull-request
2022-10-19T20:01:02
2025-04-01T06:37:29.315622
{ "authors": [ "lindgrenj6", "lpichler" ], "repo": "RedHatInsights/sources-api-go", "url": "https://github.com/RedHatInsights/sources-api-go/pull/615", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1503664720
Support for pylero-cmd to be packaged as a docker container? Was looking to leverage pylero-cmd within one of our test executor containers but rather than building the dependencies into my container was wondering if Pylero has any plans of having a containerized offering? that could be layered into other containers? ...
gharchive/issue
2022-12-19T21:57:14
2025-04-01T06:37:29.326116
{ "authors": [ "Dannyb48", "leelavg", "waynesun09" ], "repo": "RedHatQE/pylero", "url": "https://github.com/RedHatQE/pylero/issues/115", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2298771352
[ #125 ] - Add retries to jira.connect and jira.search Adds the use of the ignore_exceptions decorator to the connect and search functions in the jira lib Closes #125 /verified New container for quay.io/redhatqe/qe-metrics:latest published
gharchive/pull-request
2024-05-15T20:21:29
2025-04-01T06:37:29.328251
{ "authors": [ "calebevans", "redhat-qe-bot1" ], "repo": "RedHatQE/qe-metrics", "url": "https://github.com/RedHatQE/qe-metrics/pull/131", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
129057946
Do i have to make goose directory ? Thank you so much for your good software as free. I like to make my own website by your s/w. I tried it, everything is O.K. except user screen. Do I have to make goose folder ? It is compulsory. Thanks you so much for your answer in advance. Have a nice day. php스쿨의 더넓은세상님이네요. ㅎㅎㅎ...
gharchive/issue
2016-01-27T07:20:49
2025-04-01T06:37:29.374954
{ "authors": [ "RedgooseDev", "moreworld" ], "repo": "RedgooseDev/goose", "url": "https://github.com/RedgooseDev/goose/issues/127", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1200121871
numpy.random fix BitGenerator attribute missing Fixes #339 (based on https://github.com/aleju/imgaug/issues/537#issuecomment-1064647150 ) Codecov Report Merging #340 (133d933) into master (b3b2d8c) will increase coverage by 0.06%. The diff coverage is n/a. @@ Coverage Diff @@ ## m...
gharchive/pull-request
2022-04-11T15:13:18
2025-04-01T06:37:29.411863
{ "authors": [ "codecov-commenter", "filipecosta90" ], "repo": "RedisLabsModules/redisbench-admin", "url": "https://github.com/RedisLabsModules/redisbench-admin/pull/340", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2568776753
@Salvakiya is gay Tested versions All System information Any Issue description As per #200 @Salvakiya is gay. Steps to reproduce Minimal reproduction project (MRP) @Salvakiya so proud of you! #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23 #24 #25 #26 #27 #28 #29 #30 #31 #32 ...
gharchive/issue
2024-10-06T17:19:16
2025-04-01T06:37:29.418242
{ "authors": [ "StellaLovesTech", "vktf1" ], "repo": "Redot-Engine/redot-engine", "url": "https://github.com/Redot-Engine/redot-engine/issues/207", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2568853563
Bro from ohio
gharchive/issue
2024-10-06T19:39:02
2025-04-01T06:37:29.419505
{ "authors": [ "AntiWokeSoldier", "meltland" ], "repo": "Redot-Engine/redot-engine", "url": "https://github.com/Redot-Engine/redot-engine/issues/232", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1424125937
Feature request: Attempt to Automatically Locate dot executable It would be quite useful to automate (or at least attempt to automate) the process of finding the dot executable without asking user - possibly opening room for headless deployment in automated environments. Might be able to do something like that, but...
gharchive/issue
2022-10-26T14:21:59
2025-04-01T06:37:29.496265
{ "authors": [ "Reithger", "syoon2" ], "repo": "Reithger/Project-Diagram-Generator", "url": "https://github.com/Reithger/Project-Diagram-Generator/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
448456911
Shared and received folder Icon Request Icon name: shared folder Tags of this icon: shared folder Use case: Folder has been shared with team members Screenshots of similar icons: A folder with right arrow Icon name: received folder Tags of this icon: received folder Use case: Folder has been received b...
gharchive/issue
2019-05-25T11:44:57
2025-04-01T06:37:29.520825
{ "authors": [ "iamrishishah", "xiaochunjimmy" ], "repo": "Remix-Design/RemixIcon", "url": "https://github.com/Remix-Design/RemixIcon/issues/42", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
415417487
Table of contents testing trying to create better table of contents code fixed table of contents still need to stop audio on navigation bar pressed
gharchive/pull-request
2019-02-28T02:27:29
2025-04-01T06:37:29.525689
{ "authors": [ "bwhite66" ], "repo": "Remulus2006/Novelidea", "url": "https://github.com/Remulus2006/Novelidea/pull/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
757565877
Testing the tool Busy testing the tool and initially was failing, i needed the latest CLI version then started running.. Guess we do have largish environment - picked up on the error below. { "code": "ResponsePayloadTooLarge", "message": "Response payload size is 19749321, and has exce...
gharchive/issue
2020-12-05T06:37:21
2025-04-01T06:37:29.527822
{ "authors": [ "ClaudioMerola", "ryansmyth2001" ], "repo": "RenatoGregio/AzureResourceInventory", "url": "https://github.com/RenatoGregio/AzureResourceInventory/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
381935925
A suggestion about releasing multiple-versions. WinRAR has a feature called "Save identical files as references". It means that if two or more versions have a lot of identical files, you can just pack them in a same .rar package, and will not make the file size increase rapidly. why am i suggest this? because i want...
gharchive/issue
2018-11-18T07:19:24
2025-04-01T06:37:29.639205
{ "authors": [ "Revan654", "iAM261917" ], "repo": "Revan654/staxrip", "url": "https://github.com/Revan654/staxrip/issues/45", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2092496505
Crypto.com Wallet Browser Extension causes connection issues I've tested this scenario with no success. Steps I took on Chrome (I've MetaMask installed) install crypto.com extension created a new wallet in crypto.com ext The MetaMask connect button was still visible and operational. Also when switching the crypt...
gharchive/issue
2024-01-21T09:17:32
2025-04-01T06:37:29.657536
{ "authors": [ "Steen3S", "rkalis" ], "repo": "RevokeCash/revoke.cash", "url": "https://github.com/RevokeCash/revoke.cash/issues/182", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1023458394
Inverted Number Triangle added Make numbers triangle issue: #72 File changes made, can you review it now?
gharchive/pull-request
2021-10-12T07:22:01
2025-04-01T06:37:29.670870
{ "authors": [ "rishiraj52" ], "repo": "Reynadi531/a-patterns", "url": "https://github.com/Reynadi531/a-patterns/pull/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1365689823
Possible limitation, or I just don’t understand something This is a great library, thanks for sharing. However, in my use case I can't really use it, but maybe that's just because I don't understand something. In my case, I have to watch for pan events on multiple elements. One option I have is to put the pan action ...
gharchive/issue
2022-09-08T07:32:19
2025-04-01T06:37:29.674430
{ "authors": [ "KocsisGabor", "Rezi" ], "repo": "Rezi/svelte-gestures", "url": "https://github.com/Rezi/svelte-gestures/issues/14", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
877003891
Navbar Paths and tags default collapsed Other functionality we are seeking is to default collapse all navbar paths and tags. What should be the correct way to do this? onSpecLoaded(spec) { spec.detail.tags.forEach(tag => { tag.expanded = false; }); }
gharchive/issue
2021-05-06T02:05:08
2025-04-01T06:37:29.697465
{ "authors": [ "iasisalomon", "wparad" ], "repo": "Rhosys/openapi-explorer", "url": "https://github.com/Rhosys/openapi-explorer/issues/19", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
359160607
Server error for @babel/plugin-transform-react-inline-elements@7.0.0 https://bundle.run/@babel/plugin-transform-react-inline-elements@7.0.0 yields the following error: Cannot find module './common' from '/var/app/current/.tmp/3c70316a8727a02cb9b6de0d1d2c1ba749c33b98/package/node_modules/debug/dist' I invalided the...
gharchive/issue
2018-09-11T18:11:15
2025-04-01T06:37:29.702033
{ "authors": [ "billyjanitsch", "xtuc" ], "repo": "Rich-Harris/packd", "url": "https://github.com/Rich-Harris/packd/issues/60", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1236179785
[Bug]闪退 Bug 描述 开全屏显示会直接闪退 复现问题的步骤 刚开始使用时不会发生,几分钟后点开任意视频,直播 全屏播放软件会直接闪退 预期行为 可以正常全屏播放视频 截图 No response 应用来源 [ ] Microsoft Store [X] Github [ ] 其它 其它来源 No response 系统版本 [ ] Windows 10 1809 (Build 17763) [ ] Windows 10 1903 (Build 18362) [ ] Windows 10 1909 (Build 18363) [ ] Windows 10 2004 (Build 19041) [ ] Windows...
gharchive/issue
2022-05-15T03:59:12
2025-04-01T06:37:29.722838
{ "authors": [ "Aegiszhy", "JyaKirinawa", "Richasy" ], "repo": "Richasy/Bili.Uwp", "url": "https://github.com/Richasy/Bili.Uwp/issues/1191", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1418760857
Including preview_image into gallery selection panel It would be nice to use the social media preview image in gallery selection panel. https://github.com/kolibril13/plywood-gallery-minimal-example/blob/e364cb73922018c9d3bbb09bf9fa9861befe3449/gallery_config.yaml#L5 Purposed design : Current: I like the proposal!...
gharchive/issue
2022-10-21T19:17:41
2025-04-01T06:37:29.737154
{ "authors": [ "Rickaym", "kolibril13" ], "repo": "Rickaym/plywood-gallery-for-vscode", "url": "https://github.com/Rickaym/plywood-gallery-for-vscode/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
686144432
Ignore case for discriminator Currently Json.Net by default allows deserialize both "foo":1 and "Foo":1 into class Root { public int Foo {get;set;} }, but surprisingly JsonInheritanceConverter - doesn't. Maybe it worth to add a constructor argument for specifying which StringComparison should it use but I think ignor...
gharchive/pull-request
2020-08-26T09:01:02
2025-04-01T06:37:29.749093
{ "authors": [ "Pzixel", "RicoSuter", "mirinkinen" ], "repo": "RicoSuter/NJsonSchema", "url": "https://github.com/RicoSuter/NJsonSchema/pull/1237", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
895747699
Error (even with graphviz) This add-on sounds amazing, but doesn't seem to be working. Every time I try to show or save a mindmap it gives me an error message (see debug info below). I've downloaded and installed version 2.47.1 of graphviz using the EXE installer for Windows 10 (64-bit). How can I get this addon to w...
gharchive/issue
2021-05-19T18:21:58
2025-04-01T06:37:29.829162
{ "authors": [ "Cubicle13", "RisingOrange" ], "repo": "RisingOrange/anki-mindmap", "url": "https://github.com/RisingOrange/anki-mindmap/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2533878015
Add a statistic about bytes per statement in NT/NQ encoding In this paper we measured something called "bytes per triple": https://arxiv.org/abs/2406.16412 Basically, it's a measure of how many bytes we need to encode a triple or quad in the N-Triples/N-Quads format. It's useful by being a reasonable estimation of ho...
gharchive/issue
2024-09-18T14:16:09
2025-04-01T06:37:29.835590
{ "authors": [ "Ostrzyciel" ], "repo": "RiverBench/RiverBench", "url": "https://github.com/RiverBench/RiverBench/issues/122", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
164660402
Checkstyle fixes Hey, can someone please verify, if the current master branch can not be built because of checkstyle violations? Because here it does: $ mvn clean package -DskipTests -Dgpg.skip=true It does so on do/while blocks, when the "while" statement is put on the same line as the curly bracket. If this is want...
gharchive/pull-request
2016-07-09T10:01:19
2025-04-01T06:37:29.872573
{ "authors": [ "coveralls", "gssiyankai", "lemire", "okrische" ], "repo": "RoaringBitmap/RoaringBitmap", "url": "https://github.com/RoaringBitmap/RoaringBitmap/pull/111", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
313506564
Evaluate batch iteration I have implemented a similar pattern to the go library for batch iteration. I will probably port this to the buffer package later this week. I would be interested in seeing benchmark results for this implementation. Coverage increased (+0.06%) to 91.253% when pulling ff00f3e06d97589110ab4b...
gharchive/pull-request
2018-04-11T22:13:15
2025-04-01T06:37:29.876358
{ "authors": [ "coveralls", "lemire", "richardstartin" ], "repo": "RoaringBitmap/RoaringBitmap", "url": "https://github.com/RoaringBitmap/RoaringBitmap/pull/242", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1104094956
Improving documentation. Strictly speaking, our bitmaps violate the Java contract. It is possible for two bitmaps to be "equal" while having a different hash code. The reason why that is is that... We decided that equals was "set equality". So it is not sensitive to runOptimize(). It makes sense, I suppose. It can ...
gharchive/pull-request
2022-01-14T20:25:42
2025-04-01T06:37:29.888489
{ "authors": [ "blacelle", "lemire", "richardstartin" ], "repo": "RoaringBitmap/RoaringBitmap", "url": "https://github.com/RoaringBitmap/RoaringBitmap/pull/545", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
393702010
Update README.md to use NuGet badge Also fixing the casing of .NET I see, you already have badges but in the bottom. Usually projects have them in the top. Would like to move them? See f4c2425e43a5fc3f59ee7eeb18e7f61a9fd770e9 I prefer it below the title. Also, I prefer .Net over .NET 😉 Thanks anyway! 👍 You're...
gharchive/pull-request
2018-12-22T20:46:17
2025-04-01T06:37:29.905461
{ "authors": [ "RobThree", "abatishchev" ], "repo": "RobThree/IdGen", "url": "https://github.com/RobThree/IdGen/pull/12", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1822624861
DHT20::read() Need Time out int DHT20::read() { // do not read to fast == more than once per second. uint32_t temp ; if (millis() - _lastRead < 1000) { return DHT20_ERROR_LASTREAD; } int status = requestData(); if (status < 0) return status; // wait for measurement ready temp = millis(); while (isMeasuring()) { if(...
gharchive/issue
2023-07-26T15:08:04
2025-04-01T06:37:29.910290
{ "authors": [ "1220951120", "RobTillaart" ], "repo": "RobTillaart/DHT20", "url": "https://github.com/RobTillaart/DHT20/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1208099789
A recent security update of git broke the setup_sdcard.sh script Hi, As the title says, the fix for the CVE-2022-24765 broke the setup_sdcard.sh script: $ sudo bash -ex setup_sdcard.sh \ --img-2gb ${export_filename}.img \ --dtb beaglebone \ --distro-bootloader \ --rootfs_label rootfs \ --hostname ...
gharchive/issue
2022-04-19T09:48:13
2025-04-01T06:37:29.939211
{ "authors": [ "RobertCNelson", "jtremesay-sereema" ], "repo": "RobertCNelson/omap-image-builder", "url": "https://github.com/RobertCNelson/omap-image-builder/issues/189", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
107215948
Visualize regular expressions Hi We have evaluated a lot of plugins similar to yours but jquery.inputmask ROCKS!! Are there any plans to add visualization to your plugin? Best Mirco @socrim , Thx ;-) Do you mean visualization to the regex extension? Hi Robin, yes I mean visualizing the regex. E.g.: the mask woul...
gharchive/issue
2015-09-18T14:41:12
2025-04-01T06:37:29.968737
{ "authors": [ "RobinHerbots", "goyney", "socrim" ], "repo": "RobinHerbots/Inputmask", "url": "https://github.com/RobinHerbots/Inputmask/issues/1040", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
294210682
Linux/CMake support I've managed the project to be built and run on Linux: tested on Centos 7 with CMake 2.8 and Arch Linux with CMake 3.10.1. Windows build with CMake also works and seems faster as explores parallel build feature. @Robinson664, could you please review? Victor, Sure! I'm not familiar with git hu...
gharchive/pull-request
2018-02-04T16:39:51
2025-04-01T06:37:29.987310
{ "authors": [ "Robinson664", "threadpool", "vitya-maleyev" ], "repo": "Robinson664/bemu", "url": "https://github.com/Robinson664/bemu/pull/1", "license": "MS-PL", "license_type": "permissive", "license_source": "github-api" }
2299126434
Updates table.sort description to be clearer Changes Updates table.sort description to be clearer about how to create a valid comparison function. This question comes up often enough I think it is worth updating the documentation. Checks By submitting your pull request for review, you agree to the following: [x] T...
gharchive/pull-request
2024-05-16T01:35:00
2025-04-01T06:37:29.990039
{ "authors": [ "aetter", "dogwarrior24" ], "repo": "Roblox/creator-docs", "url": "https://github.com/Roblox/creator-docs/pull/553", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
1920797877
Feature request - Type assertion operator Intro Proposal: Create an operator to force-cast a value, skipping type-relation checks. Proposed syntax - one of the following (read 2nd note at the bottom): value ::! type value as type Purpose Sometimes while programming, you come across situations in which you're certai...
gharchive/issue
2023-10-01T14:32:25
2025-04-01T06:37:29.995774
{ "authors": [ "DimitarBogdanov", "vegorov-rbx" ], "repo": "Roblox/luau", "url": "https://github.com/Roblox/luau/issues/1057", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1998821156
cant upload if i upload my module something about error of python trace back (most resent call last): file c:users/user/appdata/roaming/blender foundation/blender/4.0/scripts/addons/roblox-blender-plugin/lib/get_selected_objects.py",line 66, in get_selected_objects for selected_objects in context.selected_ids: attrib...
gharchive/issue
2023-11-17T10:50:25
2025-04-01T06:37:29.999231
{ "authors": [ "Babanimus", "EngyneMac", "heliawins", "othomson-roblox" ], "repo": "Roblox/roblox-blender-plugin", "url": "https://github.com/Roblox/roblox-blender-plugin/issues/33", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
610051517
Stp/interface Self-explanatory, updated the UI according to our new changes :) I got a segfault with this stack trace after running your branch: Branch is presumably failing because you committed an unresolved merge conflict xD Resolved. The plays tab does not segfault anymore :+1:, however, it is also curr...
gharchive/pull-request
2020-04-30T14:16:53
2025-04-01T06:37:30.013032
{ "authors": [ "RobotJesse", "Yuhanun", "rolfvdhulst", "timovdk" ], "repo": "RoboTeamTwente/roboteam_ai", "url": "https://github.com/RoboTeamTwente/roboteam_ai/pull/1064", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2051510227
[drake] Upgrade to v1.24.0 Resolves #321 This change is  I included this change in this other PR https://github.com/RobotLocomotion/drake-ros/pull/325 and now CI is green already included and merged in this PR https://github.com/RobotLocomotion/drake-ros/pull/325 Closing this and the connected issue. thank...
gharchive/pull-request
2023-12-21T01:09:21
2025-04-01T06:37:30.015937
{ "authors": [ "EricCousineau-TRI", "adityapande-1995", "ahcorde" ], "repo": "RobotLocomotion/drake-ros", "url": "https://github.com/RobotLocomotion/drake-ros/pull/322", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
221748715
Alpine Linux Container We should try running this inside alpine instead of fedora to get a much smaller image size. We can probably use the pre-built version: http://www.makemkv.com/download/makemkv-bin-1.10.5.tar.gz But we might need to compile ourselves: http://www.makemkv.com/download/makemkv-oss-1.10.5.tar.gz Mor...
gharchive/issue
2017-04-14T06:07:40
2025-04-01T06:37:30.120605
{ "authors": [ "Robpol86", "WyseNynja" ], "repo": "Robpol86/makemkv", "url": "https://github.com/Robpol86/makemkv/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1472115065
/friend api 无效…… 可以复现的链接:fc.liynw.top 可以发现在后面加上 /all 有数据,但是加上 /friend 显示 Not Found 最近换了域名,不知道是不是这个问题
gharchive/issue
2022-12-01T23:54:13
2025-04-01T06:37:30.138326
{ "authors": [ "Liynw" ], "repo": "Rock-Candy-Tea/hexo-circle-of-friends", "url": "https://github.com/Rock-Candy-Tea/hexo-circle-of-friends/issues/78", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2456606269
Fix aria-describedby in form help text and error messages Describe the bug aria-describedby is an attribute that should be used on the input element that points to an id on the help text element, not the other way around. In DIMES, this has been implemented backwards so that the help text has the aria-describedby att...
gharchive/issue
2024-08-08T20:53:30
2025-04-01T06:37:30.142213
{ "authors": [ "HaSistrunk" ], "repo": "RockefellerArchiveCenter/dimes", "url": "https://github.com/RockefellerArchiveCenter/dimes/issues/731", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2225404232
Rocket.Chat crashes after opening a chat Search before asking [X] I had searched in the issues and found no similar issues. Operating System [ ] macOS [X] Windows [ ] Linux Operating System Version Windows 10 Enterprise It happens on the web browser too? No, it just happens on the Desktop app Rocket.Chat Desktop ...
gharchive/issue
2024-04-04T12:46:34
2025-04-01T06:37:30.147729
{ "authors": [ "binse03", "jeanfbrito" ], "repo": "RocketChat/Rocket.Chat.Electron", "url": "https://github.com/RocketChat/Rocket.Chat.Electron/issues/2874", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
283478422
Error executing windows client My Setup Operating System: Windows 10 Home. Version 10.0.16299 compilation 16299. App Version: 2.9.0 I have tested with the latest version I can simulate the issue easily Description If I try to start windows electron client y seems to show splash screen and it's closed inmedi...
gharchive/issue
2017-12-20T07:59:08
2025-04-01T06:37:30.151536
{ "authors": [ "Nopony", "manuelmsoria" ], "repo": "RocketChat/Rocket.Chat.Electron", "url": "https://github.com/RocketChat/Rocket.Chat.Electron/issues/640", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
795296605
Send final meet time to votes via mailer This sounds like a good feature. Currently only invites to vote can be sent. Closing since #60 has been opened and assigned Closing since #60 has been opened and assigned
gharchive/issue
2021-01-27T17:24:44
2025-04-01T06:37:30.227115
{ "authors": [ "AnandBaburajan" ], "repo": "RocketMeet/RocketMeet-client", "url": "https://github.com/RocketMeet/RocketMeet-client/issues/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
630278704
@unform/core exports Form I'm using unform in a web app and I was using auto import from vscode and it auto imported from @unform/core. The form from unform/core gave me the same errors as form from unform/web but it doesn't render. Why is there a export Form from @unform/core? It gave me a little of trouble to figur...
gharchive/issue
2020-06-03T19:48:17
2025-04-01T06:37:30.228852
{ "authors": [ "AlbinoMeneguettiNeto", "diego3g" ], "repo": "Rocketseat/unform", "url": "https://github.com/Rocketseat/unform/issues/246", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
469005183
Change icon Color rating { ion-icon { color: red; &.filled { color: #ffb400; } } } add above to my .css but it is not going to work, can anyone please tell me how to change star icon color for normal icon and filled icon? rating { ion-icon { color: gray; &.filled { color: #fdbc2c !important; ...
gharchive/issue
2019-07-17T06:12:24
2025-04-01T06:37:30.250055
{ "authors": [ "RodainaMohamed", "atologistkaushik", "elega9t" ], "repo": "RodainaMohamed/ionic-rating", "url": "https://github.com/RodainaMohamed/ionic-rating/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
213256253
Refactor FlaUI.Core.Logging Expose ability for consumers of FlaUI to customize how FlaUI will log. Consumers can set both application specific loggers, and the Default logger which will be used by FlaUI. Allow consumers to enable/disable each of the avaible log levels. Add multiple logger options Addresses #4...
gharchive/pull-request
2017-03-10T06:28:29
2025-04-01T06:37:30.255287
{ "authors": [ "Roemer", "jmaxxz" ], "repo": "Roemer/FlaUI", "url": "https://github.com/Roemer/FlaUI/pull/44", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
197327352
Unable to change position of a role. Using the newest dev build. Bot has the top role in the server and has administrator. inputRole is somewhere near the middle of the role list. IRole newRole = await Context.Guild.CreateRoleAsync(inputRole.Name, new GuildPermissions(0), inputRole.Color); await newRole.ModifyAsync(x...
gharchive/issue
2016-12-23T07:59:11
2025-04-01T06:37:30.262252
{ "authors": [ "RogueException", "Sentinent", "advorange", "khionu" ], "repo": "RogueException/Discord.Net", "url": "https://github.com/RogueException/Discord.Net/issues/437", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
258242238
Inconsistency between Emoji and Emote At the time of writing, to create an Emoji object, you'd have to pass the unicode into its public constructor; to create an Emote object, you'd have to do it through either the Parse or the TryParse method, and the object's constructor is internal only. This feels extremely incon...
gharchive/issue
2017-09-16T16:28:21
2025-04-01T06:37:30.266264
{ "authors": [ "BinkanSalaryman", "Still34", "khionu" ], "repo": "RogueException/Discord.Net", "url": "https://github.com/RogueException/Discord.Net/issues/816", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }