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
2268691566
Question about poses_bounds.npy in the ExBluRF dataset Thanks for your great work! There are poses_bounds.npy and poses_bounds_subframes.npy in each scene of your dataset. Are they estimated from blurry training views + sharp test views or sharp (ground-truth) training views + sharp test views? The reason that I am a...
gharchive/issue
2024-04-29T10:42:34
2025-04-01T04:36:00.974194
{ "authors": [ "hmyang0727", "taekkii" ], "repo": "taekkii/ExBluRF", "url": "https://github.com/taekkii/ExBluRF/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1826543366
Fix 'change root directory' TODO + show path in file explorer Note that if the path starts with the home directory, it will be collapsed to ~ After chatting with Marwan, we will move forward with this PR to see how the change feels. However, we will eventually want to move this call to the root readDirectory call,...
gharchive/pull-request
2023-07-28T14:36:43
2025-04-01T04:36:01.090629
{ "authors": [ "marwan-at-work", "tylersmalley" ], "repo": "tailscale-dev/vscode-tailscale", "url": "https://github.com/tailscale-dev/vscode-tailscale/pull/129", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
491825236
Can't use node built in modules (fs, path, etc) in config files @serh11p's fix for watching modules in config files causes errors when require'ing node builtins like fs, path, etc. (node:55727) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'fs' at Object.openSync (fs.js:448:3) ...
gharchive/issue
2019-09-10T18:18:25
2025-04-01T04:36:01.160317
{ "authors": [ "adamwathan", "serh11p", "snaptopixel" ], "repo": "tailwindcss/tailwindcss", "url": "https://github.com/tailwindcss/tailwindcss/issues/1119", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
833091902
Translate doesn't appear to support arbitrary values <div class="mr-[-9.5rem]"></div> <div class="translate-x-[-9.5rem]"></div> The first <div> works as expected, but the second one does not appear to have the corresponding Tailwind utility class generated. Just tested and it is generated — are you just missing th...
gharchive/issue
2021-03-16T18:35:58
2025-04-01T04:36:01.175621
{ "authors": [ "adamwathan", "pheuter" ], "repo": "tailwindlabs/tailwindcss-jit", "url": "https://github.com/tailwindlabs/tailwindcss-jit/issues/77", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
55675612
我如果装了两个不同的douban.fm,我要怎么选择我想要的那个启动? turingou/douban.fm taizilongxu/douban.fm 这两个启动命令都一样啊,怎么办? 卸掉一个~~ 或者你可以 clone 这个项目,用 $ python douban.py 运行
gharchive/issue
2015-01-27T21:16:58
2025-04-01T04:36:01.194699
{ "authors": [ "ShiftWang", "taizilongxu" ], "repo": "taizilongxu/douban.fm", "url": "https://github.com/taizilongxu/douban.fm/issues/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1269587551
Need a way to allow service.mock suffix Currently when I enter service.mock suffix it doesn't catch. I have to enter just mock suffix which isn't accurate enough. This issue has been resolved in v1.0.4. @MatanYadaev Sorry for the late response. This issue has been resolved in v1.0.4.
gharchive/issue
2022-06-13T15:09:28
2025-04-01T04:36:01.208879
{ "authors": [ "MatanYadaev", "takuya-nakayasu" ], "repo": "takuya-nakayasu/eslint-plugin-angular-file-naming", "url": "https://github.com/takuya-nakayasu/eslint-plugin-angular-file-naming/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
350367760
vorax4 won't start Hello, Today odd thing happened when I tried to use vorax4. I'm receiving the following message: Initializing connection... /usr/share/ruby/logger.rb:746:in initialize' /usr/share/ruby/logger.rb:746:in open' /usr/share/ruby/logger.rb:746:in open_logfile' /usr/share/ruby/logger.rb:738:in set_dev' /...
gharchive/issue
2018-08-14T10:23:31
2025-04-01T04:36:01.234124
{ "authors": [ "fahad3git", "talek" ], "repo": "talek/vorax4", "url": "https://github.com/talek/vorax4/issues/86", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1679385553
hotfix/dependency update Changes/Commits: def: update flutter_local_notifications to latest version Updated to ^14.0.0-dev.2 from ^13.0.0 def: updated url_launcher and firebase dependencies Updated to url_launcher: ^6.1.10 from ^6.1.9 Updated to firebase_core: ^2.10.0 from ^2.4.0 Updated to firebase_messaging: ^...
gharchive/pull-request
2023-04-22T07:10:06
2025-04-01T04:36:01.241916
{ "authors": [ "bugnano", "theiskaa" ], "repo": "talkjs/talkjs-flutter", "url": "https://github.com/talkjs/talkjs-flutter/pull/31", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2039697652
redoc breaks when there is Json The following code will break redoc #[derive(Debug, Serialize, Deserialize, JsonSchema)] pub struct Request { } pub async fn request( Json(request): Json<Request>, ) -> impl IntoApiResponse { (StatusCode::OK, Json(())).into_response() } ApiRouter::new() .api_route("/...
gharchive/issue
2023-12-13T13:18:16
2025-04-01T04:36:01.276196
{ "authors": [ "JakkuSakura" ], "repo": "tamasfe/aide", "url": "https://github.com/tamasfe/aide/issues/95", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2222746215
WWW'24 Papers about Machine Unlearning Unlink to Unlearn: Simplifying Edge Unlearning in GNNs https://arxiv.org/abs/2402.10695 Paper added.
gharchive/issue
2024-04-03T12:02:58
2025-04-01T04:36:01.285742
{ "authors": [ "adasken", "tamlhp" ], "repo": "tamlhp/awesome-machine-unlearning", "url": "https://github.com/tamlhp/awesome-machine-unlearning/issues/31", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
156603338
Periodic reporting params Periodic reporting params added What's the purpose of CommandHandler? I think it complicates things. I've put some comments in the diff as well. Related the CommandHandler. If there is interface or base class the handlers can be handled in a general way (in a list this case). If a new ha...
gharchive/pull-request
2016-05-24T20:38:01
2025-04-01T04:36:01.292923
{ "authors": [ "gaborgsomogyi", "tananaev" ], "repo": "tananaev/traccar-manager-android", "url": "https://github.com/tananaev/traccar-manager-android/pull/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
56786994
Version number is not provided Hello! I am building traccar from source files on Ubuntu 12.04 LTS 32Bit. When I run package.sh file according to step 13 at http://www.traccar.org/docs/build.jsp, I got this message "Version number is not provided". Please suggest what am I missing? You need to provide a version numb...
gharchive/issue
2015-02-06T09:02:53
2025-04-01T04:36:01.297705
{ "authors": [ "khansquare", "tananaev" ], "repo": "tananaev/traccar", "url": "https://github.com/tananaev/traccar/issues/1064", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
463276631
A new question Have you implemented this algorithm in other deep learning frameworks, such as pytorch, caffe ? I have only implemented this algorithm in tensorflow. If I find other implementations in other frameworks, I will post references in the readme.
gharchive/issue
2019-07-02T14:54:26
2025-04-01T04:36:01.298687
{ "authors": [ "tancik", "tongshiwen" ], "repo": "tancik/StegaStamp", "url": "https://github.com/tancik/StegaStamp/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1379110313
[NEW ICON] F# / FSharp Skill Name F# Why? F# is a excellent functional programming language running on .NET platform. Reference Image Please Add This
gharchive/issue
2022-09-20T09:33:23
2025-04-01T04:36:01.300494
{ "authors": [ "A-Boring-Square", "Kyocius" ], "repo": "tandpfun/skill-icons", "url": "https://github.com/tandpfun/skill-icons/issues/205", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
156542462
Link to import page It looks like we have a page for scene import, but I don't see a link to it anywhere? We should add it to the nav (and possibly link elsewhere too). https://github.com/tangrams/tangram-docs/blob/gh-pages/pages/import.md Resolves with https://github.com/mapzen/mapzen-docs-generator/pull/149 and 5...
gharchive/issue
2016-05-24T15:46:43
2025-04-01T04:36:01.331657
{ "authors": [ "bcamper", "meetar" ], "repo": "tangrams/tangram-docs", "url": "https://github.com/tangrams/tangram-docs/issues/96", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2568300225
Add contributor.md file I would like to add this because this file is a crucial document in open-source repositories, providing clear guidelines and instructions for anyone interested in contributing to the project. It outlines how contributors can get involved, the contribution process, and the repository's coding s...
gharchive/issue
2024-10-05T20:12:11
2025-04-01T04:36:01.336762
{ "authors": [ "Amulya-B28", "Varsha567" ], "repo": "tanishaness/SPROCTOR", "url": "https://github.com/tanishaness/SPROCTOR/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1893824715
About the performance gap with the released checkpoints Thanks for your great work. I have two questions: With the same kinetics400 validation set (19796 videos) as that of mmaction, the same setting as your configs/recognition/vit/vitclip_base_k400.py (32 x 3 x 1 Views during testing), the checkpoint vit_b_clip_32...
gharchive/issue
2023-09-13T06:20:33
2025-04-01T04:36:01.375514
{ "authors": [ "hsi-che-lin", "taoyang1122", "yangbang18" ], "repo": "taoyang1122/adapt-image-models", "url": "https://github.com/taoyang1122/adapt-image-models/issues/35", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
172399295
After package update [11:39:52] 'wiredep' errored after 91 ms [11:39:52] TypeError: Cannot read property 'length' of undefined at flattenGlob (/Users/alexander.sokolovskiy/projects/people/web/app/themes/people/node_modules/glob2base/index.js:9:25) at setToBase (/Users/alexander.sokolovskiy/projects/people/web...
gharchive/issue
2016-08-22T08:51:57
2025-04-01T04:36:01.380716
{ "authors": [ "Phalconline" ], "repo": "taptapship/wiredep", "url": "https://github.com/taptapship/wiredep/issues/254", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2700666313
🛑 Tardis Wiki is down In be5fc48, Tardis Wiki (https://tardis.wiki/wiki/) was down: HTTP code: 522 Response time: 19870 ms Resolved: Tardis Wiki is back up in b1b4271 after 1 hour, 5 minutes.
gharchive/issue
2024-11-28T03:48:24
2025-04-01T04:36:01.417158
{ "authors": [ "Bongo50" ], "repo": "tardis-wiki/uptime", "url": "https://github.com/tardis-wiki/uptime/issues/47", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2398140714
feat: add log4rs logger The purpose is to supplement the log crate by adding configurability through a yaml file. With one central logger, we are able to save data in more granularity, including different output files and not merely runtime logs. Re-uses the log4rs implementation in tari L1 chain. Resolves #17
gharchive/pull-request
2024-07-09T12:54:56
2025-04-01T04:36:01.421002
{ "authors": [ "therealdannzor" ], "repo": "tari-project/sha-p2pool", "url": "https://github.com/tari-project/sha-p2pool/pull/18", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2130152868
fix: header sync and lingering volumes Description Show header sync status Cleanup anonymous volumes that some containers (tor 👀) leave lingering after shutdown Motivation and Context No lingering volumes and more accurate setup. How Has This Been Tested? Manually ACK
gharchive/pull-request
2024-02-12T13:35:04
2025-04-01T04:36:01.422841
{ "authors": [ "CjS77", "brianp" ], "repo": "tari-project/tari-launchpad", "url": "https://github.com/tari-project/tari-launchpad/pull/317", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
259198151
SyntaxError: Unexpected token => ElasticDump version : 3.3.1 Elasticsearch version : 1.7.3 Full command; elasticdump --input=http://localhost:9200/mean --output=/home/user/ElasticExportedData/elastic_mean_data.json --type=data /home/user/.nvm/versions/node/v0.12.17/lib/node_modules/elasticdump/elasticdump.js:1...
gharchive/issue
2017-09-20T15:06:35
2025-04-01T04:36:01.470747
{ "authors": [ "GITburakdeniz", "evantahler" ], "repo": "taskrabbit/elasticsearch-dump", "url": "https://github.com/taskrabbit/elasticsearch-dump/issues/349", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2251672302
Megathread: Streamer issues, DXFeed licensing, missing event types & symbols Hi folks, I wanted to let everyone know about some developments that will affect a lot of users of the SDK. Recently, a lot of users have been having issues with the streamer (#135, #137, #141) It turns out this is due to some changes that h...
gharchive/issue
2024-04-18T22:16:23
2025-04-01T04:36:01.509415
{ "authors": [ "DustinJSilk", "Graeme22", "OperationalFallacy", "Quenos", "ferdousbhai", "fisher8-jake", "inanisvitae", "joshuakoh7", "kaidaniel82", "leaph", "marwinsteiner", "pangyuteng", "some-person-0" ], "repo": "tastyware/tastytrade", "url": "https://gith...
1182786716
Adding a shortcut to vote On the original trello voting power up, you can vote in a card by pressing the key v while hovering, or inside a card. It would be handy to have the same option on the Leaner Coffee power up. Thank you Hi, Amanda. Unfortunately, that's not technically possible (yet). It's been asked before...
gharchive/issue
2022-03-28T02:21:01
2025-04-01T04:36:01.514169
{ "authors": [ "amandavarella", "tatablack" ], "repo": "tatablack/leaner-coffee-powerup", "url": "https://github.com/tatablack/leaner-coffee-powerup/issues/55", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
797287837
Misskey のリアクション後につく背景色を変更したい 現状 Misskey でリアクションを付けた後の背景色(以下の画像の水色部分)について、設定から変更できないように見受けられます。 リアクションはよく使う機能なので、見た目に与える影響も大きめだと思います。 ご検討のほど、よろしくお願いいたします。 https://github.com/tateisu/SubwayTooter/commit/4cf16c6ee890a7d492cd90bf9bc68dffff879e9d で対応。そのうちリリースされるでしょう。 https://github.com/tateisu/SubwayTooter/commit/4cf...
gharchive/issue
2021-01-30T00:27:17
2025-04-01T04:36:01.516932
{ "authors": [ "kintsuba", "tateisu" ], "repo": "tateisu/SubwayTooter", "url": "https://github.com/tateisu/SubwayTooter/issues/150", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1921770209
feat/user-feedback Please review before merging. :tada: This PR is included in version 1.72.0 :tada: The release is available on GitHub release Your semantic-release bot :package::rocket:
gharchive/pull-request
2023-10-02T11:53:59
2025-04-01T04:36:01.537917
{ "authors": [ "romain-cambonie" ], "repo": "taxi-gestion/client", "url": "https://github.com/taxi-gestion/client/pull/133", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
473074199
Track Assist move to infer moveset probabilities Sample messages: |move|p1a: Delcatty|Assist|p1a: Delcatty |move|p1a: Delcatty|Leech Seed|p2a: Heatran|[from]Assist Randomly calls a move from a party pokemon's moveset (even fainted pokemon). If the move is not known by any of the user's party, consider it as a possib...
gharchive/issue
2019-07-25T21:17:04
2025-04-01T04:36:01.539411
{ "authors": [ "taylorhansen" ], "repo": "taylorhansen/pokemonshowdown-ai", "url": "https://github.com/taylorhansen/pokemonshowdown-ai/issues/83", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
497791543
ignore the contents of markdown blockquotes > none of this should be spell checked Blockquotes, right? Or are we talking about code blocks? If it's the former, I wouldn't be averse to adding a way to configure the tool to ignore the contents of blockquotes. The latter should already be ignored. Block quotes I ...
gharchive/issue
2019-09-24T16:19:20
2025-04-01T04:36:01.643028
{ "authors": [ "hkiang01", "tbroadley" ], "repo": "tbroadley/spellchecker-cli", "url": "https://github.com/tbroadley/spellchecker-cli/issues/45", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2312633588
Create 2 warehouses for each site On creating of Site document 2 warehouse must get created One with the same name as that of the site and the other with suffix '-Scrap' Example if Site Name is Dummy then Warehouse names will be Dummy and Dummy-Scrap okay sir i will do it
gharchive/issue
2024-05-23T11:11:14
2025-04-01T04:36:01.707067
{ "authors": [ "abdul-hannan-shaikh", "partiksha021" ], "repo": "tcbinfotechpvtltd/hrcinfra", "url": "https://github.com/tcbinfotechpvtltd/hrcinfra/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1710790843
doesn't build Starting Performing "debug" build using /usr/bin/dmd for x86_64. Building bc-string 1.3.3: building configuration [default] /home/user/.dub/packages/bc-string-1.3.3/bc-string/source/bc/core/demangle.d(917,37): Error: returning `this.parseTypeFunction(name, IsDelegate.no)` escapes a reference to paramete...
gharchive/issue
2023-05-15T20:39:27
2025-04-01T04:36:01.712791
{ "authors": [ "redthing1" ], "repo": "tchaloupka/bc-string", "url": "https://github.com/tchaloupka/bc-string/issues/5", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
92680995
iterator - string - test description is wrong The last test on the iterator - string kata is wrong, i think it should say done=true, that's also what the assert ask for... Great project by the way, would love to hear if you need any help Oh right, the text above is wrong. Thanks for finding it. If you want to you c...
gharchive/issue
2015-07-02T16:37:29
2025-04-01T04:36:01.776934
{ "authors": [ "chiptus", "tddbin", "wolframkriesing" ], "repo": "tddbin/tddbin-frontend", "url": "https://github.com/tddbin/tddbin-frontend/issues/17", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
595877574
#400 Wrong file identifier/HTTP URL provided error when sending an image second time from Telegram X (first one was sent with timer and expired) Steps: Send a new image with timer (first time upload) wait for the peer to view the image and timer to expire upload the same image again without timer This was fixed ...
gharchive/issue
2020-04-07T13:41:54
2025-04-01T04:36:01.781840
{ "authors": [ "Sajilck", "levlam" ], "repo": "tdlib/td", "url": "https://github.com/tdlib/td/issues/991", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
61151777
In RDF, should SKOS be used for ac:layer In the trivial RDF rendering at http://species-id.net/wiki/Audubon_Core_Term_List_RDF_Version, the layer is represented as an ac term. Should it be rendered as a SKOS property instead? Original issue reported on code.google.com by morris.bob on 1 Oct 2012 at 2:03 OK, cur...
gharchive/issue
2015-03-13T17:34:00
2025-04-01T04:36:01.786298
{ "authors": [ "GoogleCodeExporter", "baskaufs" ], "repo": "tdwg/ac", "url": "https://github.com/tdwg/ac/issues/26", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
364517702
SIFT install on Ubuntu 18.04.1 LTS Incomplete due to Failures I'm trying to install SIFT on Ubuntu 18.04.1 LTS and getting the following results. Incomplete due to Failures -- Success: 199, Failure: 82 List of Failures (first 10 only) NOTE: First failure is generally the root cause. IMPORTANT: If openi...
gharchive/issue
2018-09-27T14:56:49
2025-04-01T04:36:01.848870
{ "authors": [ "DataLoreSpecialist", "ekristen", "jma4227", "qiMakur" ], "repo": "teamdfir/sift", "url": "https://github.com/teamdfir/sift/issues/312", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1731647833
news added Description As already mentioned in #ISSUE_NUMBER, this PR tackles: ... ... ... In particular, the ... Checklist [ ] I followed the indications in the CONTRIBUTING [ ] The documentation related to the proposed change has been updated accordingly (also comments in code). [ ] Have you written new tes...
gharchive/pull-request
2023-05-30T07:05:33
2025-04-01T04:36:01.855878
{ "authors": [ "danieledebernardinDTD" ], "repo": "teamdigitale/padigitale2026.gov.it-site", "url": "https://github.com/teamdigitale/padigitale2026.gov.it-site/pull/654", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1077474802
🛑 PMS Application - https://app.staging.greyfinch.com/ is down In 0616db3, PMS Application - https://app.staging.greyfinch.com/ (https://app.staging.greyfinch.com/) was down: HTTP code: 503 Response time: 172 ms Resolved: PMS Application - https://app.staging.greyfinch.com/ is back up in ff7fb30.
gharchive/issue
2021-12-11T08:57:34
2025-04-01T04:36:01.862435
{ "authors": [ "neil-buckley" ], "repo": "teamgreyfinch/staging-status", "url": "https://github.com/teamgreyfinch/staging-status/issues/731", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
591724029
Unable to install hephy workflow While following docs on setting up workflow, I ran the following command which is failing. Looks like this is deprecated and needs to replace with apps/v1? ➜ helm install hephy/workflow --namespace deis --set router.host_port.enabled=true Error: validation failed: [unable to recognize...
gharchive/issue
2020-04-01T08:25:19
2025-04-01T04:36:01.889818
{ "authors": [ "ChillarAnand", "Cryptophobia", "bacongobbler", "kingdonb" ], "repo": "teamhephy/workflow", "url": "https://github.com/teamhephy/workflow/issues/115", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
91287161
within_iframe needs a name/id Hello and thank you for your good work :) I'm in the situation that I want to test interaction with an iframe that is not completely under my control and that has neither an id nor a name (I create a div with an id, and some 3rd party JavaScript puts the iframe inside the div). That work...
gharchive/issue
2015-06-26T16:00:35
2025-04-01T04:36:01.895990
{ "authors": [ "Hainish", "PragTob", "mamhoff", "twalpole" ], "repo": "teampoltergeist/poltergeist", "url": "https://github.com/teampoltergeist/poltergeist/issues/630", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
248246931
Broken rails UJS loading when use arrow functions When you have form with remote: true and add some js function, which use arrow function (just have it somewhere, no even need to call it) and submit such form in feature test then you get an unknown format error while in browser form works fine. Using standard functio...
gharchive/issue
2017-08-06T13:22:28
2025-04-01T04:36:01.902120
{ "authors": [ "sd-kin", "twalpole" ], "repo": "teampoltergeist/poltergeist", "url": "https://github.com/teampoltergeist/poltergeist/issues/903", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
995627389
Batch OCR Invoice PDFs and extract text to input into web based fields - can but hard Hi! I am currently trying to develop a RPA system where invoices that were scanned manually(into PDF) are OCR-ed and specific text are then extracted for filling up fields in a web-based form. I was wondering if TagUI is able to do ...
gharchive/issue
2021-09-14T06:08:34
2025-04-01T04:36:01.925916
{ "authors": [ "Domsdorm", "kensoh" ], "repo": "tebelorg/RPA-Python", "url": "https://github.com/tebelorg/RPA-Python/issues/304", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
3119644
Option to work with Twitter Bootstrap Refs Issue #10 - adds the option in the config to make the html work with Twitter Bootstrap 2.0 I just released tabulous version 1.2.0, which adds support for Twitter Bootstrap version 2. Fantastic! Thanks for all the great work!
gharchive/issue
2012-02-07T05:51:30
2025-04-01T04:36:01.928174
{ "authors": [ "climyao", "edave", "techiferous" ], "repo": "techiferous/tabulous", "url": "https://github.com/techiferous/tabulous/issues/12", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
918204515
fix: PTP edition tags remove freeleech Also sort editionTags in alphabet order 印象中应该还有halfLeech吧 已添加
gharchive/pull-request
2021-06-11T04:20:43
2025-04-01T04:36:01.940073
{ "authors": [ "sabersalv", "techmovie" ], "repo": "techmovie/easy-upload", "url": "https://github.com/techmovie/easy-upload/pull/114", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
486178638
Getting error in angular-2-daterangepicke module while making build in angular 2 Hello Everyone, I have used npm angular-2-daterangepicke and follow steps that are given here (https://www.npmjs.com/package/angular-2-daterangepicker). This date range picker is working fine in my local machine but while making build fo...
gharchive/issue
2019-08-28T06:10:46
2025-04-01T04:36:01.945385
{ "authors": [ "anand171", "technikhil314" ], "repo": "technikhil314/angular-components", "url": "https://github.com/technikhil314/angular-components/issues/45", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
506569568
Update constants.js Update my e-mail address @20manas We will be fetching members details from a backend. Thanks.
gharchive/pull-request
2019-10-14T10:30:59
2025-04-01T04:36:01.947263
{ "authors": [ "20manas", "dwivediabhimanyu" ], "repo": "technojam/technojam-frontend", "url": "https://github.com/technojam/technojam-frontend/pull/190", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1334731115
fix: ensure that feature state is only set with valid ID This PR fixes an error that was showing up in the console: "Error: The feature id parameter must be provided." We had tried setting the tree circle's state to selected. However because of a wrong if/else condition, the ID that was to be selected was undefined. ...
gharchive/pull-request
2022-08-10T14:37:19
2025-04-01T04:36:01.951080
{ "authors": [ "dnsos", "tsboter" ], "repo": "technologiestiftung/treewatch-frontend", "url": "https://github.com/technologiestiftung/treewatch-frontend/pull/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
115343745
Problem in clustering intersections Hi, I'm running OpenStreetMap.jl in Julia 0.3.10 x64 on Win 7. When I was using the below code to filter and cluster intersections: nodes, hwys, builds, feats = getOSMData(MAP_FILENAME) highway_sets = findHighwaySets(hwys) intersection_mapping = findIntersectionClusters(nodes,inter...
gharchive/issue
2015-11-05T18:24:51
2025-04-01T04:36:02.007783
{ "authors": [ "liyan2015", "tedsteiner" ], "repo": "tedsteiner/OpenStreetMap.jl", "url": "https://github.com/tedsteiner/OpenStreetMap.jl/issues/78", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2082684416
Drop connection closed messages from test output A follow-up for closed #2524. We decided to go with editing the output. Avoiding splitting output and using regular expressions to make sure the code is fast and memory efficient in case the output is large. Resolves #2429 Pull Request Checklist [x] implement the feat...
gharchive/pull-request
2024-01-15T21:12:16
2025-04-01T04:36:02.015400
{ "authors": [ "psss", "thrix" ], "repo": "teemtee/tmt", "url": "https://github.com/teemtee/tmt/pull/2617", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
339993107
Modifications not respected on macOS 10.13.6 KE: 12.1.0 macOS: 10.13.6 I recently updated macOS to 10.13.6. My configuration settings are still present, but the OS does not recognize or utilize them. My re-mapped external devices are now back to factory default configuration(s). This issue seems to be resolved by u...
gharchive/issue
2018-07-10T20:23:13
2025-04-01T04:36:02.030465
{ "authors": [ "PSalant726", "jbiel" ], "repo": "tekezo/Karabiner-Elements", "url": "https://github.com/tekezo/Karabiner-Elements/issues/1489", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
243047575
Example JSON: opening new windows of applications via json shell_command This JSON example lets you open a new iTerm2 window via "left control, left shift, and `" or a new Chrome window via "left control, left shift, and 1", using the new shell_command in the complex modifications json element. (The ability to laun...
gharchive/pull-request
2017-07-14T16:33:34
2025-04-01T04:36:02.032778
{ "authors": [ "smlewis", "tekezo" ], "repo": "tekezo/Karabiner-Elements", "url": "https://github.com/tekezo/Karabiner-Elements/pull/837", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
1411755128
chelits er kau chelits er kau created by johnbent@gmail.com on 2017-01-07 14:22:18 johnbent@gmail.com replied, I never heard 'chelits er kau/kemiu' until today when Eli asked Charl what it means. I guess he hears kids say it a lot. Charl says it means "you're in trouble". I can't find it anywhere. Seems like you co...
gharchive/issue
2022-10-17T15:09:44
2025-04-01T04:36:02.041262
{ "authors": [ "johnbent" ], "repo": "tekinged/missing", "url": "https://github.com/tekinged/missing/issues/184", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1412436950
ngoterebakel ngoterebakel created by jimgeselbracht@yahoo.com on 2021-09-13 16:47:25 jimgeselbracht@yahoo.com replied, In the song "Imeyungs a Delad a Di Mel Tang," the last verse has:  Ulekum meng ngoterebakel a beluu / me sel bor ngii me sel kngar ngii / a dekersii el me dekiar / e kaiuekeed kau me ngak / e kaiue...
gharchive/issue
2022-10-18T01:25:47
2025-04-01T04:36:02.045619
{ "authors": [ "johnbent" ], "repo": "tekinged/missing", "url": "https://github.com/tekinged/missing/issues/346", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1283745422
TEP-0090: Matrix - Implement isSuccessful for Runs Changes TEP-0090: Matrix proposed executing a PipelineTask in parallel TaskRuns and Runs with substitutions from combinations of Parameters in a Matrix. In this change, we implement the isSuccessful member function of ResolvedPipelineRunTask for matrixed Runs. If t...
gharchive/pull-request
2022-06-24T13:20:05
2025-04-01T04:36:02.070839
{ "authors": [ "abayer", "jerop", "pritidesai" ], "repo": "tektoncd/pipeline", "url": "https://github.com/tektoncd/pipeline/pull/5035", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
707649161
Add LoginUrl Closes #172 Thanks for the contribution, @TheNeikos! Could you please also write a working example that I can run locally and test? Examples goes in the lib/examples folder
gharchive/pull-request
2020-09-23T20:13:10
2025-04-01T04:36:02.097528
{ "authors": [ "TheNeikos", "gugahoa" ], "repo": "telegram-rs/telegram-bot", "url": "https://github.com/telegram-rs/telegram-bot/pull/212", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
96695778
Error on "make test" after npm install telehash-c (OSX) ld: can't open output file for writing: bin/test_lib_base32, errno=2 for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[1]: *** [bin/test_lib_base32] Error 1 make: *** [test] Error 2 The reason: There is...
gharchive/issue
2015-07-23T00:12:28
2025-04-01T04:36:02.172443
{ "authors": [ "cfvaughnii", "jbdatko", "quartzjer" ], "repo": "telehash/telehash-c", "url": "https://github.com/telehash/telehash-c/issues/63", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1960588353
Update User.py Profile больше не работает Profile работает.
gharchive/pull-request
2023-10-25T05:47:43
2025-04-01T04:36:02.227181
{ "authors": [ "teleportx", "yawaflua" ], "repo": "teleportx/Py-SPW", "url": "https://github.com/teleportx/Py-SPW/pull/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
348297706
Should include common guidelines and workflow examples Right now there's always some initial friction in moving from a WIP module into a RELEASE one. I would suggest we move some of Kristians best practices and some of the common mistakes into some kind of GUIDELINES.md file, where we can refer design choices and pre...
gharchive/issue
2018-08-07T12:23:47
2025-04-01T04:36:02.274266
{ "authors": [ "itsdalmo", "rickardl" ], "repo": "telia-oss/terraform-module-template", "url": "https://github.com/telia-oss/terraform-module-template/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
474587725
Create PSR Tracker PSR tracker to update/initialize PSR in DB and (future) check for GitHub version/changes. done
gharchive/issue
2019-07-30T13:32:39
2025-04-01T04:36:02.275086
{ "authors": [ "mdcoon" ], "repo": "tellor-io/TellorMiner", "url": "https://github.com/tellor-io/TellorMiner/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1388501318
Design new create ballot Is your feature request related to a problem? Please describe. The creating ballot form is hard to use and not intuitive at all. Also, its tiny and everything is crowded. Describe the solution you'd like Design that uses the whole screen and helps the user to focus on creating their ballot. A...
gharchive/issue
2022-09-27T23:20:14
2025-04-01T04:36:02.288465
{ "authors": [ "Viterbo", "karynemayer" ], "repo": "telosnetwork/app-telos-native", "url": "https://github.com/telosnetwork/app-telos-native/issues/146", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2376532220
🛑 MYSITE2 is down In 8979fd2, MYSITE2 ($SECRET_SITE_OBOERU) was down: HTTP code: 0 Response time: 0 ms Resolved: MYSITE2 is back up in 5870835 after 46 minutes.
gharchive/issue
2024-06-27T01:35:26
2025-04-01T04:36:02.321152
{ "authors": [ "templain" ], "repo": "templain/mywatcher", "url": "https://github.com/templain/mywatcher/issues/3407", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2286379211
Java SDK seems to not play well with Replay tests. Setting child workflow ID using Temporal library seems to be throwing a non-deterministic error Details attached on the temporal forum support request - https://community.temporal.io/t/workflowreplayer-replayworkflowexecution-throwing-nondeterministicexception-when-r...
gharchive/issue
2024-05-08T20:19:31
2025-04-01T04:36:02.341238
{ "authors": [ "Quinn-With-Two-Ns", "gauravojha" ], "repo": "temporalio/sdk-java", "url": "https://github.com/temporalio/sdk-java/issues/2057", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
797469306
Possibility to set middleware to tenant routes This PR add possibility to set middlewares to tenant specific routes. Reason In my tenant specific views when I try to access global variable $errors it's undefined. That is because dynamic loaded routes.php file is missing web group middleware. Applying the changes fro...
gharchive/pull-request
2021-01-30T16:17:41
2025-04-01T04:36:02.394138
{ "authors": [ "dneykov", "fletch3555" ], "repo": "tenancy/multi-tenant", "url": "https://github.com/tenancy/multi-tenant/pull/979", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
640246213
Unable to restore model using crf_decode System information OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS Cataline 10.15.3 TensorFlow version and how it was installed (source or binary): 2.2.0 (from pypi) TensorFlow-Addons version and how it was installed (source or binary): 0.7.0 (from pypi) Python...
gharchive/issue
2020-06-17T08:27:26
2025-04-01T04:36:02.435586
{ "authors": [ "AntPeixe", "WindQAQ" ], "repo": "tensorflow/addons", "url": "https://github.com/tensorflow/addons/issues/1934", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
297645286
Where to see who wins when playing with gnu go Hi, I know this is a very naive question. I am new to Go. I played a game using my model against gnu go following the command in the readme (the twogtp command) of this repository. Anyone can tell me how to check who wins? The gnugo.sgf is below: (;FF[4]CA[UTF-8]AP[gogui...
gharchive/issue
2018-02-16T00:28:27
2025-04-01T04:36:02.473712
{ "authors": [ "amj", "weedwind" ], "repo": "tensorflow/minigo", "url": "https://github.com/tensorflow/minigo/issues/94", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
273205377
get the decoder hidden states after decoding After I pass an explicit output layer like here, I see that that decoder outpus after dynamic_decode is the output distribution of size |V| where V is the vocab. How can I recover the decoder hidden states ? A follow up question: In tf.contrib.seq2seq.BasicDecoder, the out...
gharchive/issue
2017-11-12T06:01:01
2025-04-01T04:36:02.643815
{ "authors": [ "danielwatson6", "oahziur", "peterpan2018", "rajarsheem", "schmiflo" ], "repo": "tensorflow/nmt", "url": "https://github.com/tensorflow/nmt/issues/170", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
132753871
Build pip package from source failed I got the following error while building pip package from the master version tensorflow/core/BUILD:75:1: Target '//google/protobuf:protobuf_python_genproto' is not visible from target '//tensorflow/core:protos_all_py_genproto'. Check the visibility declaration of the former target...
gharchive/issue
2016-02-10T16:43:49
2025-04-01T04:36:02.688438
{ "authors": [ "Dringite", "jrabary", "martinwicke", "mondatu", "vrv" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/1041", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
317705993
use freeze_graph and report TypeError: main() takes exactly 1 argument (0 given) ubuntu@vm:~/code/tensorflow/tensorflow$ freeze_graph \ --input_graph=/tmp/mobilenet_v1_1.0_224.pb --input_meta_graph=/tmp/mobilenet_v1_1.0_224.ckpt.meta --input_binary=true --input_checkpoint=/tmp/checkpoints/mobilenet_v1_1.0_224.ckp...
gharchive/issue
2018-04-25T16:37:45
2025-04-01T04:36:02.694023
{ "authors": [ "Swordancer", "dinglong1020" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/18865", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
340247849
tf.keras multi input models don't work when using tf.data.Dataset Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: It must be a bug, a feature request, or a significant problem with documentation (for small docs fi...
gharchive/issue
2018-07-11T13:42:33
2025-04-01T04:36:02.739929
{ "authors": [ "DavidPL1", "MatanSandori", "StenkinVlad", "drasmuss", "dstkibbrom", "gabrielibagon", "hhwxxx", "jashshopin", "jiunyen-ching", "keunwoochoi", "kristofgiber", "lgeiger", "mindis", "ricoms", "rmgogogo", "rohan100jain", "srcolinas", "...
358354612
TENSORFLOW ISSUES I've been trying to install TensorFlow for the past few hours and keep getting this error: >>>>>>>>>>>>>>>>>>>>>> ERROR REPORT <<<<<<<<<<<<<<<<<<<<<< Traceback (most recent call last): File "/anaconda2/lib/python2.7/site-packages/conda/exceptions.py", line 812, in __call__ return func(*args, *...
gharchive/issue
2018-09-09T06:40:56
2025-04-01T04:36:02.754325
{ "authors": [ "acsy0802", "robieta", "tensorflowbutler" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/22165", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
493660936
Keras code freezes on GPU Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: System information Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes OS Platform and Di...
gharchive/issue
2019-09-14T20:01:20
2025-04-01T04:36:02.763302
{ "authors": [ "jostheim", "oanush" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/32529", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
498396406
Re-emerged Issue #31509 - BaseCollectiveExecutor::StartAbort Out of range: The previous issue described in #31509 was fixed, but I am now experiencing exactly the same issue with all the same setup using the latest nightly build of TF2.0 when using tf.keras.optimizers.Adam @oracle3001 I am not seeing any issue wit...
gharchive/issue
2019-09-25T16:31:29
2025-04-01T04:36:02.850647
{ "authors": [ "00krishna", "600DZY", "AhmUgEk", "AndreaRigoni", "Andy1997-WQ", "CorbinXL", "LaurentBerger", "Xiaohui-Z", "bw4sz", "duysPES", "duysqubix", "ericvoots", "eustomaqua", "ismael-elatifi", "juliangall", "mtpgva", "npuichigo", "oracle30...
512802317
add a new class for realizing Early Stopping Please make sure that this is a feature request. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:feature_template System information TensorFlow version (you are using): 2.0 but this...
gharchive/issue
2019-10-26T07:21:25
2025-04-01T04:36:02.860913
{ "authors": [ "rmothukuru", "wubowen416" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/33739", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
642918258
Coral edge TPU Classification coordinates Hi, I am running my object classification using Raspberry pi 4, model B, coral edge TPU. I am using this command to classify the image. ‘model.classify_with_image(frame, threshold=args[“confidence”])’ It works perfectly but It does not give me coordinates like ‘model.detect_...
gharchive/issue
2020-06-22T09:41:58
2025-04-01T04:36:02.863193
{ "authors": [ "MevadaRavikumar", "ymodak" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/40663", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
791784468
Loading model from GCS takes longer than copying it to local and then loading the model System information Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No OS Platform and Distribution (e.g., Linux Ubuntu 16.04): x86_64 GNU/Linux Mobile device (e.g. iPhone 8, Pixel 2...
gharchive/issue
2021-01-22T07:52:01
2025-04-01T04:36:02.868834
{ "authors": [ "ravikyram", "sumitbinnani" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/46597", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
793094265
Keras model could save to h5 but not savedModel, call() missing argument I am using TF 2.2, the model is a keras model written in tf.keras.engine.training_v1.Model. I could save the model to h5 using model.save(save_format='h5), but if save using savedModel by just model.save(). the error is TypeError: call() missing...
gharchive/issue
2021-01-25T06:57:12
2025-04-01T04:36:02.878403
{ "authors": [ "Litchilitchy", "Saduf2019" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/46652", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
813781673
Value error with DELF I use the following code to compute delf, import argparse from glob import glob import tensorflow as tf import tensorflow_hub as hub from tensorflow.python.framework import ops from tensorflow.python.framework.ops import disable_eager_execution from tqdm import tqdm disable_eager_execution() t...
gharchive/issue
2021-02-22T19:09:40
2025-04-01T04:36:02.881809
{ "authors": [ "Zumbalamambo", "amahendrakar" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/47322", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
816532506
Install gpu Ubuntu16.04 misses crucial steps: "unable to locate package nvidia-driver-450" URL(s) with the issue: https://www.tensorflow.org/install/gpu?hl=ur#ubuntu_1604_cuda_110 Description of issue (what needs changing): 19th line: sudo apt-get install --no-install-recommends nvidia-driver-450 leads to error: E: U...
gharchive/issue
2021-02-25T15:17:18
2025-04-01T04:36:02.886119
{ "authors": [ "GrigoriiTarasov", "amahendrakar" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/47402", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
819617982
Cosine annealing learning rate scheduler with minimum learning rate boundary System information TensorFlow version (you are using): Tensorflow 2.x Are you willing to contribute it (Yes/No): Yes Describe the feature and the current behavior/state. In the nightly build, we have API called tf.keras.optimizers.schedule...
gharchive/issue
2021-03-02T05:00:27
2025-04-01T04:36:02.891919
{ "authors": [ "deeb02", "hfahrudin", "jvishnuvardhan", "mihaimaruseac" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/47493", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
998501427
Tensor board wont load log files Please make sure that this is a bug. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template System information Have I written custom code (as opposed to using a stock example script provi...
gharchive/issue
2021-09-16T18:22:42
2025-04-01T04:36:02.898008
{ "authors": [ "tilakrayal", "vulkomilev" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/52038", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1165103194
Got this warning while using @tf.function on tensorflow_probability. I am trying to train a reinforcment learning agent on BipedalWalker. To Speed things up I used @tf.function wrapper on my gradient calculations and then I got this warning. System information Have I written custom code (as opposed to using a stock ...
gharchive/issue
2022-03-10T11:30:11
2025-04-01T04:36:02.905318
{ "authors": [ "HimGautam", "gadagashwini", "mohantym" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/55190", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
123427730
[feature request] numpy style shape sugar I'd like to suggest numpy-like shape read-only property for tf.Tensor, something like: @property def shape(self): return tuple(self.get_shape().as_list()) I'd prefer not to have two ways to access (subtly different forms of) the same information. However, I wouldn't be o...
gharchive/issue
2015-12-22T07:06:51
2025-04-01T04:36:02.918485
{ "authors": [ "DSLituiev", "alextp", "danijar", "drpngx", "girving", "martinwicke", "mrry" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/586", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1678883296
ValueError: Unexpected result of predict_function (Empty batch_outputs) I have the below model I'm working on. The intention is to forecast the 'Index' field based on the impacts from the fields A,B,C and D. The Date field is of the type 'MM/DD/YYYY' `#Import necessary libraries import pandas as pd import numpy as n...
gharchive/issue
2023-04-21T17:49:11
2025-04-01T04:36:02.934674
{ "authors": [ "Erangi2020", "tilakrayal" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/60394", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1746807275
tf-mlir-translate and flatbuffer_translate failure for the ERF function For TF Results INVALID_MLIR test_erf_1_f32: Error 1 running command: /tensorflow/bazel-bin/tensorflow/compiler/mlir/tf-mlir-translate --graphdef-to-mlir --tf-enable-shape-inference-on-import --tf-output-arrays=result erf/test_erf_1_f32/model.pb -...
gharchive/issue
2023-06-07T23:07:13
2025-04-01T04:36:02.948065
{ "authors": [ "Jerry-Ge", "pkgoogle" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/60809", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2185477718
tf.raw_ops.DatasetToTFRecord: Aborted (core dumped) Issue type Bug Have you reproduced the bug with TensorFlow Nightly? Yes Source binary TensorFlow version tf 2.15 Custom code Yes OS platform and distribution Ubuntu 20.04 Mobile device No response Python version 3.9 Bazel version No response GCC/compiler version No ...
gharchive/issue
2024-03-14T05:41:47
2025-04-01T04:36:02.953595
{ "authors": [ "nonenone12135", "sushreebarsa" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/63689", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
197592069
Feature Request: Gradient for SVD op The gradient for the SVD op would be very useful so that it could be used in networks and cost functions. Currently when trying to use SVD I get the follow: LookupError: No gradient defined for operation 'Svd' (op type: Svd) So my request is for the gradient for the SVD op the ...
gharchive/issue
2016-12-26T14:13:56
2025-04-01T04:36:02.971980
{ "authors": [ "Branden-Zhang", "JaeDukSeo", "LionSR", "Xalos", "albertpumarola", "aselle", "cdiwork", "ddetone", "hicham-eyeem", "jjough", "kcyu2014", "kmyid", "kofd", "kstant0725", "mlhengin", "psycharo", "rmlarsen", "satyam-cyc", "schmiflo...
326144111
Added 64 bit toolchain flag to CMake build instructions When building tensorflow on windows with CMake, using the 64 bit toolchain (compiler (cl.exe) and linker (link.exe)) is needed. Using the 32 bit toolchain often result in errors such as C1060 "compiler out of heap space" and C1002: "compiler is out of heap space...
gharchive/pull-request
2018-05-24T14:19:38
2025-04-01T04:36:02.988839
{ "authors": [ "case540", "gunan", "m3bm3b", "smistad", "tensorflowbutler" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/19531", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
423959608
Removed references to _ref types in documentation. See #27005. I am not a good reviewer for this change. Please redirect. I'm also not a good reviewer for this. Maybe @alextp or @superbobry
gharchive/pull-request
2019-03-21T21:55:59
2025-04-01T04:36:02.990938
{ "authors": [ "av8ramit", "dynamicwebpaige", "gunan" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/27006", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
426415256
Documentation for tf.bitcast Added some examples in tf.bitcast function. #27166 somebody please review Could you please add Python after the backticks that initiate code samples or inline backticks? (e.g., ```python). tf.bitcast can be used over tf.cast when you have to assign some unsigned data type. For example...
gharchive/pull-request
2019-03-28T10:30:18
2025-04-01T04:36:02.996134
{ "authors": [ "hksonngan", "mihaimaruseac", "shashvatshahi1998" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/27239", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
431256115
Fix negative axis issue with ragged tensor and reduce_sum This fix tries to address the issue raised in #27497 where tf.reduce_sum with multiple negative axes and ragged tensor does not produce correct result. The issue is that during reduce op, ragged tensor will reduce one axis at a time. However, for negative axis...
gharchive/pull-request
2019-04-10T00:52:11
2025-04-01T04:36:02.998165
{ "authors": [ "rthadur", "yongtang" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/27699", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
165365964
Add exclusive kwarg to scan ops This adds an exclusive kwarg to the cumsum and cumprod ops. Documentation and tests have been extended to cover this kwarg. Can one of the admins verify this patch? Thank you for satisfying my inclusive scan pet peeve. :) Okay, I've updated the PR. I was trying to avoid line brea...
gharchive/pull-request
2016-07-13T16:35:04
2025-04-01T04:36:03.002413
{ "authors": [ "girving", "ibab", "tensorflow-jenkins" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/3296", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
673815893
[Intel MKL] Supporting native format in Convolution Fwd This PR adds support for native(user) format in convolution forward op. _MklNative* ops will be used in both graph and eager modes. This PR needs to be merged after "DNNL 1.5.1 Upgrade" PR is merged #42073 Thank you for your review. I have addressed the commen...
gharchive/pull-request
2020-08-05T20:08:55
2025-04-01T04:36:03.004016
{ "authors": [ "mahmoud-abuzaina" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/42071", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
356020362
Corrected tensorflow "module" operation name In tensorflow the module operation is called FloorMod and not Mod. This error will cause the converter to throw an error if it finds any module operation in the graph. https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/ops/math_ops.py#L1121 This chang...
gharchive/pull-request
2018-08-31T15:11:52
2025-04-01T04:36:03.023614
{ "authors": [ "ferrarodav" ], "repo": "tensorflow/tfjs-converter", "url": "https://github.com/tensorflow/tfjs-converter/pull/207", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
166292672
Master get_started에서 ## The computation graph 번역했습니다. 의역과 직역이 섞여있습니다. 확인 부탁드립니다. 네 감사드립니다. ^^
gharchive/pull-request
2016-07-19T09:58:12
2025-04-01T04:36:03.031394
{ "authors": [ "dollking", "rickiepark" ], "repo": "tensorflowkorea/tensorflow-kr", "url": "https://github.com/tensorflowkorea/tensorflow-kr/pull/32", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2634370208
Stack op failing for test case with dim(-2 and 3) for 4d inputs Description Stack op sanity test cases with dim =-2 and dim = 3 is failing with RuntimeError: TT_ASSERT @ /proj_sw/user_dev/mramanathan/OCT23_forge/tt-forge-fe/forge/csrc/graph_lib/shape.cpp:140: (i >= 0) && (i < (int)dims_.size()) E info: E ...
gharchive/issue
2024-11-05T04:15:00
2025-04-01T04:36:03.042644
{ "authors": [ "meenakshiramanathan1", "nvukobratTT" ], "repo": "tenstorrent/tt-forge-fe", "url": "https://github.com/tenstorrent/tt-forge-fe/issues/615", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2696919119
Optimize the web demo for yolov4 Problem description Have a real-time web demo for yolov4 What's changed Enable trace + 2cq Optimize the post processing Checklist [ ] Post commit CI passes [ ] Blackhole Post commit (if applicable) [ ] Model regression CI testing passes (if applicable) [ ] Device performance regressi...
gharchive/pull-request
2024-11-27T03:57:26
2025-04-01T04:36:03.049617
{ "authors": [ "aliuTT", "dvartaniansTT", "tt-rkim" ], "repo": "tenstorrent/tt-metal", "url": "https://github.com/tenstorrent/tt-metal/pull/15478", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2496845748
Update grid analysis overrides Need to support overriding all LayoutAttr params instead of only grid. Include maxShardedConfigs as well.
gharchive/issue
2024-08-30T10:28:14
2025-04-01T04:36:03.050761
{ "authors": [ "odjuricicTT" ], "repo": "tenstorrent/tt-mlir", "url": "https://github.com/tenstorrent/tt-mlir/issues/560", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2493377075
Add sharding support in ttnn backend Related to #450 as this enables multi-core runs if sharding is feasible. Related to #518 as this may rely on the compiler to generate legal memory layouts in the future. Added sharding support in ttnn backend, bootstrapped sharding attrs in compiler. Currently since the compiler c...
gharchive/pull-request
2024-08-29T03:34:55
2025-04-01T04:36:03.057192
{ "authors": [ "jnie-TT", "nobradovictt" ], "repo": "tenstorrent/tt-mlir", "url": "https://github.com/tenstorrent/tt-mlir/pull/541", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
264799851
should have breaking sections on changelog and migration section on docs to upgrade to v0.14, v0.11 This is very critical so that it's easier for everyone to upgrade. Later on, for each pull request, we must make sure to update docs immediately before merging the pull requests. done, closed.
gharchive/issue
2017-10-12T03:05:54
2025-04-01T04:36:03.064453
{ "authors": [ "hoatle" ], "repo": "teracyhq/flask-classful", "url": "https://github.com/teracyhq/flask-classful/issues/79", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
60368038
Support cocoapods Hi, I've created a podspec for you to just push to cocoapods spec repo. I've also added missing gitignore file and fixed a warning with unused variable. A little help if you never did it before: Check licence file. As far as I've noticed on cocoacontrols.com, you've tagged it as MIT, so I've attach...
gharchive/pull-request
2015-03-09T16:14:23
2025-04-01T04:36:03.085966
{ "authors": [ "natalia-osa", "terminatorover" ], "repo": "terminatorover/RGCardViewLayout", "url": "https://github.com/terminatorover/RGCardViewLayout/pull/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
386738478
Unable to run from command line Hi, I cannot run the command line as suggested in http://termsuite.github.io/getting-started/#run-terminology-extraction in Ubuntu 18.04.1 LTS java --version openjdk 10.0.2 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) OpenJDK 64-Bit Server VM (build ...
gharchive/issue
2018-12-03T09:57:03
2025-04-01T04:36:03.093764
{ "authors": [ "martavillegas", "mhabsaoui" ], "repo": "termsuite/termsuite-core", "url": "https://github.com/termsuite/termsuite-core/issues/108", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
608817905
Yǒu shé me bànfǎ kěyǐ kàn dào yùnxíng guòchéng ma 14/5000 Is there any way to see the running process? tern scanned the file for nearly 10 minutes, and it didn't end. It seemed to hang. Is there any way to see the running process? (ternenv) [root@localhost hf]# more tern.log 2020-04-29 14:16:08,212 - DEBUG - main - S...
gharchive/issue
2020-04-29T06:45:17
2025-04-01T04:36:03.173821
{ "authors": [ "00032118", "nishakm" ], "repo": "tern-tools/tern", "url": "https://github.com/tern-tools/tern/issues/673", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }