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
1739300256
ROS_DOMAIN_IDをセット 同一ネットワーク内で衝突するのを回避するため #7
gharchive/issue
2023-06-03T08:57:43
2025-04-01T06:40:48.361768
{ "authors": [ "uhobeike" ], "repo": "uhobeike/ros2_humble_install_script", "url": "https://github.com/uhobeike/ros2_humble_install_script/issues/6", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2174466091
Not getting unlocked status event Hi. Well done for creating this, I realise some features are a bit rough, but I have been able to configure it for our building which has 3 floors with a controller on each floor. With all of the doors, I am able to unlock them using uhppoted.door.{door}.unlock and the uhppoted.door....
gharchive/issue
2024-03-07T18:14:44
2025-04-01T06:40:48.376501
{ "authors": [ "m0vse", "uhppoted" ], "repo": "uhppoted/uhppoted-app-home-assistant", "url": "https://github.com/uhppoted/uhppoted-app-home-assistant/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1637916827
Files with TS only assets still get transpiled Problem: Suppose a TS app has a interfaces directory. After transpilation to JS, those files are too transpiled but left empty. UI5 tooling then bundles them but that's another thing. The predefined setup does not handle this case out-of-the box. I've searched for babel ...
gharchive/issue
2023-03-23T16:58:48
2025-04-01T06:40:48.384870
{ "authors": [ "dfenerski", "petermuessig" ], "repo": "ui5-community/babel-plugin-transform-modules-ui5", "url": "https://github.com/ui5-community/babel-plugin-transform-modules-ui5/issues/90", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
193244295
New lines in multi-line literal strings trimmed incorrectly The library is incorrectly parsing/generating code from multi-line literal strings by condensing multiple new lines in the string into a single one. Example: EXPECTED: import toml toml.loads("a = '''\nhello\nworld\n\n\nbye'''") {u'a': u'hello\nworld\n\nbye'}...
gharchive/issue
2016-12-02T23:36:55
2025-04-01T06:40:48.417047
{ "authors": [ "SergioBenitez", "noqqe", "uiri" ], "repo": "uiri/toml", "url": "https://github.com/uiri/toml/issues/68", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1754733704
Logo for the documentation site? I chose a simple logo almost at random just to have something at the top left of the docs site: But it's boring and not really representative of the library, so if anyone has any ideas for a better logo - let's hear them! Ah OK cool. Well maybe we don't need to change it then! bo...
gharchive/issue
2023-06-13T12:06:48
2025-04-01T06:40:48.418890
{ "authors": [ "VJ911", "pacharanero" ], "repo": "uk-fci/nhs-number", "url": "https://github.com/uk-fci/nhs-number/issues/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
337576352
Delete ES docs on django delete Issue number: N/A Description of change This: adds a context manager that collects and deletes the objects from ES when they are deleted from the db creates a search app that can be used to test generic logic Checklist [ ] Have any relevant search models been updated? [ ] Have any r...
gharchive/pull-request
2018-07-02T16:00:27
2025-04-01T06:40:48.469684
{ "authors": [ "codecov-io", "marcofucci", "reupen" ], "repo": "uktrade/data-hub-leeloo", "url": "https://github.com/uktrade/data-hub-leeloo/pull/1011", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
534649363
Not able to decrypt using jasypt maven plugin with 3.0.0 My application-local.properties file is located under ./src/main/resources. Encryptor password is correct. The application starts fine and I can confirm the encrypted password is decrypted into its correct string. I have not been able to get this utility to wor...
gharchive/issue
2019-12-09T02:11:18
2025-04-01T06:40:48.478825
{ "authors": [ "bjornharvold", "lz1asl", "ulisesbocchio" ], "repo": "ulisesbocchio/jasypt-spring-boot", "url": "https://github.com/ulisesbocchio/jasypt-spring-boot/issues/177", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2282125782
How to tell the Matrix server to create a new profile? Hi, As the title says, I read through the documentation and issues here, but unless I'm missing something, I couldn't find how to do so. Thanks! Creating accounts through iamb is not currently supported. It is tracked under issue #258. Gotcha
gharchive/issue
2024-05-07T02:07:17
2025-04-01T06:40:48.686081
{ "authors": [ "cig0", "mordquist" ], "repo": "ulyssa/iamb", "url": "https://github.com/ulyssa/iamb/issues/282", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1585251431
ERR! ERESOLVE unable to resolve dependency tree I just tried to update, so pulled the latest codebase, and ran: $ sudo -u umami npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: umami@1.40.0 npm ERR! Found: react@17.0.2 npm ERR! node_modules/rea...
gharchive/issue
2023-02-15T05:34:29
2025-04-01T06:40:48.692993
{ "authors": [ "bernd-wechner", "mikecao" ], "repo": "umami-software/umami", "url": "https://github.com/umami-software/umami/issues/1786", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
15431868
Panel keeps on collapsing on touch of the views inside it (button) Hi, First of all, thanks for this one. =) I just wanna ask, I tried running the Demo app included in the project and then added some buttons inside the sliding panel but I can't click on the buttons, but instead the panel keeps on hiding. Am I missing...
gharchive/issue
2013-06-12T02:22:47
2025-04-01T06:40:48.695359
{ "authors": [ "anandraj16992", "rendecano" ], "repo": "umano/AndroidSlidingUpPanel", "url": "https://github.com/umano/AndroidSlidingUpPanel/issues/2", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1197412934
Bring implementations up-to-date With the new spec, we have to update all implementations [ ] #47 [ ] #48 [ ] #49 [ ] #50 [ ] #51 [ ] #52 [ ] #53 [ ] #54 [ ] #58 [ ] #62 [x] #55 Can we at first fix the client so we can actually test, whether the implementations are working? We have to implement the new function...
gharchive/issue
2022-04-08T14:48:49
2025-04-01T06:40:48.766664
{ "authors": [ "tectrixer", "umgefahren" ], "repo": "umgefahren/server-language-benchmark", "url": "https://github.com/umgefahren/server-language-benchmark/issues/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1229061790
u-form-item在小程序无法进行验证 版本 1.8.5 转载链接 xn--bug-x28doa2596aqocv12e.com 重现步骤 新建一个表单,直接设置自定义规则,在h5可以正常校验,在小程序不行,校验结果是false 期望的结果是什么? 你猜 实际的结果是什么? 你猜我为什么提bug 表单页面 真服了这个提bug的页面了,怎么你们公司都不需要本地测试就敢上线嘛 还有那个加群的,一个空白的问题,官方文档都找不到的加群答案 uview不是一个公司
gharchive/issue
2022-05-09T01:44:28
2025-04-01T06:40:48.770284
{ "authors": [ "956632862", "yatoku" ], "repo": "umicro/uView", "url": "https://github.com/umicro/uView/issues/1230", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2397026607
你的功能建议是否和某个问题相关? 我想在BubbleMenu里面配置自定义的拓展,无法配置 你希望看到什么解决方案? 你考虑过哪些替代方案? No response 你有其他上下文或截图吗? No response 其他说明 No response 意向参与贡献 [X] 我有意向参与具体功能的开发实现并将代码贡献回到上游社区 @qtch 已收到您的建议 咱们没提供自定义配置哎 只能禁用和启用气泡菜单
gharchive/issue
2024-07-09T03:30:39
2025-04-01T06:40:48.796808
{ "authors": [ "qtch", "umodoc" ], "repo": "umodoc/editor", "url": "https://github.com/umodoc/editor/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
487794006
Composer usage How is this package meant to be used? Possibly add some examples? I tried to use bin/build, but got error. php vendor/umpirsky/language-list/bin/build Warning: include(/var/www/vendor/umpirsky/language-list/bin/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/vendor...
gharchive/issue
2019-08-31T17:41:45
2025-04-01T06:40:48.799886
{ "authors": [ "jsgv", "umpirsky" ], "repo": "umpirsky/language-list", "url": "https://github.com/umpirsky/language-list/issues/15", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2462249997
Revisão Geral da Documentação e Registro de Pendências Descrição A documentação do projeto precisa de uma revisão geral para garantir que todas as informações estejam atualizadas e que não existam seções obsoletas ou incorretas. O responsável por esta tarefa deve revisar toda a documentação, identificar o que precisa...
gharchive/issue
2024-08-13T02:32:28
2025-04-01T06:40:48.805161
{ "authors": [ "Gxaite", "manuvaladares" ], "repo": "unb-mds/2024-1-MinasDeCultura", "url": "https://github.com/unb-mds/2024-1-MinasDeCultura/issues/104", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2685283803
feat/59 Desenvolvimento do código para o design do front-end. issue #59 O código está funcionando corretamente.
gharchive/pull-request
2024-11-23T03:55:13
2025-04-01T06:40:48.806741
{ "authors": [ "BrzGab", "JuliaGabP" ], "repo": "unb-mds/Squad13", "url": "https://github.com/unb-mds/Squad13/pull/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1254135641
Cut is broken Can no longer cut (1.4.3). Text disappears but is not in the clipboard (Windows). Perhaps related to plain text paste fix? @elsylambert can you confirm? @birchamp Verified, as stated in the issue description Text is removed on CTRL + X but is not on the clipboard , so the Paste does not work. Both i...
gharchive/issue
2022-05-31T16:46:56
2025-04-01T06:40:48.850437
{ "authors": [ "BincyJ", "birchamp", "deferredreward", "elsylambert" ], "repo": "unfoldingWord/tc-create-app", "url": "https://github.com/unfoldingWord/tc-create-app/issues/1292", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1953168038
🛑 Unforest is down In 485b8fa, Unforest (https://www.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Unforest is back up in d55ddaf after 11 minutes.
gharchive/issue
2023-10-19T22:42:10
2025-04-01T06:40:48.855449
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/1282", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1955448687
🛑 Libreddit is down In b29ab1e, Libreddit (https://libreddit.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Libreddit is back up in a7781ed after 58 minutes.
gharchive/issue
2023-10-21T11:23:07
2025-04-01T06:40:48.857803
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/1626", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1943727164
🛑 Libreddit is down In dcbfc8b, Libreddit (https://libreddit.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Libreddit is back up in dd4fc61 after 12 minutes.
gharchive/issue
2023-10-15T05:31:34
2025-04-01T06:40:48.860156
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/252", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1968271548
🛑 SearXNG is down In ccf977d, SearXNG (https://searxng.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: SearXNG is back up in 8aff4ab after 52 minutes.
gharchive/issue
2023-10-30T12:45:14
2025-04-01T06:40:48.862677
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/3607", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1988710338
🛑 Rimgo is down In 8c000a2, Rimgo (https://rimgo.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Rimgo is back up in c58c537 after 14 minutes.
gharchive/issue
2023-11-11T04:09:56
2025-04-01T06:40:48.865062
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/6034", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1993769750
🛑 Libreddit is down In 3656596, Libreddit (https://libreddit.unforest.net) was down: HTTP code: 0 Response time: 0 ms Resolved: Libreddit is back up in c330181 after 11 minutes.
gharchive/issue
2023-11-14T23:47:08
2025-04-01T06:40:48.867417
{ "authors": [ "unforest" ], "repo": "unforest/uptime", "url": "https://github.com/unforest/uptime/issues/6860", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
891852796
Added nominee: Community Health Toolkit Added nominee: Community Health Toolkit This is a duplicate of Medic Mobile, which already exists on our dataset, kindly update or replace the existing entry. Resolved in commit 4e89da2
gharchive/pull-request
2021-05-14T11:40:35
2025-04-01T06:40:48.897096
{ "authors": [ "nathanbaleeta" ], "repo": "unicef/publicgoods-candidates", "url": "https://github.com/unicef/publicgoods-candidates/pull/519", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
982933983
Finalize TLD Explorations Discuss with TLD team during the week of Sept 6 Finalize which explorations/prototypes we need to add to our product roadmap OR elaborate upon First pass completed. Working on the details which will be included in the 2-pager.
gharchive/issue
2021-08-30T15:44:12
2025-04-01T06:40:48.898242
{ "authors": [ "amreenp7" ], "repo": "unicef/publicgoods-roadmap", "url": "https://github.com/unicef/publicgoods-roadmap/issues/64", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
628805997
Use PinoJS for logging, refactor tests, increase test coverage This PR refactors the way we perform tests and resolves #40 and #45 This PR switches to using Jest as our test runner since it provides a easy to use mocking functionality for imported modules which are extremely useful to perform unit tests. Add Pino JS...
gharchive/pull-request
2020-06-02T00:07:20
2025-04-01T06:40:48.945750
{ "authors": [ "codecov-commenter", "seanjparker" ], "repo": "unicsmcr/hs_application", "url": "https://github.com/unicsmcr/hs_application/pull/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1230531205
Support for #x... constructions to be able to collect groups of children (2nd stage) Subj. Codecov Report Merging #45 (9d624c1) into master (9f9424f) will decrease coverage by 0.00%. The diff coverage is 93.22%. @@ Coverage Diff @@ ## master #45 +/- ## ============...
gharchive/pull-request
2022-05-10T03:10:00
2025-04-01T06:40:48.964895
{ "authors": [ "codecov-commenter", "kniazkov" ], "repo": "unified-ast/ast-generator", "url": "https://github.com/unified-ast/ast-generator/pull/45", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
580068616
Travis CI & Docker build Run Spark test suite on all branches Not including the full integration tests as this takes hours (see upstream Spark Jenkins build server for examples) Build a full distributable Spark package on all branches Push a unipartdigital/spark:<branch-name> Docker image for long lived branches ...
gharchive/pull-request
2020-03-12T16:41:38
2025-04-01T06:40:49.009312
{ "authors": [ "SteadBytes" ], "repo": "unipartdigital/spark", "url": "https://github.com/unipartdigital/spark/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1363311866
Broken link in Abilities doc Reading https://www.unison-lang.org/learn/fundamentals/abilities/using-abilities-pt1/ But clicking the link at the bottom of the page to go to part two gives me a 404. The link is https://www.unison-lang.org/learn{#0dtn1o2gj4} Whereas the link in the popup menu is https://www.unison-lang...
gharchive/issue
2022-09-06T13:43:49
2025-04-01T06:40:49.023612
{ "authors": [ "hojberg", "rlmark" ], "repo": "unisonweb/website", "url": "https://github.com/unisonweb/website/issues/39", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1270764799
Inconsistency: The message prefixes Activity and DetectedAnomaly are not in kafka-to-postgresql Expected Behavior The message prefixes "Activity" and "detectedAnomaly" should be present in the kafka-to-postgresql prefix.go file and also have their own px<>.go file Current Behavior The message prefixes activity and d...
gharchive/issue
2022-06-14T12:54:14
2025-04-01T06:40:49.034115
{ "authors": [ "JeremyTheocharis", "Scarjit", "Sphingobium" ], "repo": "united-manufacturing-hub/united-manufacturing-hub", "url": "https://github.com/united-manufacturing-hub/united-manufacturing-hub/issues/1172", "license": "Apache-2.0", "license_type": "permissive", "license_source": "githu...
1108354029
Data Ingest Interface Need a way of requesting data to be staged by the ADES within the SPS There are several interfaces: 'traditional' download and ingest CNM based ingest from SPS processing User upload (e.g. an application developer) needs to store some data for future processing is a known cumulus proes...
gharchive/issue
2022-01-19T17:12:05
2025-04-01T06:40:49.038953
{ "authors": [ "mike-gangl", "ngachung" ], "repo": "unity-sds/unity-data-services", "url": "https://github.com/unity-sds/unity-data-services/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1621625857
[New Feature]: Scale the number of worker nodes in the Kubernetes cluster Describe the feature request Provide a concrete implementation to the SPS API pre-warm request. For now, the implementation could directly call the K8s functionality to scale the number of replicas in a DaemonSet - see examples here: https://ww...
gharchive/issue
2023-03-13T14:39:11
2025-04-01T06:40:49.041286
{ "authors": [ "LucaCinquini" ], "repo": "unity-sds/unity-sps-prototype", "url": "https://github.com/unity-sds/unity-sps-prototype/issues/171", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1622329061
#167 Fix deploy process timeout Purpose fix timeout in process deployments caused by slow docker image builds Proposed Changes [ADD] docker image that already includes needed python libraries [ADD] docker pull during deployment of wpst to save image download time on process deployment Issues #167 Testing Teste...
gharchive/pull-request
2023-03-13T21:56:54
2025-04-01T06:40:49.045200
{ "authors": [ "LucaCinquini", "ryanhunter-jpl" ], "repo": "unity-sds/unity-sps-prototype", "url": "https://github.com/unity-sds/unity-sps-prototype/pull/172", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2400479506
[Bug]: Upgrade EKS 1.27 AMIs MCP ticket was sent to me- cc'ed @LucaCinquini on them. A few ec2 instances in various venues are using an AMI that will be deprecated soon (aml2-eks-1-27) . We must upgrade to a new blessed EKS AMI (aml2-eks-1-[28-30]). venue ec2 ID Unity-SBG-Dev i-0ab695b36a48c98f8 Unity-SBG-De...
gharchive/issue
2024-07-10T11:16:23
2025-04-01T06:40:49.053316
{ "authors": [ "LucaCinquini", "mike-gangl" ], "repo": "unity-sds/unity-sps", "url": "https://github.com/unity-sds/unity-sps/issues/159", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
292050056
Vertex Color Error - Unity Using the latest Alembic Importer, I am trying to use an animated Alembic file that has RGBA values stored at every vertex. They are being read in Maya (by recreating color sets), but not Unity. Is it possible to access the vertex color data? Or, could you recommend a direction to make it w...
gharchive/issue
2018-01-26T22:24:15
2025-04-01T06:40:49.071423
{ "authors": [ "i-saint", "psparikh", "vutran000" ], "repo": "unity3d-jp/AlembicImporter", "url": "https://github.com/unity3d-jp/AlembicImporter/issues/48", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2367121850
Customizing the auto-import path Describe the feature I want to optimize the code structure, not all of it is in untils. Can this be achieved through configuration? Additional information [ ] Would you be willing to help implement this feature? I am not sure if I understand your question. Do you want to add other...
gharchive/issue
2024-06-21T19:20:37
2025-04-01T06:40:49.111123
{ "authors": [ "Ena-Heleneto", "MickL" ], "repo": "unjs/nitro", "url": "https://github.com/unjs/nitro/issues/2554", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2430200616
Re-exporting types from another package are not properly marked as type-only export in declaration file. Environment Both unbuild@latest (2) and unbuild@rc (3rc7) NodeJS 20 Reproduction https://github.com/NamesMT/sencrypt Describe the bug I am trying to re-export the class SHash as a type-only export: export type { S...
gharchive/issue
2024-07-25T14:52:54
2025-04-01T06:40:49.116423
{ "authors": [ "NamesMT", "cangSDARM", "s3xysteak" ], "repo": "unjs/unbuild", "url": "https://github.com/unjs/unbuild/issues/422", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2009781227
Font Override wont work for all controls (probably due to this...) Current behavior Font overriding is not working for all controls. For instance: If we try to override the "LabelLargeFontFamily", it will work fine for Textblocks. However, Buttons will not reproduce the same override as expected since the font they u...
gharchive/issue
2023-11-24T14:03:40
2025-04-01T06:40:49.157112
{ "authors": [ "iurycarlos", "kazo0" ], "repo": "unoplatform/Uno.Themes", "url": "https://github.com/unoplatform/Uno.Themes/issues/1287", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
254198177
Email address instead of lan id Hey guys Is there a way of implementing this so the user can enter their email rather than their account id? Looking at using this as part of an ADFS solution where the users login with the email loaded in the AD email field. Thanks Our apologies. This is out of scope.
gharchive/issue
2017-08-31T03:11:27
2025-04-01T06:40:49.191328
{ "authors": [ "aronimus", "mariodivece" ], "repo": "unosquare/passcore", "url": "https://github.com/unosquare/passcore/issues/80", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2277369663
[FEATURE_REQUEST] Full-Parameter Training/FT Hi, opening this (as suggested by Daniel) just to request full-finetuning capability for Unsloth. Let's see if other people are interested. Thanks. +1 Oh it seems like Discord members have shown Unsloth can do 97% "partial" full finetuning, albeit the layernorms are no...
gharchive/issue
2024-05-03T10:18:49
2025-04-01T06:40:49.196695
{ "authors": [ "danielhanchen", "erwe324", "terribilissimo" ], "repo": "unslothai/unsloth", "url": "https://github.com/unslothai/unsloth/issues/417", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1993012997
Request only the required profile data Update the getProfileData() method to require the requested fields to be provided explicitly. Ensures the app is only requesting the data it needs, and not causing server processing delays without reason. /gcbrun
gharchive/pull-request
2023-11-14T15:43:59
2025-04-01T06:40:49.197677
{ "authors": [ "qrtp" ], "repo": "unstoppabledomains/domain-profiles", "url": "https://github.com/unstoppabledomains/domain-profiles/pull/37", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1428980802
Implement backend testing libraries Same thing as #9 but for the backend https://jestjs.io/ We are using this for backend testing. We don't actually have anything we actually want to test in the backend, so just to be explicit, completion conditions are basically: Installing the library Setting up a test for below...
gharchive/issue
2022-10-30T18:57:19
2025-04-01T06:40:49.211444
{ "authors": [ "edwardhuahan", "kenneth-miura" ], "repo": "uoftblueprint/tces", "url": "https://github.com/uoftblueprint/tces/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2393863184
CMAKE issue IMPORTED_LOCATION not set Hello, I'm trying to build this on Windows. I'm using gitbash and following the gitbash instructions as recommended. When I do "cmake .." I get many errors like this:" CMake Error in external/CMakeLists.txt: IMPORTED_LOCATION not set for imported target "_zlib" configuration "Min...
gharchive/issue
2024-07-07T02:28:01
2025-04-01T06:40:49.427195
{ "authors": [ "Blockheadsuper", "harshitsinghcode" ], "repo": "uoip/pangolin", "url": "https://github.com/uoip/pangolin/issues/51", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2020652423
Add FrontdoorFirewallPolicy and FrontdoorSecurityPolicy to cdn group Description of your changes Fixes #599 I have: [x] Run make reviewable test to ensure this PR is ready for review. How has this code been tested I've created the resources on a local kind cluster on my tenant. Resources have been created succes...
gharchive/pull-request
2023-12-01T11:10:20
2025-04-01T06:40:49.439978
{ "authors": [ "Mikel-Landa", "Upbound-CLA" ], "repo": "upbound/provider-azure", "url": "https://github.com/upbound/provider-azure/pull/600", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
923169693
[release-1.2] Update Crossplane to v1.2.3 Description of your changes Updates Crossplane version to v1.2.3. Signed-off-by: hasheddan georgedanielmangum@gmail.com See release notes for more information: https://github.com/crossplane/crossplane/releases/tag/v1.2.3 I have: [x] Read and followed Upbound's contribution...
gharchive/pull-request
2021-06-16T22:25:10
2025-04-01T06:40:49.444075
{ "authors": [ "hasheddan" ], "repo": "upbound/universal-crossplane", "url": "https://github.com/upbound/universal-crossplane/pull/153", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2761628620
🛑 Main Website (NEW) is down In 37808be, Main Website (NEW) (https://prod.upmin.edu.ph) was down: HTTP code: 0 Response time: 0 ms Resolved: Main Website (NEW) is back up in 017e4b2 after 19 minutes.
gharchive/issue
2024-12-28T08:26:14
2025-04-01T06:40:49.447308
{ "authors": [ "upmin-dev" ], "repo": "upmin-dev/UP-time", "url": "https://github.com/upmin-dev/UP-time/issues/1276", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2648449506
🛑 BA English Creative Writing Website is down In 9849fa5, BA English Creative Writing Website (https://baecw.upmin.edu.ph) was down: HTTP code: 0 Response time: 0 ms Resolved: BA English Creative Writing Website is back up in 2d9eb1b after 15 minutes.
gharchive/issue
2024-11-11T07:34:11
2025-04-01T06:40:49.449739
{ "authors": [ "upmin-dev" ], "repo": "upmin-dev/UP-time", "url": "https://github.com/upmin-dev/UP-time/issues/152", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2648462353
🛑 KOHA Library System / Catalog is down In 658ba47, KOHA Library System / Catalog (https://koha.upmin.edu.ph) was down: HTTP code: 0 Response time: 0 ms Resolved: KOHA Library System / Catalog is back up in e358813 after 9 minutes.
gharchive/issue
2024-11-11T07:41:06
2025-04-01T06:40:49.452146
{ "authors": [ "upmin-dev" ], "repo": "upmin-dev/UP-time", "url": "https://github.com/upmin-dev/UP-time/issues/158", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2392647163
👷 Renovate: Update peaceiris/actions-gh-pages action to v4 Taken from my repo's Renovate PR. Thanks! No breaking changes we need to be aware of, right? I let all GH actions run on my PR-branch and all ran fine 👍🏼 Ups, letting setup-CI run will change this back - so I had to revert this and force-push. + ...
gharchive/pull-request
2024-07-05T13:47:58
2025-04-01T06:40:49.460705
{ "authors": [ "AnandChowdhary", "thomasmerz" ], "repo": "upptime/upptime", "url": "https://github.com/upptime/upptime/pull/982", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
105270969
Support Visual Studio 2015 In README, there is the description that Prig supports Visual Studio 2013 Express for Windows Desktop or more, but we no longer get it. So, Prig should support Visual Studio 2015. I corrected this issue in the following commits: v1: https://github.com/urasandesu/Prig/commit/76f6e22fa91c0...
gharchive/issue
2015-09-07T21:58:18
2025-04-01T06:40:49.483406
{ "authors": [ "urasandesu" ], "repo": "urasandesu/Prig", "url": "https://github.com/urasandesu/Prig/issues/45", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1473827280
Perfectionist's Checklist Here are some things that I found internally unsatisfying in v2. [x] I want to turn off help command [ ] I want App.Name to be AppName to make it clear it is only used in help formatting [x] No need to say that default for help is false (--help, -h show help (default: false)) #1633 [x] Don...
gharchive/issue
2022-12-03T07:37:49
2025-04-01T06:40:49.525415
{ "authors": [ "abitrolly", "dearchap" ], "repo": "urfave/cli", "url": "https://github.com/urfave/cli/issues/1612", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1643059829
combining BoolFlags into one using v2 does not work as expected I have a code that can get arguments of -f/--foo or -b/--bar. Argument parsing is done via v2 package. I can run my program like go run . -f -b but not like go run . -fb Is there a way that I make it work with go run . -fb? If it is not possible, what go...
gharchive/issue
2023-03-28T01:32:00
2025-04-01T06:40:49.528742
{ "authors": [ "dearchap", "milaniez" ], "repo": "urfave/cli", "url": "https://github.com/urfave/cli/issues/1713", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1350947279
Add configurable Base to int, uint and uint64 flags What type of PR is this? feature What this PR does / why we need it: This allows users to configure the base for integer parsing. Which issue(s) this PR fixes: Fixes #1462 Special notes for your reviewer: I didn't find the location where I could add godoc for th...
gharchive/pull-request
2022-08-25T13:57:57
2025-04-01T06:40:49.535023
{ "authors": [ "ccremer" ], "repo": "urfave/cli", "url": "https://github.com/urfave/cli/pull/1464", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1030914549
Problem with sqlalchemy . async def search_offertypes(order: bool = False, parameter: OffertypeList = Depends(), db: Session = Depends(get_db)) -> Any: return paginate(db.query(OfferType)) output: TypeError: object of type 'Query' has no len() How route registration looks like? I cann't see how search_offertypes ...
gharchive/issue
2021-10-20T02:40:05
2025-04-01T06:40:49.548324
{ "authors": [ "ScrimForever", "uriyyo" ], "repo": "uriyyo/fastapi-pagination", "url": "https://github.com/uriyyo/fastapi-pagination/issues/218", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
644046294
Add carousel to display multiple testimonials Links Issue link: https://github.com/usdigitalresponse/neighbor-express/issues/143 GIF/Screenshots: Changes: Add react-responsive-carousel dependency to show multiple testimonials Update text color from blue to white. Hmm, what about making this its own component s...
gharchive/pull-request
2020-06-23T18:13:59
2025-04-01T06:40:49.591193
{ "authors": [ "alienngator", "keithk" ], "repo": "usdigitalresponse/neighbor-express", "url": "https://github.com/usdigitalresponse/neighbor-express/pull/145", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1003588248
Open external links in new tabs allow contact page mailto link to open in new tab allow about page mailto link to open in new tab comment against opening external links in same tab Closes #718 LGTM. (But it would be nice if Trusswork's <Link> could do this). Yeah totally!
gharchive/pull-request
2021-09-22T01:00:00
2025-04-01T06:40:49.593970
{ "authors": [ "vim-usds" ], "repo": "usds/justice40-tool", "url": "https://github.com/usds/justice40-tool/pull/731", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
1570859341
RFC: Supporting for multi level dictionary blocks A Bru file is made up of blocks. There are two types of blocks Dictionary Blocks Text Blocks Dictionary Block A dictionary block contains of a set of key value pairs. Currently we support only 1 level. Example: headers { content-type: application/json Authorizat...
gharchive/issue
2023-02-04T09:48:18
2025-04-01T06:40:49.599254
{ "authors": [ "helloanoop" ], "repo": "usebruno/bruno", "url": "https://github.com/usebruno/bruno/issues/84", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1178350393
Error in build process with Paths I'm executing "npm run build" but i have the next error: This is the "getStaticProps" method. This is the error: This error just appears when I export the "table" props of next-rosetta Make sure to have your i18n directory outside /pages Also check if the path at await import...
gharchive/issue
2022-03-23T16:17:08
2025-04-01T06:40:49.605003
{ "authors": [ "lopezjurip", "sebastiansandoval27" ], "repo": "useflyyer/next-rosetta", "url": "https://github.com/useflyyer/next-rosetta/issues/37", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
580236303
read api and ssh endpoints from .lagoon.yml file When working on a project that uses other-than default endpoints, it would be good for the CLI to read these from the project's own .lagoon.yml Possible to do this, but would involve a lot of extra work to make it happen. Is it possible to utilise the following that ...
gharchive/issue
2020-03-12T21:30:02
2025-04-01T06:40:49.607297
{ "authors": [ "shreddedbacon", "tobybellwood", "twardnw" ], "repo": "uselagoon/lagoon-cli", "url": "https://github.com/uselagoon/lagoon-cli/issues/103", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1432411289
Tag content needs to be restricted Describe the bug #tag test [URL](https://demo.usememos.com#title), contains white space. The above will generate two tags: tag title), The tag regexp is just restricted to non-blank characters and one space only: https://github.com/usememos/memos/blob/5bdf15aecec545ebfa1205d7504d...
gharchive/issue
2022-11-02T03:16:06
2025-04-01T06:40:49.611335
{ "authors": [ "Mahoo12138", "Zeng1998" ], "repo": "usememos/memos", "url": "https://github.com/usememos/memos/issues/401", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1230825851
⚠️ Buyfrom.io has degraded performance In edb6353, Buyfrom.io ($BUYFROM_IO_URL) experienced degraded performance: HTTP code: 200 Response time: 12160 ms Resolved: Buyfrom.io performance has improved in 31b2e2d.
gharchive/issue
2022-05-10T08:47:50
2025-04-01T06:40:49.632139
{ "authors": [ "rbudiharso" ], "repo": "usetada/status-page", "url": "https://github.com/usetada/status-page/issues/238", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1740031982
Update sbt-scalafix to 0.11.0 Updates ch.epfl.scala:sbt-scalafix from 0.10.4 to 0.11.0. GitHub Release Notes - Version Diff I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just men...
gharchive/pull-request
2023-06-04T00:59:15
2025-04-01T06:40:49.700461
{ "authors": [ "codecov-commenter", "usommerl" ], "repo": "usommerl/graalnative4s", "url": "https://github.com/usommerl/graalnative4s/pull/410", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1064181037
SILSのみではなく,ある特定のHW上でうごくuser sampleを公開する 概要 SILSのみではなく,ある特定のHW上でうごくuser sampleを公開する 詳細 Raspberry Piとかで.ベアメタルじゃないけど. PICもそのうち公開したいな. close条件 公開したら したんだわ. https://github.com/arkedge/c2a-user-for-raspi
gharchive/issue
2021-11-26T07:37:35
2025-04-01T06:40:49.736672
{ "authors": [ "meltingrabbit" ], "repo": "ut-issl/c2a-core", "url": "https://github.com/ut-issl/c2a-core/issues/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
777418723
EGAT train.py error, size mismatch problem All i edited is : In "extract_semi_template_pattern.py": deleting "exit(1)" to get [”patten_feat“] in the graph. Then i run the train.py, and got this size mismatch error Traceback (most recent call last): File "train.py", line 322, in h_pred, e_pred = GAT_model(g_dgl, x_a...
gharchive/issue
2021-01-02T07:10:57
2025-04-01T06:40:49.762974
{ "authors": [ "chaoyan1037", "iamxpy", "otori-bird" ], "repo": "uta-smile/RetroXpert", "url": "https://github.com/uta-smile/RetroXpert/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
785493112
JIT broken on iOS 14.4 Describe the issue After updating to iOS 14.4 beta 2, JIT no longer works. Trying to launch a VM results in a black screen. Configuration (required) UTM Version: 2.0.15 OS Version: iOS 14.4 beta 2 (18D5043d) Device Model: iPhone XR Is it jailbroken? No How did you install UTM? Signed with my ...
gharchive/issue
2021-01-13T22:09:54
2025-04-01T06:40:49.815790
{ "authors": [ "MasterGamer000003", "UInt2048", "Zaq14rfv", "aidenmitchell", "brunocastello", "conath", "gabrc52", "jkcoxson", "kkk669", "nyuszika7h", "osy" ], "repo": "utmapp/UTM", "url": "https://github.com/utmapp/UTM/issues/2271", "license": "Apache-2.0", "lice...
1378783763
Plasma desktop with GPU acceleration on UTM.HV crashes Describe the issue I'm using virtio-gpu-gl-pci and virtio-ramfb-gl on the Linux VM, neither of them work. UTM will crash after KDE loading logo. virtio-ramfb is working, but it doesn't have GPU acceleration. In the log, it seems like a OpenGL version issue, but i...
gharchive/issue
2022-09-20T04:01:40
2025-04-01T06:40:49.824103
{ "authors": [ "GreatHaop", "TkzcM", "osy" ], "repo": "utmapp/UTM", "url": "https://github.com/utmapp/UTM/issues/4433", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1553892253
Option for switching guest to fullscreen has disappeared I used to be able to switch guests to fullscreen by pressing fn-f or an option from the pulldown menu. This seems to have disappeared recently. Is this a bug or a feature? Configuration UTM Version: 4.1.5 (74) macOS Version: Ventura 13.1 Mac Chip (Intel, M1, ....
gharchive/issue
2023-01-23T21:55:25
2025-04-01T06:40:49.826045
{ "authors": [ "mbert" ], "repo": "utmapp/UTM", "url": "https://github.com/utmapp/UTM/issues/4964", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1592331049
UTM gl acceleration red artifacts, blank apps Describe the issue In a linux guest all -gl, gpu accelerated displays show red artifacts during animations and some applications, like firefox, don't render at all and are transparent. X11 environments are much worse, with the desktop rendering as all black save for windo...
gharchive/issue
2023-02-20T19:05:05
2025-04-01T06:40:49.838654
{ "authors": [ "ktprograms", "sbritorodr", "thedustinmiller" ], "repo": "utmapp/UTM", "url": "https://github.com/utmapp/UTM/issues/5043", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
241958453
2.6.6在sketch 45.1 中不能用 无法使用,操作没反应,使用的是最新版本 measure 2.6.6,装了个2.6.4可以使用 你安装后有没有重启 Sketch ? 昨天试了两次,都是用sketch 中的自动更新,重启后也不行,今天我重新下载安装,重启后可以了
gharchive/issue
2017-07-11T07:53:26
2025-04-01T06:40:49.840237
{ "authors": [ "hanuse", "utom" ], "repo": "utom/sketch-measure", "url": "https://github.com/utom/sketch-measure/issues/332", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1868580374
conda install conflicting issue Hello, Thanks a lot for the awesome tool, I am not sure if it's just me, but I am even stuck at the first step trying to use conda to install the RF2 dependencies based on the yml file, The issue is always finding conflicts for packages across different conda channels (see full log txt...
gharchive/issue
2023-08-27T18:00:14
2025-04-01T06:40:49.852518
{ "authors": [ "frankligy" ], "repo": "uw-ipd/RoseTTAFold2", "url": "https://github.com/uw-ipd/RoseTTAFold2/issues/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
427942442
Fix autocomplete issue by encapsulating input in an internal field instead of using of using straight SearchModel Coverage increased (+0.02%) to 82.986% when pulling e42acc9a058356ed50b7f28f6a51700ef676aff5 on fix-autocomplete-search into 2a46f534b7db27da32aadef6384a975e629f0db2 on develop.
gharchive/pull-request
2019-04-01T22:38:50
2025-04-01T06:40:49.863687
{ "authors": [ "coveralls", "maximede" ], "repo": "uw-it-edm/content-services-ui", "url": "https://github.com/uw-it-edm/content-services-ui/pull/503", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
160285562
Separate test dependencies This change moves the python modules that are only required for testing Shared Services into their own section in setup.py so they are no longer installed by default. Relevant files (eg .travis.yml) have also been updated. Please let me know if I should move any other modules into this new ...
gharchive/pull-request
2016-06-14T21:14:40
2025-04-01T06:40:49.889745
{ "authors": [ "ivan-c", "pbugni" ], "repo": "uwcirg/true_nth_usa_portal", "url": "https://github.com/uwcirg/true_nth_usa_portal/pull/35", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
864396361
Improve Hackweek Team Page formatting populating the "who we are" hackweek page with everyone's picture, links, etc. Do we get everyone to dump content into a file then someone on our side codes it up? Do we delegate to someone who's savvy with GitHub on the client's team? https://uwhackweek.github.io/jupyterbook-...
gharchive/issue
2021-04-21T23:58:59
2025-04-01T06:40:49.896157
{ "authors": [ "scottyhq" ], "repo": "uwhackweek/jupyterbook-template", "url": "https://github.com/uwhackweek/jupyterbook-template/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
950170172
Skip 'update-ca-certificates' run if the certs are updated automatically In SLES15SP3, the directory /etc/pki/trust/anchors is watched via the ca-certificates.path systemd unit, and as soon as its contents changed, the system-wide certificates are updated automatically. In certs state, we run update-ca-certificates r...
gharchive/pull-request
2021-07-21T23:01:39
2025-04-01T06:40:49.921566
{ "authors": [ "Bischoff", "cbbayburt" ], "repo": "uyuni-project/sumaform", "url": "https://github.com/uyuni-project/sumaform/pull/926", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1099934427
[ WARN] [1641968634.644978988]: Camera calibration file /home/zfl/.ros/camera_info/DAVIS-00000554.yaml not found. Dear master, I encountered the same problem as the web page https://giters.com/uzh-rpg/rpg_dvs_ros/issues/117. But I find that /opt/inivation/boost/ has been instead of /opt/boost-inivation/. The erroe i...
gharchive/issue
2022-01-12T06:33:37
2025-04-01T06:40:49.943424
{ "authors": [ "987428377", "OnurSelim", "ZhdsGithub" ], "repo": "uzh-rpg/rpg_dvs_ros", "url": "https://github.com/uzh-rpg/rpg_dvs_ros/issues/130", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
333603343
RTU framer: two extra Bytes for FramerState.ReadingHeader (https://github.com/gregorschatz/pymodbus3/commit/417820a8045be7cc47a57cf7300fd41311dc2e16 found back in 2015) Maybe it was just a worse solution for #4 "Defect in Modbus RTU handling" but, it solves header processing in ReadingHeader state of Framer, not con...
gharchive/pull-request
2018-06-19T10:04:32
2025-04-01T06:40:49.945884
{ "authors": [ "gregorschatz" ], "repo": "uzumaxy/pymodbus3", "url": "https://github.com/uzumaxy/pymodbus3/pull/12", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1966938730
HTTPUpgrade transport still requires support from the CDN provider to pass WebSocket v2ray v5.10.1 of has introduced a new HTTPUpgrade transport protocol, described as: It is a reduced version of WebSocket Transport that can pass many reverse proxies and CDNs without running a WebSocket protocol stack. After testin...
gharchive/issue
2023-10-29T10:51:22
2025-04-01T06:40:49.958543
{ "authors": [ "xiaokangwang", "ytai-chn", "zhu327", "zirconpl" ], "repo": "v2fly/v2ray-core", "url": "https://github.com/v2fly/v2ray-core/issues/2734", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
530974227
sniffing 的一个 Bug 在使用 BifrostV 代理迅雷时,开启传入探测(sniffing)后,迅雷无法下载,在关闭传入探测(sniffing)后,迅雷正常下载 这个问题在 v2rayNG 上也同样出现了 查看日志,发现嗅探出 res.res.res.res 这个域名,但经过上网查询,发现没有这个后缀的域名 应该是 sniffing 嗅探出了问题 吸血雷别用,qbittorrent多好用,https://www.johnrosen1.com/qbt/ 吸血雷别用,qbittorrent多好用,https://www.johnrosen1.com/qbt/ 内网环境我只能找到迅雷了,你说的那个要公网的 ...
gharchive/issue
2019-12-02T08:39:34
2025-04-01T06:40:49.962073
{ "authors": [ "FH0", "johnrosen1" ], "repo": "v2ray/v2ray-core", "url": "https://github.com/v2ray/v2ray-core/issues/2075", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
578423573
v2ray不能访问网络 提交 Issue 之前请先阅读 Issue 指引,然后回答下面的问题,谢谢。 除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。 如果你遇到的问题不是 V2Ray 的 bug,比如你不清楚要如何配置,请使用Discussion进行讨论。 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) 2.1.0 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 通过v2rayU的vmess代理访问谷歌 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) 谷歌访问失败 ...
gharchive/issue
2020-03-10T08:50:09
2025-04-01T06:40:50.002330
{ "authors": [ "cyssxt", "mzz2017" ], "repo": "v2ray/v2ray-core", "url": "https://github.com/v2ray/v2ray-core/issues/2321", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
677204735
Updated to be compatible with bashio Updated to use bashio library. (Fixing: Failed to create server: Invalid host name) Fixed '/libasound_module_pcm_pulse.so: No such file or directory' issue. Updated to use latest hassioaddons/base:8.0.1. Changes were testing on a rpi3. Hi, I use rpi3+, Hassio Home Assistant 0.11...
gharchive/pull-request
2020-08-11T21:19:32
2025-04-01T06:40:50.020018
{ "authors": [ "adymanis", "v3rm0n", "vudev" ], "repo": "v3rm0n/addon-shairport-sync", "url": "https://github.com/v3rm0n/addon-shairport-sync/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
451795316
Forgot password button is not visible in bakery app Hi, I am trying to learn the JAVA framework. In the source code of vaadin bakery app, there is call to setForgotPasswordButtonVisible(true); in the constructor of LoginView.java. But no forgot password button is shown in the app. Hello @sudipta1411, If you take a...
gharchive/issue
2019-06-04T04:42:50
2025-04-01T06:40:50.093615
{ "authors": [ "DiegoCardoso", "sudipta1411" ], "repo": "vaadin/vaadin-login", "url": "https://github.com/vaadin/vaadin-login/issues/93", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1114205904
Update and verify directions for getting running on M1. @danpopnyc Ok, went through and verified with a clean install. Signed-off-by: Ville Aikas vaikas@chainguard.dev seeing an issue with the mysql image machine is running no issues after running new steps! :) Woot Woot, and just to double-check, the error wi...
gharchive/pull-request
2022-01-25T18:06:31
2025-04-01T06:40:50.111259
{ "authors": [ "danpopnyc", "vaikas" ], "repo": "vaikas/sigstore-scaffolding", "url": "https://github.com/vaikas/sigstore-scaffolding/pull/32", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
577411783
Simple loading of trees from json and refreshing. Hi, I've set up a minimal example where I get some json data and initialize a jstree with it. The data is coming from a file which is selected using an input field, so I would like to update the tree whenever I specify the name of a new file. My code looks as follows....
gharchive/issue
2020-03-07T22:42:21
2025-04-01T06:40:50.120340
{ "authors": [ "jermp", "vakata" ], "repo": "vakata/jstree", "url": "https://github.com/vakata/jstree/issues/2368", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1821710885
Visibility Layers Objective The objective of this PR is to solve the following problems with a holistic redesign of instances. Closes #342, #362, but deviates greatly from the solution described in the issue. If an entity is within the view distance of a client, packets for that entity are sent to the client uncond...
gharchive/pull-request
2023-07-26T06:55:20
2025-04-01T06:40:50.149804
{ "authors": [ "Bafbi", "dyc3", "rj00a" ], "repo": "valence-rs/valence", "url": "https://github.com/valence-rs/valence/pull/424", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2536949265
Python client has missing exports Describe the bug Some symbols aren't exported, so not available for a user Expected Behavior . Current Behavior . Reproduction Steps . Possible Solution No response Additional Information/Context No response Client version used 1.1 Engine type and version N/A OS N/A Language Python L...
gharchive/issue
2024-09-19T17:13:57
2025-04-01T06:40:50.229690
{ "authors": [ "Yury-Fridlyand", "acarbonetto", "avifenesh", "ikolomi" ], "repo": "valkey-io/valkey-glide", "url": "https://github.com/valkey-io/valkey-glide/issues/2332", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1872279150
🛑 PMANG is down In 8544260, PMANG (https://www.pmang.jp) was down: HTTP code: 0 Response time: 0 ms Resolved: PMANG is back up in cd1c0e1 after 1 hour, 50 minutes.
gharchive/issue
2023-08-29T19:31:52
2025-04-01T06:40:50.236741
{ "authors": [ "valofejikim" ], "repo": "valofe/upptime", "url": "https://github.com/valofe/upptime/issues/103", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
819912845
The app crashes when the user taps on the “Moonpay” link on the “Add Funds” screen. Frequency: 100% Repro on build version: Android Internal Build V1.11.0(1004294337) Does not repro version Test Flight Build V1.11.0(47) Repro on devices: Samsung Galaxy A5(7.0), Samsung Galaxy J7 pro (8.0) Does not repro devices iPho...
gharchive/issue
2021-03-02T11:09:54
2025-04-01T06:40:50.245145
{ "authors": [ "ValoraQA" ], "repo": "valora-inc/wallet", "url": "https://github.com/valora-inc/wallet/issues/78", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1328444835
Load CLI config as a part of the context object Is your feature request related to a problem? Please describe. We use glocal CLI config on so many places so Instead of calling a load function everywhere we load and store the global CLI config as a part of the context object at the beginning Describe the solution you'...
gharchive/issue
2022-08-04T10:55:46
2025-04-01T06:40:50.246822
{ "authors": [ "DavidMinarsch", "angrybayblade" ], "repo": "valory-xyz/open-aea", "url": "https://github.com/valory-xyz/open-aea/issues/256", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
610793799
Detectron2 to Caffe @zhiqwang Why did you include the detectron2 tag in this repo Have you converted detectron2 instance segmentation into caffe or onnx Hi, @deepseek Why did you include the detectron2 tag in this repo I'm working in embedding detectron2 to this repo. Have you converted detectron2 instance ...
gharchive/issue
2020-05-01T14:57:56
2025-04-01T06:40:50.270357
{ "authors": [ "deepseek", "zhiqwang" ], "repo": "vanillapi/demonet", "url": "https://github.com/vanillapi/demonet/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2575776922
Time reactive ui #9 created a night_time.html with a moon which when u hover over, winks at you redirects to this page between 2am-5am and back to index.html after 5am @vansh-codes @vansh-codes i made some changes, is it possible to revert the merge? i think it'll be better if i change the website to the moon win...
gharchive/pull-request
2024-10-09T12:23:55
2025-04-01T06:40:50.296311
{ "authors": [ "hana-maria", "vansh-codes" ], "repo": "vansh-codes/ChaosWeb", "url": "https://github.com/vansh-codes/ChaosWeb/pull/65", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
829655875
Update MicrosoftRouter endpoint A recent PR added a few www prefixes to some providers endpoints; in the case of Microsoft, it breaks it. This PR remove the invalid www from the Microsoft oAuth login host. Hi, any chance to get this merged soon?
gharchive/pull-request
2021-03-12T00:59:19
2025-04-01T06:40:50.300699
{ "authors": [ "m-barthelemy" ], "repo": "vapor-community/Imperial", "url": "https://github.com/vapor-community/Imperial/pull/79", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
433115703
Ksync watch crashes quite often after few minutes run I was running ksync watch in foreground and it keeps crashing and have to manually restart it. Crash is always due to some connection error that happens. ERRO[0299] lost connection to cluster ContainerName= LocalPath=/home/ubuntu/www/topaz Loca...
gharchive/issue
2019-04-15T06:33:29
2025-04-01T06:40:50.306510
{ "authors": [ "alok87", "grampelberg", "timfallmk" ], "repo": "vapor-ware/ksync", "url": "https://github.com/vapor-ware/ksync/issues/285", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
417377101
JobData naming collision warning We should provide a console warning when multiple jobs are registered with the same JobData name to help prevent collisions during decoding. Fixed in #8
gharchive/issue
2019-03-05T16:12:19
2025-04-01T06:40:50.317567
{ "authors": [ "mcdappdev" ], "repo": "vapor/jobs", "url": "https://github.com/vapor/jobs/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2195867870
acecore DM support acecore cant be used in DMs yet. has to be fixed also checking if the guild id is present and if not disable a few commands in DMs maybe also adding a bool to the command structure if it should even be registered with the empty string that makes it global (also DMs then) but if not it could make ...
gharchive/issue
2024-03-19T19:53:40
2025-04-01T06:40:50.333227
{ "authors": [ "vaporvee" ], "repo": "vaporvee/acecore", "url": "https://github.com/vaporvee/acecore/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
729135940
Frames are being dropped due to low threshold. Looking to improve the data points we get after processing thresholds. Looks like some frames are lost due to threshold being small. Also, trying to see if we can improve on accuracy. Not sure if this is a issue. Would be good to benchmark the outcome. @vardanagarwal -...
gharchive/issue
2020-10-25T23:04:09
2025-04-01T06:40:50.345964
{ "authors": [ "Havish123", "ctippur", "rushabh-wadkar", "vardanagarwal" ], "repo": "vardanagarwal/Proctoring-AI", "url": "https://github.com/vardanagarwal/Proctoring-AI/issues/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1157965131
Search bar bug Issue reference: Search Bug Filter issue resolved. #11 Proposed changes: The Search Bar was previously working if you type all lower case which is not the expected behavior. I have fixed 2 issues: Filter products irrespective of case. Filter products if the search string is a substring of the produ...
gharchive/pull-request
2022-03-03T04:46:52
2025-04-01T06:40:50.360096
{ "authors": [ "sagnik2001", "varunKT001" ], "repo": "varunKT001/tomper-wear-ecommerce", "url": "https://github.com/varunKT001/tomper-wear-ecommerce/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1810635195
npm ERR! Missing script: "frontend-build-all" RazorSvelte.csproj in the Carbon UI template <PreBuildEvent>npm run frontend-build-all --color=always</PreBuildEvent> should be changed to <PreBuildEvent>npm run fe-build-all --color=always</PreBuildEvent> I don't maintain the Carbon UI template anymore. It's just an ex...
gharchive/issue
2023-07-18T20:06:47
2025-04-01T06:40:50.432956
{ "authors": [ "Saad5400", "vbilopav" ], "repo": "vb-consulting/RazorSvelte", "url": "https://github.com/vb-consulting/RazorSvelte/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
405369230
Замечание по аудиту https://github.com/vbondarevsky/Connector/blob/1a8e8bccfe4457efd6ea0f9876431485751543c4/src/CommonModules/КоннекторHTTP/Ext/Module.bsl#L456 До выполнения метода Вычислить надо устанавливать безопасный режим всегда, иначе в кластере с включенными профилями безопасности будет выброшено исключение. ...
gharchive/issue
2019-01-31T18:00:42
2025-04-01T06:40:50.437117
{ "authors": [ "zeegin" ], "repo": "vbondarevsky/Connector", "url": "https://github.com/vbondarevsky/Connector/issues/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1674385721
Select number of jobs provided to Vivado BUILD_JOBS = ? Fixed in d6370abaee8dc87af609b6b81e5cbcb5d8b1c11f
gharchive/issue
2023-04-19T07:57:15
2025-04-01T06:40:50.438375
{ "authors": [ "vborchsh" ], "repo": "vborchsh/make-fpga", "url": "https://github.com/vborchsh/make-fpga/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
348326867
Upgrading PHP to 7.1 / 7.2 Is there a preferred way to upgrade the environment to php 7.1 or php 7.2? Currently php 7.0 is bundled with the box. According to http://php.net/supported-versions.php - 7.1 ends active support on Jan 1, 2019 which isn't terribly far away. Thanks +1 @lzivadinovic Thanks for your clarif...
gharchive/issue
2018-08-07T13:42:28
2025-04-01T06:40:50.466889
{ "authors": [ "IanZea", "amaguri1505", "brianmdesigns", "harkor", "jgraup", "jonaspaq", "litone01", "lzivadinovic", "miya0001", "tkc49" ], "repo": "vccw-team/vccw", "url": "https://github.com/vccw-team/vccw/issues/333", "license": "mit", "license_type": "permissive",...