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
1930555988
liableForVat false is not the case for folio-created vendor records Our migrated vendors will have liableForVat key in the data but it seems folio-created vendor records will not have that key if it is false. We got a key error for trying to transform an invoice when running the payments dag: [2023-10-06, 15:42:46 UT...
gharchive/issue
2023-10-06T16:23:02
2025-04-01T04:35:58.999309
{ "authors": [ "jermnelson", "shelleydoljack" ], "repo": "sul-dlss/libsys-airflow", "url": "https://github.com/sul-dlss/libsys-airflow/issues/773", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1174089587
🛑 SISTEMA ROYAL-HOLIDAY is down In 23720db, SISTEMA ROYAL-HOLIDAY (https://www.royalholiday.com.ar/reservas/admin/) was down: HTTP code: 0 Response time: 0 ms Resolved: SISTEMA ROYAL-HOLIDAY is back up in a05cad0.
gharchive/issue
2022-03-18T22:44:45
2025-04-01T04:35:59.037698
{ "authors": [ "sumito74" ], "repo": "sumito74/upptime", "url": "https://github.com/sumito74/upptime/issues/327", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1985823960
4.2国际服从缓存文件导出报错 数据为空,错误代码:invalid request params 问题描述 4.2国际服从缓存文件导出报错 数据为空,错误代码:invalid request params 系统版本 v4.2.0.11092107 Windows11 22H2 错误信息 2023-11-09 23:05:01.002 | INFO | __main__:<module>:225 - 项目主页: https://github.com/sunfkny/genshin-gacha-export 2023-11-09 23:05:01.002 | INFO | __main__:<module>:226 ...
gharchive/issue
2023-11-09T15:07:10
2025-04-01T04:35:59.051549
{ "authors": [ "TenkyuChimata", "sunfkny" ], "repo": "sunfkny/genshin-gacha-export", "url": "https://github.com/sunfkny/genshin-gacha-export/issues/73", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
390579760
可空枚举映射的字段,在插入数据库时,始终有默认值,无法为Null 实体某属性的数据类型为一个可空的枚举,数据库中会mapping为可空的整型,但是在进行数据插入操作时,这个字段始终有默认值,无法为null,不知是否是一个bug 枚举这个不处理 ,因为有些人 NULL就解释成0
gharchive/issue
2018-12-13T09:03:37
2025-04-01T04:35:59.061393
{ "authors": [ "liumanman", "sunkaixuan" ], "repo": "sunkaixuan/SqlSugar", "url": "https://github.com/sunkaixuan/SqlSugar/issues/179", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1181173110
Use of NFTables instead of IPTables (Step 18: configure firewall) Guide How to self-host hardened strongSwan IKEv2/IPsec VPN server for iOS and macOS Summary I am trying to avoid using IPTables and have switched over to nftables. Could you provide the equivalent nftables commands (along with the iptables) for Step 18...
gharchive/issue
2022-03-25T19:13:26
2025-04-01T04:35:59.063491
{ "authors": [ "gspannu", "sunknudsen" ], "repo": "sunknudsen/privacy-guides", "url": "https://github.com/sunknudsen/privacy-guides/issues/224", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1091880068
fix: update currentSession.user when GoTrueClient.update is called Fixes #39 Addresses PR feedback in #40 Could you please add tests? Absolutely. Can you approve my account to run checks so I can test my tests? Not sure how to run them successfully locally yet. https://github.com/supabase-community/gotrue-dart/is...
gharchive/pull-request
2022-01-01T19:55:48
2025-04-01T04:35:59.096237
{ "authors": [ "MisterJimson", "bdlukaa" ], "repo": "supabase-community/gotrue-dart", "url": "https://github.com/supabase-community/gotrue-dart/pull/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1305792024
Add createTable method on client It would be useful to let developer create tables in a declerative way. I don't think it's safe to create a table on the client @jakub-stefaniak As @bdlukaa has suggested, it is not safe to be able to create tables from a client, and it is not how systems are designed using RDMS. ...
gharchive/issue
2022-07-15T09:17:58
2025-04-01T04:35:59.098440
{ "authors": [ "bdlukaa", "dshukertjr", "jakub-stefaniak" ], "repo": "supabase-community/postgrest-dart", "url": "https://github.com/supabase-community/postgrest-dart/issues/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2092055587
[Bug]: Logging in via Google as banned user results in a crash General Info [X] I checked for similar bug report [X] I am using the latest version [X] I checked the troubleshooting page for similar problems [X] I enabled logging and checked the logs Version(s) 2.0.4 Target(s) Android What happened? (include your co...
gharchive/issue
2024-01-20T13:32:45
2025-04-01T04:35:59.104082
{ "authors": [ "brezinajn", "jan-tennert" ], "repo": "supabase-community/supabase-kt", "url": "https://github.com/supabase-community/supabase-kt/issues/432", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1884507254
Add in ability to call supabase.auth.resend() Feature request Is your feature request related to a problem? Please describe. It seems that the resend has not been setup in the sdk - https://supabase.com/docs/reference/javascript/auth-resend Describe the solution you'd like I would like to be able to call this to have...
gharchive/issue
2023-09-06T18:05:10
2025-04-01T04:35:59.107421
{ "authors": [ "bwship", "grsouza", "scottybobandy" ], "repo": "supabase-community/supabase-swift", "url": "https://github.com/supabase-community/supabase-swift/issues/108", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1678271728
Typescript gen : invalid SQL Function types Bug report [x] I confirm this is a bug with Supabase, not with my own application. [x] I confirm I have searched the Docs, GitHub Discussions, and Discord. Describe the bug For both input and input types, typescript generation of SQL functions is invalid in some cases : ...
gharchive/issue
2023-04-21T10:15:52
2025-04-01T04:35:59.129260
{ "authors": [ "mwoss", "ngasull", "sweatybridge" ], "repo": "supabase/cli", "url": "https://github.com/supabase/cli/issues/1030", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2660460451
feat: add minimum password length and password requirements config What kind of change does this PR introduce? This feature can be found in the Supabase Hosted Dashboard but doesn't have a way to configure it in the config.toml. What is the current behavior? No way to set Password minimum length and Password requirem...
gharchive/pull-request
2024-11-15T01:11:10
2025-04-01T04:35:59.132410
{ "authors": [ "silentworks" ], "repo": "supabase/cli", "url": "https://github.com/supabase/cli/pull/2885", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1864350764
Signing in via Native Google login, and then via native Apple login throws an exception Bug report [x] I confirm this is a bug with Supabase, not with my own application. [x] I confirm I have searched the Docs, GitHub Discussions, and Discord. Describe the bug After setting up native Google and Apple login for my r...
gharchive/issue
2023-08-24T03:46:51
2025-04-01T04:35:59.144196
{ "authors": [ "Dr-Usman", "dshukertjr", "hf", "hixcoder", "iseruuuuu" ], "repo": "supabase/gotrue", "url": "https://github.com/supabase/gotrue/issues/1233", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1325961244
feat(saml): Add basic SAML IdP initiated flow What kind of change does this PR introduce? Bug fix, feature, docs update, ... What is the current behavior? Please link any relevant issues here. What is the new behavior? Feel free to include screenshots if it includes visual changes. Additional context Add any other co...
gharchive/pull-request
2022-08-02T14:40:30
2025-04-01T04:35:59.146192
{ "authors": [ "hf" ], "repo": "supabase/gotrue", "url": "https://github.com/supabase/gotrue/pull/581", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2016119312
Function not exposed Describe the bug Seems a function returning a table from another schema is not exposed. To Reproduce Steps to reproduce the behavior: begin; create schema if not exists a1; grant usage on schema a1 to public; create table a1.foo(id int); grant select on table a1.foo to public; create or replace ...
gharchive/issue
2023-11-29T09:00:52
2025-04-01T04:35:59.151586
{ "authors": [ "dvv", "olirice" ], "repo": "supabase/pg_graphql", "url": "https://github.com/supabase/pg_graphql/issues/455", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2575235977
chore: remove examples We already maintain examples in https://github.com/supabase/supabase/tree/master/examples and these keeps triggering dependabot alerts. Pull Request Test Coverage Report for Build 11251423380 Details 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines...
gharchive/pull-request
2024-10-09T08:44:59
2025-04-01T04:35:59.156907
{ "authors": [ "coveralls", "soedirgo" ], "repo": "supabase/supabase-js", "url": "https://github.com/supabase/supabase-js/pull/1277", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
538236271
GraphQL Final Closes #29 Closes #45 Closes #46 Closes #59
gharchive/pull-request
2019-12-16T07:33:46
2025-04-01T04:35:59.161799
{ "authors": [ "suparngp" ], "repo": "suparngp/kotlin-multiplatform-projects", "url": "https://github.com/suparngp/kotlin-multiplatform-projects/pull/58", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
55951114
While parsing files each line is unnecessarily copied During tokenization the tokenizer copies each line to make parsing easier. This sports problems with long lines and/or embedded systems with low memory. A fix will reduce the maximum memory usage of the raw data by 50%. Looks good, just made some formatting upda...
gharchive/issue
2015-01-29T20:19:21
2025-04-01T04:35:59.171599
{ "authors": [ "jamesbassett", "kbilsted" ], "repo": "super-csv/super-csv", "url": "https://github.com/super-csv/super-csv/issues/20", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2498090004
Setting VALIDATE_ALL_CODEBASE: false does not work Is there an existing issue for this? [X] I have searched the existing issues Are you using the latest Super-linter version available? [X] I am using the latest Super-linter version. [X] I can reproduce the issue running Super-linter using complete version ident...
gharchive/issue
2024-08-30T20:02:47
2025-04-01T04:35:59.180144
{ "authors": [ "ferrarimarco", "jbanahan-bvm" ], "repo": "super-linter/super-linter", "url": "https://github.com/super-linter/super-linter/issues/6093", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2435914713
Add concept of "roles" When fly.io is acting as a third party, it's hard for us to communicate to the first party whether the user is an admin. Internally, we do this with NoAdminFeatures, but third parties won't have the concept of organization features in their access structs. This PR moves NoAdminFeatures into the...
gharchive/pull-request
2024-07-29T17:01:26
2025-04-01T04:35:59.207315
{ "authors": [ "btoews" ], "repo": "superfly/macaroon", "url": "https://github.com/superfly/macaroon/pull/29", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
296510832
Added scrollbar to overflow content in cloud accounts pages. Fixes issue #421. A simple css style was added to the app body to allow viewing of the extra content of cloud account pages, so that users can scroll down to fill out the rest of the form instead of zooming out, as referenced by @manigandham. LGTM Cove...
gharchive/pull-request
2018-02-12T20:19:40
2025-04-01T04:35:59.213622
{ "authors": [ "TheKLARKEN", "coveralls", "gopherstein" ], "repo": "supergiant/supergiant", "url": "https://github.com/supergiant/supergiant/pull/422", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1528365847
🛑 Node - ca-179a516e.yalaso.top is down In ee1cdb7, Node - ca-179a516e.yalaso.top (http://ca-179a516e.yalaso.top/api/v1/ping) was down: HTTP code: 0 Response time: 0 ms Resolved: Node - ca-179a516e.yalaso.top is back up in 2f2c219.
gharchive/issue
2023-01-11T03:31:29
2025-04-01T04:35:59.218812
{ "authors": [ "RealYalaSo" ], "repo": "superrr-vpn/status", "url": "https://github.com/superrr-vpn/status/issues/400", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1855745637
🛑 Node - tr-2d50afca.yalaso.top is down In 6c6986c, Node - tr-2d50afca.yalaso.top (http://tr-2d50afca.yalaso.top/api/v1/ping) was down: HTTP code: 0 Response time: 0 ms Resolved: Node - tr-2d50afca.yalaso.top is back up in 2b5d85c.
gharchive/issue
2023-08-17T21:41:01
2025-04-01T04:35:59.221274
{ "authors": [ "RealYalaSo" ], "repo": "superrr-vpn/status", "url": "https://github.com/superrr-vpn/status/issues/691", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1453376468
Cli Command for npx create-supertokens-app@latest doesn't work. npx create-supertokens-app@latest Need to install the following packages: create-supertokens-app@latest Ok to proceed? (y) y _____ _____ _ / ___| |_ _| | | \ `--. _ ...
gharchive/issue
2022-11-17T13:44:24
2025-04-01T04:35:59.228211
{ "authors": [ "irohitb", "nkshah2" ], "repo": "supertokens/create-supertokens-app", "url": "https://github.com/supertokens/create-supertokens-app/issues/42", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1968895354
🛑 Advanced Satellite is down In 490feeb, Advanced Satellite (https://www.advancedsat.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Advanced Satellite is back up in dbd7123 after 7 minutes.
gharchive/issue
2023-10-30T17:36:17
2025-04-01T04:35:59.240782
{ "authors": [ "jflores1" ], "repo": "superwebpros/uptime", "url": "https://github.com/superwebpros/uptime/issues/502", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2599238120
feat: Materi Part 3 Chapter 1 - CSS Flexbox Lesson 1: Pengantar Flexbox Definisi dan fungsi Flexbox dalam layout modern Konsep utama: kontainer dan item flex Lesson 2: Properti Flexbox Properti display: flex, flex-direction, dan justify-content Properti align-items, align-self, dan flex-wrap Lesson 3: Contoh P...
gharchive/issue
2024-10-19T14:27:28
2025-04-01T04:35:59.263658
{ "authors": [ "DimasZeava", "iniakunhuda", "sendhyrama" ], "repo": "surabayadev/tutorial-css-lengkap", "url": "https://github.com/surabayadev/tutorial-css-lengkap/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
920904616
feat(compile): added exclude flag Addressing issue https://github.com/sure-thing/presta/issues/85 Will need to incorporate this soon, but this branch is out of date. Thanks again for noticing this issue, @cjenaro!
gharchive/pull-request
2021-06-15T01:39:20
2025-04-01T04:35:59.267930
{ "authors": [ "cjenaro", "estrattonbailey" ], "repo": "sure-thing/presta", "url": "https://github.com/sure-thing/presta/pull/86", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
285078581
Question about license Hi, Nice looking template! Can your documentation template be used for a themeforest/codecanyon item? Under what license? Should you and/or Template-World user be credited? Thank you! Hey, Crediting is not required, but always appreciated (CC0) ~Surjith
gharchive/issue
2017-12-29T11:31:52
2025-04-01T04:35:59.295070
{ "authors": [ "ramonamorea", "surjithctly" ], "repo": "surjithctly/documentation-html-template", "url": "https://github.com/surjithctly/documentation-html-template/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2533667087
Queue RPC calls This PR aims to fix #87, which occurs when multiple queries are executed in parallel, which is impossible due to the &mut self on the execute function. The solution is to queue up RPC calls from JavaScript ensuring execute is only called once at a time. Closes #87 +1
gharchive/pull-request
2024-09-18T12:54:07
2025-04-01T04:35:59.300416
{ "authors": [ "limcheekin", "macjuul" ], "repo": "surrealdb/surrealdb.wasm", "url": "https://github.com/surrealdb/surrealdb.wasm/pull/107", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2117976633
Release metal3 0.6.0 This release includes the following changes: The Ironic images are rebased on the 2023.2 dependencies The Ironic images are now Aligned with the upstream version The BMO CRDs are aligned with the upstream The VMedia TLS is now configurable The Predictable NIC naming convention is now configurabl...
gharchive/pull-request
2024-02-05T08:44:14
2025-04-01T04:35:59.343565
{ "authors": [ "Kristian-ZH", "hardys", "ipetrov117" ], "repo": "suse-edge/charts", "url": "https://github.com/suse-edge/charts/pull/86", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
226431162
Current Stock page improvements Build Number: 1.1.1 Improvements: Toggle for hiding stockouts, much like the one when managing a stock take. Column that shows the months stock available. Item.quantity/(item.dailyUsage*30days) for the number of batches in the expansion, hide those with no stock (discuss if this is ap...
gharchive/issue
2017-05-04T22:55:52
2025-04-01T04:35:59.346000
{ "authors": [ "Chris-Petty", "edmofro" ], "repo": "sussol/mobile", "url": "https://github.com/sussol/mobile/issues/429", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1467958476
ebpf: Update CPU freq calculation to improve performance This PR introduces a 2.4X performance improvement for Kepler regarding the CPU profiling. We have been discussing the performance regression of Kepler in #365, with further analysis in #391. The performance analysis showed that garbage collector was the source ...
gharchive/pull-request
2022-11-29T12:13:38
2025-04-01T04:35:59.362413
{ "authors": [ "marceloamaral", "rootfs" ], "repo": "sustainable-computing-io/kepler", "url": "https://github.com/sustainable-computing-io/kepler/pull/427", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
48755785
Allocation API isn't as flexible as Lua's You might just want to close this WONTFIX since duktape's allocation strategy is baked into its API at this point. I just wanted to at least raise it as a point of discussion. In lua, malloc/free/realloc are all routed via a single callback, namely: typedef void * (*lua_Allo...
gharchive/issue
2014-11-14T08:55:26
2025-04-01T04:35:59.371645
{ "authors": [ "mitchblank", "svaarala" ], "repo": "svaarala/duktape", "url": "https://github.com/svaarala/duktape/issues/76", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1052379568
Add info Port 3000 is occupied for npm run dev Describe the problem If you run the default npm run dev without specifying a specific port (-p), you will get the following error, if the port is already in use: > listen EACCES: permission denied 127.0.0.1:3000 Error: listen EACCES: permission denied 127.0.0.1:3000 ...
gharchive/issue
2021-11-12T20:18:37
2025-04-01T04:35:59.390326
{ "authors": [ "Conduitry", "Zerotask", "benmccann", "bluwy" ], "repo": "sveltejs/kit", "url": "https://github.com/sveltejs/kit/issues/2789", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1275641484
create-svelte: Add descriptions to select options closes #5217 Please don't delete this checklist! Before submitting the PR, please make sure you do the following: [x] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large cha...
gharchive/pull-request
2022-06-18T02:34:42
2025-04-01T04:35:59.395598
{ "authors": [ "Rich-Harris", "gtm-nayan" ], "repo": "sveltejs/kit", "url": "https://github.com/sveltejs/kit/pull/5221", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1396913081
Fix route sorting This is a breaking change, though I expect its impact to be very minimal. #7051 made me realise that our route sorting algorithm is flawed — because it works left-to-right, given these two routes... /[a]/b/c /a/[b]/[c] ...a pathname like /a/b/c would match /a/[b]/[c] first, even though /[a]/b/c is ...
gharchive/pull-request
2022-10-04T22:25:46
2025-04-01T04:35:59.410960
{ "authors": [ "Rich-Harris", "arxpoetica", "benmccann", "dummdidumm" ], "repo": "sveltejs/kit", "url": "https://github.com/sveltejs/kit/pull/7149", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1605763100
Dedent Per https://github.com/sveltejs/kit/pull/9270#issuecomment-1450855548, this adds a dedent utility for the places where we need to generate code from template literals. It allows our code to be much more readable, and makes the generated code more reliably readable as well. Need to use it for the virtual module...
gharchive/pull-request
2023-03-01T22:31:22
2025-04-01T04:35:59.415993
{ "authors": [ "Rich-Harris" ], "repo": "sveltejs/kit", "url": "https://github.com/sveltejs/kit/pull/9273", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
855138066
Update CSS for default template counter button Before submitting the PR, please make sure you do the following [ ] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/svelte...
gharchive/pull-request
2021-04-10T19:20:44
2025-04-01T04:35:59.422089
{ "authors": [ "Rich-Harris", "bamadesigner", "benmccann", "dummdidumm" ], "repo": "sveltejs/kit", "url": "https://github.com/sveltejs/kit/pull/960", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1866907691
Apparent memory leak on Firefox on Linux I just closed a learn.svelte.dev tab on firefox and it reduced my ram usage by ~6GB. I noticed the line https://staticblitz.com (<Local Process ID>, cross-origin isolated) in the Firefox process manager and that it consumed 6GB of ram. The line was associated with the learn.sv...
gharchive/issue
2023-08-25T11:53:22
2025-04-01T04:35:59.424975
{ "authors": [ "arnfaldur", "baznikin", "mortezadadgar" ], "repo": "sveltejs/learn.svelte.dev", "url": "https://github.com/sveltejs/learn.svelte.dev/issues/491", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1631200043
chore: add image for <svelte:document> example Add thumbnail of example added in https://github.com/sveltejs/svelte/pull/8387 The examples have been moved to a new location: https://github.com/sveltejs/svelte/tree/master/documentation/examples
gharchive/pull-request
2023-03-20T00:58:30
2025-04-01T04:35:59.429531
{ "authors": [ "benmccann", "oekazuma" ], "repo": "sveltejs/sites", "url": "https://github.com/sveltejs/sites/pull/453", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1967801655
many console.logs Open Devtools this happens when something changes (state) thanks for you work! Gah, that was a development leftover that must've slipped through when preparing the bundle locally for the first submission. I'll try to automate the publishing steps using GH actions, now that the store link is avail...
gharchive/issue
2023-10-30T08:36:10
2025-04-01T04:35:59.432005
{ "authors": [ "cannap", "ignatiusmb" ], "repo": "sveltejs/svelte-devtools", "url": "https://github.com/sveltejs/svelte-devtools/issues/170", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1749525436
Incorrect code sample for use-move use-move sample code sample is a duplicate of user-click-outside Thank you for reporting this!
gharchive/issue
2023-06-09T09:33:16
2025-04-01T04:35:59.451731
{ "authors": [ "BeeMargarida", "aviadmini" ], "repo": "svelteuidev/svelteui", "url": "https://github.com/svelteuidev/svelteui/issues/392", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
151773267
Set header bkgd col to clemson-orange to avoid hard coding the color I tried to change the background color all in one go by changing clemson-orange in main.sccs, but it didn't work properly. This fixes that. Thanks for the contribution! You're welcome.
gharchive/pull-request
2016-04-29T00:40:24
2025-04-01T04:35:59.493655
{ "authors": [ "svmiller", "tdmcarthur" ], "repo": "svmiller/steve-ngvb-jekyll-template", "url": "https://github.com/svmiller/steve-ngvb-jekyll-template/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1115870808
How to change bright red colour of links without target In my PKM, I make frequent use of links that don't yet have a target page. These show up as a bright red in the markdown preview in the default dark VSCode mode and are pretty hard on the eye: Is there a way to actually configure these to be a different colour?...
gharchive/issue
2022-01-27T07:34:33
2025-04-01T04:35:59.496344
{ "authors": [ "erikjalevik", "svsool" ], "repo": "svsool/vscode-memo", "url": "https://github.com/svsool/vscode-memo/issues/519", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
791049469
Unable to fetch complete data Hi, First of all, thank you for such a tool. I tried to fetch the public scope for h1 using the following command - bbscope h1 -b --noToken -c url Fetched the result but somehow it is missing the details for Mailru program (https://hackerone.com/mailru). Is it because of the different fo...
gharchive/issue
2021-01-21T12:54:50
2025-04-01T04:35:59.508153
{ "authors": [ "rudrapwn", "sw33tLie" ], "repo": "sw33tLie/bbscope", "url": "https://github.com/sw33tLie/bbscope/issues/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
161788131
swagger-editor latest version breaks tests swagger-editor v2.10.1 was released on May 11. It breaks the swagger-node tests. The tests still pass for v2.9.9. Here is the output of running npm test with v2.10.1: @saharj @mohsen1 do you have any ideas on this? What is swagger-engine?! I think this is just for swa...
gharchive/issue
2016-06-22T21:16:02
2025-04-01T04:35:59.569366
{ "authors": [ "fehguy", "mohsen1", "rydahhh" ], "repo": "swagger-api/swagger-node", "url": "https://github.com/swagger-api/swagger-node/issues/393", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
264418621
Path doesn't contain parameters after deserialization Hello, I'm trying to read defined path parameters from Path object after deserialization, but I found out that the list is always null. In fact, path params are set to null at this line: https://github.com/swagger-api/swagger-parser/blob/e3d545b7e4cd20553023ad77a7...
gharchive/issue
2017-10-11T00:15:43
2025-04-01T04:35:59.573295
{ "authors": [ "giuliopulina", "gracekarina" ], "repo": "swagger-api/swagger-parser", "url": "https://github.com/swagger-api/swagger-parser/issues/545", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
496691371
Now runs with python3 (needs more testing) Short description of what this resolves: This should now actually run on python3, ALTHOUGH IT DOES REQUIRE TESTING AND UPDATES. Changes proposed in this pull request: Changed imports to work with Python3 Checked to make sure new imports have the same function. Ran on python...
gharchive/pull-request
2019-09-21T19:24:41
2025-04-01T04:35:59.624528
{ "authors": [ "PredatorFeesh" ], "repo": "swapagarwal/JARVIS-on-Messenger", "url": "https://github.com/swapagarwal/JARVIS-on-Messenger/pull/537", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
615457069
"Unable to add DRM framebuffer" with mpv mpv version: 0.32.0 wlroots version: 0.10.0.r124.gf72686c0-1 (up to f72686c) sway version: sway version 1.4-726d187d (May 10 2020, branch 'master') When mpv plays in fullscreen mode, lots of the following error messages are printed out. [ERROR] [backend/drm/util.c:210] Unable ...
gharchive/issue
2020-05-10T19:15:48
2025-04-01T04:35:59.655777
{ "authors": [ "emersion", "escalade", "focus64" ], "repo": "swaywm/wlroots", "url": "https://github.com/swaywm/wlroots/issues/2181", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
298060284
Vulkan Support This would be nice for even better performance, and actually allowing real multi-gpu to happen. Currently, there are several things missing from Vulkan to truly make this a reality and be a first-class renderer for wlroots. It would probably be best for this to remain out-of-tree until they've been res...
gharchive/issue
2018-02-18T05:25:33
2025-04-01T04:35:59.687905
{ "authors": [ "EasyIP2023", "SirCmpwn", "agx", "ascent12", "berylline", "cheako", "emersion", "fooishbar", "nyorain", "yegorius" ], "repo": "swaywm/wlroots", "url": "https://github.com/swaywm/wlroots/issues/642", "license": "mit", "license_type": "permissive", "lic...
911086070
The conversion of React props value, unicode character is unnecessary Here is the swcrc config: { "jsc": { "parser": { "syntax": "typescript", "tsx": true } } } This is the source file: import React from 'react'; export const HelloWorld = () => { return (<div title="您好SWC"></div>) } Result: import R...
gharchive/issue
2021-06-04T03:35:43
2025-04-01T04:35:59.697963
{ "authors": [ "Austaras", "fiture", "haydnhkim", "kdy1", "vovacodes" ], "repo": "swc-project/swc", "url": "https://github.com/swc-project/swc/issues/1782", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1995550075
perf(es/minifier): Improve format.inline_script Improves on #8252 fn replace_close_inline_script by removing unsafe and improving performance by ~35% Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept y...
gharchive/pull-request
2023-11-15T20:51:28
2025-04-01T04:35:59.700620
{ "authors": [ "CLAassistant", "ZakisM", "kdy1" ], "repo": "swc-project/swc", "url": "https://github.com/swc-project/swc/pull/8292", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
237272843
Matching people with trainees When a trainee application is matched to a person, is all the trainee's information supposed to go into the person's record? See for example this training request: https://amy.software-carpentry.org/workshops/training_request/665/ was matched to this person: https://amy.software-carpentr...
gharchive/issue
2017-06-20T16:34:40
2025-04-01T04:35:59.705618
{ "authors": [ "chrismedrela", "maneesha", "pbanaszkiewicz" ], "repo": "swcarpentry/amy", "url": "https://github.com/swcarpentry/amy/issues/1198", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
629743982
Possible to create potentially malformed URL via object key Describe the bug aws-sdk-swift's S3 has a method that calls return client.send(operation: "PutObject", path: "/{Bucket}/{Key+}", httpMethod: "PUT", input: input, on: eventLoop) (amongst other similar calls) that can result in a http url request formed with ...
gharchive/issue
2020-06-03T06:58:12
2025-04-01T04:35:59.726221
{ "authors": [ "adam-fowler", "mredig" ], "repo": "swift-aws/aws-sdk-swift-core", "url": "https://github.com/swift-aws/aws-sdk-swift-core/issues/284", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2739226622
Fix StringOptimization to handle load_borrow This is part of fixing performance regressions for ossa modules rdar://140229560 @swift-ci test
gharchive/pull-request
2024-12-13T21:19:19
2025-04-01T04:35:59.753685
{ "authors": [ "meg-gupta" ], "repo": "swiftlang/swift", "url": "https://github.com/swiftlang/swift/pull/78176", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
676335407
Add Tokamak DevTools extension for Chrome The tool itself is written in Tokamak. The extension might work in Firefox too, but I haven't tried it. So far it lets you browse the View tree, hover over Views to highlight them, and click on Views to view some basic info about them. Todo: [ ] Fix various crashes [ ] Corr...
gharchive/pull-request
2020-08-10T18:37:40
2025-04-01T04:35:59.756882
{ "authors": [ "carson-katri", "ie-ahm-robox" ], "repo": "swiftwasm/Tokamak", "url": "https://github.com/swiftwasm/Tokamak/pull/255", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2342203542
Adaptive default toolchain version based on Swift version on builder 現在、cartonの用意するツールチェーンのバージョンは固定でハードコードされています。 これは概ね現在の最新安定版を追従するように更新されています。 しかし、ユーザの開発環境はそれより古いものからまだアップグレードできていなかったり、 逆にリリース前の超最新版を使いたいこともあります。 そのような場合に、ソースコードの編集で使われる言語バージョンと、 cartonがwasmビルドで利用する言語バージョンが異なってしまいます。 対策方法として、.swift-verison ファイルを用意するこ...
gharchive/pull-request
2024-06-09T12:26:16
2025-04-01T04:35:59.760442
{ "authors": [ "omochi" ], "repo": "swiftwasm/carton", "url": "https://github.com/swiftwasm/carton/pull/481", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2078043298
Update QuickSettings.vue for spelling Silence Spelling Fix Hello @tpatchg Thank you for helping with this. Merging now. PS: I saw your issue on the main repo. I'll drop a comment in a few
gharchive/pull-request
2024-01-12T04:29:42
2025-04-01T04:35:59.767526
{ "authors": [ "cwilvx", "tpatchg" ], "repo": "swing-opensource/swingmusic-client", "url": "https://github.com/swing-opensource/swingmusic-client/pull/22", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1966594616
🛑 www.swipload.com is down In 1a71e95, www.swipload.com (https://www.swipload.com) was down: HTTP code: 406 Response time: 317 ms Resolved: www.swipload.com is back up in b548131 after 8 minutes.
gharchive/issue
2023-10-28T13:24:03
2025-04-01T04:35:59.771576
{ "authors": [ "AntiAliasing" ], "repo": "swipload/status", "url": "https://github.com/swipload/status/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
414089024
radio and checkbox classes affects other inputs too When having a <input type="text"> nested under a <input type="radio" the "input constraint" at following classes: radio--left radio--right are affecting the nested text inputs "top" attribute (and some more), which causes the input field to be higher as the label. ...
gharchive/issue
2019-02-25T12:49:24
2025-04-01T04:35:59.777338
{ "authors": [ "bschaeublin", "gillerr" ], "repo": "swiss/styleguide", "url": "https://github.com/swiss/styleguide/issues/654", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
446923616
2.0 进程异常后,无法使用php bin/swoft http:start启动 使用的是自建docker 环境, composer create-project安装的2.0版本 docker cmd 是 php bin/swoft http:start 平时应用是 docker restart对应用进行重启 但是在2.0版本上 由于docker restart 没有正常退出swoft进程,导致 第二次 后续所有的docker启动都是无法正常重启的, 也尝试过 php bin/swoft http:restart ,但是提示无法拉起进程,超时退出 这块在之前1.x版本上是可以 docker restart 随时都能正常重启...
gharchive/issue
2019-05-22T04:08:30
2025-04-01T04:35:59.781951
{ "authors": [ "Ckeungkin", "f39516046", "inhere" ], "repo": "swoft-cloud/swoft", "url": "https://github.com/swoft-cloud/swoft/issues/646", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
706702802
Issue 601 topic services under ros2 Distro A, OPSEC #4584 Just checking in since it's been a while since I saw any updates for this, is it ready to go? I think so, but I don't have a great test for it. On Mon, Oct 12, 2020, 1:10 PM P. J. Reed notifications@github.com wrote: Just checking in since it's been a whi...
gharchive/pull-request
2020-09-22T21:23:42
2025-04-01T04:35:59.803760
{ "authors": [ "danthony06", "dvmartin999", "pjreed" ], "repo": "swri-robotics/marti_common", "url": "https://github.com/swri-robotics/marti_common/pull/604", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2433543682
🛑 BestQA_GO is down In 2c8244f, BestQA_GO (https://www.bestqa.net/go/bestqa_dev/up) was down: HTTP code: 0 Response time: 0 ms Resolved: BestQA_GO is back up in c96a4de after 17 minutes.
gharchive/issue
2024-07-27T16:22:19
2025-04-01T04:35:59.829582
{ "authors": [ "swuecho" ], "repo": "swuecho/upptime", "url": "https://github.com/swuecho/upptime/issues/2206", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1126730400
🛑 Random site is down In 9a6c608, Random site (https://www.southernjive.co.uk) was down: HTTP code: 0 Response time: 0 ms Resolved: Random site is back up in aec02b8.
gharchive/issue
2022-02-08T02:55:50
2025-04-01T04:35:59.834391
{ "authors": [ "sxa" ], "repo": "sxa/aoupptime", "url": "https://github.com/sxa/aoupptime/issues/480", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1878408937
view! failing when attribute name ends in -ref Describe the bug To integrate with Tailwind Elements, I need to create div (and other) elements with a data-te-dropdown-ref tag. I tried: view! { cx, div(class="relative", data-te-dropdown-ref=true) {} } but this fails the perseus serve with: error: expected identifie...
gharchive/issue
2023-09-02T06:44:14
2025-04-01T04:35:59.847210
{ "authors": [ "lukechu10", "smessmer" ], "repo": "sycamore-rs/sycamore", "url": "https://github.com/sycamore-rs/sycamore/issues/620", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2124256513
Still active? repo hasn't committed in three years Hi @alex3236, this project is no longer actively maintained, but there are plans to update it, at the moment I'm focusing on other projects, so it may be a month before the project is updated. @syfxlin/tiptap-starter-kit is now updated, so close this issue, thank...
gharchive/issue
2024-02-08T02:42:49
2025-04-01T04:35:59.852172
{ "authors": [ "alex3236", "syfxlin" ], "repo": "syfxlin/tiptap-starter-kit", "url": "https://github.com/syfxlin/tiptap-starter-kit/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1551733232
Add additional placement options, such as above and behind the car Add additional placement options, such as above and behind the car If you only wanted 1 thing displayed, it'd be nice if it could be centered. There's some config options to adjust this already, but tbh I'm not a fan of the implementation. I need to...
gharchive/issue
2023-01-21T08:14:06
2025-04-01T04:35:59.970434
{ "authors": [ "XertroV", "sylae" ], "repo": "sylae/DiegeticInfoDisplay", "url": "https://github.com/sylae/DiegeticInfoDisplay/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1937345379
🛑 Concrete Tree is down In ff072da, Concrete Tree (https://concretetree.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Concrete Tree is back up in 20f17b5 after 56 minutes.
gharchive/issue
2023-10-11T09:51:33
2025-04-01T04:35:59.978136
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/22016", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1941468936
🛑 Speedy Auto Clean is down In d1658be, Speedy Auto Clean (https://speedyautoclean.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Speedy Auto Clean is back up in d725a5f after 16 minutes.
gharchive/issue
2023-10-13T08:15:14
2025-04-01T04:35:59.980609
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/23871", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1943057610
🛑 Patio Pros Elpaso is down In d4b874c, Patio Pros Elpaso (https://patioproselpaso.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Patio Pros Elpaso is back up in d9ef2cd after 51 minutes.
gharchive/issue
2023-10-14T07:31:09
2025-04-01T04:35:59.982903
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/24643", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1962359091
🛑 Shiny Car Clean is down In d77fa67, Shiny Car Clean (https://shinycarclean.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Shiny Car Clean is back up in 7166ef3 after 30 minutes.
gharchive/issue
2023-10-25T22:28:24
2025-04-01T04:35:59.985168
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/33655", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1967108304
🛑 Clean Standards is down In 6e41042, Clean Standards (https://clean-standards.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Clean Standards is back up in 78f1336 after 10 minutes.
gharchive/issue
2023-10-29T18:37:27
2025-04-01T04:35:59.987443
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/36547", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1973191323
🛑 Cleanaholic is down In 143f6d4, Cleanaholic (https://cleanaholictn.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: Cleanaholic is back up in d0aac43 after 43 minutes.
gharchive/issue
2023-11-01T22:17:12
2025-04-01T04:35:59.990513
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/39051", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1892201488
🛑 AZ Brick Frames is down In e1c955a, AZ Brick Frames (https://azbrickframes.com/) was down: HTTP code: 0 Response time: 0 ms Resolved: AZ Brick Frames is back up in 69b1b54 after 47 minutes.
gharchive/issue
2023-09-12T10:25:58
2025-04-01T04:35:59.992806
{ "authors": [ "symapex" ], "repo": "symapex/upsite", "url": "https://github.com/symapex/upsite/issues/9479", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
236545267
Relationals and BooleanAtom Please review and suggest improvements. @isuruf What can be done to fix the build failure? See for example, https://github.com/ShikharJ/symengine.py/blob/52fb3d2d7a8b7925b9207415178af7404739fdd5/symengine/lib/symengine.pxd#L463 Ping @isuruf. In SymPy x < y returns a less than obje...
gharchive/pull-request
2017-06-16T17:26:40
2025-04-01T04:35:59.996799
{ "authors": [ "ShikharJ", "isuruf" ], "repo": "symengine/symengine.py", "url": "https://github.com/symengine/symengine.py/pull/159", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
850212995
Migrate to the new bundle directory structure Q A Bug fix? no New feature? yes Tickets none License MIT Hello everyone! I'm happy to propose this refactoring according to the latest bundle best practices. I think it is a good time to do it because there are not so many packages and we can standardize...
gharchive/pull-request
2021-04-05T08:58:15
2025-04-01T04:36:00.175694
{ "authors": [ "nicolas-grekas", "sadikoff", "weaverryan" ], "repo": "symfony/ux", "url": "https://github.com/symfony/ux/pull/80", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1711702709
Installation is not working Hello @fabpot, When i'm trying to install Croncape following your documentation (https://github.com/symfonycorp/croncape#installation), like this : go get github.com/symfonycorp/croncape I got this error : go: go.mod file not found in current directory or any parent directory. 'go get' ...
gharchive/issue
2023-05-16T10:12:53
2025-04-01T04:36:00.179103
{ "authors": [ "fabpot", "jeromecx" ], "repo": "symfonycorp/croncape", "url": "https://github.com/symfonycorp/croncape/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
624857784
Fix download link php -r "copy('https://github.com/symplify/easy-coding-standard-prefixed/blob/master/ecs.phar?raw=true', 'ecs.phar');" Thanks :+1: Need to revert this change as it creates file named ecs.phar?raw=true where it should be ecs.phar. Here's the output: ➜ cake4-demo git:(test) ✗ wget https://github....
gharchive/pull-request
2020-05-26T12:49:20
2025-04-01T04:36:00.213918
{ "authors": [ "TomasVotruba", "dxops", "ishanvyas22" ], "repo": "symplify/easy-coding-standard-prefixed", "url": "https://github.com/symplify/easy-coding-standard-prefixed/pull/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
910811055
[STATIC-DETECTOR] You have requested a non-existent service "Symfony\Component\Console\Application". Releated to this? https://github.com/symplify/symplify/issues/3188 Hi, thanks for reporting. I think the fix would be as same as in linked issue https://github.com/symplify/symplify/pull/3261 Closing as resol...
gharchive/issue
2021-06-03T19:59:06
2025-04-01T04:36:00.216331
{ "authors": [ "TomasVotruba", "gertvdb" ], "repo": "symplify/symplify", "url": "https://github.com/symplify/symplify/issues/3255", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1376738002
[monorepo-builder] vendor/bin/monorepo-builder init generates files with deprecated code The vendor/bin/monorepo-builder init command generates $parameters->set(Option::DATA_TO_APPEND, [ ComposerJsonSection::REQUIRE_DEV => [ 'phpunit/phpunit' => '^9.5', ], ]); Option::DATA_TO_APPE...
gharchive/issue
2022-09-17T10:47:52
2025-04-01T04:36:00.218746
{ "authors": [ "bohanyang", "tacman" ], "repo": "symplify/symplify", "url": "https://github.com/symplify/symplify/issues/4405", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
775084986
TypeChecking - Type check function input and output. Adds ability to type check functions input and outputs on runtime with support for all typing primitives. from typing import Union @typecheck def func(a: Union[int, bool], b: str) -> bool: ... func("hello", 0) # Throws error. For implementation purposes it ...
gharchive/issue
2020-12-27T18:17:51
2025-04-01T04:36:00.343029
{ "authors": [ "synchronizing" ], "repo": "synchronizing/toolbox", "url": "https://github.com/synchronizing/toolbox/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1501120880
[Bug]: Lightning send issues Describe the bug Can’t send Lightning. I tried sending to Muun and then to my node.. and it’s not working Reproduce Go to '...' Click on '....' Scroll down to '....' See error Screenshots / Recording Operating system IOS 16.2 Bitkit version No response Log output No response I think...
gharchive/issue
2022-12-17T02:39:12
2025-04-01T04:36:00.445482
{ "authors": [ "JWBurgers", "coreyphillips", "nbourbon" ], "repo": "synonymdev/bitkit", "url": "https://github.com/synonymdev/bitkit/issues/785", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
129541151
subd support: n-sided polygons & pixar crease tags optional parameter to triangulate polygons to maintain compatibility added create tag test & example subd crease tag file from OpenSubD source code Super cool! But there's some CI build error. I will check/fix it, then try to merge it into master. I must have f...
gharchive/pull-request
2016-01-28T18:47:29
2025-04-01T04:36:00.448719
{ "authors": [ "dboogert", "syoyo" ], "repo": "syoyo/tinyobjloader", "url": "https://github.com/syoyo/tinyobjloader/pull/64", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1071883448
Implement grammar support for Function and Modular Model calls Currently, the grammar does not support function and modular model calls, the parse tree currently recognizes those as errors. Specifically, the following grammar (example) needs to be supported: S3 := quadratic(s1, k1, k2, k3); Implemented in 55b86423...
gharchive/issue
2021-12-06T08:49:34
2025-04-01T04:36:00.455138
{ "authors": [ "mastevb" ], "repo": "sys-bio/vscode-antimony", "url": "https://github.com/sys-bio/vscode-antimony/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
728248832
Todo List: Mobil2an Assalamualaikum Wr. Wb. Ini adalah beberapa hal yang akan kita kerjakan untuk project grafika komputer kedepannya: [ ] Bikin asset jalan [ ] Bikin asset mobil [ ] Bikin logic untuk selebihnya bisa ditambahkan dikomentar. Terima kasih. Barusan saya menambahkan GithubBot ke telegram untuk mendap...
gharchive/issue
2020-10-23T14:06:36
2025-04-01T04:36:00.457659
{ "authors": [ "sysfdn" ], "repo": "sysfdn/Mobil2an", "url": "https://github.com/sysfdn/Mobil2an/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1613432387
Decode v2021 frames Battery types 0xfaf1 Ternary Lithium 0xfaf2 Lithium Iron Phosphate 0xfaf3 Lithium Titanate 0xfaf4 Custom Battery status 0 Unknown 1 Idle 2 Charge 3 Discharge 4 Standby 5 Error Charge Mosfet Status 0 Off 1 On 2 Cell overvoltage 3 Overcurrent protection 4 Battery full 5 B...
gharchive/pull-request
2023-03-07T13:19:18
2025-04-01T04:36:00.484093
{ "authors": [ "pwilkowski", "syssi" ], "repo": "syssi/esphome-ant-bms", "url": "https://github.com/syssi/esphome-ant-bms/pull/52", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1852019910
*: add comments as tittle all comments are resolved, pl review again.
gharchive/pull-request
2023-08-15T19:40:52
2025-04-01T04:36:00.749716
{ "authors": [ "Arlottang" ], "repo": "systemxlabs/tinysql", "url": "https://github.com/systemxlabs/tinysql/pull/27", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
410620695
デッキでカラムをドラッグできなくなっている Summary Expected Behavior Actual Behavior Steps to Reproduce Environment Windows 10 / Firefox 65 => OK Windows 10 / Chrome 71 => NG @syuilo Environment 書いてほしいです。 Windows 10 / Firefox 65 => ドラッグできるが、読み込み直すまで反映されない Windows 10 / Chrome 72 => ドラッグできない、読み込み直しても変わらない みたい Linux 4.19.3...
gharchive/issue
2019-02-15T06:12:55
2025-04-01T04:36:00.797411
{ "authors": [ "acid-chicken", "mei23", "rinsuki", "silverscat-3", "syuilo" ], "repo": "syuilo/misskey", "url": "https://github.com/syuilo/misskey/issues/4273", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
276059903
プッシュ通知はGCMをやめてVAPIDにする なるべく外部依存をなくしたほうが良いと思います これを機にサーバーごとにビルドするようにするか
gharchive/issue
2017-11-22T13:03:10
2025-04-01T04:36:00.798230
{ "authors": [ "syuilo", "tamaina" ], "repo": "syuilo/misskey", "url": "https://github.com/syuilo/misskey/issues/940", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
434573823
Fix #4734 Summary Fix #4734 🙏
gharchive/pull-request
2019-04-18T03:28:12
2025-04-01T04:36:00.799080
{ "authors": [ "syuilo", "tamaina" ], "repo": "syuilo/misskey", "url": "https://github.com/syuilo/misskey/pull/4745", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
481069946
fix: HiDPi環境でオブジェクトを選択できない Summary 同一コード内で window のプロパティは全て window. を明示しているので統一しました 🙏🙏🙏🙏🙏🙏
gharchive/pull-request
2019-08-15T09:28:46
2025-04-01T04:36:00.800094
{ "authors": [ "Xeltica", "syuilo" ], "repo": "syuilo/misskey", "url": "https://github.com/syuilo/misskey/pull/5268", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
320929612
Small Fix in README Examples + Angular2 wrapper Hi, thanks for this module. Some points i found: Code Examples The 2 examples in readme is not working because the js link has change to https://szimek.github.io/signature_pad/js/signature_pad.js The links that are wrong: Other demos Erase feature: https://jsfiddle.net/...
gharchive/issue
2018-05-07T19:39:51
2025-04-01T04:36:00.808872
{ "authors": [ "mariohmol", "szimek" ], "repo": "szimek/signature_pad", "url": "https://github.com/szimek/signature_pad/issues/363", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
348976847
Move to sphinx gallery waiting on https://github.com/sphinx-gallery/sphinx-gallery/issues/150 You may also be interested in https://github.com/ianhi/mpl-playback which I made to integrate sphinx gallery with matplotlib widgets. Basically you just record your interaction with the figure and it will play it back and ...
gharchive/issue
2018-08-09T04:51:30
2025-04-01T04:36:00.822984
{ "authors": [ "ianhi", "t-makaro" ], "repo": "t-makaro/animatplot", "url": "https://github.com/t-makaro/animatplot/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1947690592
bug: NEXTAUTH_URL validation failing with vercel env pull Provide environment information System: OS: macOS 13.6 CPU: (8) arm64 Apple M2 Memory: 737.61 MB / 24.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.17.1 - ~/.volta/tools/image/node/18.17.1/bin/node Yarn: 4.0.0-rc.50 - ~/.volta/tools/image/yarn/4.0.0-rc.50/bin...
gharchive/issue
2023-10-17T15:23:05
2025-04-01T04:36:00.847805
{ "authors": [ "danieldeichfuss" ], "repo": "t3-oss/create-t3-app", "url": "https://github.com/t3-oss/create-t3-app/issues/1602", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1326536711
fix(prisma): fix minor typo in prisma schema Fix minor typo in prisma schema [x] I reviewed linter warnings + errors, resolved formatting, types and other issues related to my work [x] The PR title follows the convention we established conventional-commit [x] I performed a functional test on my final commit Fixed ...
gharchive/pull-request
2022-08-03T00:31:25
2025-04-01T04:36:00.850548
{ "authors": [ "RodSarhan", "juliusmarminge" ], "repo": "t3-oss/create-t3-app", "url": "https://github.com/t3-oss/create-t3-app/pull/278", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1464718104
fix: language select layout shift (closes #855) Closes #855 ✅ Checklist [x] I have followed every step in the contributing guide (updated 2022-10-06). [x] The PR title follows the convention we established conventional-commit [x] I performed a functional test on my final commit Changelog ✅ Updated navbar style to ...
gharchive/pull-request
2022-11-25T16:00:27
2025-04-01T04:36:00.861700
{ "authors": [ "Seth-McKilla", "asrvd", "juliusmarminge" ], "repo": "t3-oss/create-t3-app", "url": "https://github.com/t3-oss/create-t3-app/pull/867", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2246067820
fix: identify Deno as server (#154) @juliusmarminge We hit the faulty server detection explained in #154 when using t3-env on Netlify in a middleware in Next.js. Netlify uses Deno to bundle for edge, and this resulted in builds failing with "❌ Attempted to access a server-side environment variable on the client". I t...
gharchive/pull-request
2024-04-16T13:26:56
2025-04-01T04:36:00.863975
{ "authors": [ "juliusmarminge", "michaellopez" ], "repo": "t3-oss/t3-env", "url": "https://github.com/t3-oss/t3-env/pull/220", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
852426786
Pallet Registry Outlined an onchain registry in a pallet. Also tried updating the circuit node and circuit-runtime to run with the latest substrate master but got stuck @ this error. Will investigate further... Open points: Integration - storing successfully executed contracts Offchain registry ~ substrate-archive ?...
gharchive/pull-request
2021-04-07T13:45:47
2025-04-01T04:36:00.866915
{ "authors": [ "MaciejBaj", "chiefbiiko" ], "repo": "t3rn/t3rn", "url": "https://github.com/t3rn/t3rn/pull/40", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
85873297
Touchable cannot transition from RESPONDER_INACTIVE_PRESS_IN to LONG_PRESS_DETECTED for responder .r[1]{TOP_LEVEL}[0].0.0.0.1.1.0.0" Odd bug, I'm getting this error after spamming the router forward and back. 2015-06-07 15:53:43.681 [error][tid:com.facebook.React.JavaScript] "Error: Touchable cannot transition from `...
gharchive/issue
2015-06-07T07:56:04
2025-04-01T04:36:00.869212
{ "authors": [ "elsodev" ], "repo": "t4t5/react-native-router", "url": "https://github.com/t4t5/react-native-router/issues/32", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1296807205
[BUG] heal txAdmin/FXServer versions: v4.14.2 atop FXServer 5652 Describe the bug Healing yourself or the whole Server isn’t possible as the Heal Option on the Ingame Menu does nothing To Reproduce Steps to reproduce the behavior: Use the In-Game Menu and try healing yourself with the heal option Expected behavior Yo...
gharchive/issue
2022-07-07T04:50:34
2025-04-01T04:36:00.905557
{ "authors": [ "InfoBlock", "tabarra" ], "repo": "tabarra/txAdmin", "url": "https://github.com/tabarra/txAdmin/issues/654", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
303608225
Does not extract data properly from tables with alternate row color and no line borders tried extracting data from tables that were formatted without any border, just alternate row color. It looks like whether stream or lattice approach, it only pulled out the grey rows and ignored (stream) or left blank (lattice) th...
gharchive/issue
2018-03-08T19:49:04
2025-04-01T04:36:00.922560
{ "authors": [ "adrennhoff", "agaisin", "jazzido" ], "repo": "tabulapdf/tabula", "url": "https://github.com/tabulapdf/tabula/issues/814", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }