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
2290271058
Update weather_client.py Corrected main_naive time scale Nice catch, thank you @JoeRecursionJoe
gharchive/pull-request
2024-05-10T19:12:00
2025-04-01T06:04:13.515495
{ "authors": [ "JoeRecursionJoe", "mikeckennedy" ], "repo": "talkpython/mongodb-for-async-python-course", "url": "https://github.com/talkpython/mongodb-for-async-python-course/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2680846377
Introducing Tamagui Guru on Gurubase.io Hello team, I'm the maintainer of Anteon. We have created Gurubase.io with the mission of building a centralized, open-source tool-focused knowledge base. Essentially, each "guru" is equipped with custom knowledge to answer user questions based on collected data related to that...
gharchive/pull-request
2024-11-21T20:34:58
2025-04-01T06:04:13.528947
{ "authors": [ "kursataktas" ], "repo": "tamagui/tamagui", "url": "https://github.com/tamagui/tamagui/pull/3070", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
675816894
[BUG] Wrong Poetry schema [tool.poetry.dependencies] python = "^3.7" [tool.poetry.dev-dependencies] isort = "*" flake8 = "*" generates such an error: the required property "python" is missing Even Better TOML which is not true - python property is only needed in dependencies section. @willfrey Could you show a l...
gharchive/issue
2020-08-10T01:42:01
2025-04-01T06:04:13.534456
{ "authors": [ "jaklan", "tamasfe", "willfrey", "zevisert" ], "repo": "tamasfe/taplo", "url": "https://github.com/tamasfe/taplo/issues/35", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1320338507
Reproduced result doesn't match. Could you please specify the right training procedure? I'm getting the result below after training and testing. ===Action=== ==MPJPE=== Directions 116.01 Discussion 120.08 Eating 151.63 Greeting 120.19 Phoning 143.64 Photo 149.71 Posing 113.48 Pu...
gharchive/issue
2022-07-28T03:21:06
2025-04-01T06:04:13.537598
{ "authors": [ "nies14", "yangeer" ], "repo": "tamasino52/U-CondDGCN", "url": "https://github.com/tamasino52/U-CondDGCN/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
679516416
Add readBytes variant which uses Reader.ReadBytes to find character In several cases, we try to find the next character (e.g. "<") and don't really care about what comes until then. The existing ReadBytes method does exactly this, using the reader's buffered data, which means it can go much faster. While we're at it,...
gharchive/pull-request
2020-08-15T07:12:13
2025-04-01T06:04:13.551011
{ "authors": [ "imirkin", "tamerh" ], "repo": "tamerh/xml-stream-parser", "url": "https://github.com/tamerh/xml-stream-parser/pull/16", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1491228124
IOS-2709 Use mint's swiftformat instead of the system one. Added homebrew to the PATH Не завелось на новом компе, чуток подправил скрипт лишь бы у нас не оторвало )
gharchive/pull-request
2022-12-12T07:51:00
2025-04-01T06:04:13.562148
{ "authors": [ "Balashov152", "megakoko" ], "repo": "tangem/tangem-app-ios", "url": "https://github.com/tangem/tangem-app-ios/pull/1042", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
158398760
Fully support inlining of texture definition Documentation: https://github.com/tangrams/tangram-docs/blob/gh-pages/pages/textures.md Example Usage: cameras: perspective-camera: # Manhattan position: [-74.00976419448854, 40.70532700869127, 16] type: perspective fov: 45 activ...
gharchive/issue
2016-06-03T15:54:36
2025-04-01T06:04:13.569644
{ "authors": [ "bcamper", "tallytalwar", "westnordost" ], "repo": "tangrams/tangram-es", "url": "https://github.com/tangrams/tangram-es/issues/771", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
149969697
Polyline texture coordinates grow linearly with path distance Resolves #678 Before: After: There's currently no special logic for the texture coordinates of caps or joins. I haven't noticed significant visual impact from these, but they can be addressed incrementally as we see fit. LGTM. Will merge. @patriciogo...
gharchive/pull-request
2016-04-21T05:18:45
2025-04-01T06:04:13.571967
{ "authors": [ "bcamper", "blair1618", "tallytalwar" ], "repo": "tangrams/tangram-es", "url": "https://github.com/tangrams/tangram-es/pull/694", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
170612247
Use 2sp indents in sample YAML files This isn't an issue with tangrams/tangram per se, but with the examples. Most of the tangram examples use 4sp per YAML indent. After working fairly extensively with deeply indented YAML, I believe it is worth considering moving to 2sp per indent. As it is, a fair amount of the lin...
gharchive/issue
2016-08-11T10:14:52
2025-04-01T06:04:13.584309
{ "authors": [ "bcamper", "blair1618", "meetar", "nvkelso", "pnorman" ], "repo": "tangrams/tangram", "url": "https://github.com/tangrams/tangram/issues/379", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
715875775
[Refactor] Update all React Toolkit slices to use mutating syntax Use: state.x = true Instead of: { ...state, x: true, } Note that additional "mutation" could be done here. For example, in slices/notes.ts, there's a number of cases like this: toggleFavoriteNotes: (state, { payload }: PayloadAction<string...
gharchive/issue
2020-10-06T17:23:17
2025-04-01T06:04:13.601170
{ "authors": [ "markerikson", "taniarascia" ], "repo": "taniarascia/takenote", "url": "https://github.com/taniarascia/takenote/issues/358", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
395416724
Revert "Remove future::sync::oneshot use" This reverts commit 6067dfdae8c5292e97469cb73749565da4f762ab, PR #215 Looks like it is actually not allowed to call wait here as it stops this Future from being able to make progress (or at least it did when I updated tokio). Really need to make octobot more async throughout....
gharchive/pull-request
2019-01-02T23:43:00
2025-04-01T06:04:13.606962
{ "authors": [ "matthauck" ], "repo": "tanium/octobot", "url": "https://github.com/tanium/octobot/pull/221", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
113422806
More generic execution API Currently, JuliaWebAPI works for functions that are exported via process and take String parameters. It may be useful to have a mechanism where arbitrary functions (maybe limited to those with String and int/float params) could be executed via JSON and the APIInvoker. cc: @tanmaykm @viralb...
gharchive/issue
2015-10-26T18:38:43
2025-04-01T06:04:13.610984
{ "authors": [ "ViralBShah", "aviks", "tanmaykm" ], "repo": "tanmaykm/JuliaWebAPI.jl", "url": "https://github.com/tanmaykm/JuliaWebAPI.jl/issues/18", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
587521422
Resizing column to minimum doesn't work correctly Describe the bug (required) When resizing column header to minimum width, the text in the column is overlapping another column. Provide an example via Codesandbox! (required) https://codesandbox.io/s/github/tannerlinsley/react-table/tree/master/examples/column-resizin...
gharchive/issue
2020-03-25T08:20:11
2025-04-01T06:04:13.627431
{ "authors": [ "monikanowak", "tannerlinsley" ], "repo": "tannerlinsley/react-table", "url": "https://github.com/tannerlinsley/react-table/issues/2052", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
272225458
Localization Is there a way to make some texts on the autocomplete in another language? example: Instead of State of Sergipe, Brazil: https://www.dropbox.com/s/91yux0bnsh71i9a/Screenshot 2017-11-08 12.48.49.png?dl=0 Should be: Estado de Sergipe, Brasil Hi, As of now there is no support for the localization.
gharchive/issue
2017-11-08T14:49:59
2025-04-01T06:04:13.629269
{ "authors": [ "cesarvargas00", "tanoy009" ], "repo": "tanoy009/ng4-geoautocomplete", "url": "https://github.com/tanoy009/ng4-geoautocomplete/issues/14", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
999948788
attempt to call field 'diff' (a nil value) Description Whenever I type new text into my file, It prompts me the error Error executing vim.schedule lua callback: ...re/nvim/plugged/plenary.nvim/lua/plenary/async/async.lua:14: The coroutine failed with this message: ...ged/vgit.nvim/lua/vgit/controllers/events_controll...
gharchive/issue
2021-09-18T06:54:23
2025-04-01T06:04:13.634329
{ "authors": [ "hieulw", "tanvirtin" ], "repo": "tanvirtin/vgit.nvim", "url": "https://github.com/tanvirtin/vgit.nvim/issues/123", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
181164030
Documentation is not clear ....for me Greetings, sorry for asking a newbie question but for myDocument.getInEdges(myConnections) myConnections.getInEdges(myDocument) how exactly I get an object "myDocument" If I import the from pyArango.collection import Document I don't see any functions for getting a document by id...
gharchive/issue
2016-10-05T14:07:09
2025-04-01T06:04:13.765463
{ "authors": [ "AndreiD", "tariqdaouda" ], "repo": "tariqdaouda/pyArango", "url": "https://github.com/tariqdaouda/pyArango/issues/51", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1325315668
Loading checkpoints Hi, Great work and congrats. Can you help provide an example of loading the deberta checkpoint weights in your inference kernel? We encountered error so far. Thanks. How did you load the weights and what error did you get?
gharchive/issue
2022-08-02T05:42:07
2025-04-01T06:04:13.767826
{ "authors": [ "pchankh", "tascj" ], "repo": "tascj/kaggle-feedback-prize-2021", "url": "https://github.com/tascj/kaggle-feedback-prize-2021/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1400776298
Add filters and search to goals page Resolve #204 In other issues: [ ] owner filter [ ] page size limit [ ] sort filter [ ] tags filter [ ] save filter in query string [ ] save filter as preset
gharchive/issue
2022-10-07T07:57:16
2025-04-01T06:04:13.769778
{ "authors": [ "awinogradov" ], "repo": "taskany-inc/issues", "url": "https://github.com/taskany-inc/issues/pull/275", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1708667002
task is not found. Maybe you forgot to import it? If you have structure like this: blueprint_a_folder blueprint_b_folder taskiq_folder - broker.py - tasks.py main.py and if you run taskiq inside of taskiq folder, like this: taskiq worker broker:broker and after that run (in my example main.py backend server fi...
gharchive/issue
2023-05-13T15:59:36
2025-04-01T06:04:13.836435
{ "authors": [ "dinosaurtirex", "s3rius" ], "repo": "taskiq-python/taskiq", "url": "https://github.com/taskiq-python/taskiq/issues/131", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
748920521
Mobile - Party Details link from party URL - Doesn't load keeps spinning Mobile- When you come to our site for the 1st time and use a Party URL link when it takes you to Welcome to My Party Page to view the Party Details You can see it just spin and doesn't load the page But if you look on the menu you can see th...
gharchive/issue
2020-11-23T15:56:06
2025-04-01T06:04:13.845564
{ "authors": [ "jsmnglng-w", "monicakarnes" ], "repo": "tastefully-simple/cornerstone", "url": "https://github.com/tastefully-simple/cornerstone/issues/440", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
701838463
Prevent zero quantity items Bug fix on issue reported in forums Link to the post? https://forum.tastyigniter.com/d/2049-name-of-quantity-options-with-zero-value-show-in-cart/8 Merged!
gharchive/pull-request
2020-09-15T11:10:34
2025-04-01T06:04:13.852908
{ "authors": [ "ryanmitchell", "sampoyigi" ], "repo": "tastyigniter/ti-ext-cart", "url": "https://github.com/tastyigniter/ti-ext-cart/pull/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1411833370
🛑 Lavalink is down In d5309de, Lavalink (https://lava.chirailava.tk/metrics) was down: HTTP code: 500 Response time: 4070 ms Resolved: Lavalink is back up in 9a5e80e.
gharchive/issue
2022-10-17T16:01:09
2025-04-01T06:04:13.858393
{ "authors": [ "tathaha" ], "repo": "tathaha/bruhuptime", "url": "https://github.com/tathaha/bruhuptime/issues/163", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
955776818
perUser InstallScope Is your feature request related to a problem? Please describe. I am unsure if there are technical reasons for this not being possible, but wish to raise it to see if it is a possibility. Describe the solution you'd like Could the windows installer support the perUser InstallScope (and I think may...
gharchive/issue
2021-07-29T12:13:08
2025-04-01T06:04:13.883235
{ "authors": [ "FabianLars", "Uzaaft", "canhkieu", "drwhorx", "lucasfernog", "ottosson", "philipborg", "richardmward", "schachzug" ], "repo": "tauri-apps/tauri", "url": "https://github.com/tauri-apps/tauri/issues/2319", "license": "Apache-2.0", "license_type": "permissive...
1129458709
Abort on NSException (MacOS) Describe the bug Crashes with abort due to NSException on Monterey 12.1 running on ARM M1: 2022-02-10 12:33:22.267 app-name[74494:24837236] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]:...
gharchive/issue
2022-02-10T05:07:18
2025-04-01T06:04:13.889582
{ "authors": [ "amrbashir", "lucasfernog", "tmpfs" ], "repo": "tauri-apps/wry", "url": "https://github.com/tauri-apps/wry/issues/492", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1468460861
feat: support callback function in eval What kind of change does this PR introduce? [ ] Bugfix [x] Feature [ ] Docs [ ] New Binding issue #___ [ ] Code style update [ ] Refactor [ ] Build-related changes [ ] Other, please describe: Does this PR introduce a breaking change? [ ] Yes, and the changes were approved...
gharchive/pull-request
2022-11-29T17:40:59
2025-04-01T06:04:13.896435
{ "authors": [ "pewsheen", "wusyong" ], "repo": "tauri-apps/wry", "url": "https://github.com/tauri-apps/wry/pull/778", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1271689301
🛑 LG-Imports is down In c60b70f, LG-Imports (https://www.lg-imports.be) was down: HTTP code: 0 Response time: 0 ms Resolved: LG-Imports is back up in 2473082.
gharchive/issue
2022-06-15T05:27:21
2025-04-01T06:04:13.898892
{ "authors": [ "tavy315" ], "repo": "tavy315/uptime", "url": "https://github.com/tavy315/uptime/issues/108", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
467358156
。。。 我应该今天再来clon 代码的。 我昨天clone 然后 pc 上跑了 model 那变的测试代码,发现没问题,然后来找bug 。
gharchive/issue
2019-07-12T11:11:17
2025-04-01T06:04:13.903570
{ "authors": [ "liuyulin19921213" ], "repo": "taylorguo/MTCNN_Landmark106", "url": "https://github.com/taylorguo/MTCNN_Landmark106/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1029892333
Implement example: 7GUIs Counter The implementation must be integrated in this Markdown file: https://github.com/tbreuss/mithril-by-examples/blob/main/examples/7gui-counter.md And the content should be formatted like here for example: https://github.com/tbreuss/mithril-by-examples/blob/main/examples/routing.md If...
gharchive/issue
2021-10-19T06:00:53
2025-04-01T06:04:13.937122
{ "authors": [ "tbreuss" ], "repo": "tbreuss/mithril-by-examples", "url": "https://github.com/tbreuss/mithril-by-examples/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
168571243
目前的版本能否支持多音轨视频在播放中切换? 目前的版本能否支持多音轨视频在播放中切换?ijkplayer之前的版本我试过是不行的 应该是不支持的
gharchive/issue
2016-08-01T05:44:50
2025-04-01T06:04:14.143461
{ "authors": [ "linwea", "tcking" ], "repo": "tcking/GiraffePlayer", "url": "https://github.com/tcking/GiraffePlayer/issues/53", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
352557702
Upgrade into package Hi, I upgraded the algorithm into a package you can add into pypi, although I didn't add it yet. It has a propre testing file, README.md and all the files necessary for making it a package. I'd be happy to hear your comments about it. Thanks. Hi, Moonire : Please how to use your package, I want...
gharchive/pull-request
2018-08-21T14:09:47
2025-04-01T06:04:14.152783
{ "authors": [ "Moonire", "tiankonghenlan20113046" ], "repo": "tdedecko/hungarian-algorithm", "url": "https://github.com/tdedecko/hungarian-algorithm/pull/6", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2037454853
Receive Updates could be plug up tdlibClient, err := client.NewClient(authorizer) if err != nil { log.Fatalf("NewClient error: %s", err) } listener := tdlibClient.GetListener() defer listener.Close() for update := range listener.Updates { if update.GetClass() == client.ClassUpdate { log.Printf("%#v...
gharchive/issue
2023-12-12T10:31:26
2025-04-01T06:04:14.179395
{ "authors": [ "FunkyYang", "levlam" ], "repo": "tdlib/td", "url": "https://github.com/tdlib/td/issues/2715", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
2204529549
Warning in test/http.cpp while compile [ 83%] Building CXX object test/CMakeFiles/run_all_tests.dir/http.cpp.o /root/td/test/http.cpp: In member function 'virtual void Test_Http_reader::run()': /root/td/test/http.cpp:148:7: warning: moving 'a' of type 'td::BufferSlice' to itself [-Wself-move] 148 | a = std::mov...
gharchive/issue
2024-03-24T19:56:20
2025-04-01T06:04:14.181291
{ "authors": [ "Hentai", "levlam" ], "repo": "tdlib/td", "url": "https://github.com/tdlib/td/issues/2829", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
1178303693
time lapse as observationType Originally reported by @PatrickAJansen at https://github.com/inbo/camtraptor/issues/96#issue-1178267448 and split into 3 issues. It would be logical and practical for users to adopt three additional values of observationType in observations.csv (1 of 3): (1) "timelapse", for sequences th...
gharchive/issue
2022-03-23T15:40:24
2025-04-01T06:04:14.207585
{ "authors": [ "PatrickAJansen", "jimcasaer", "kbubnicki", "peterdesmet" ], "repo": "tdwg/camtrap-dp", "url": "https://github.com/tdwg/camtrap-dp/issues/207", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
836132913
Change term - associatedOccurrences Change term Submitter: John Wieczorek Justification (why is this change necessary?): Inconsistency Proponents (who needs this change): Proposed new attributes of the term: Term name (in lowerCamelCase): Organized in Class (e.g. Location, Taxon): Definition of the term: Usage com...
gharchive/issue
2021-03-19T15:41:46
2025-04-01T06:04:14.233744
{ "authors": [ "EstebanMH-SiB", "baskaufs", "campmlc", "deepreef", "jhpoelen", "ljwalker", "nielsklazenga", "tucotuco" ], "repo": "tdwg/dwc", "url": "https://github.com/tdwg/dwc/issues/324", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api...
1477738053
Ask a question goes to StandardJS Your 'Ask a question' link on Github issues goes to StandardJS: https://github.com/teafuljs/teaful/issues/new/choose It links here: https://discord.gg/ZegqCBr Oops! Good catch! We need to change the URL here https://github.com/teafuljs/.github/blob/7402795b3307f1477f002d2bb21c91a36...
gharchive/issue
2022-12-05T23:54:39
2025-04-01T06:04:14.251948
{ "authors": [ "aralroca", "jgentes" ], "repo": "teafuljs/teaful", "url": "https://github.com/teafuljs/teaful/issues/101", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1454262225
Support custom strategies that may do things like access a database or read external configuration An idea I'm writing down for posterity, and to help us avoid locking ourselves out of this in the future: In order to support a "bring your own SSO" feature set (i.e people using Ash have customers who want to use their...
gharchive/issue
2022-11-18T01:07:09
2025-04-01T06:04:14.254242
{ "authors": [ "jimsynz", "zachdaniel" ], "repo": "team-alembic/ash_authentication", "url": "https://github.com/team-alembic/ash_authentication/issues/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2526065401
Fix/apprunner fix: #56 terraform/envがignoreされててCIが死んでた
gharchive/pull-request
2024-09-14T08:07:26
2025-04-01T06:04:14.255227
{ "authors": [ "naruse666" ], "repo": "team-all-in/all-in", "url": "https://github.com/team-all-in/all-in/pull/60", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
163737778
Minify files on production mode How to configure webpack to minify bundle when sails run in production mode only, I added Uglify plugin to config but always make minify process no matter if in development mode. My config file. /** * Webpack Configuration * (sails.config.webpack) * */ var webpack = require('webpac...
gharchive/issue
2016-07-04T20:07:11
2025-04-01T06:04:14.315241
{ "authors": [ "leosuncin" ], "repo": "teamfa/sails-hook-webpack", "url": "https://github.com/teamfa/sails-hook-webpack/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2284348699
Switching to proc macros for code generation? I suspect you folks have thought about this, so I'm curious what your take is on using a proc macro mechanism such as quote to generate the output code instead of writeln!? If you think such a thing could potentially work, would you be amenable to merging a PR that switch...
gharchive/issue
2024-05-07T22:52:54
2025-04-01T06:04:14.401694
{ "authors": [ "killercup", "projectgus", "rdelfin" ], "repo": "technocreatives/dbc-codegen", "url": "https://github.com/technocreatives/dbc-codegen/issues/70", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1576711358
Feature/watering gdk New table watering Script script_store_gdk_watering_in_db.py for storing GdK data Refactor init_db_args to support two DBs @ff6347 FYI: access to public.watering only via token as it contains also non-public data. ok? @ff6347 FYI: access to public.watering only via token as it contains als...
gharchive/pull-request
2023-02-08T19:46:30
2025-04-01T06:04:14.404215
{ "authors": [ "birdNicolas", "ff6347" ], "repo": "technologiestiftung/qtrees-ai-data", "url": "https://github.com/technologiestiftung/qtrees-ai-data/pull/24", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
853484043
Add more tests and stories for the components We should have at least a simple test and a simple story for each component in the component folder. :tada: This PR is included in version 1.0.0 :tada: The release is available on GitHub release Your semantic-release bot :package::rocket:
gharchive/pull-request
2021-04-08T13:38:15
2025-04-01T06:04:14.406121
{ "authors": [ "tsboter", "vogelino" ], "repo": "technologiestiftung/stadtpuls-frontend", "url": "https://github.com/technologiestiftung/stadtpuls-frontend/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2451153072
Disable the "Unlatch" discovery PROBLEM DESCRIPTION A clear and concise description of what the problem is. Hi everyone, Thank a lot for your works ! I'm beginner with Nuki Hub 9.0 and i have only one little problem. I can't disable the "Unlatch" discovery to my home assistant. My door can't do this and i want to di...
gharchive/issue
2024-08-06T15:21:31
2025-04-01T06:04:14.452215
{ "authors": [ "Balooforever", "iranl" ], "repo": "technyon/nuki_hub", "url": "https://github.com/technyon/nuki_hub/issues/447", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
196914619
Added an ability to set default invalidation method for a pool There is a new method Pool::setInvalidationMethod that sets default invalidation method for a Pool object. After this method call, all Item objects got from the pool use the pool default invalidation method. The pull request closes #96 Coverage increas...
gharchive/pull-request
2016-12-21T11:54:22
2025-04-01T06:04:14.469550
{ "authors": [ "Finesse", "FinesseRus", "coveralls", "tedivm" ], "repo": "tedious/Stash", "url": "https://github.com/tedious/Stash/pull/335", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1664032791
[RFE] Create a directory with the test in the current working directory tmt test create <dir> creates a dir in test root directory, regardless of the current working directory - it would be great if the directory was created in the current working directory, see: $ pwd /home/user/tests/Regressions $ tmt test create -...
gharchive/issue
2023-04-12T07:49:22
2025-04-01T06:04:14.478132
{ "authors": [ "ivet1987", "lukaszachy", "psss", "zdohnal" ], "repo": "teemtee/tmt", "url": "https://github.com/teemtee/tmt/issues/1979", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
947638160
move to kt-paperclip? paperclip is deprecated and there's a maintained fork https://github.com/kreeti/kt-paperclip. How about changing dependencies and releasing a new version? @kshnurov Have you had any issues with Rails 7 and styles? @kshnurov Have you had any issues with Rails 7 and styles? @atomical I'm usi...
gharchive/issue
2021-07-19T13:10:55
2025-04-01T06:04:14.481550
{ "authors": [ "atomical", "kshnurov", "mathieujobin" ], "repo": "teeparham/paperclip-meta", "url": "https://github.com/teeparham/paperclip-meta/issues/55", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2164829723
[feat] Add a config setting to hide the "content moderation" message that was added in https://github.com/teia-community/teia-ui/pull/378 Describe the problem maybe it would be nice to have an OK button that I saw the message, and it wouldn't appear for me anymore, I'll pay attention to it anyway Tamas Antal Descri...
gharchive/issue
2024-03-02T14:16:14
2025-04-01T06:04:14.487934
{ "authors": [ "Zir0h", "melMass" ], "repo": "teia-community/teia-ui", "url": "https://github.com/teia-community/teia-ui/issues/392", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
411256886
2 New Group Policy API endpoints Missing API endpoint DELETE /networks/{networkId}/groupPolicies/{groupPolicyId} link Congrats by the way. This is the best Meraki API Client that I've come across, based on implemented API calls and code readability. @pocc So the first endpoint is already implemented under dash...
gharchive/issue
2019-02-18T00:28:05
2025-04-01T06:04:14.490546
{ "authors": [ "pocc", "tejashah88" ], "repo": "tejashah88/node-meraki-dashboard", "url": "https://github.com/tejashah88/node-meraki-dashboard/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
270743046
When Karabiner running Shift+Fn+Function key sends Function Key on tMBP When karabiner is running (empty profile), on a touchbar Macbook Pro, typing ex. shift+fn+f6 sends f6 instead of shift+f6. That's whenever Karabiner is running and with no further configuration. As soon as I quit it, the keyboard starts behaving ...
gharchive/issue
2017-11-02T17:36:43
2025-04-01T06:04:14.498270
{ "authors": [ "ToshB", "blackxored", "caa4444", "clayreimann", "rzarajczyk", "tekezo", "thedomdom", "thisismana", "xpmatteo" ], "repo": "tekezo/Karabiner-Elements", "url": "https://github.com/tekezo/Karabiner-Elements/issues/1080", "license": "unlicense", "license_type":...
892853559
Building and publishing Windows images Currently Ko is not able to build images for Windows (see https://github.com/google/ko/issues/361) and adding support for this is potentially a complicated problem to solve. In the interest of progressing development on Windows support for Tekton, I think it would be beneficial ...
gharchive/issue
2021-05-17T03:28:14
2025-04-01T06:04:14.534540
{ "authors": [ "aiden-deloryn" ], "repo": "tektoncd/pipeline", "url": "https://github.com/tektoncd/pipeline/issues/3951", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2011973662
What is the replacement for prow_implicit_git_ref in tekton.dev/v1beta1 We were using old version of Tekton and Prow and in there we used to get the Diff of the changes that we are making due to the use of "prow_implicit_git_ref" variable. As this is deprecated in the newer versions we are not able to get the diff. W...
gharchive/issue
2023-11-27T10:34:43
2025-04-01T06:04:14.538089
{ "authors": [ "opatil-vibrent", "vdemeester" ], "repo": "tektoncd/pipeline", "url": "https://github.com/tektoncd/pipeline/issues/7419", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1753915113
Fix workingdirinit step for Windows tasks Changes This change fixes an issue where Windows tasks would fail with an error during the 'workingdirinit' step: Failed to mkdir "\\ko-app\\workingdirinit": mkdir \ko-app\workingdirinit: The system cannot find the path specified. The workingdirinit step now correctly pars...
gharchive/pull-request
2023-06-13T02:27:54
2025-04-01T06:04:14.545443
{ "authors": [ "Yongxuanzhang", "afrittoli", "aiden-deloryn" ], "repo": "tektoncd/pipeline", "url": "https://github.com/tektoncd/pipeline/pull/6820", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
99516116
test_ext_peer sometimes segfaults I think this distinct from #58. Sometimes instead of the unit tests failing as in that issue, the process itself actually segfaults! You can view the full log at https://gist.github.com/natevw/26913782be7b00299c55 but here's the most interesting bit: test_ext_peer(94169,0x7fff7482430...
gharchive/issue
2015-08-06T20:16:38
2025-04-01T06:04:14.703833
{ "authors": [ "dvanduzer", "natevw", "quartzjer" ], "repo": "telehash/telehash-c", "url": "https://github.com/telehash/telehash-c/issues/68", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2079985714
FOV Slider This was in the original mod This has been ported to FinalBeta instead. See: https://modrinth.com/mod/finalbeta-stationapi-edition
gharchive/issue
2024-01-13T02:12:22
2025-04-01T06:04:14.817438
{ "authors": [ "telvarost" ], "repo": "telvarost/BetaTweaks-StationAPI", "url": "https://github.com/telvarost/BetaTweaks-StationAPI/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2013670697
🛑 QRCODE VIEWER is down In baa3821, QRCODE VIEWER (https://qrcode-viewer.onrender.com/qrcode-viewer/) was down: HTTP code: 0 Response time: 0 ms Resolved: QRCODE VIEWER is back up in b1ccd2b after 9 minutes.
gharchive/issue
2023-11-28T05:24:50
2025-04-01T06:04:14.823591
{ "authors": [ "templain" ], "repo": "templain/mywatcher", "url": "https://github.com/templain/mywatcher/issues/2646", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1806345909
🛑 Secret Site2 is down In 29b57df, Secret Site2 ($SECRET_SITE_2) was down: HTTP code: 404 Response time: 71 ms Resolved: Secret Site2 is back up in 2a6a010.
gharchive/issue
2023-07-15T21:52:48
2025-04-01T06:04:14.825860
{ "authors": [ "templain" ], "repo": "templain/mywatcher", "url": "https://github.com/templain/mywatcher/issues/337", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2472107096
merge from template-sync package.json chore(deps): add ^10.1.6 remove ^10.1.5 (devDependencies.@semantic-release/github) chore(deps): add ^24.1.0 remove ^24.0.0 (devDependencies.semantic-release) .github/workflows/codeql_analysis.yml chore(actions): merge from template .github/workflows/codeql_analysis.yml .githu...
gharchive/pull-request
2024-08-18T19:14:14
2025-04-01T06:04:14.829981
{ "authors": [ "arlac77" ], "repo": "template-tools/template-sync-hook", "url": "https://github.com/template-tools/template-sync-hook/pull/4362", "license": "0BSD", "license_type": "permissive", "license_source": "github-api" }
1592850997
Add port for the Frontend service. What was changed Add port for the Frontend service. Why? The change is necessary to allow the service running in the container to be accessible externally. Checklist How was this tested: docker build -t temporal:latest . docker run -p 127.0.0.1:8233:8233 --rm -it temporal:latest ...
gharchive/pull-request
2023-02-21T05:47:29
2025-04-01T06:04:14.833164
{ "authors": [ "CLAassistant", "zboralski" ], "repo": "temporalio/cli", "url": "https://github.com/temporalio/cli/pull/123", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
602178554
delete database + hostnames + tenant folder when website deleted hi i use last version of this package When I delete a record from websites, the information on that website, which includes the database and files and dbuser and ..., is not deleted Website::query()->findOrFail(request('website_id'))->delete(); I...
gharchive/issue
2020-04-17T19:12:11
2025-04-01T06:04:14.840453
{ "authors": [ "fletch3555", "id1385" ], "repo": "tenancy/multi-tenant", "url": "https://github.com/tenancy/multi-tenant/issues/930", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1860280451
IP Adapter SDXL Demo - RTX4090 Hi It takes almost 15 minutes to create an image with the RTX4090. Is this normal? 7/30 [02:38<09:06, 23.76s/it] @cometothed4rkside hi, when using V100 with PyTorch 2.0, generating 2 images with resolution 1024x1024 takes about 15s. Hence, I think there might be something wrong with y...
gharchive/issue
2023-08-21T22:47:04
2025-04-01T06:04:14.841618
{ "authors": [ "cometothed4rkside", "xiaohu2015" ], "repo": "tencent-ailab/IP-Adapter", "url": "https://github.com/tencent-ailab/IP-Adapter/issues/7", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
419499792
tmkmsv0.4.0 errored out after I stopped gaiad service and will not restart I was successfully running tmkms 0.4.0 built with ledgertm support. When I stopped the gaiad service that tmkms was connected to locally I received an error that I was unable to recover from. Here is the error WITH the backtrace results: BACK...
gharchive/issue
2019-03-11T14:29:32
2025-04-01T06:04:14.861370
{ "authors": [ "phonikg", "tarcieri" ], "repo": "tendermint/kms", "url": "https://github.com/tendermint/kms/issues/214", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2285865609
🛑 Beeldoverleg Website is down In 506b716, Beeldoverleg Website (https://beeldoverleg.nl) was down: HTTP code: 0 Response time: 0 ms Resolved: Beeldoverleg Website is back up in 9e0fe2d after 6 minutes.
gharchive/issue
2024-05-08T15:21:47
2025-04-01T06:04:14.865545
{ "authors": [ "tendsgn" ], "repo": "tendsgn/upptime", "url": "https://github.com/tendsgn/upptime/issues/466", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1414120215
Feat:想求个亚洲和大洋洲制霸 感谢大佬出了世界版本的制霸!可以求个大洋洲和亚洲嘛?谢谢! thanks for the suggestion. see below: https://github.com/tenpages/us-level/blob/17d6d507e1d86bbc4f70ce408147844df0376fa5/README.md?plain=1#L36
gharchive/issue
2022-10-19T01:52:26
2025-04-01T06:04:14.866665
{ "authors": [ "Fanny-Yuan", "tenpages" ], "repo": "tenpages/us-level", "url": "https://github.com/tenpages/us-level/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
582740142
Make LossFunctionWrapper public Describe the feature and the current behavior/state. We just wrapper loss function by ourselves and public LossFunctionWrapper will unify the behavior. Relevant information Are you willing to contribute it (yes/no): Yes Are you willing to maintain it going forward? (yes/no): yes Is th...
gharchive/issue
2020-03-17T04:06:01
2025-04-01T06:04:14.873474
{ "authors": [ "fsx950223", "gabrieldemarmiesse" ], "repo": "tensorflow/addons", "url": "https://github.com/tensorflow/addons/issues/1324", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
648381388
Fixes up a typo in ContrastiveLoss name identifier. This PR should close the issue #1957. @googlebot I signed it!
gharchive/pull-request
2020-06-30T17:53:10
2025-04-01T06:04:14.874523
{ "authors": [ "gugarosa" ], "repo": "tensorflow/addons", "url": "https://github.com/tensorflow/addons/pull/1958", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
640286092
How to extract a graph_def from TFHub saved_model (e.g. mobilenet_v2/feature_vector) There are several TFHub models, in saved_model format, that would be useful to convert into a graph_def using standard TF2 API. For example, the model here: https://tfhub.dev/google/tf2-preview/mobilenet_v2/feature_vector/4 The snip...
gharchive/issue
2020-06-17T09:23:40
2025-04-01T06:04:15.028845
{ "authors": [ "jignparm", "maringeo" ], "repo": "tensorflow/hub", "url": "https://github.com/tensorflow/hub/issues/617", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
426085019
Attention visualization corresponds to which sentence? In TensorBoard there appear attention visualization images, but there is only one image per 1000 steps. Is this a visualisation of a random sentence? Can I find out which one? Thanks Would like to know the answer to this too! Can you generate attention images f...
gharchive/issue
2019-03-27T17:13:34
2025-04-01T06:04:15.284292
{ "authors": [ "RobrechtM", "hichiaty" ], "repo": "tensorflow/nmt", "url": "https://github.com/tensorflow/nmt/issues/436", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1086084532
Augmenter on MultiShotMemorySampler I couldn't apply an augmentation by using the MultiShotMemorySampler. Could someone give an example on it? Thanks Hi, The MultiSHotMemorySampler expects a Callable for the augmenter with the following signature: def augmenter(x: Tensor, y: Tensor, num_augmentations_per_example: ...
gharchive/issue
2021-12-21T18:03:26
2025-04-01T06:04:15.310290
{ "authors": [ "BakhtawarRehman", "YetkinMesutKaraman", "owenvallis" ], "repo": "tensorflow/similarity", "url": "https://github.com/tensorflow/similarity/issues/206", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
372248289
"Tensor op instruction has no device string" I downloaded the latest version (built on 10/13), and tried the example. But it failed immediately: $ swift Welcome to Swift version 4.2-dev (LLVM d1ad27a0c9, Clang 528407c5c8, Swift 27d53eae28). Type :help for assistance. 1> import TensorFlow 2> var x = Tensor([[1,2], [3,...
gharchive/issue
2018-10-20T20:08:41
2025-04-01T06:04:15.315450
{ "authors": [ "bokertov", "pb-z", "rxwei" ], "repo": "tensorflow/swift", "url": "https://github.com/tensorflow/swift/issues/81", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
261054379
Tensorflow 1.3.0 and Python 3.5.2 Issue in Redhat RH 6.7 x86_64 issue in runtime ** GLIBC version 2.12 *** python -c "import tensorflow" File "/hdpapp/Anaconda3-4.2.0/lib/python3.5/imp.py", line 342, in load_dynamic return _load(spec) ImportError: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /hdpap...
gharchive/issue
2017-09-27T17:21:35
2025-04-01T06:04:15.324792
{ "authors": [ "gunan", "mukeshmantan", "sriharsha-sammeta" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/13347", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
291076714
TfLiteCameraDemo failed to work with NNAPI after commit e6ff665dbe4888aa5fdff8f34c44405acca2ddd1 I am testing NNAPI by forcing TfLiteCameraDemo to invoking libneuralnetworks.so. It worked correctly though slower. But since commit e6ff665dbe4888aa5fdff8f34c44405acca2ddd1, TfLiteCameraDemo crashes with error message li...
gharchive/issue
2018-01-24T03:55:51
2025-04-01T06:04:15.329911
{ "authors": [ "andrehentz", "benshi001", "freedomtan" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/16351", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
315962790
Getting an error for tensors with partial shape information with tf.contrib.staging.StagingArea 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 do...
gharchive/issue
2018-04-19T17:03:30
2025-04-01T06:04:15.341780
{ "authors": [ "mrry", "thomasquintana" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/18700", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
322647333
tf windows dll could you help me I want to use tensorflow on the windows platform. Why is it so hard? According to the official website's instructions, cmake came out of the vc project, but compiled a bunch of errors i use tf r1.2 ! please help me Thank you for your post. We noticed you have not filled out the foll...
gharchive/issue
2018-05-14T01:37:58
2025-04-01T06:04:15.365448
{ "authors": [ "craigtao", "henrysky", "reedwm", "tensorflowbutler" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/19261", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
378132189
Ubuntu 18.04 bazel build from source fails Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template System information OS Platform and Distribution: Description:...
gharchive/issue
2018-11-07T03:51:05
2025-04-01T06:04:15.391925
{ "authors": [ "ArmaanBhullar", "HappyCtest", "MingyaoLiu", "bjascob", "harshini-gadige" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/23574", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
403059101
convert densenet169 model to .tflite model fails, report lack min/max data System information TensorFlow-gpu 1.12 -OS Platform e.g., Linux Ubuntu 18. -Python version3.5 gtx1070 -bash scripts: echo 'starting convert fake model into tflite model:'${model_name}..... tflite_path="./models/${model_name}/fake/model.tfl...
gharchive/issue
2019-01-25T08:49:38
2025-04-01T06:04:15.403789
{ "authors": [ "Vincent630", "shashishekhar", "tensorflowbutler" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/25191", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
408574072
export_saved_model raises TypeError: Failed to convert object of type <class 'dict_values'> to Tensor. TPUEstimator.export_saved_model raises TypeError (when used on CPU). The same code with TPUEstimator replaced with Estimator works correctly. The error is: TypeError: Failed to convert object of type <class 'dict_va...
gharchive/issue
2019-02-10T20:17:17
2025-04-01T06:04:15.416260
{ "authors": [ "jvishnuvardhan", "mluszczyk", "sfujiwara", "shizhiw" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/25652", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
413037398
CUDA_ERROR_ILLEGAL_ADDRESS in SoftmaxCrossEntropyWithLogits when run in FP16 System information Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04.5 Mobile device (e.g. iPhone 8, Pixel 2, Sams...
gharchive/issue
2019-02-21T17:22:28
2025-04-01T06:04:15.425356
{ "authors": [ "cbcase", "jvishnuvardhan", "ravikyram" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/25977", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
548516819
TPU InternalError with TF 2.1.0 on Google Colab (Assigned device does not have registered OpKernel support for _Arg node iteratorgetnext_iterator) System information Custom code (as opposed to using a stock example script provided in TensorFlow): Yes OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Google Co...
gharchive/issue
2020-01-12T03:45:09
2025-04-01T06:04:15.437188
{ "authors": [ "MichaelKarpe", "bestpredicts", "huan", "ravikyram", "sushreebarsa" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/35785", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
638438466
Tensorflow 2.2.0 import error - DLL load failed Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template System information OS Platform and Distribution (e.g., Li...
gharchive/issue
2020-06-14T21:57:01
2025-04-01T06:04:15.445388
{ "authors": [ "Saduf2019", "saharatech" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/40461", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
685178633
ImportError: Traceback (most recent call last) while importing the tensorflow import tensorflow as I am getting following error error. Importing at jupyter notebook. Python version is 3.8.3. ImportError Traceback (most recent call last) ~\anaconda3\lib\site-packages\tensorflow\python\py...
gharchive/issue
2020-08-25T05:19:47
2025-04-01T06:04:15.458494
{ "authors": [ "Khezkid", "amahendrakar", "chaizhongming", "ssahu2498", "zawaranwar1" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/42645", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
744085659
Avoid asymmetric quantization (uint8) support in Tensorflow Lite Micro as much as possible. @tensorflow/micro As described in the TensorFLow Lite 8 bit quantization specification: "Note: In the past our quantization tooling used per-tensor, asymmetric, uint8 quantization. New tooling, reference kernels, and optimized...
gharchive/issue
2020-11-16T19:05:41
2025-04-01T06:04:15.460973
{ "authors": [ "advaitjain", "vikramdattu" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/44912", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
776520067
Assigning values to variables in Tensorflow graphs using the C API I am attempting to assign a value to a variable in a Tensorflow graph loaded using the C API. When I export a graph using Tensorflow 2.x it contains the following ops related to a particular variable: variable_name type: VarHandleOp device: number in...
gharchive/issue
2020-12-30T15:49:49
2025-04-01T06:04:15.477240
{ "authors": [ "remaininlight", "rohan100jain", "sushreebarsa" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/46077", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
814582220
support of TFlite of Snapdragon888 dsp Hi @shuki-k Sadly this is not possible. These new chips uses a newer version of HVX that is different than what Hexagon delegate supports. Originally posted by @karimnosseir in https://github.com/tensorflow/tensorflow/issues/47246#issuecomment-783807697 when will Snapdragon 88...
gharchive/issue
2021-02-23T15:41:34
2025-04-01T06:04:15.479246
{ "authors": [ "shuki-k" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/47345", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
838203992
tf.data.experimental.snapshot should allow providing custom hash 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 ...
gharchive/issue
2021-03-23T00:05:27
2025-04-01T06:04:15.485536
{ "authors": [ "ashahab", "tilakrayal" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/47994", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
856223219
Cholesky decomposition was not successful. The input might not be valid. 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 oppos...
gharchive/issue
2021-04-12T18:13:04
2025-04-01T06:04:15.495850
{ "authors": [ "ronnist", "saikumarchalla" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/48490", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1500386433
Reproducible dataset order after shuffle from checkpoint Click to expand! Issue Type Feature Request Source source Tensorflow Version tf 2.11 Custom Code No OS Platform and Distribution macOS Monterey 12.6, Debian GNU/Linux bookworm/sid Mobile device No response Python version 3.8.6 Bazel version No response GCC/Comp...
gharchive/issue
2022-12-16T15:06:20
2025-04-01T06:04:15.529565
{ "authors": [ "SuryanarayanaY", "WolodjaZ", "aaudiber", "tilakrayal" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/58925", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1758202613
When will TFRT integration be fully released? Click to expand! Issue Type Support Have you reproduced the bug with TF nightly? No Source source Tensorflow Version master, commit id 1bd12b4863759e44da4139628973f372655b14f6 Custom Code No OS Platform and Distribution Linux Mobile device No response Python version No re...
gharchive/issue
2023-06-15T07:21:45
2025-04-01T06:04:15.540862
{ "authors": [ "bchetioui", "sachinprasadhs", "ychensha" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/60876", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2372211496
Strange issue File already exists in database Issue type Others Have you reproduced the bug with TensorFlow Nightly? Yes Source binary TensorFlow version tf 2.16 Custom code Yes OS platform and distribution Pop os 22.04 Mobile device No response Python version 3.9 Bazel version No response GCC/compiler version No res...
gharchive/issue
2024-06-25T09:46:27
2025-04-01T06:04:15.551227
{ "authors": [ "samarmeena", "tilakrayal", "tomneo2004" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/70340", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
210420013
Fails when atrous rate is higher than ~280. When tf.nn.atrous_conv2d is called with a rate higher than ~280, tensorflow fails with the following message: F tensorflow/stream_executor/cuda/cuda_dnn.cc:2742] failed to enqueue convolution on stream: CUDNN_STATUS_NOT_SUPPORTED Further invistigation leads to when tensorfl...
gharchive/issue
2017-02-27T08:43:21
2025-04-01T06:04:15.554792
{ "authors": [ "asimshankar", "israelg99", "tatatodd", "yaroslavvb" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/7914", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
212667969
Feature request: Tensorboard: Set defaults (Split on underscores, tooltip sorting, ...) It would be awesome to be able to set preferred defaults for TensorBoard somewhere, in particular: Split on underscores Tooltip sorting method Best, Philip How would you feel about saving into browser localStorage? Closing s...
gharchive/issue
2017-03-08T08:23:14
2025-04-01T06:04:15.557098
{ "authors": [ "dandelionmane", "haeusser" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/issues/8188", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
245446178
R0.10 I need it for test Can one of the admins verify this patch? This has conflicts, and I don't think we're supporting r0.10 anymore -- consider making these changes to your own fork instead! Thanks!
gharchive/pull-request
2017-07-25T15:44:13
2025-04-01T06:04:15.558134
{ "authors": [ "dongfanker", "tensorflow-jenkins", "vrv" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/11752", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
339906690
Add complex support for tan At the moment tan in tensorflow supports float and double, but not complex types. This fix adds the support for tan, and removes related TODO in the test Signed-off-by: Yong Tang yong.tang.github@outlook.com @yifeif I am concerned about copybara here -- can it get stuck? Or what is the f...
gharchive/pull-request
2018-07-10T15:58:29
2025-04-01T06:04:15.559856
{ "authors": [ "martinwicke", "qlzh727", "yongtang" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/20671", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
400749369
Dilated/Atrous Conv implementation with cudnn As #24559 described, cudnn provided the same API for dilated/atrous Conv and non-dilated/atrous Conv. It is more like LSTMBlockCell in tf.contrib. Maybe I should apply for a new API of that of Conv using cudnn. I am not familiar with PR of tensorflow. I commented the ...
gharchive/pull-request
2019-01-18T14:33:42
2025-04-01T06:04:15.563446
{ "authors": [ "MlWoo", "rthadur", "tamaranorman", "tensorflowbutler" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/25025", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
588203283
[tflite] fix hexagon delegate profiling unit it seems the unit of the number returned by GetCycles() is microsecond instead of millisecond. Dividing it by 1,000 so that we can get more reasonable numbers when doing something like ./benchmark_model --graph=... --use_hexagon=1 --hexagon_profiling=1 @karimnosseir gen...
gharchive/pull-request
2020-03-26T07:10:04
2025-04-01T06:04:15.565071
{ "authors": [ "freedomtan", "karimnosseir", "rthadur" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/37929", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
228448316
Fix contrib.seq2seq.BeamSearchDecoder #9855 Fixed Issue 9855 by shielding the top_k op's input with min. Also fixed wrong log_probs shape at _get_scores method docstring. Can one of the admins verify this patch? scores_flat.shape[-1].value) might be None for dynamic batch size ? @chenghuige That is true. It wil...
gharchive/pull-request
2017-05-13T04:27:32
2025-04-01T06:04:15.569167
{ "authors": [ "chenghuige", "rmlarsen", "shuuki4", "tensorflow-jenkins" ], "repo": "tensorflow/tensorflow", "url": "https://github.com/tensorflow/tensorflow/pull/9875", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
445138353
Fix a bug when splitting and slicing zero-sized tensors Repro: a = tf.zeros([0, 4]); y = tf.split(a, 4, /* numSlices */, 1 /* axis */); Expected: y[0] through y[4] to be a tensor of shape [0, 1] Actual: Requested texture size [4x0] is invalid. Fixes https://github.com/tensorflow/tfjs/issues/1588 This change is  ...
gharchive/pull-request
2019-05-16T20:11:38
2025-04-01T06:04:15.582526
{ "authors": [ "dsmilkov", "msektrier" ], "repo": "tensorflow/tfjs-core", "url": "https://github.com/tensorflow/tfjs-core/pull/1759", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1260792628
train_and_evaluate.ipynb ValueError: Input contains NaN, infinity or a value too large for dtype('float32'). In tutorial: https://github.com/tensortrade-org/tensortrade/blob/master/examples/train_and_evaluate.ipynb Implement basic feature engineering sel.fit(X_train, precalculate_ground_truths(X_train, column='close'...
gharchive/issue
2022-06-04T15:00:24
2025-04-01T06:04:15.608726
{ "authors": [ "Quentin168", "Zymoo", "bhavithran1", "newzapster", "segatrade" ], "repo": "tensortrade-org/tensortrade", "url": "https://github.com/tensortrade-org/tensortrade/issues/446", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2172471268
Use default system Python in Ubuntu 20.04 for stack (and consequently also 22.04) A pre-requisite of #3766 , but we can start integrating this into our infrastructure now. This will also require likely removing python3-venv from the install deps playbook in metal-internal-workflow so we can make users default to the ...
gharchive/issue
2024-03-06T21:34:35
2025-04-01T06:04:15.615430
{ "authors": [ "tt-rkim" ], "repo": "tenstorrent/tt-metal", "url": "https://github.com/tenstorrent/tt-metal/issues/6100", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2457638172
#5337: use ttnn.moe op for Mixtral decode Ticket #5337 Problem description Use fused ttnn.moe op Checklist [ ] Post commit CI passes [ ] Blackhole Post commit (if applicable) [ ] Model regression CI testing passes (if applicable) [ ] New/Existing tests provide coverage for changes Stuti ran the tests, all passed ...
gharchive/pull-request
2024-08-09T10:42:08
2025-04-01T06:04:15.618021
{ "authors": [ "mtairum", "sraizada-tt" ], "repo": "tenstorrent/tt-metal", "url": "https://github.com/tenstorrent/tt-metal/pull/11246", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2426133754
Support for multi-device system descriptor #162 Example of system descriptor for n300: {'version': {'major': 0, 'minor': 0, 'patch': 39}, 'ttmlir_git_hash': '484963fb271e0817d5aa5fd6e6c4c3626787c2f2', 'product_identifier': 'unknown', 'system_desc': {'chip_descs': [{'arch': 'Wormhole_b0', 'grid_size': {'y': 8, 'x': 8}...
gharchive/pull-request
2024-07-23T21:09:27
2025-04-01T06:04:15.629063
{ "authors": [ "jnie-TT", "kmabeeTT", "nsmithtt", "tapspatel" ], "repo": "tenstorrent/tt-mlir", "url": "https://github.com/tenstorrent/tt-mlir/pull/220", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1186545923
Schema infer hangs Current Behavior I am trying to use the infer command on the following json delimited data: test.txt (uploaded as .txt to pass github filters). The command hangs after outputting: [14:03:59.070] loaded configuration file: /opt/tenzir/vast/etc/vast/vast.yaml` The debug output: [14:04:19.103] loaded...
gharchive/issue
2022-03-30T14:26:11
2025-04-01T06:04:15.633871
{ "authors": [ "dominiklohmann", "rdettai" ], "repo": "tenzir/vast", "url": "https://github.com/tenzir/vast/issues/2173", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }