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
784834515
Swiftmailer 6.2.5 serialize for asyncSending doesn't work anymore Q A Bug report? yes Feature request? no RFC? no How used? Standalone Swiftmailer version 6.2.5 PHP version 7.4.9 Observed behaviour after the Swiftmailer 6.2.5 update the PHP-function serialize cannot be used anymore the write the m...
gharchive/issue
2021-01-13T06:39:24
2025-04-01T06:40:32.255884
{ "authors": [ "fabpot", "jderusse", "markusramsak" ], "repo": "swiftmailer/swiftmailer", "url": "https://github.com/swiftmailer/swiftmailer/issues/1321", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1727559068
hope to support lyrics my music folder like this: /music/oldsong/song1-singer.mp3 /music/lightsong/songb-singer.mp3 /lyrics/oldsong/song1-singer.lrc /lyrics/lightsong/songb-singer.lrc I hope to be able to display the lyrics on the web interface Hello @chainofhonor The development of this project is currently on hol...
gharchive/issue
2023-05-26T12:44:33
2025-04-01T06:40:32.276875
{ "authors": [ "chainofhonor", "cwilvx", "mungai-njoroge", "tokisak1kurum1" ], "repo": "swing-opensource/swingmusic", "url": "https://github.com/swing-opensource/swingmusic/issues/126", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
98225005
add user option to list passed along to exec call Parameter is "user" with the value equal to the in-container username. Example: docker_obj = Docker::Container.get("mycontainer") cmd = { "/bin/sh", "ls", "/" } opts = { :user => "nobody" } docker_obj.exec(cmd,opts) The Docker engine will use the default value for u...
gharchive/pull-request
2015-07-30T17:48:53
2025-04-01T06:40:32.279481
{ "authors": [ "tlunter", "y3ddet" ], "repo": "swipely/docker-api", "url": "https://github.com/swipely/docker-api/pull/299", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2590239450
Initial version Includes editor and runner Todo: [ ] Documentation [ ] Checks Should we have ./gradlew check run on Github Actions or another runner?
gharchive/pull-request
2024-10-16T00:24:26
2025-04-01T06:40:32.282222
{ "authors": [ "SgiobairOg", "sabberworm" ], "repo": "swisscom/JCR-Hopper", "url": "https://github.com/swisscom/JCR-Hopper/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2256703291
Spinner never stops in overlay of breadcrumb-buttons When clicking on a breadcrumb-button ("Helps", "Contact"), a spinner is shown, but it has no condition to automatically be removed. @imagoiq please re-check
gharchive/issue
2024-04-22T14:33:36
2025-04-01T06:40:32.285147
{ "authors": [ "gfellerph", "imagoiq" ], "repo": "swisspost/design-system", "url": "https://github.com/swisspost/design-system/issues/2990", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
89816101
Bring component integration test in line with ember-cli This PR to ember-cli will likely be done soon and has a few differences from our implementation: It generates a component integration test by default when generating a new component (and allows generating a unit test by specifying --unit) It has a different arg...
gharchive/issue
2015-06-20T20:45:25
2025-04-01T06:40:32.294680
{ "authors": [ "blimmer", "rwjblue", "trabus" ], "repo": "switchfly/ember-cli-mocha", "url": "https://github.com/switchfly/ember-cli-mocha/issues/58", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
274468253
Added "keep image ratio" to Image plugin Hi, I believe this PR would help making the Image Plugin more usable. Added "Keep original image ratio" to the Widget. When checked, the height is automatically adjust, both in "percent" and "pixel" mode. The user should only modify the Width whilst the Height is updated acc...
gharchive/pull-request
2017-11-16T10:36:40
2025-04-01T06:40:32.327643
{ "authors": [ "facontidavide", "malban" ], "repo": "swri-robotics/mapviz", "url": "https://github.com/swri-robotics/mapviz/pull/543", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
594864229
boost::thread sleep not working I update my ros driver, after that this driver not publishing any ros topics! Then, I figure out that while loop in Spin() function execute only first time. So I change the code: (+) ros::Rate loop_rate(1000); while(gps_.IsConnected() && ros::ok()) { (-) boost::this_thread::sleep(boost...
gharchive/issue
2020-04-06T07:18:23
2025-04-01T06:40:32.332903
{ "authors": [ "Kyungpyo-Kim", "cbradyas", "pjreed", "zang09" ], "repo": "swri-robotics/novatel_gps_driver", "url": "https://github.com/swri-robotics/novatel_gps_driver/issues/84", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2083685196
feat: add option to enter directory on open command This is another nice feature to have in my opinion, and it's something that almost any TUI file manager has. That's intentional. See https://yazi-rs.github.io/docs/faq#why-cant-open-and-enter-be-a-single-command You can use this Smart enter tip to impl it. hat'...
gharchive/pull-request
2024-01-16T11:16:10
2025-04-01T06:40:32.353170
{ "authors": [ "Akmadan23", "sxyazi" ], "repo": "sxyazi/yazi", "url": "https://github.com/sxyazi/yazi/pull/523", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2622120878
Add WOL support Add Wake-On-LAN support for VPin Studio hosts that go into sleep / stand by mode on a LAN. Should work both from Windows and macOS Vpin Studio clients. Should work for hosts configured in the connection launcher or with previously discovered clients via. broadcast. nice idea! I'd love to see Wak...
gharchive/issue
2024-10-29T19:16:37
2025-04-01T06:40:32.358919
{ "authors": [ "Kongedam", "Ltek", "karlsnyder0", "syd711" ], "repo": "syd711/vpin-studio", "url": "https://github.com/syd711/vpin-studio/issues/574", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1908829990
🛑 The Great Gardens is down In 59a0d6a, The Great Gardens (https://thegreatgardens.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: The Great Gardens is back up in 9cf8772 after 20 minutes.
gharchive/issue
2023-09-22T12:37:21
2025-04-01T06:40:32.420463
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/12846", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1920326323
🛑 Superior Surface is down In c692561, Superior Surface (https://superior-surface.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Superior Surface is back up in 7ef5fe4 after 20 minutes.
gharchive/issue
2023-09-30T16:40:04
2025-04-01T06:40:32.422894
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/15687", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1921182950
🛑 AZ Brick Frames is down In df1095c, AZ Brick Frames (https://azbrickframes.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: AZ Brick Frames is back up in 91644bf after 31 minutes.
gharchive/issue
2023-10-02T03:24:14
2025-04-01T06:40:32.425290
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/16225", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1922082474
🛑 Absolute Landscape Solutions is down In a8b4506, Absolute Landscape Solutions (https://absolutelandscapesolutions.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Absolute Landscape Solutions is back up in 21d45f6 after 52 minutes.
gharchive/issue
2023-10-02T14:53:04
2025-04-01T06:40:32.427951
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/16433", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1924202404
🛑 AZ Brick Frames is down In 308f802, AZ Brick Frames (https://azbrickframes.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: AZ Brick Frames is back up in a72fa9c after 1 hour, 3 minutes.
gharchive/issue
2023-10-03T13:51:43
2025-04-01T06:40:32.430292
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/16802", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1924837396
🛑 Hard Stack Pro is down In 28f81e1, Hard Stack Pro (https://hardstackpro.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Hard Stack Pro is back up in a4cb7c7 after 29 minutes.
gharchive/issue
2023-10-03T19:50:47
2025-04-01T06:40:32.432663
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/16898", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1932071941
🛑 Pest Scout Pros is down In 5b1847e, Pest Scout Pros (https://pestscoutpros.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Pest Scout Pros is back up in e1c53d2 after 58 minutes.
gharchive/issue
2023-10-08T21:22:12
2025-04-01T06:40:32.435088
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/19179", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1932777119
🛑 Absolute Landscape Solutions is down In e25c5b8, Absolute Landscape Solutions (https://absolutelandscapesolutions.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Absolute Landscape Solutions is back up in e107a08 after 47 minutes.
gharchive/issue
2023-10-09T10:39:11
2025-04-01T06:40:32.437463
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/19764", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1933545547
🛑 The Great Gardens is down In 4bc63f3, The Great Gardens (https://thegreatgardens.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: The Great Gardens is back up in 00fed07 after 25 minutes.
gharchive/issue
2023-10-09T17:59:49
2025-04-01T06:40:32.440005
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/20153", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1940959921
🛑 Pest Scout Pros is down In f10b0fd, Pest Scout Pros (https://pestscoutpros.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Pest Scout Pros is back up in d251cc7 after 10 minutes.
gharchive/issue
2023-10-12T23:35:18
2025-04-01T06:40:32.442414
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/23599", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1955934263
🛑 Arborcare Ohio is down In eabc7c5, Arborcare Ohio (https://arborcareohio.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Arborcare Ohio is back up in cba6d57 after 38 minutes.
gharchive/issue
2023-10-22T14:59:54
2025-04-01T06:40:32.444749
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/31129", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1958871694
🛑 Garden Gate Fence is down In 957e796, Garden Gate Fence (https://gardengate-fence.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Garden Gate Fence is back up in 39ea6b5 after 10 minutes.
gharchive/issue
2023-10-24T09:35:14
2025-04-01T06:40:32.447159
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/32390", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1959150587
🛑 Pest Scout Pros is down In d603a5b, Pest Scout Pros (https://pestscoutpros.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Pest Scout Pros is back up in 2a49da5 after 42 minutes.
gharchive/issue
2023-10-24T12:29:53
2025-04-01T06:40:32.449684
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/32507", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1966396843
🛑 Tidy Cleaners is down In 940c4fe, Tidy Cleaners (https://tidycleanerstx.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Tidy Cleaners is back up in e0abedf after 1 hour, 44 minutes.
gharchive/issue
2023-10-28T03:40:28
2025-04-01T06:40:32.452207
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/35256", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1966444685
🛑 Well Repairman is down In 02921b5, Well Repairman (https://wellrepairman.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Well Repairman is back up in 97f4ff9 after 1 hour, 5 minutes.
gharchive/issue
2023-10-28T05:35:11
2025-04-01T06:40:32.454592
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/35315", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1967625020
🛑 Cleanwagon Ohio is down In 5c12497, Cleanwagon Ohio (https://cleanwagonohio.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Cleanwagon Ohio is back up in 407af42 after 10 minutes.
gharchive/issue
2023-10-30T06:46:42
2025-04-01T06:40:32.456907
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/36932", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1105774307
🛑 Precise Word AZ is down In ac8ceec, Precise Word AZ (https://precisewordaz.com/) was down: HTTP code: 500 Response time: 399 ms Resolved: Precise Word AZ is back up in 4c16df7.
gharchive/issue
2022-01-17T12:07:36
2025-04-01T06:40:32.459223
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/413", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1879241444
🛑 Alpha Landscaping is down In c45a5ed, Alpha Landscaping (https://alpha-landscaping.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Alpha Landscaping is back up in 9dd25b2 after 20 minutes.
gharchive/issue
2023-09-03T21:33:29
2025-04-01T06:40:32.461599
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/7083", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1889991828
🛑 AZ Brick Frames is down In c3dabe5, AZ Brick Frames (https://azbrickframes.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: AZ Brick Frames is back up in 2f915c1 after 1 hour, 10 minutes.
gharchive/issue
2023-09-11T08:44:45
2025-04-01T06:40:32.464193
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/9198", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
55005506
Finish missing translations Files remaining for translation process: [x] sl_SI/Mage_Oauth.csv [x] sl_SI/Mage_Eav.csv [x] sl_SI/Mage_Install.csv [x] sl_SI/Mage_GoogleCheckout.csv [x] sl_SI/Mage_SalesRule.csv [x] sl_SI/Mage_Newsletter.csv [x] sl_SI/Mage_Payment.csv [x] sl_SI/Mage_Tax.csv [x] sl_SI/Mage_Api2.csv [x] sl...
gharchive/issue
2015-01-21T11:10:40
2025-04-01T06:40:32.471236
{ "authors": [ "peterkokot" ], "repo": "symfony-si/magento-sl_SI", "url": "https://github.com/symfony-si/magento-sl_SI/issues/2", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
944839634
Missing dependencies [easy-coding-standard] Hi, I'm having issues using version 9.4. I get that it was changed to prefixed version, here's the conflict: And this is what I get running the command: PHP Fatal error: Uncaught ECSPrefix20210712\Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException: The ...
gharchive/issue
2021-07-14T22:20:44
2025-04-01T06:40:32.700121
{ "authors": [ "TomasVotruba", "rodber" ], "repo": "symplify/symplify", "url": "https://github.com/symplify/symplify/issues/3416", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
724214768
Add --daemon flag / pid file Would be nice if udp-proxy-2020 supported running as a daemon and writing a pid file to /var/run/udp-proxy-2020.pid or other user defined path. I successfully build your site-to-site version for the Unifiy UDM and it works very well 👍 . A daemonized version as you suggested would be a ...
gharchive/issue
2020-10-19T02:42:49
2025-04-01T06:40:32.795851
{ "authors": [ "synfinatic", "tiehfood" ], "repo": "synfinatic/udp-proxy-2020", "url": "https://github.com/synfinatic/udp-proxy-2020/issues/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1055502834
"Local" / "Remote" is switched from the perspective of the buyer. Hey there, just bought a channel on testnet using this API. It seems like local_balance and remote_balance should be switched: right now it's from the perspective of the server, it makes more sense to have it from the POV of the client IMO. Hey, yeah...
gharchive/issue
2021-11-16T22:44:06
2025-04-01T06:40:32.803693
{ "authors": [ "Jasonvdb", "john-zaprite", "kiwiidb", "rbndg" ], "repo": "synonymdev/blocktank-client", "url": "https://github.com/synonymdev/blocktank-client/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1060689653
roundtrippping content causes definition to disappear Initial checklist [X] I read the support docs [X] I read the contributing guide [X] I agree to follow the code of conduct [X] I searched issues and couldn’t find anything (or linked relevant results below) Affected packages and versions 1.2.4 Link to runnable ex...
gharchive/issue
2021-11-22T23:29:44
2025-04-01T06:40:32.813530
{ "authors": [ "ChristianMurphy", "wooorm" ], "repo": "syntax-tree/mdast-util-to-markdown", "url": "https://github.com/syntax-tree/mdast-util-to-markdown/issues/47", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1582152321
Create 'create-plugin-template' command Closes #166 We should create a github template which includes the ci scripts. The create-template command then is used to create a specific plugin template. Superseded by #245
gharchive/pull-request
2023-02-13T11:13:37
2025-04-01T06:40:32.817099
{ "authors": [ "dstallenberg" ], "repo": "syntest-framework/syntest-core", "url": "https://github.com/syntest-framework/syntest-core/pull/210", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1183036046
Anzeige inaktiver Benutzer Moin! Wenn ein Mitarbeiter ausscheidet kann ich ihn auf "inaktiv" setzen. Er taucht dann aber in keiner Übersicht mehr auf, ich habe ihn jetzt über die ID gefunden. Übersehe ich etwas? Oder wäre eine "Liste inaktiver Benutzer" eine sinnvolle Ergänzung? Vielen Dank, Merlin Mon @2steuer, du...
gharchive/issue
2022-03-28T07:51:01
2025-04-01T06:40:32.826408
{ "authors": [ "2steuer", "derTobsch" ], "repo": "synyx/urlaubsverwaltung", "url": "https://github.com/synyx/urlaubsverwaltung/issues/2786", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2644790625
HetznerCluster does not react on changes in relevant secrets /kind bug What steps did you take and what happened: The "HetznerCluster" object should listen to the changes in the secret that stores the Hetzner credentials. For example, because they have to be synced in the updated form to the workload clusters. This d...
gharchive/issue
2024-11-08T18:11:20
2025-04-01T06:40:32.850373
{ "authors": [ "guettli", "janiskemper" ], "repo": "syself/cluster-api-provider-hetzner", "url": "https://github.com/syself/cluster-api-provider-hetzner/issues/1508", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1044941728
HRDP and Reverse Proxy HRDP and Reverse Proxy not found in form The original author did not set poxy。。。 working on to add them by myself he was rude in his answers last time so better continue his work and develop it by myself i already added reverse proxy and i am working on hrdp :) OK
gharchive/issue
2021-11-04T16:16:34
2025-04-01T06:40:32.894232
{ "authors": [ "DarkneSsDz", "sysrom" ], "repo": "sysrom/DcRatCHS", "url": "https://github.com/sysrom/DcRatCHS/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
104560732
Support SystemJS builder dependency extraction without execution We currently execute transpiled ES6 in the target environment to extract the dependencies, but we don't use the execute function at all, so this is unnecessary work. In addition, not execution would allow transpiling to ES6 itself say just using the mod...
gharchive/issue
2015-09-02T20:03:58
2025-04-01T06:40:33.246251
{ "authors": [ "awalGarg", "guybedford" ], "repo": "systemjs/builder", "url": "https://github.com/systemjs/builder/issues/299", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
324615411
人狼ゲーム https://ja.wikipedia.org/wiki/汝は人狼なりや%3F https://jinrou.uhyohyo.net/manual/about triage: 閉じます。実装したくなったら再openする感じでお願いします 🙏
gharchive/issue
2018-05-19T09:15:32
2025-04-01T06:40:33.262818
{ "authors": [ "Sayamame-beans", "shironoir", "syuilo" ], "repo": "syuilo/misskey", "url": "https://github.com/syuilo/misskey/issues/1606", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
597960097
Integrate Lighthouse analysis Lighthouse should be integrated into CI. First, let's save the initial analysis report, then create tickets for optimization tasks. Ideas: Lazy loading Lazy loading images RAIL etc. Lighthouse is integrated
gharchive/issue
2020-04-10T15:54:27
2025-04-01T06:40:33.271810
{ "authors": [ "szgabsz91" ], "repo": "szgabsz91/iit-szg", "url": "https://github.com/szgabsz91/iit-szg/issues/85", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2724788330
[Bug]: Climate unnecessarily converting fahrenheit Version 3.0.0-alpha.51 Matter Controller Apple Home Steps to reproduce I have an Ecobee connected to HomeAssistant via the HomeKitBridge connection, I am then trying to export it via the Matter Hub add-on. When it shows up in the Home App, all the temperatures are ar...
gharchive/issue
2024-12-07T19:46:12
2025-04-01T06:40:33.311893
{ "authors": [ "DMedina559", "bassrock", "t0bst4r" ], "repo": "t0bst4r/home-assistant-matter-hub", "url": "https://github.com/t0bst4r/home-assistant-matter-hub/issues/271", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
855805164
[PCB] parse kicad_pcb file, and combine with the exported gerber files, to generate stack-up information. When we use F, In1, In2, B as default PCB layers, the generated gerber files can be easily recognized by EMS to know its stack order. Such as: -rw-r--r-- 1 yagamy staff 604348 Apr 12 12:29 tsp4-io-B_Cu.gbr -rw...
gharchive/issue
2021-04-12T10:08:55
2025-04-01T06:40:33.465972
{ "authors": [ "yagamy4680" ], "repo": "t2t-io/kicad-support-tools", "url": "https://github.com/t2t-io/kicad-support-tools/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1462461589
Spine terms added but then mapped terms disappear After adding spine terms and then save. Returning to the mapping shows spine terms saved but the mapping is gone. ...this prevents clicking of "Done Alignment" @jbaird123 @excelsior Jim is mapping CEDS. @jgoodell2 - I'm having trouble duplicating this problem. ...
gharchive/issue
2022-11-23T22:01:37
2025-04-01T06:40:33.468992
{ "authors": [ "jbaird123", "jeannekitchens", "jgoodell2" ], "repo": "t3-innovation-network/desm", "url": "https://github.com/t3-innovation-network/desm/issues/352", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1548439975
bug: Starting with create-t3-app and trying app leads to 404 Provide environment information N/A Describe the bug Hey, just a heads up – there is currently an open bug in Next.js for folks trying out the app directory (beta) as follows: if you are using i18n configuration inside of next.config.js, and the app directo...
gharchive/issue
2023-01-19T02:56:51
2025-04-01T06:40:33.475098
{ "authors": [ "leerob", "nayaabkhan" ], "repo": "t3-oss/create-t3-app", "url": "https://github.com/t3-oss/create-t3-app/issues/1096", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
202001608
Show rows at gutter instead of as-editor's normal-text. Pros Easier to correspond narrowEditor's text to underlying editor's text. When introduce inline-edit feature(Update bounded-editor's text by editing narrowEditor.) Cons When copying, no longer copy rows(possibly, sometimes useful to share row info to oth...
gharchive/issue
2017-01-19T23:03:50
2025-04-01T06:40:33.481014
{ "authors": [ "t9md" ], "repo": "t9md/atom-narrow", "url": "https://github.com/t9md/atom-narrow/issues/36", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
639412327
Handle restoring last closed tab When a floating tab is closed, and the user presses Ctrl+Shift+T (Ctrl+Shift+N on Firefox) to restore the last closed tab, the floating tab reappears (as a popup), but it's not always on top and TabFloater doesn't know it is restored. Catch the tab restore event (if possible), and eit...
gharchive/issue
2020-06-16T06:41:50
2025-04-01T06:40:33.494471
{ "authors": [ "ba32107" ], "repo": "tabfloater/tabfloater", "url": "https://github.com/tabfloater/tabfloater/issues/102", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
536652721
Create basic options page The user should be able to set: Hotkeys Default position of the floating tab Tab size? Positioning Fixed position Top left Top right... Smart positioning Follow when scrolling Follow when switching tabs Hotkeys Enable debugging
gharchive/issue
2019-12-11T22:36:39
2025-04-01T06:40:33.497209
{ "authors": [ "ba32107" ], "repo": "tabfloater/tabfloater", "url": "https://github.com/tabfloater/tabfloater/issues/5", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1631909806
datasource item nullable project Describe the bug A clear and concise description of what the bug is. I am unable to list all of the datasources on the server. This looks like the same issue as https://github.com/tableau/server-client-python/pull/1028 except with DatasourceItem instead of WorkbookItem Versions ...
gharchive/issue
2023-03-20T11:23:08
2025-04-01T06:40:33.512995
{ "authors": [ "jacalata", "peter-malcolm-bw" ], "repo": "tableau/server-client-python", "url": "https://github.com/tableau/server-client-python/issues/1210", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
210933378
Update Contributing Guide To include steps on how to branch off of development -- it'll avoid the merge conflicts from master we're seeing in PRs. (Note: I'm not a git wizard, but my sequence of steps works every time :) ) @grbritz addressed this.
gharchive/issue
2017-02-28T23:23:05
2025-04-01T06:40:33.514379
{ "authors": [ "RussTheAerialist", "t8y8" ], "repo": "tableau/server-client-python", "url": "https://github.com/tableau/server-client-python/issues/152", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2398370876
Localization It would be helpful, if we could either manually localize the text or you offer localization. This is now available with version 1.0.12! The documentation can be found here: https://github.com/tableflowhq/csv-import?tab=readme-ov-file#internationalization
gharchive/issue
2024-07-09T14:24:22
2025-04-01T06:40:33.518096
{ "authors": [ "JariKonstantin", "ciminelli" ], "repo": "tableflowhq/csv-import", "url": "https://github.com/tableflowhq/csv-import/issues/233", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
196253365
Recent Components page, RSS feed Hi folks. This PR adds a new "Recent Components" page, and "Recent Components" RSS feed. A couple more, small, build scripts were added -- check build.js co(function* generator() { yield componentsBuildList(options); // <- builds temporary components list (JSON) yield com...
gharchive/pull-request
2016-12-18T01:57:04
2025-04-01T06:40:33.583053
{ "authors": [ "mrmrs", "sebastienbarre" ], "repo": "tachyons-css/tachyons-css.github.io", "url": "https://github.com/tachyons-css/tachyons-css.github.io/pull/131", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1282395552
Set up Dependabot for signal-cli-rest-api Dependabot currently doesn't support Docker Compose, a possible fork around is to create a Dockerfile that contains only the following line FROM user/repo:version … and reference that Dockerfile in the compose config. @roschaefer do you think you might get to this this quar...
gharchive/issue
2022-06-23T13:18:29
2025-04-01T06:40:33.586363
{ "authors": [ "mattwr18", "tillprochaska" ], "repo": "tactilenews/100eyes", "url": "https://github.com/tactilenews/100eyes/issues/1388", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1595760285
extension for stable-diffusion-webui? Hello, Not sure how this github works... sorry about that in advance! I am just a user ... Very popular is using https://github.com/AUTOMATIC1111/stable-diffusion-webui I was just wondering if you can make body generation from a single portrait as extension to be added to the sta...
gharchive/issue
2023-02-22T20:05:16
2025-04-01T06:40:33.594104
{ "authors": [ "HyperUpscale", "tae-yeop" ], "repo": "tae-yeop/insetgan", "url": "https://github.com/tae-yeop/insetgan/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2306301094
SGX prove fails with: Can not serialize input for SGX io error Describe the bug BACKGROUND: Node successfully generated and submitted proof for block 179947 But when it tried to prove follow yo blocks, e.g. 180,466 it gets error: ERROR[05-20|14:49:17.718] Failed to request proof height=180,466 error=...
gharchive/issue
2024-05-20T16:02:34
2025-04-01T06:40:33.640327
{ "authors": [ "davaymne", "mratsim", "smtmfft" ], "repo": "taikoxyz/raiko", "url": "https://github.com/taikoxyz/raiko/issues/227", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1650314259
vscode hanging with some vue files What version of prettier-plugin-tailwindcss are you using? 0.2.5 What version of Tailwind CSS are you using? 3.2.7 What version of Node.js are you using? 18.12.1 What package manager are you using? yarn What operating system are you using? macOS Describe your issue We added prettie...
gharchive/issue
2023-04-01T05:55:32
2025-04-01T06:40:33.721769
{ "authors": [ "AjayDevInfy", "Doesntmeananything", "aaronmw", "ddahan", "gurgeous", "jd1378", "kmcgurty", "kotaksempit", "krisz094", "mingtheanlay", "or2e", "thecrypticace", "tjkohli", "tkat", "valgeirb" ], "repo": "tailwindlabs/prettier-plugin-tailwind...
953860545
如何获取个性签名 没看见获取个性签名的接口 tx 有相关 API 么(小声 好像有http接口,但是我找不到,如果有人能找到可以加到这里面 https://github.com/takayama-lily/oicq/blob/master/web-api.md
gharchive/issue
2021-07-27T13:02:56
2025-04-01T06:40:33.748077
{ "authors": [ "Stapxs", "takayama-lily" ], "repo": "takayama-lily/node-onebot", "url": "https://github.com/takayama-lily/node-onebot/issues/43", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2682673704
Fixes a bug when using llm chat is used with Ollama Model. The error: After the fix, this works. Do you have an up-to-date version of ollama Python package installed? Do you have an up-to-date version of ollama Python package installed? Let me check. No this is an issue with the llm-plugin. with this commit...
gharchive/pull-request
2024-11-22T09:58:02
2025-04-01T06:40:33.760991
{ "authors": [ "sukhbinder", "taketwo" ], "repo": "taketwo/llm-ollama", "url": "https://github.com/taketwo/llm-ollama/pull/20", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
72439855
Suggestion for good IDE setup Hi, can someone give advices on how to correctly setup an IDE to work on the project? I tried Eclipse (& scala-ide), Netbeans & IDEA without lot of success. In all 3 I can import the project, but in none of them I have a correct setup in which I have completion & navigation between Java,...
gharchive/issue
2015-05-01T14:10:52
2025-04-01T06:40:33.764544
{ "authors": [ "McFoggy", "takezoe" ], "repo": "takezoe/gitbucket", "url": "https://github.com/takezoe/gitbucket/issues/737", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1310911857
Pump rust-lightning to v0.0.108 This is needed because recent versions of rust-lightning expose the BigSize struct (used in TLV encoding) which will be used in some messages in the tower's Lightning interface (check bolt13). Related to #31 I guess we can bump this as part of your SoB main PR, or do you need it earl...
gharchive/pull-request
2022-07-20T11:39:42
2025-04-01T06:40:33.817560
{ "authors": [ "meryacine", "sr-gi" ], "repo": "talaia-labs/rust-teos", "url": "https://github.com/talaia-labs/rust-teos/pull/79", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1270970156
epub格式的书籍重新打开重影 倒入epub格式书籍后,重新打开进行阅读,翻页后有重影,应该是第一次加载的页面内容没有清除导致。 版本: 3.5.9 这个问题我也发现了,有可能是新版的 Readium 造成的。有时候上一页的图片都会残留在页面上。 但这个问题目前是可以解决的,阅读时在 页面设置 里把 主题配色 改成 白底黑字 就可以解决了。 感谢 @NeedforGit 提供的方案,这种方式可以临时解决无法阅读的问题。但在翻页的时候还是能看到残影,期待有更完美的解决方案。 我也有这个问题 同,还以为自己搞崩了呢 不使用默认的电子书自带主题就没事
gharchive/issue
2022-06-14T15:18:40
2025-04-01T06:40:33.825722
{ "authors": [ "NeedforGit", "fly2sky2000", "ql-isaac", "xuehuayous" ], "repo": "talebook/talebook", "url": "https://github.com/talebook/talebook/issues/197", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1805495509
npm create tamagui failing Current Behavior run npm create tamagui error: @tamagui/toast@npm:1.39.9: The remote server failed to provide the requested resource ➤ YN0035: │ Response Code: 404 (Not Found) ➤ YN0035: │ Request Method: GET ➤ YN0035: │ Request URL: https://registry.yarnpkg.com/@tamagui/toast/-/toast-...
gharchive/issue
2023-07-14T20:07:22
2025-04-01T06:40:33.866812
{ "authors": [ "matthewhausman", "natew" ], "repo": "tamagui/tamagui", "url": "https://github.com/tamagui/tamagui/issues/1423", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
107529810
Add search overloads that take in CancellationToken Once a search is fired off - there is no way to cancel the search process. I would suggest we add an overload to the search methods that takes in a cancellation token - which will stop the polling process in the background. We're seeing a bunch of users that fire of...
gharchive/issue
2015-09-21T14:51:33
2025-04-01T06:40:33.872176
{ "authors": [ "jochenvanwylick", "tamasvajk" ], "repo": "tamasvajk/SkyScanner", "url": "https://github.com/tamasvajk/SkyScanner/issues/18", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
63281822
Syrus GPS Configure syrus y traccar no recibe la información pero con la aplicación para android si funciona. En syrus desk dice que esta conectado al servidor. Please provide logs (tracker-server.log file). 2015-03-20 11:31:38 INFO: Starting server... 2015-03-20 11:31:38 INFO: Operating System name: Linux vers...
gharchive/issue
2015-03-20T18:48:07
2025-04-01T06:40:33.898233
{ "authors": [ "nando1993", "tananaev" ], "repo": "tananaev/traccar", "url": "https://github.com/tananaev/traccar/issues/1126", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
123890723
table name "USER" can not use in oracle database in the database Oracle can not be created with a table named "user". http://docs.oracle.com/cd/B19306_01/server.102/b14200/ap_keywd.htm and also VARCHAR2 Maximum size: 4000 bytes https://docs.oracle.com/cd/B28359_01/server.111/b28320/limits001.htm The fact that "us...
gharchive/issue
2015-12-25T17:05:15
2025-04-01T06:40:33.904188
{ "authors": [ "DenRozhko", "IhorDavydenko", "tananaev" ], "repo": "tananaev/traccar", "url": "https://github.com/tananaev/traccar/issues/1621", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
170193727
positions API swagger json parameters deviceId, from and to for API call GET /positions are marked as required in the swagger JSON However the api also accepts a request without parameters and returns a list of latest positions for all devices (including deviceId, not defined as a property of the Position model) A cl...
gharchive/issue
2016-08-09T15:18:06
2025-04-01T06:40:33.909658
{ "authors": [ "al3x1s", "stevenbouma", "tananaev" ], "repo": "tananaev/traccar", "url": "https://github.com/tananaev/traccar/issues/2199", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
239044808
Web not found Hello folks I have an issues within web UI , the web view is alway blank from localhost http://prntscr.com/fp0fn8 Have you downloaded the web app? yes folk, I download the traccar web UI and follow the instruction for traccar web in netbean but it said "Attaching to localhost:8000 Connection refused...
gharchive/issue
2017-06-28T03:44:37
2025-04-01T06:40:33.918000
{ "authors": [ "Turbovix", "neroshin", "tananaev" ], "repo": "tananaev/traccar", "url": "https://github.com/tananaev/traccar/issues/3301", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1957434216
IOS-4919 Update Token properties Не будут использоваться Сначала дождусь пока выпилю из апки
gharchive/pull-request
2023-10-23T15:23:51
2025-04-01T06:40:33.922502
{ "authors": [ "Balashov152" ], "repo": "tangem/blockchain-sdk-swift", "url": "https://github.com/tangem/blockchain-sdk-swift/pull/442", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
108024193
Mix of landuse kind wood and park in Prospect Park Brooklyn Not sure what to do here: Add wood to the park layer’s filter. On Wed, Sep 23, 2015 at 3:58 PM, Geraldine Sarmiento < notifications@github.com> wrote: Not sure what to do here: [image: screen shot 2015-09-23 at 3 56 36 pm] https://cloud.githubuserconten...
gharchive/issue
2015-09-23T22:58:35
2025-04-01T06:40:33.941011
{ "authors": [ "nvkelso", "sensescape" ], "repo": "tangrams/eraser-map", "url": "https://github.com/tangrams/eraser-map/issues/33", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
128951932
Use rounding when encoding position attributes as integers Fixes some small (but visible) discrepancies in vertex positions at the edges of tiles. LGTM.
gharchive/pull-request
2016-01-26T21:41:52
2025-04-01T06:40:33.941930
{ "authors": [ "blair1618", "tallytalwar" ], "repo": "tangrams/tangram-es", "url": "https://github.com/tangrams/tangram-es/pull/504", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
774948528
Firefox assumes that created data blobs (using data Object instead of an URL) are XML, outputs errors TANGRAM VERSION: 0.21.1 ENVIRONMENT: win7 64bit Firefox 84.0.1, win10 64bit Firefox 85.0, (no errors:) win10 64bit Edge 87 TO REPRODUCE THE ISSUE, FOLLOW THESE STEPS: use scene.setDataSource with type "GeoJSON" and ...
gharchive/issue
2020-12-26T23:34:20
2025-04-01T06:40:33.948230
{ "authors": [ "bcamper", "d3d9" ], "repo": "tangrams/tangram", "url": "https://github.com/tangrams/tangram/issues/772", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
824299227
Update scalatest to 3.2.6 Updates org.scalatest:scalatest from 3.1.4 to 3.2.6. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scal...
gharchive/pull-request
2021-03-08T08:09:35
2025-04-01T06:40:33.969308
{ "authors": [ "scala-steward" ], "repo": "tanishiking/scalaunfmt", "url": "https://github.com/tanishiking/scalaunfmt/pull/109", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
480699170
Header groups colSpan doesn't adjust with hidden columns Using v7? Thanks for using the alpha version of React Table v7! We're very excited about it. Yes, and I'm excited too! 🔥 Describe the bug When hiding columns, the colSpan of their respective headers doesn't change, resulting in columns being shifted to wrong...
gharchive/issue
2019-08-14T14:05:37
2025-04-01T06:40:33.986154
{ "authors": [ "mbrandau", "tannerlinsley" ], "repo": "tannerlinsley/react-table", "url": "https://github.com/tannerlinsley/react-table/issues/1446", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
490737084
JSX cell is unexpected render to '[Object Object]' in v7. JSX cell is render to '[Object Object]' Affected version: 7.0.0-alpha.32 - 7.0.0-alpha.34 You can achieve the same with columns: [ { Header: 'First Name', Cell: ({cell}) => <div>cell.value.firstName</div> accessor: 'firstName' }] This may be its intentiona...
gharchive/issue
2019-09-08T10:23:43
2025-04-01T06:40:33.989459
{ "authors": [ "Codar97", "elivoa", "tannerlinsley" ], "repo": "tannerlinsley/react-table", "url": "https://github.com/tannerlinsley/react-table/issues/1505", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
299696114
How to remove the script from the index.html to use useGoogleGeoApi ? I tried to removed the script of index.html <script type="text/javascript" src="https://maps.google.com/maps/api/js?key=myKey&libraries=places"></script> to public userSettings5: any = { geoCountryRestriction: ['fr'], geoTypes: ['address...
gharchive/issue
2018-02-23T12:29:11
2025-04-01T06:40:33.994596
{ "authors": [ "ishan123456789", "remyblancke", "tanoy009", "wilgert" ], "repo": "tanoy009/ng4-geoautocomplete", "url": "https://github.com/tanoy009/ng4-geoautocomplete/issues/24", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
660436568
custom baudrate for darwin and linux Uses the IOCTL for darwin, and termios2 for linux custom baudrate. Retains non-darwin (termios 1) behavior for other posix targets. Change also modified the DTR "hangup" behavior for linux to more accurately mimic a terminal. I was able to test this on OSX, Windows and Linux run...
gharchive/pull-request
2020-07-18T23:05:03
2025-04-01T06:40:34.067528
{ "authors": [ "colinrgodsey", "jackjameshoward", "jaredwolff" ], "repo": "tarm/serial", "url": "https://github.com/tarm/serial/pull/113", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1324663373
Change configuration strategy Auto-init strategy didn't work well during testing. We need a new strategy for handling of the configuration file: The configuration file must be loaded when taro cli is executed. (Config dir resolution has been fixed to behave exactly according to the XDG spec) ~When the config file is...
gharchive/issue
2022-08-01T16:18:25
2025-04-01T06:40:34.070266
{ "authors": [ "StanSvec" ], "repo": "taro-suite/taro", "url": "https://github.com/taro-suite/taro/issues/60", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
920921487
CI tests on Windows+macOS ..hopefully. As per https://github.com/taskchampion/taskchampion/issues/274 These failures now seem like legitimate failures which should be fixed by #275 🚀
gharchive/pull-request
2021-06-15T02:15:22
2025-04-01T06:40:34.090598
{ "authors": [ "dbr" ], "repo": "taskchampion/taskchampion", "url": "https://github.com/taskchampion/taskchampion/pull/276", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
135859874
Will not overwrite file if it exists My understanding is if a file already exists it should just overwrite. I am receiving this error message when trying to overwrite a file. Tue, 23 Feb 2016 20:46:57 GMT | starting dump Tue, 23 Feb 2016 20:46:57 GMT | got 1 objects from source elasticsearch (offset: 0) Tue, 23 Feb ...
gharchive/issue
2016-02-23T20:49:00
2025-04-01T06:40:34.106434
{ "authors": [ "bretd25", "evantahler" ], "repo": "taskrabbit/elasticsearch-dump", "url": "https://github.com/taskrabbit/elasticsearch-dump/issues/170", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
625244443
Credit- Multiple Line Credit- Created multiple Credit orders one for each line that was credited back BC order 724 Myhq Order # 26929028 Issued Credit back... seen via myhq I see 2 credit orders created 26935340 26935341 It should be like this to match BC Looks like it only gave me one credit order number in ...
gharchive/issue
2020-05-26T22:38:40
2025-04-01T06:40:34.117049
{ "authors": [ "monicakarnes", "sevincent" ], "repo": "tastefully-simple/cornerstone", "url": "https://github.com/tastefully-simple/cornerstone/issues/123", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1977436869
fix(linux): avoid unwrapping in Window::primary_monitor Fixes #832 What kind of change does this PR introduce? [x] Bugfix [ ] Feature [ ] Docs [ ] Code style update [ ] Refactor [ ] Build-related changes [ ] Other, please describe: Does this PR introduce a breaking change? [ ] Yes [x] No Checklist [x] This PR wi...
gharchive/pull-request
2023-11-04T17:23:01
2025-04-01T06:40:34.140391
{ "authors": [ "olivierlemasle", "wusyong" ], "repo": "tauri-apps/tao", "url": "https://github.com/tauri-apps/tao/pull/835", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1680887616
Error Invalid byte 45, offset 0. See Workflow Run for more infomation! Already set up github token, tauri private key, password You'll also need to update the pubKey in tauri.conf.json to match your new private key/password. But i'm not sure if that could cause this error message, but worth a try. Also, for generat...
gharchive/issue
2023-04-24T09:57:17
2025-04-01T06:40:34.142237
{ "authors": [ "FabianLars", "NguyenDuck" ], "repo": "tauri-apps/tauri-action", "url": "https://github.com/tauri-apps/tauri-action/issues/443", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2553943356
[bug] Frequent hiding and displaying of webviewWindow significantly increases CPU usage Describe the bug Thanks to the official for proposing the webviewWindow hiding and displaying functions in my last issue and adopting them so quickly. Because my tauri v2 project is used in the production environment, I cannot pro...
gharchive/issue
2024-09-28T01:38:42
2025-04-01T06:40:34.149430
{ "authors": [ "gageracer", "moom-en" ], "repo": "tauri-apps/tauri", "url": "https://github.com/tauri-apps/tauri/issues/11169", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1664692335
npx tauri doesn't work unless @tauri/cli already installed Describe the problem I was setting up a CI workflow for https://github.com/ActivityWatch/aw-tauri, and it uses the tauri-action, which ran the command npx tauri build. The workflow was based on the docs, I had only removed the npm install step. However, that ...
gharchive/issue
2023-04-12T14:34:13
2025-04-01T06:40:34.156109
{ "authors": [ "ErikBjare" ], "repo": "tauri-apps/tauri", "url": "https://github.com/tauri-apps/tauri/issues/6690", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
947231007
"cannot find type MenuHash in this scope" When using: tauri = { version = "1.0.0-beta.5", features = ["api-all", "system-tray"] } This error is being thrown: Compiling tauri-runtime-wry v0.1.4 error[E0412]: cannot find type `MenuHash` in this scope --> /Users/j/.cargo/registry/src/github.com-1ecc6299db9ec823/t...
gharchive/pull-request
2021-07-19T03:46:09
2025-04-01T06:40:34.166011
{ "authors": [ "amrbashir", "dizda", "lemarier", "lucasfernog" ], "repo": "tauri-apps/tauri", "url": "https://github.com/tauri-apps/tauri/pull/2240", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
660979109
chore(tauri.js): Update yarn.lock What kind of change does this PR introduce? (check at least one) [ ] Bugfix [ ] Feature [ ] New Binding Issue #___ [ ] Code style update [ ] Refactor [ ] Build-related changes [x] Other, please describe: Chore Does this PR introduce a breaking change? (check one) [ ] Yes. Iss...
gharchive/pull-request
2020-07-19T18:05:39
2025-04-01T06:40:34.173012
{ "authors": [ "jbolda", "rajivshah3" ], "repo": "tauri-apps/tauri", "url": "https://github.com/tauri-apps/tauri/pull/860", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
58497590
A TOC for examples At that level, a list of all examples and what they do would help us a lot. Simply using the docstrings of the classes would be sufficient. For example: Examples of WAMP with asyncio basic: short description rpc: short description decorators: an application component registering RPC endpoints us...
gharchive/issue
2015-02-22T10:11:21
2025-04-01T06:40:34.177098
{ "authors": [ "Vayel", "oberstet" ], "repo": "tavendo/AutobahnPython", "url": "https://github.com/tavendo/AutobahnPython/issues/346", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
460192996
Training with CPU mode /home/sm/venv/lib/python3.6/site-packages/torch/cuda/init.py:118: UserWarning: Found GPU0 Quadro K4200 which is of cuda capability 3.0. PyTorch no longer supports this GPU because it is too old. The minimum cuda capability that we support is 3.5. warnings.warn(old_gpu_warn % (d, name, major, ca...
gharchive/issue
2019-06-25T03:42:05
2025-04-01T06:40:34.196286
{ "authors": [ "Arroosh" ], "repo": "taylorlu/Speaker-Diarization", "url": "https://github.com/taylorlu/Speaker-Diarization/issues/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2184802366
Adde Hanif's changes Added the Koleo loss Added the weighted sup t con Switched Batchnorm from layernorm thanks! runs with following changes: https://github.com/tbenst/silent_speech/compare/f88716...tbenst:silent_speech:tb/hanif#diff-afab5b47f3c9255cc34937f181df1eefac20a9e304f1c8756a37666cf1c8d1d9L862
gharchive/pull-request
2024-03-13T20:08:25
2025-04-01T06:40:34.219620
{ "authors": [ "Leoputera2407", "tbenst" ], "repo": "tbenst/silent_speech", "url": "https://github.com/tbenst/silent_speech/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
689102219
add export from example The syntax allows that but I noticed that we were missing an example in the readme. @MylesBorins do you mean adding export { val } from './foo.js'; above?
gharchive/pull-request
2020-08-31T10:38:26
2025-04-01T06:40:34.273445
{ "authors": [ "xtuc" ], "repo": "tc39/proposal-import-assertions", "url": "https://github.com/tc39/proposal-import-assertions/pull/92", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2355204951
Why is JSON.rawJSON limited to primitives only? Forgive me if this is the wrong spot to put this. I think JSON.rawJSON is a really powerful API for performance-optimizing JSON serialization. But, because it is limited to only producing valid primitive JSON, it can't be used for "inline"-ing existing JSON. I've got a ...
gharchive/issue
2024-06-15T20:13:48
2025-04-01T06:40:34.287136
{ "authors": [ "SamB", "airhorns", "gibson042" ], "repo": "tc39/proposal-json-parse-with-source", "url": "https://github.com/tc39/proposal-json-parse-with-source/issues/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2261893725
Remove ngDevMode condition on error message Error messages shouldn't differ like that based on environment. It's also useful outside of Angular. Blocks #193. If #175 gets merged instead of #193, this will need redone.
gharchive/pull-request
2024-04-24T18:10:23
2025-04-01T06:40:34.300073
{ "authors": [ "dead-claudia" ], "repo": "tc39/proposal-signals", "url": "https://github.com/tc39/proposal-signals/pull/193", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
527160541
TestablePublisher failed after receiving subscriptions . I tried to play with examples you cited in documentation and the testMap() example failed for me . the program stop here : func request(_ demand: Subscribers.Demand) { _ = queue?.requestDemand(demand) } I'm using xcode 11.2.1 Maybe something to do wi...
gharchive/issue
2019-11-22T12:10:13
2025-04-01T06:40:34.325122
{ "authors": [ "abdelmajidrajad", "tcldr" ], "repo": "tcldr/Entwine", "url": "https://github.com/tcldr/Entwine/issues/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2159162517
Allow install without duckdb I’m trying to install Harlequin on a Raspberry Pi Zero 2 and the duckdb part takes hours and hours, I haven’t seen it actually complete yet. I only want to use harlequin with SQLite, is it possible to get it without the duckdb support/adapter? Sounds like there isn't a duckdb wheel for ...
gharchive/issue
2024-02-28T14:55:20
2025-04-01T06:40:34.328982
{ "authors": [ "albertfilice", "tconbeer" ], "repo": "tconbeer/harlequin", "url": "https://github.com/tconbeer/harlequin/issues/475", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1599809250
Authorization code does not come calling the function: SetAuthenticationPhoneNumber It returns: Ok. The state changes to: {@type: updateAuthorizationState, authorization_state: {@type: authorizationStateWaitCode, code_info: {@type: authenticationCodeInfo, phone_number: <some_number>, type: {@type: authenticationCode...
gharchive/issue
2023-02-25T19:37:25
2025-04-01T06:40:34.349576
{ "authors": [ "AYMENJD", "eugene2k", "levlam", "rr8733380" ], "repo": "tdlib/td", "url": "https://github.com/tdlib/td/issues/2322", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
1968102158
how to get responce value in tdlib? i have this code td_api::make_object<td_api::some_function>() i got responce in to_string(response) user { .... pattern = 123 some_other_parameters... ..... how i can get value of pattern from c++ tdlib? Is there any ready-made method? like this - check for error if (respo...
gharchive/issue
2023-10-30T11:18:10
2025-04-01T06:40:34.352168
{ "authors": [ "levlam", "sip-for-telegram-com" ], "repo": "tdlib/td", "url": "https://github.com/tdlib/td/issues/2652", "license": "BSL-1.0", "license_type": "permissive", "license_source": "github-api" }
427271530
Clarification: stateProvince/county/municipality when georeference radius covers more than one Using a point-radius (or a dwc:footprintWKT) for a georeference, and that radius encompasses several administrative divisions, what should go into these fields? The division that the points falls into, or a list of the divi...
gharchive/issue
2019-03-30T11:08:12
2025-04-01T06:40:34.482324
{ "authors": [ "ianengelbrecht", "qgroom", "tucotuco" ], "repo": "tdwg/dwc", "url": "https://github.com/tdwg/dwc/issues/221", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
250927962
消费者先启动,提供者后启动,消费者@reference就一直NullPointerException了 消费者先启动,提供者后启动,消费者@reference就一直NullPointerException了 这个问题太重要了 不然失去了 注册的意义 改造Dubbo,使其能够兼容Spring 4注解配置 https://my.oschina.net/roccn/blog/847635 解决了 还是得多看看源码就懂了 你好,请问您是怎么解决的,可以分享一下吗? @15174834 我看到别的地方说在application.properties添加下面这条spring.dubbo.consumer.check=...
gharchive/issue
2017-08-17T12:32:30
2025-04-01T06:40:34.484962
{ "authors": [ "15174834", "nice2mu", "roc-cn", "traburiss" ], "repo": "teaey/spring-boot-starter-dubbo", "url": "https://github.com/teaey/spring-boot-starter-dubbo/issues/308", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1323880044
[Bug] Short Bug Description Bug Category [ ] Credential Login [ ] Token Login [ ] Local Audio Issue [ ] Remote Audio Issue [ ] Audio Device Switching [ ] Mute / Unmute [ ] Hold / Unhold [ ] Performance issues [x] Other SDK Version implementation 'com.github.team-telnyx:telnyx-webrtc-android:v1.2.12-alpha' Describe ...
gharchive/issue
2022-08-01T06:11:10
2025-04-01T06:40:34.518402
{ "authors": [ "Oliver-Zimmerman", "tongsoftinfo" ], "repo": "team-telnyx/telnyx-webrtc-android", "url": "https://github.com/team-telnyx/telnyx-webrtc-android/issues/186", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
530002716
[#169988099] Vulnerable packages upgrade This PR aims to remove the detected vulnerability issues by upgrading the vulnerable packages. Affected stories ⚙️ #169988099: Aggiornare i package del backend che presentano vulnerabiltà di sicurezza Generated by :no_entry_sign: dangerJS against fc576b92761c8f3ecdb9df...
gharchive/pull-request
2019-11-28T16:30:02
2025-04-01T06:40:34.559047
{ "authors": [ "alexgpeppe", "digitalcitizenship" ], "repo": "teamdigitale/io-onboarding-pa-api", "url": "https://github.com/teamdigitale/io-onboarding-pa-api/pull/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }