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
1834374814
HLS with fLaC and Opus fail Have you read the FAQ and checked for duplicate open issues? Yes What version of Shaka Player are you using? 4.3.8 Can you reproduce the issue with our latest release version? Yes Can you reproduce the issue with the latest code from main? Yes Are you using the demo app or your own custom...
gharchive/issue
2023-08-03T06:32:28
2025-04-01T06:40:23.049805
{ "authors": [ "lonebyte" ], "repo": "shaka-project/shaka-player", "url": "https://github.com/shaka-project/shaka-player/issues/5453", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1996576466
SegmentTemplate@media not updated after change in DASH manifest Have you read the FAQ and checked for duplicate open issues? yes If the problem is related to FairPlay, have you read the tutorial? not related What version of Shaka Player are you using? v4.5.0 (uncompiled) Can you reproduce the issue with our latest re...
gharchive/issue
2023-11-16T10:46:56
2025-04-01T06:40:23.057138
{ "authors": [ "pszemus" ], "repo": "shaka-project/shaka-player", "url": "https://github.com/shaka-project/shaka-player/issues/5898", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2431694953
Bad subtitle rendering HTML Character Entities how to fix Have you read the Tutorials? Yes. Have you read the FAQ and checked for duplicate open issues? Yes. If the question is related to FairPlay, have you read the tutorial? Not related. What version of Shaka Player are you using? 4.10.2 What browser and OS are you ...
gharchive/issue
2024-07-26T08:21:05
2025-04-01T06:40:23.062196
{ "authors": [ "fakeDev9" ], "repo": "shaka-project/shaka-player", "url": "https://github.com/shaka-project/shaka-player/issues/7110", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
153291235
Upgrading from 3.0 to 5.0 Wanted to know the best steps to upgrade from 3.0 to 5.0. I didn't see any guides for 3,4 or 5 in the changelog.md (like you had for 1->2 or 2->3) I've already done the gem update but wasn't clear on changes to get the latest react / react router or any other changes in /client Thanks You...
gharchive/issue
2016-05-05T18:18:46
2025-04-01T06:40:23.065097
{ "authors": [ "justin808", "murtali", "thewoolleyman" ], "repo": "shakacode/react_on_rails", "url": "https://github.com/shakacode/react_on_rails/issues/414", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
218115971
Clear shared redux stores when server rendering Per https://github.com/shakacode/react_on_rails/issues/774#issuecomment-290328842, we should clear the redux stores before populating it. The potential bug is that there are some stores with data from unrelated requests sitting around. This can chew up memory and lead t...
gharchive/issue
2017-03-30T08:17:10
2025-04-01T06:40:23.078527
{ "authors": [ "justin808", "udovenko" ], "repo": "shakacode/react_on_rails", "url": "https://github.com/shakacode/react_on_rails/issues/780", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
256492192
CSS Modules SSR doesn't output anything I can see the class being applied, but the CSS is not there. I'm using the server config only: https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/client/webpack.server.rails.build.config.js#L55-L65 If you want personalized help on this, please consider our ...
gharchive/issue
2017-09-10T07:45:42
2025-04-01T06:40:23.080727
{ "authors": [ "chhuang", "justin808" ], "repo": "shakacode/react_on_rails", "url": "https://github.com/shakacode/react_on_rails/issues/931", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1715019588
🛑 Shakedown Social - Uploads is down In f95420d, Shakedown Social - Uploads (https://files.shakedown.social/accounts/avatars/109/357/389/718/265/462/original/dd80d2c95e48cfd2.jpeg) was down: HTTP code: 403 Response time: 287 ms Resolved: Shakedown Social - Uploads is back up in 3f33bdd.
gharchive/issue
2023-05-18T05:43:37
2025-04-01T06:40:23.083593
{ "authors": [ "clifff" ], "repo": "shakedown-social/upptime", "url": "https://github.com/shakedown-social/upptime/issues/5526", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
213477472
spread props say I have a bunch of props to spread like in jsx, how can I achieve that? The following doesn't work const props = `x=${x} y=${y}` return bel`<div ${props} />` I believe you can just do const props = {x: 1, y: 2} return bel`<div ${props} />` Thank you!
gharchive/issue
2017-03-10T23:16:01
2025-04-01T06:40:23.086374
{ "authors": [ "itajaja", "timwis" ], "repo": "shama/bel", "url": "https://github.com/shama/bel/issues/66", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
539736619
Update pt-br translation Short description of what this resolves: The current translation to Portuguese (Brazil) is all machine-translated nonsense. I have translated all the strings from the original English file. Nice job, Rodrigo.
gharchive/pull-request
2019-12-18T15:02:39
2025-04-01T06:40:23.087467
{ "authors": [ "erickvils", "rodrigost23" ], "repo": "shanalikhan/code-settings-sync", "url": "https://github.com/shanalikhan/code-settings-sync/pull/1105", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
353223164
why execute time is too long than original datasource Use the same simple sql, original Datasource execute time is about 8ms per request but, replace the datasource to Sharding jdbc, execute time will increase to 27ms per request, i loged the executing time what I found are SS only select from one of the ten tables,...
gharchive/issue
2018-08-23T04:49:04
2025-04-01T06:40:23.105127
{ "authors": [ "baisijian", "terrymanu" ], "repo": "sharding-sphere/sharding-sphere", "url": "https://github.com/sharding-sphere/sharding-sphere/issues/1173", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
260915560
循环查询分表,空指针异常 条件: sharding-jdbc 1.5.4 mybatis 3.3.0 mybatis-spring 1.2.3 用sharding-jdbc对某张表做了分表 配置: 问题描述: 执行下面伪代码查询,第一次循环查询正常,第二次循环查询报空指针异常: 伪代码 for(String id : voucherGroup){ Map<String, Object> map = new HashMap<String, Object>(); map.put("periodId", id); int count = accountEntryMapper.selectCountByPeriodId(map...
gharchive/issue
2017-09-27T09:57:59
2025-04-01T06:40:23.109425
{ "authors": [ "haocao", "panhaicheng", "terrymanu" ], "repo": "shardingjdbc/sharding-jdbc", "url": "https://github.com/shardingjdbc/sharding-jdbc/issues/389", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1955033761
新)トランザクション バックエンドにて、 ・トランザクション実装  CRUDが正常に機能するように 現状必要なしかも…
gharchive/issue
2023-10-20T21:28:51
2025-04-01T06:40:23.115163
{ "authors": [ "sharin-sushi" ], "repo": "sharin-sushi/0016go_next_relation", "url": "https://github.com/sharin-sushi/0016go_next_relation/issues/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2060762421
Allow copy code snippet with cursor Right now on the website under getting started If I want to copy a text I can do it via the copy button: It would be nice if we could copy the text by marking it with the mouse as well, for example: Thanks Tamir. We need to rewrite the documentation section anyway :) But it's a...
gharchive/issue
2023-12-30T14:30:04
2025-04-01T06:40:23.128377
{ "authors": [ "Tamir198", "idodav" ], "repo": "sharkio-dev/sharkio", "url": "https://github.com/sharkio-dev/sharkio/issues/358", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1654780485
没有找到RFLA的实现 作者你好,代码库里没有找到RFLA相关的实现。请问文章中RFLA的结果(TABLE 6最后一行),它的base模型是什么? here's the official implementation about RFLA : https://github.com/Chasel-Tsui/mmdet-rfla
gharchive/issue
2023-04-05T01:16:44
2025-04-01T06:40:23.131282
{ "authors": [ "fuqianya", "shaunyuan22" ], "repo": "shaunyuan22/SODA-mmdetection", "url": "https://github.com/shaunyuan22/SODA-mmdetection/issues/5", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1122493573
اضافه کردن درگاه پرداخت فن آوا کارت من قصد استفاده از درگاه پرداخت فن آوا کارت رو داشتم اما توی پکیج شما این درگاه پرداخت موجود نبود این مورد در pull request زیر رفع شد https://github.com/shetabit/multipay/pull/131
gharchive/issue
2022-02-02T23:30:49
2025-04-01T06:40:23.233758
{ "authors": [ "honarkar98" ], "repo": "shetabit/multipay", "url": "https://github.com/shetabit/multipay/issues/126", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
195512131
Cricitcal Error in authcheck.php In authcheck.php the bot tries to get 'corpTicker' from the json but it should be 'ticker' this caused all my tickers to be removed. Fixed it by replacing $corpTicker = (string)$corporationDetails['corpTicker']; on line 335 with: $corpTicker = (string)$corporationDetails['ticker'];...
gharchive/issue
2016-12-14T11:55:54
2025-04-01T06:40:23.235732
{ "authors": [ "eifelgamedev", "shibdib" ], "repo": "shibdib/Dramiel", "url": "https://github.com/shibdib/Dramiel/issues/108", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1971604261
求助:2机8卡训练SFT时卡住 2机8卡训练SFT时卡住 单机4卡测试训练PT和SFT都没有任何问题,但是在2机8卡测试分布式训练时,会在SFT中卡住。 求助求助求助!请大佬帮忙看下什么原因?! 具体脚本和日志如下: 脚本(主机): CUDA_VISIBLE_DEVICES=0,1,2,3 \ torchrun \ --nproc_per_node 4 \ --nnodes 2 \ --master_addr 10.130.1.109 \ --master_port 7860 \ --node_rank 0 \ supervised_finetuning.py \ ...
gharchive/issue
2023-11-01T02:57:29
2025-04-01T06:40:23.245823
{ "authors": [ "mymong", "nuoma", "shibing624" ], "repo": "shibing624/MedicalGPT", "url": "https://github.com/shibing624/MedicalGPT/issues/250", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1501404944
CI: Add MacOs to runs-on, add rust fmt check #441 ld: library not found for -lm This means clang failed to load libm. Maybe we don't need the -lm option in runner.rs on macs? Merged. Nice try :-)
gharchive/pull-request
2022-12-17T14:10:46
2025-04-01T06:40:23.274292
{ "authors": [ "AI-Mozi", "yhara" ], "repo": "shiika-lang/shiika", "url": "https://github.com/shiika-lang/shiika/pull/442", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2295193010
【FEAT】ISSUEのラベルを編集 概要 ISSUEのラベルを編集 close
gharchive/issue
2024-05-14T11:37:38
2025-04-01T06:40:23.291867
{ "authors": [ "mrs1669" ], "repo": "shilokuma-inc/IOSTemplateApp", "url": "https://github.com/shilokuma-inc/IOSTemplateApp/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
365618695
Getting all connected camera devices Is there any way to get a list of all connected camera devices without using AForge? Since OpenCV is crossplattform these kind of functions are not supported, but maybe someone here has an idea. I can't use AForge due licence issues. I have been using DirectShowLib, however it ...
gharchive/issue
2018-10-01T19:58:54
2025-04-01T06:40:23.297636
{ "authors": [ "XamtasticPenn", "ravazquez", "thohemp" ], "repo": "shimat/opencvsharp", "url": "https://github.com/shimat/opencvsharp/issues/538", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
228580536
make '/remote/system returns 200 test' work Hi, just jumped in and don't know my way around yet but this seems to make the failing test work. Coverage remained the same at 100.0% when pulling 1af1482ea544c44fb767ee4cb6afb674b43ce47e on alandyer:test-failing-0.1.7 into 35a080cf9264de5ccfcf5459b1592d2a92e6005b on sh...
gharchive/pull-request
2017-05-15T00:11:23
2025-04-01T06:40:23.353396
{ "authors": [ "alandyer", "coveralls" ], "repo": "shinyscorpion/wobserver", "url": "https://github.com/shinyscorpion/wobserver/pull/39", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2511187289
enhancement: Move player to another channel I'm not quite sure if this is already possible, but is there a method to moving the bot / connected player to another channel? As of now it seems, leaveVoiceChannel() and joinVoiceChannel() are the only way exposed in the library (I'm not familiar with the lavalink protocol...
gharchive/issue
2024-09-06T21:00:10
2025-04-01T06:40:23.355673
{ "authors": [ "tehtnaz" ], "repo": "shipgirlproject/Shoukaku", "url": "https://github.com/shipgirlproject/Shoukaku/issues/199", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
999705650
Use tekton automation to generate operatorhub release artifacts Follow Tekton's example to use automation to generate operatorhub release artifacts @adambkaplan @sbose78 https://github.com/tektoncd/operator/pull/307 Fixed by #27
gharchive/issue
2021-09-17T20:41:07
2025-04-01T06:40:23.359530
{ "authors": [ "adambkaplan", "gabemontero" ], "repo": "shipwright-io/operator", "url": "https://github.com/shipwright-io/operator/issues/21", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
189882013
[1.12] filtering, warning and formatting fixes Updated reactable to latest version to prevent console warnings Fixed filtering on service inspect page Fixed node column on service inspect page Removed unnecessary console output for auth saga Depends on #904 LGTM
gharchive/pull-request
2016-11-16T23:24:10
2025-04-01T06:40:23.361095
{ "authors": [ "ehazlett", "tombee" ], "repo": "shipyard/shipyard", "url": "https://github.com/shipyard/shipyard/pull/906", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1802113408
Update protobuf@8.0 Build protobuf@8.0 :beers: @BrewTestBot has triggered a merge.
gharchive/pull-request
2023-07-13T04:02:45
2025-04-01T06:40:23.364474
{ "authors": [ "shivammathur" ], "repo": "shivammathur/homebrew-extensions", "url": "https://github.com/shivammathur/homebrew-extensions/pull/2905", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2274546164
Update grpc@8.2 Build grpc@8.2 :beers: @BrewTestBot has triggered a merge.
gharchive/pull-request
2024-05-02T04:02:24
2025-04-01T06:40:23.365530
{ "authors": [ "shivammathur" ], "repo": "shivammathur/homebrew-extensions", "url": "https://github.com/shivammathur/homebrew-extensions/pull/3919", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2051473800
Update php@8.4 Build php@8.4 :beers: @BrewTestBot has triggered a merge.
gharchive/pull-request
2023-12-21T00:09:57
2025-04-01T06:40:23.366814
{ "authors": [ "shivammathur" ], "repo": "shivammathur/homebrew-php", "url": "https://github.com/shivammathur/homebrew-php/pull/2170", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1368877968
Expose ParseTreeNode Exposes ParseTreeNode to allow full matching of ParseTrees. Before, outputs of parsing couldn't be fully accessed because of the inability of construct variants of ParseTreeNode to match. Now, variants can be constructed and used for matching the ParseTreeNode enum, fully exposing ParseTree. C...
gharchive/pull-request
2022-09-11T08:50:47
2025-04-01T06:40:23.417069
{ "authors": [ "Axiomatic-Mind", "coveralls" ], "repo": "shnewto/bnf", "url": "https://github.com/shnewto/bnf/pull/106", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1506425894
[Bug] false resolving of home route The resolving of the home route like it is done right now is not really safe. https://github.com/shopware/frontends/blob/acd70e94cd252f05fb8c0f2032bac66b090d1934/packages/composables/src/useNavigationSearch.ts#L16 I see that there is a TODO-comment, but it doesn't really explain wh...
gharchive/issue
2022-12-21T14:53:04
2025-04-01T06:40:23.451440
{ "authors": [ "mkucmus", "niklaswolf" ], "repo": "shopware/frontends", "url": "https://github.com/shopware/frontends/issues/32", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
729395238
Redirect loop when changing e-mail during guest checkout Description Steps to reproduce: Put random item into cart Start checkout Choose guest checkout on /checkout/register page On /checkout/confirm notice that your email address is wrong Click browser back button Change email in form Submit Expected behaviour: A...
gharchive/issue
2020-10-26T09:20:24
2025-04-01T06:40:23.458824
{ "authors": [ "lars-feyerabend", "lernhart", "mstegmeyer" ], "repo": "shopware/platform", "url": "https://github.com/shopware/platform/issues/1452", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
828978304
enable custom component config options to be mixed with native fields (custom sort order) 1. Why is this change necessary? Currently if multiple config options are defined as mixed "input-field" and "component", "component"'s always have to be at the end of each card due to the constraints of <xsd:sequence> 2. What ...
gharchive/pull-request
2021-03-11T09:44:43
2025-04-01T06:40:23.467220
{ "authors": [ "J-Rahe", "netzkollektiv", "shopwareBot" ], "repo": "shopware/platform", "url": "https://github.com/shopware/platform/pull/1699", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2429540652
Only select used fields of translation tables 1. Why is this change necessary? Previously anytime a translated field was part of a query a full sub-select of the respective _translation table was joined to the main query. A "full sub-select" means a SELECT of all columns of the _translation table. This can result in ...
gharchive/pull-request
2024-07-25T09:56:03
2025-04-01T06:40:23.487908
{ "authors": [ "AydinHassan", "OliverSkroblin", "svenmuennich" ], "repo": "shopware/shopware", "url": "https://github.com/shopware/shopware/pull/3819", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2597373974
DRAFT: Try fix partial dataloading The entity hydrator now only checks if criteria.fields is filled. If that's the case, all entities are loaded as partial entities. However, entities are still being loaded and collections filled in the EntityReader. That's why there's also a one-time check here: $partial = !empty($c...
gharchive/pull-request
2024-10-18T12:16:58
2025-04-01T06:40:23.493129
{ "authors": [ "CLAassistant", "OliverSkroblin" ], "repo": "shopware/shopware", "url": "https://github.com/shopware/shopware/pull/5169", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
201695178
[BUGFIX] Use encodeURIComponent to encode semicolons Description encodeURI does not encode semicolons, which are not allowed in cookie values. encodeURIComponents does. Using encodeURI, the cookie will only be stored up to the first semicolon and thus cannot be completely retrieved afterwards. Questions Answers ...
gharchive/pull-request
2017-01-18T21:19:18
2025-04-01T06:40:23.498095
{ "authors": [ "htkassner", "klarstil", "m-knabe-reply", "shopwareBot" ], "repo": "shopware/shopware", "url": "https://github.com/shopware/shopware/pull/913", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2124362851
Update metrics crate The shortcut macros like counter! have been removed and the register macros like register_counter! have been renamed like counter!. The register macros can be used in place of the shortcut macros since the shortcut macros were just registering and dropping a metric internally anyway. I am no lo...
gharchive/pull-request
2024-02-08T04:59:39
2025-04-01T06:40:23.524989
{ "authors": [ "rukai" ], "repo": "shotover/shotover-proxy", "url": "https://github.com/shotover/shotover-proxy/pull/1462", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1269274704
Simplify storybook config Why Hey I was checking out the repo after seeing the talk at appjs conf and I came accross some storybook config that I thought could be simplified. Congrats on launching the project, you've made something really cool here! A lot of packages are included by default in addon-react-native-web ...
gharchive/pull-request
2022-06-13T11:07:17
2025-04-01T06:40:23.528498
{ "authors": [ "dannyhw", "intergalacticspacehighway" ], "repo": "showtime-xyz/showtime-frontend", "url": "https://github.com/showtime-xyz/showtime-frontend/pull/1169", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1689094891
feat/interoperability This PR adds a new exercise about contract interoperability. I had to update the compiler version to the last main for it to work. Time spent: 3 hours This item belongs to payment request #19A990 on OnlyDust: from shramee to enitrat 14 items included $500 for 1 day of work
gharchive/pull-request
2023-04-28T20:26:59
2025-04-01T06:40:23.532336
{ "authors": [ "VeryDustyBot", "enitrat" ], "repo": "shramee/starklings-cairo1", "url": "https://github.com/shramee/starklings-cairo1/pull/113", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
370117930
Flicker effect when skipping multiple stories Hi Team, First of all great work with the library. I am having a small problem in it. when i am uploading multiple picture to stories like for an example i have 4 picture to stories and out of which 3 have been seen and then i again click on the story section to view the ...
gharchive/issue
2018-10-15T11:25:47
2025-04-01T06:40:23.563120
{ "authors": [ "Kitlabs", "ahmedmolawale", "mehmetergul" ], "repo": "shts/StoriesProgressView", "url": "https://github.com/shts/StoriesProgressView/issues/16", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
223105937
Border-less Markdown tables I love how easy it is to reformat the current table, or all, in a Markdown file, but I'm not too found of the styling. I much prefer borderless tables. Any chance you could add that? There is another table formatter, https://marketplace.visualstudio.com/items?itemName=darkriszty.markdown-t...
gharchive/issue
2017-04-20T15:26:03
2025-04-01T06:40:23.568258
{ "authors": [ "LeviticusMB", "shuGH" ], "repo": "shuGH/vscode-table-formatter", "url": "https://github.com/shuGH/vscode-table-formatter/issues/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1119608066
Problem with date year < 1900 and year = 0000 Hello there is a Problem with date's which are smaller then 1900 like '1876-01-30' and also Problem with year "0000-00-00". Last one I fixed it by if ( $year === 0 || (int) $year == 0 ) { return $excelTime; } fixed in 1.0.23 use raw values $cell = "\0".'1985-01-13'; n...
gharchive/issue
2022-01-31T15:52:39
2025-04-01T06:40:23.579334
{ "authors": [ "fapth", "shuchkin" ], "repo": "shuchkin/simplexlsxgen", "url": "https://github.com/shuchkin/simplexlsxgen/issues/51", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
855052097
输入变量问题 请问输入变量中,groups和reduction_ratio是什么意义? 用于降低输入channel数,计算kernel时减少计算量,请参考原论文
gharchive/issue
2021-04-10T12:02:03
2025-04-01T06:40:23.602146
{ "authors": [ "lhy823436493", "shuuchen" ], "repo": "shuuchen/involution.pytorch", "url": "https://github.com/shuuchen/involution.pytorch/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2019204849
Use this project with recent GPU ? Hello I have a 4080 (sm_89), according to the warning log CUDA is not compatible. Is there a way to use a more recent version of CUDA/pytorch ? I installed the project through the requirement package. it results obviously by a : Regards same problem, no answers In our case, we...
gharchive/issue
2023-11-30T17:46:37
2025-04-01T06:40:23.628302
{ "authors": [ "OchotonaPrinceps", "antoinersw", "imxtx", "sebaturen", "vladgohn" ], "repo": "sicxu/Deep3DFaceRecon_pytorch", "url": "https://github.com/sicxu/Deep3DFaceRecon_pytorch/issues/169", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
543735143
Should we alway set engine_options.pool_timeout to zero? engine_options = { 'pool_size': 2, 'pool_timeout': 1, 'max_overflow': 0 }, Once the concurrency exceed pool_size+max_overflow, the program will deadlock. I think the reason is the new-coming request blocked at waiting for a connection, ...
gharchive/issue
2019-12-30T04:59:12
2025-04-01T06:40:23.640283
{ "authors": [ "dingyaguang117", "siddhantgoel" ], "repo": "siddhantgoel/tornado-sqlalchemy", "url": "https://github.com/siddhantgoel/tornado-sqlalchemy/issues/88", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2085645061
gitconfig includeIf directives does not work properly inside distrobox [includeIf "gitdir:~/work/"] path = work.gitconfig This config should load the config work.gitignore when in a repo which is a subdirectory to ~/work, and it works well on the host. However, it does not work when using git inside a distrobox ...
gharchive/issue
2024-01-17T08:13:13
2025-04-01T06:40:23.689125
{ "authors": [ "HerrNaN" ], "repo": "sidusIO/sediment", "url": "https://github.com/sidusIO/sediment/issues/43", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2413248668
fix: tree grouping breaks if rows are assigned statically Fixes the issue where tree grouping breaks if rows are directly set on ngx-datatable without doing any async calls. What kind of change does this PR introduce? (check one with "x") [x] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ...
gharchive/pull-request
2024-07-17T10:33:38
2025-04-01T06:40:23.699881
{ "authors": [ "chintankavathia" ], "repo": "siemens/ngx-datatable", "url": "https://github.com/siemens/ngx-datatable/pull/77", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
326973630
can't connect: message type: closed Hi, I've been using this project for a while without problems but since the last 2 days I've not been able to connect. I get every time the following message on Chrome console while trying to connect to he API: got message {from: "meta", type: "closed"} Above I get the following m...
gharchive/issue
2018-05-28T10:12:11
2025-04-01T06:40:23.709015
{ "authors": [ "UrbanSwati", "nilsburg", "sigalor" ], "repo": "sigalor/whatsapp-web-reveng", "url": "https://github.com/sigalor/whatsapp-web-reveng/issues/50", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2456632589
🛑 Höllgrotten is down In 89bc09f, Höllgrotten (https://www.hoellgrotten.ch/) was down: HTTP code: 0 Response time: 0 ms Resolved: Höllgrotten is back up in 50ad311 after 9 minutes.
gharchive/issue
2024-08-08T21:13:34
2025-04-01T06:40:23.924691
{ "authors": [ "signalwerk" ], "repo": "signalwerk/uptime", "url": "https://github.com/signalwerk/uptime/issues/802", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1231728689
Fearure Request NFT: add tokens and SIGNA flow to owner Note: I do not know how to format for SIPS. Request NFT: add tokens and SIGNA flow to owner. During the NFT portal screen to add your graphic a) connected XT wallet would know what existing tokens the account has b) a drop down to show what tokens are select...
gharchive/issue
2022-05-10T21:36:09
2025-04-01T06:40:23.927574
{ "authors": [ "frankTheTank72", "paulpoco", "rogerwim" ], "repo": "signum-network/SIPs", "url": "https://github.com/signum-network/SIPs/issues/53", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
830135219
Initial release plans for cosign I reeallly want to try to sign the first release of cosign, with cosign, if we can figure out a way that makes sense. I think we'll have to do it manually, since we won't have a signed release to use in automation yet though. Thankfully we can skip some of the issues with reproducible...
gharchive/issue
2021-03-12T13:47:18
2025-04-01T06:40:23.941793
{ "authors": [ "ahmetb", "dlorenc" ], "repo": "sigstore/cosign", "url": "https://github.com/sigstore/cosign/issues/82", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1213717631
Handle context cancelled properly + tests. Signed-off-by: Ville Aikas vaikas@chainguard.dev Summary Handle closing of the context properly and return an error for it. Ticket Link Fixes Release Note Codecov Report Merging #1796 (a0df4f9) into main (0c4cf2e) will increase coverage by 0.01%. The diff coverage is...
gharchive/pull-request
2022-04-24T17:36:00
2025-04-01T06:40:23.951857
{ "authors": [ "codecov-commenter", "vaikas" ], "repo": "sigstore/cosign", "url": "https://github.com/sigstore/cosign/pull/1796", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1549276627
Do a JavaScript release See #3. This would entail: setting up an npm project for this repo automating the procedure to generate JS bindings to the protos (Makefile), generally checking in the generated code (gen/ and .github/workflows/) automating/documenting the procedure to do releases of the generated code (RELEA...
gharchive/issue
2023-01-19T14:29:49
2025-04-01T06:40:23.964900
{ "authors": [ "kommendorkapten", "vlsi", "woodruffw", "znewman01" ], "repo": "sigstore/protobuf-specs", "url": "https://github.com/sigstore/protobuf-specs/issues/61", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2071733519
chore: remove "Signing publications" from the logging output Summary The message was not adding much, and it was emitted during configuration phase, so it was not even aligned with the actual signing work. Release Note NONE Documentation NONE gotta dco it Frankly, DCO is useless since GitHub's terms of service in...
gharchive/pull-request
2024-01-09T06:48:07
2025-04-01T06:40:23.969097
{ "authors": [ "loosebazooka", "vlsi" ], "repo": "sigstore/sigstore-java", "url": "https://github.com/sigstore/sigstore-java/pull/603", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
682391897
Is it safe to share a read only PatriciaMap across multiple thread? In another word, is it safe to add unsafe impl<V> Sync for Node<V> {} ? I'm not 100% sure but it seems okay to implement Sync for Node<V>. You need to implement it like, unsafe impl<V: Sync> Sync for Node<V> {} unsafe impl<V: Send> Send for Node<...
gharchive/issue
2020-08-20T03:56:29
2025-04-01T06:40:23.986728
{ "authors": [ "12101111", "leshow", "sile" ], "repo": "sile/patricia_tree", "url": "https://github.com/sile/patricia_tree/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
206158602
Added option validator.mapping.use_annotation Added option validator.mapping.use_annotation to change the default usage of StaticMethodLoader to AnnotationLoader. Added option validator.mapping.cache to allow passing a CacheInterface for usage in the mapping loader. This should simplify the creation of a validator th...
gharchive/pull-request
2017-02-08T10:41:04
2025-04-01T06:40:23.993925
{ "authors": [ "fabpot", "hkdobrev", "jdreesen", "jlHertel", "skalpa" ], "repo": "silexphp/Silex", "url": "https://github.com/silexphp/Silex/pull/1484", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
177968796
Androidify node-nnpack Tested to make sure that node-nnpack compiles fine for both OSX and Android with this change. I haven't tested running this on an Android device yet. Would merge once I am done testing. I am able to require node-nnpack on the device without any missing dependency errors. Merging this change n...
gharchive/pull-request
2016-09-20T05:35:31
2025-04-01T06:40:23.997683
{ "authors": [ "jainanshul" ], "repo": "silklabs/node-nnpack", "url": "https://github.com/silklabs/node-nnpack/pull/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1649885198
Feature/text selection toolbar Starter copy, bookmark, highlight, and note functionality We merged this code in #170
gharchive/pull-request
2023-03-31T19:12:38
2025-04-01T06:40:24.003817
{ "authors": [ "chrisvire", "saidbrandonsaid" ], "repo": "sillsdev/appbuilder-pwa", "url": "https://github.com/sillsdev/appbuilder-pwa/pull/167", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1588594515
Pin changes There are a couple of problems that need to be resolved with the pins. pins 19 and 23 on the RaspberryPiZero are switched. Pins on the H1 and H2 connectors will have to be updated to match the EPS. These issues are with respect to Release 1.0 Systems have chosen the replacement pins H2-12 -> H2->22 H2...
gharchive/issue
2023-02-17T00:54:38
2025-04-01T06:40:24.023562
{ "authors": [ "Danny6151", "edwardsnj" ], "repo": "silver-sat/Payload_Board", "url": "https://github.com/silver-sat/Payload_Board/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
324395977
Update template styles [ ] Change background color on all pages to white [ ] Match fonts and link styles to mozilla.org https://github.com/mozilla/kitsune/projects/3
gharchive/issue
2018-05-18T12:43:33
2025-04-01T06:40:24.025228
{ "authors": [ "sgarrity" ], "repo": "silverorange/kitsune", "url": "https://github.com/silverorange/kitsune/issues/4", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
200536583
AttributesHTML() not following exclude parameters If you use something like CreditCardField, in the template it has AttributesHTML which have exclude parameters. The attributes as far as I can tell don't make it to the function in FormField.php and so all the attributes are returned which for the case of CreditCardFi...
gharchive/issue
2017-01-13T03:00:09
2025-04-01T06:40:24.034156
{ "authors": [ "Rudigern", "dhensby", "tractorcow" ], "repo": "silverstripe/silverstripe-framework", "url": "https://github.com/silverstripe/silverstripe-framework/issues/6497", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
265084188
ENHANCEMENT Allow extensions to intercept incorrect deletes on unpublish The issue with the existing behaviour is that some queried tables are NOT a part of the hierarchy, and the subsequent delete could unintentionally delete objects outside of this object. For instance, fluent uses a localisation table as an inner ...
gharchive/pull-request
2017-10-12T21:00:51
2025-04-01T06:40:24.036662
{ "authors": [ "flamerohr", "tractorcow" ], "repo": "silverstripe/silverstripe-framework", "url": "https://github.com/silverstripe/silverstripe-framework/pull/7477", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
404797099
FIX: Block Manifest of the compatibility class Object and lean on the compatibility auto loader On PHP 7.2 initial dev/build of a SilverStripe 3.7.1 site can throw a Fatal error: Cannot use 'Object' as class name as it is reserved, I experienced this on SilverStripe Platform causing the deployment to fail and rollbac...
gharchive/pull-request
2019-01-30T14:30:11
2025-04-01T06:40:24.038836
{ "authors": [ "UndefinedOffset" ], "repo": "silverstripe/silverstripe-framework", "url": "https://github.com/silverstripe/silverstripe-framework/pull/8772", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
162657123
style for Placeholder(title) I need to css placehoder on my site (with another coler) but i cant change style because when i select an option it have same color with placeholder See guidelines for contributing. Bug reports A bug is a demonstrable problem that is caused by the code in the repository. Good bug repor...
gharchive/issue
2016-06-28T10:52:00
2025-04-01T06:40:24.058293
{ "authors": [ "caseyjhol", "nov23" ], "repo": "silviomoreto/bootstrap-select", "url": "https://github.com/silviomoreto/bootstrap-select/issues/1432", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
212377860
replace=False preserve mask in StackView when updating frame number useful for exploring 3D stacks This will close issue #650 Looks good to me.
gharchive/pull-request
2017-03-07T09:38:51
2025-04-01T06:40:24.061991
{ "authors": [ "PiRK", "alemirone", "t20100" ], "repo": "silx-kit/silx", "url": "https://github.com/silx-kit/silx/pull/651", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1571645798
Easy way to determine if two rows have the same columns? I have this method to help me determine whether old row and excluded row have same fields. I am using insert method with DoUpdate.withExcluded parameter which has where clause with (old, excluded) => isDifferent(old, excluded) Is there any way to automatize the...
gharchive/issue
2023-02-05T22:42:53
2025-04-01T06:40:24.089414
{ "authors": [ "mateoKutnjak", "simolus3" ], "repo": "simolus3/drift", "url": "https://github.com/simolus3/drift/issues/2302", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2392802970
Migration Error when altered same table twice. I have table called Box . The Scenario : I want to add refferenceId column and add it as uniqueKey on version 2 Then in Version 3 , I need to add another column called refferenceNumber and also add it as uniqueKey. This Is My Migration Strategy : onUpgrade: (Migrator ...
gharchive/issue
2024-07-05T15:25:33
2025-04-01T06:40:24.095856
{ "authors": [ "Guang-B", "simolus3" ], "repo": "simolus3/drift", "url": "https://github.com/simolus3/drift/issues/3078", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
556689066
moor_generator >=2.0.1 is incompatible with json_serializable ^3.2.5 Please help, I can't start using moor because I got this error when I added moor_generator to pubspec.yaml. thanks Running "flutter pub get" in do_not... Because analyzer_plugin >=0.2.1 depends on analyzer >=0.35.3 <0.39.0 and analyzer_plugin >=0.1...
gharchive/issue
2020-01-29T07:33:03
2025-04-01T06:40:24.101159
{ "authors": [ "2math", "RakaAlrian", "simolus3" ], "repo": "simolus3/moor", "url": "https://github.com/simolus3/moor/issues/364", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1708088496
Support binding user-defined values to statements StatementImplementation.execute() requires that all parameters are provided, but only understands a fixed set of types. It would be nice to add a Bindable interface that makes this extensible, e.g.: +abstract class Bindable { + // Binds this value to a statement as p...
gharchive/issue
2023-05-12T19:15:08
2025-04-01T06:40:24.110968
{ "authors": [ "pchx", "simolus3" ], "repo": "simolus3/sqlite3.dart", "url": "https://github.com/simolus3/sqlite3.dart/issues/161", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1507957245
🛑 Victoris Webby is down In 0f96bf3, Victoris Webby (https://$VW_SITE1/) was down: HTTP code: 500 Response time: 7200 ms Resolved: Victoris Webby is back up in d64a87e.
gharchive/issue
2022-12-22T14:10:11
2025-04-01T06:40:24.116973
{ "authors": [ "simon2871" ], "repo": "simon2871/fs-websitemonitor", "url": "https://github.com/simon2871/fs-websitemonitor/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2053529851
🛑 Victoris Webby is down In 09054c0, Victoris Webby (https://$VW_SITE1/) was down: HTTP code: 0 Response time: 0 ms Resolved: Victoris Webby is back up in 3501193 after 3 minutes.
gharchive/issue
2023-12-22T07:53:32
2025-04-01T06:40:24.119125
{ "authors": [ "simon2871" ], "repo": "simon2871/fs-websitemonitor", "url": "https://github.com/simon2871/fs-websitemonitor/issues/852", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
480190147
8 Report task file not found changed folder for search Fixed with 'Build break task failing #10'
gharchive/pull-request
2019-08-13T14:29:44
2025-04-01T06:40:24.127558
{ "authors": [ "O-heu" ], "repo": "simondel/sonar-buildbreaker-vsts", "url": "https://github.com/simondel/sonar-buildbreaker-vsts/pull/9", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
391364605
replicable clusters based on k-means Thanks for providing such user-friendly package! The results of feature clusters are not repeatable when I use k-means through fluff heatmap although the results are almost the same each time I run the same command. I guess it's because of k-means method. Is there a way to initi...
gharchive/issue
2018-12-15T10:16:04
2025-04-01T06:40:24.157592
{ "authors": [ "JMing-Li", "simonvh" ], "repo": "simonvh/fluff", "url": "https://github.com/simonvh/fluff/issues/80", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2126307770
After 1.0a9, datasette-edit-schema to use alter-table permission See: https://github.com/simonw/datasette-edit-schema/issues/56 This is done.
gharchive/issue
2024-02-09T01:04:19
2025-04-01T06:40:24.158941
{ "authors": [ "simonw" ], "repo": "simonw/datasette", "url": "https://github.com/simonw/datasette/issues/2264", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2094732666
03 - Create Initial JS This is where most of the work will be focused. Throughout this step, I will be updated the html and css to match the js. This is still just an initial version. The goal is for most of the file to be working, however, it's fine if everything does not work at this stage. Everything is not work...
gharchive/issue
2024-01-22T20:54:05
2025-04-01T06:40:24.261583
{ "authors": [ "sinclairems" ], "repo": "sinclairems/JavaScript-Quiz", "url": "https://github.com/sinclairems/JavaScript-Quiz/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
428586414
Change window title to Preference Pane title Found this advice in the HIG today: https://developer.apple.com/design/human-interface-guidelines/macos/app-architecture/preferences/ So maybe after #6 is merged, [ ] rename PreferencePane.toolbarTitle to simply title or preferencePaneTitle [ ] use the title for the windo...
gharchive/issue
2019-04-03T06:23:42
2025-04-01T06:40:24.284868
{ "authors": [ "DivineDominion", "sindresorhus" ], "repo": "sindresorhus/Preferences", "url": "https://github.com/sindresorhus/Preferences/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
638633786
Add Scientific Writing By @writing-resources @ashwinvis and @maehr Discussion can be found here https://github.com/sindresorhus/awesome/pull/1700 https://github.com/writing-resources/awesome-scientific-writing Open source tools for painless academic writing. This should be included, because academic writing is a ha...
gharchive/pull-request
2020-06-15T08:04:17
2025-04-01T06:40:24.315221
{ "authors": [ "ashwinvis", "maehr", "mourarthur", "sindresorhus" ], "repo": "sindresorhus/awesome", "url": "https://github.com/sindresorhus/awesome/pull/1798", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
659539372
Add Outsourcing https://github.com/morenoh149/awesome-outsourcing The business practice of hiring a party outside a company to perform services and create goods. It should be added because it provides valuable information if you are thinking about outsourcing software development. Where do you start, how does this pr...
gharchive/pull-request
2020-07-17T19:03:42
2025-04-01T06:40:24.318131
{ "authors": [ "morenoh149" ], "repo": "sindresorhus/awesome", "url": "https://github.com/sindresorhus/awesome/pull/1826", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
307371940
New Yarn global directory on Windows With the release of Yarn 1.5.1, Yarn's global installation directory on Windows has changed. The global module storage path now includes "Data" such as AppData/Local/Yarn/Data/global/node_modules Reference: https://github.com/yarnpkg/yarn/pull/5336 This results in global-dirs rep...
gharchive/issue
2018-03-21T18:42:28
2025-04-01T06:40:24.330902
{ "authors": [ "IssuehuntBot", "ttamj" ], "repo": "sindresorhus/global-dirs", "url": "https://github.com/sindresorhus/global-dirs/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
140773428
use travis-ci container-based infrastructure Allows for faster builds. See docs for details. No longer needed: For repos we recognize on or after 2015-01-01, linux builds are sent to our container-based infrastructure.
gharchive/pull-request
2016-03-14T19:22:32
2025-04-01T06:40:24.344636
{ "authors": [ "Zertz", "sindresorhus" ], "repo": "sindresorhus/node-module-boilerplate", "url": "https://github.com/sindresorhus/node-module-boilerplate/pull/10", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
339114062
TypeError: URLParser is not a constructor in Node 6.12.2 The normalization function (version 3.1.0) does not work with node 6.12.2 The problem seems to be at the line: const URLParser = typeof URL === 'undefined' ? require('url').URL : URL; My guess is that it needs to be: const URLParser = typeof URL === 'undefined...
gharchive/issue
2018-07-07T03:42:14
2025-04-01T06:40:24.346794
{ "authors": [ "gnicolae14", "sindresorhus" ], "repo": "sindresorhus/normalize-url", "url": "https://github.com/sindresorhus/normalize-url/issues/69", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
935945146
fix contribution graph's time interval selection Visiting a profile on github and selecting a contribution year for the contribution graph sets the interval in the url query to the current month, or the last month of the given year. e.g. https://github.com/kiprasmel 2020: selects https://github.com/kiprasmel?tab=over...
gharchive/issue
2021-07-02T17:21:16
2025-04-01T06:40:24.355514
{ "authors": [ "fregante", "kidonng", "kiprasmel", "yakov116" ], "repo": "sindresorhus/refined-github", "url": "https://github.com/sindresorhus/refined-github/issues/4536", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1303317931
UI Frameworks Not Working Due to useExternalStore hook being undefined. Hi, I am attempting to use ChakraUI with Single-SPA, but I am unable to load ChakraUI, as the useExternalStore hook seems to be undefined. Issue was with the Single SPA playground using an older version of React and overriding the import.
gharchive/issue
2022-07-13T11:45:06
2025-04-01T06:40:24.367941
{ "authors": [ "efeyakinci" ], "repo": "single-spa/single-spa-react", "url": "https://github.com/single-spa/single-spa-react/issues/147", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2401279395
[Feature Request]: Add Hover Effect on Chatbot Icon Is there an existing issue for this? [X] I have searched the existing issues Feature Description Requesting the addition of a hover effect on the chatbot icon to enhance user experience and provide visual feedback when the icon is interacted with. Use Case Adding ...
gharchive/issue
2024-07-10T17:08:49
2025-04-01T06:40:24.374784
{ "authors": [ "HarshadaGirase", "singodiyashubham87" ], "repo": "singodiyashubham87/Draw-it-out", "url": "https://github.com/singodiyashubham87/Draw-it-out/issues/465", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1655748036
TadGan multivariate => ValueError: Axis 2 is outside the dimensions of X (1) Orion version: 0.4.1 Python version: 3.7.16 Operating System: windows Description I am writing to seek your assistance with an issue I have been encountering while using the orion-ml package. I am trying to use the package to perform multi...
gharchive/issue
2023-04-05T14:33:14
2025-04-01T06:40:24.387338
{ "authors": [ "mohammadx0098", "sarahmish" ], "repo": "sintel-dev/Orion", "url": "https://github.com/sintel-dev/Orion/issues/405", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
188795224
Please update changelog for v0.11 https://github.com/Sirupsen/logrus/blob/master/CHANGELOG.md wasn't updated. Done!
gharchive/issue
2016-11-11T16:18:38
2025-04-01T06:40:24.408937
{ "authors": [ "AlekSi", "sirupsen" ], "repo": "sirupsen/logrus", "url": "https://github.com/sirupsen/logrus/issues/443", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
408585954
missing training file while running TestCases scripts File "CartPole_MCTSRS.py", line 61, in data = joblib.load("Data/Train/itr_50.pkl") File "/usr/local/anaconda3/lib/python3.6/site-packages/joblib/numpy_pickle.py", line 590, in load with open(filename, 'rb') as f: FileNotFoundError: [Errno 2] No such file or direc...
gharchive/issue
2019-02-10T22:02:42
2025-04-01T06:40:24.412782
{ "authors": [ "divideby2", "maxiaoba" ], "repo": "sisl/AdaptiveStressTestingToolbox", "url": "https://github.com/sisl/AdaptiveStressTestingToolbox/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
110696819
"Hosted by"-string printed as b'Hosted by...' So I was speedtesting my connection when I noticed something weird Retrieving speedtest.net configuration... Retrieving speedtest.net server list... Testing from Ziggo (ip here)... Selecting best server based on latency... b'Hosted by SoftLayer Technologies, Inc. (Amsterd...
gharchive/issue
2015-10-09T16:49:07
2025-04-01T06:40:24.460694
{ "authors": [ "sivel", "tianon", "tomvanderlee" ], "repo": "sivel/speedtest-cli", "url": "https://github.com/sivel/speedtest-cli/issues/192", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
284707682
Handle multiple failures in aggregate_failures block RSpec 3.3 allows to group multiple failures using aggregrate_failures, but formatter doesn't not handle it. It just puts <testcase classname="spec.sample_test" name="test with aggregate_failures with multiple failures" file="./spec/sample_test.rb" time="0.037076"><...
gharchive/issue
2017-12-27T11:43:46
2025-04-01T06:40:24.495999
{ "authors": [ "TimAle", "jasoncodes", "xuantuan58" ], "repo": "sj26/rspec_junit_formatter", "url": "https://github.com/sj26/rspec_junit_formatter/issues/56", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
594796594
Bilateral filtering on depth map is missing w.r.t Original Kinect Fusion paper Hi, Is there any particular reason you aren't using bilateral filtering on depth maps before processing them? In every other paper and even the original Kinect Fusion paper uses bilateral filtering before passing on depth maps for further ...
gharchive/issue
2020-04-06T04:39:09
2025-04-01T06:40:24.503442
{ "authors": [ "mali-tintash", "sjy234sjy234" ], "repo": "sjy234sjy234/KinectFusion-ios", "url": "https://github.com/sjy234sjy234/KinectFusion-ios/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1630905231
Add to Favorites enhancement Hi I'm the one requested the enhancement on sf. Thank you for the update, it's working great, but there is something I hope you can add. Previous in favorite window I can double click these options to add to my favorite, the script does not do it. I added a event for it. Should be okay...
gharchive/issue
2023-03-19T11:51:50
2025-04-01T06:40:24.511851
{ "authors": [ "AlexanderHel", "sk2589822" ], "repo": "sk2589822/Exhentai-Enhancer", "url": "https://github.com/sk2589822/Exhentai-Enhancer/issues/50", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2390572202
Thank You message added after submit detail Description Added script and for show message prevent to reload page and reset form. Added thank you message div. Fixes: #366 Type of change [ ] Bug fix (non-breaking change which fixes an issue) [x] New feature (non-breaking change which adds functionality) [ ] Breakin...
gharchive/pull-request
2024-07-04T10:54:34
2025-04-01T06:40:24.516142
{ "authors": [ "zalabhavy" ], "repo": "sk66641/Random-Disco-Light-Simulator", "url": "https://github.com/sk66641/Random-Disco-Light-Simulator/pull/383", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2406074994
[Feature]: ui enhancement Description changed the ui of the warning modals all the 3 warning modals ui has been changed Fixes: #406 Type of change [ ] Bug fix (non-breaking change which fixes an issue) [ ] New feature (non-breaking change which adds functionality) [ ] Breaking change (fix or feature that would ca...
gharchive/pull-request
2024-07-12T17:46:36
2025-04-01T06:40:24.521375
{ "authors": [ "aditya-bhaumik" ], "repo": "sk66641/Random-Disco-Light-Simulator", "url": "https://github.com/sk66641/Random-Disco-Light-Simulator/pull/417", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1812073908
Allow more PopupSettings events Describe the feature in detail (code, mocks, or screenshots encouraged) Currently, the popup setting is a bit limited in the case of what events it offers. Would it be possible to add a event to PopupSettings such that the popup stays visible when the user hovers over the popup. This c...
gharchive/issue
2023-07-19T14:24:15
2025-04-01T06:40:24.560999
{ "authors": [ "LickABrick", "Sarenor", "endigo9740", "royce-mathew" ], "repo": "skeletonlabs/skeleton", "url": "https://github.com/skeletonlabs/skeleton/issues/1778", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
615418891
Update scalafmt-core to 2.5.2 Updates org.scalameta:scalafmt-core from 2.5.1 to 2.5.2. GitHub Release Notes - Version Diff I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just ment...
gharchive/pull-request
2020-05-10T15:45:31
2025-04-01T06:40:24.613869
{ "authors": [ "codecov-io", "scala-steward" ], "repo": "sksamuel/scapegoat", "url": "https://github.com/sksamuel/scapegoat/pull/361", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1946906691
Improvements Python's method resolution order makes it difficult to use the SniperLinkAccountAdapter with another adapter. Instead, I split it out into a SniperLinkAccountAdapterMixin that only defines the add_message method, and refactored SniperLinkAccountAdapter for backwards compatibility. I also used a real proj...
gharchive/pull-request
2023-10-17T08:55:56
2025-04-01T06:40:24.615954
{ "authors": [ "blag" ], "repo": "skulegirl/django-allauth-sniperlinks", "url": "https://github.com/skulegirl/django-allauth-sniperlinks/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
835672140
Type of intersection of two object types A and B is not equal to A & B I am trying to build a generic type with @skunkteam/types that takes an existing (object) type and extends it with a number of fields (id in this example): import { BaseObjectLikeTypeImpl, intersection, object, string, The, TypeImpl } from '@skunk...
gharchive/issue
2021-03-19T08:00:28
2025-04-01T06:40:24.630158
{ "authors": [ "pavadeli", "wvanderdeijl" ], "repo": "skunkteam/types", "url": "https://github.com/skunkteam/types/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
621052438
Simplify adding new probes Would be nice to have a more straighforward approach to add new probes. Maybe is it possible to copy how Telegraf handles it. They add a new folder with the "plugin" plus an import in a file with all the plugins: https://github.com/influxdata/telegraf/pull/7418/files They relay in the "init...
gharchive/issue
2020-05-19T15:04:15
2025-04-01T06:40:24.649293
{ "authors": [ "adrianlzt", "lebauce" ], "repo": "skydive-project/skydive", "url": "https://github.com/skydive-project/skydive/issues/2214", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
308711378
http : fix Basic Auth, as the server need to reply WWW-Authenticate on 401 run python-tests run python-tests run python-tests run python-tests run python-tests run python-tests run python-tests run python-tests run python-tests run python-tests rerun scale-tests run python-tests run python-t...
gharchive/pull-request
2018-03-26T19:50:42
2025-04-01T06:40:24.656254
{ "authors": [ "nplanel", "safchain" ], "repo": "skydive-project/skydive", "url": "https://github.com/skydive-project/skydive/pull/905", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
747566029
Custom Error Handling Is there any way we can deserialize the json in errorBody ? Hi, You can resolve it using the ApiErrorModeMapper. The map function will receive the raw ApiResponse.Failure.Error<*> model and you can customize it to your own error response. And you can handle the customized model via the map ex...
gharchive/issue
2020-11-20T15:11:10
2025-04-01T06:40:24.658059
{ "authors": [ "TrueKage", "skydoves" ], "repo": "skydoves/Sandwich", "url": "https://github.com/skydoves/Sandwich/issues/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
854666432
Allow binding of the "Tab" key I have muscle memory of navigating browser tabs using "Ctrl-Tab" and "Ctrl-Shift-Tab". Unfortunately, lagrange does not allow me to create this particular binding. Version 1.3 Fixed for v1.3.2.
gharchive/issue
2021-04-09T16:13:56
2025-04-01T06:40:24.664936
{ "authors": [ "benthor", "skyjake" ], "repo": "skyjake/lagrange", "url": "https://github.com/skyjake/lagrange/issues/244", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
787344800
[feature] get signatures info using CLI tool Describe your idea: @skylot first of all, thank you very much for Jadx. This makes the android RE experience so much easier. About the feature request, I see that jadx-gui has APK signature view which shows the details of all versions of signatures used. However, I don't s...
gharchive/issue
2021-01-16T04:25:31
2025-04-01T06:40:24.678080
{ "authors": [ "99zikke", "Surendrajat", "jpstotz", "skylot" ], "repo": "skylot/jadx", "url": "https://github.com/skylot/jadx/issues/1083", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }