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
327921425
[Sema] Fix a crash in rethrows checking. We were assuming that variadic parameters are at the end, so we didn't fill in all the types of the tuple elements in the tuple type we were constructing. @swift-ci Please smoke test
gharchive/pull-request
2018-05-30T22:26:00
2025-04-01T06:43:26.431003
{ "authors": [ "rudkx" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/16915", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
349465691
[CMake] Unbreak unified builds on Linux This fixes a regression introduced by #18500. @swift-ci please smoke test Reverted in #18675
gharchive/pull-request
2018-08-10T10:40:21
2025-04-01T06:43:26.432082
{ "authors": [ "davezarzycki", "tkremenek" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/18624", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
370763843
Add (rhs: Self, lhs: Self) function to == and < operators. While conforming a custom type to BinaryInteger, I found in the docs that for all binary comparison operators except for == and <, there are 2 functions, one with arguments (lhs: Self, rhs: Self) and one with arguments (lhs: Self, rhs: Other) with Other bein...
gharchive/pull-request
2018-10-16T19:28:13
2025-04-01T06:43:26.435528
{ "authors": [ "MrLotU", "natecook1000", "xwu" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/19917", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
448608501
vim: improve attribute handling The attribute can be applied to a typename or a type declaration. Correct the handling for the second case. Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate. Resolves SR-NNNN. @swift-ci please ...
gharchive/pull-request
2019-05-26T21:30:20
2025-04-01T06:43:26.437517
{ "authors": [ "compnerd" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/25077", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
626904742
Revert "[5.3][SourceKit][InterfaceGen] Don't print clang decls marked with the swift_private attribute." Reverts apple/swift#32047 @nathawes Can you create another PR to re-revert this change?
gharchive/pull-request
2020-05-29T00:00:53
2025-04-01T06:43:26.438681
{ "authors": [ "shahmishal" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/32079", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
632175740
[QoI] Detect unintended generic params and provide a note and fixit. I have seen several people make this mistake and wrongly assume that generic parameter conformances use the same separators (,) between conformances as happens with conformances in type declarations. When what is intended is forming protocol composi...
gharchive/pull-request
2020-06-06T03:40:53
2025-04-01T06:43:26.442369
{ "authors": [ "gregomni" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/32220", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
632295578
[build-script] Explicitly separate build-script-impl products and non-build-script-impl-products when building the list of products to build. This was already being done in a really hacky way namely, we computed the build-script-impl list by filtering a single product list. But if one looked at the actual product cla...
gharchive/pull-request
2020-06-06T08:20:37
2025-04-01T06:43:26.444518
{ "authors": [ "gottesmm" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/32224", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
658616844
ModuleInterface: refactor a utility function out for collecting candidate compiled modules. NFC The compiled module is either adjacent to the interface file or in the prebuilt module cache directory. @swift-ci please smoke test @swift-ci please smoke test
gharchive/pull-request
2020-07-16T22:14:26
2025-04-01T06:43:26.445656
{ "authors": [ "nkcsgexi" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/32935", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
744335429
Disable an assert in LinearLifetimeChecker pending design changes. This assert does not make sense because consumingUses in some cases only contains the destroying uses. Owned values may not be destroyed because they may be converted to ValueOwnershipKind::None on all paths reaching a return. Instead, this utility ne...
gharchive/pull-request
2020-11-17T01:40:27
2025-04-01T06:43:26.448099
{ "authors": [ "atrick" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/34771", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
964414596
[docs] Describe how _alwaysEmitIntoClient relates to library evolution. I also removed an admonition for stabilizing AEIC; I don't think these docs are the right place for that. I will file separate tickets for tracking stabilization and desired changes to AEIC. @swift-ci smoke test and merge @swift-ci smoke test...
gharchive/pull-request
2021-08-09T21:45:41
2025-04-01T06:43:26.449726
{ "authors": [ "varungandhi-apple" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/38814", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1001272923
[5.5][Dependency Scanning] Make dependency scanner cache specific to a given target triple. Cherry-pick of: https://github.com/apple/swift/pull/39326 Explanation: Ever since we introduced -clang-target to avoid re-building Clang modules at different targets when being a common dependency of a given Swift module, we...
gharchive/pull-request
2021-09-20T18:33:25
2025-04-01T06:43:26.454427
{ "authors": [ "artemcm" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/39374", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
169979498
Give a proper error when a member type is inaccessible. Explanation: Type lookup should have a fallback path that ignores access control for better diagnostics, especially now that the behavior of private has changed. This patch adds that for qualified lookup. Scope: This only affects the error path for qualified...
gharchive/pull-request
2016-08-08T17:31:28
2025-04-01T06:43:26.463657
{ "authors": [ "jckarter", "jrose-apple" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/4105", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
170163408
stdlib: Fix-it for missing ReverseCollection renaming What's in this pull request? History: 9e505059 ReverseCollection.init(_:) was removed. 55885fb5 ReverseCollection was renamed to ReversedCollection. This PR adds two step fix-it: ReverseCollection(c) => ReversedCollection(c) => c.reversed() Resolved bug number: (S...
gharchive/pull-request
2016-08-09T13:18:02
2025-04-01T06:43:26.471471
{ "authors": [ "gribozavr", "rintaro" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/4148", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1160258990
[stdlib] Added Armv5 support Added support for cross compiling the Swift Stdlib for Armv5 processors. Resolves SR-15944. The only issues I have encountered is /stdlib/public/Platform/4/Glibc.swift:14:19: error: no such module 'SwiftGlibc'. I've seen previous threads about older cmake versions and Android not bein...
gharchive/pull-request
2022-03-05T06:20:50
2025-04-01T06:43:26.481908
{ "authors": [ "CodaFi", "buttaface", "colemancda" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/41686", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
170555574
stdlib: add a couple of ABI FIXMEs to String implementation We should not make grapheme segmentation algorithm inlineable now (and possibly ever). The immediate reason is that Unicode 8.0 grapheme segmentation algorithm has been changed significantly in Unicode 9.0. Unicode 9.0 requires a stateful algorithm. Curren...
gharchive/pull-request
2016-08-11T01:41:28
2025-04-01T06:43:26.484037
{ "authors": [ "gribozavr" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/4217", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1270177602
[5.7][stdlib] Fix handling of duplicate items in generic Set.intersection (cherry picked from #59417) Explanation: If the sequence passed to Set.intersection has exactly as many duplicate items as items missing from self, then the implementation that shipped in 5.6 mistakenly returns self unchanged. (It counts dupli...
gharchive/pull-request
2022-06-14T02:46:09
2025-04-01T06:43:26.487308
{ "authors": [ "lorentey" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/59422", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1275648214
Sema: Fix capture lifetime issue in protocol conformance sendable mismatch The closure passed in to diagnoseOrDefer() outlives the ConformanceChecker instance, so instead of capturing 'this', pull out the 'DC' instance variable directly. @swift-ci Please smoke test
gharchive/pull-request
2022-06-18T03:12:37
2025-04-01T06:43:26.488454
{ "authors": [ "slavapestov" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/59558", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1477100303
LoopRotate: Fix avoiding copy_value hoisted to the pre-header copy_value is marked as having no side effects. Teach LoopRotate to avoid moving it to the pre header and instead duplicate it while rotating the loop. @swift-ci test LoopRotate looks for mayHaveSideEffects - https://github.com/apple/swift/blob/5b9aef9...
gharchive/pull-request
2022-12-05T17:56:23
2025-04-01T06:43:26.491426
{ "authors": [ "atrick", "meg-gupta" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/62399", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1581501968
[move-only] Teach the checker how to handle ref_element_addr and global_addr with assignable_but_not_consumable semantics Taking care of: rdar://104874497 rdar://102794400 @swift-ci smoke test @swift-ci smoke test linux platform
gharchive/pull-request
2023-02-13T01:40:47
2025-04-01T06:43:26.493592
{ "authors": [ "gottesmm" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/63607", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1599504262
[Test] Require asserts for experimental feature. On non-asserts compilers, the following error is emitted: <unknown>:0: error: experimental feature '<FEATURE>' cannot be enabled in a production compiler @swift-ci please smoke test and merge
gharchive/pull-request
2023-02-25T02:26:31
2025-04-01T06:43:26.494614
{ "authors": [ "nate-chandler" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/63905", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1656404982
[Tests/Macros] Add %target-codesign before %target-run Cherry-pick #64946 into release/5.9 (cherry picked from commit 02a604e7e782aadb8bff68f164cf729da315f92a) rdar://107658689 @swift-ci Please test
gharchive/pull-request
2023-04-05T22:56:42
2025-04-01T06:43:26.495701
{ "authors": [ "rintaro" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/64956", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1670897809
[Concurrency] Re-enable test on iOS platform: enqueue impls Missed re-enablement of one test during https://github.com/apple/swift/pull/65039 Also don't make use of disabled availability checking on this test since it could potentially hide issues in the future. @swift-ci please smoke test @swift-ci please smoke...
gharchive/pull-request
2023-04-17T10:45:28
2025-04-01T06:43:26.497672
{ "authors": [ "ktoso" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/65225", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2239477391
[Build] Fix host system query for older CMake. DISTRIB_PRETTY_NAME is only supported on CMake 3.22 and later, but we only require CMake 3.19.6. @swift-ci Please smoke test @futurejones I think this fixes the CMake issue introduced by #72049. @al45tair, that looks good. Thanks.
gharchive/pull-request
2024-04-12T09:03:34
2025-04-01T06:43:26.499477
{ "authors": [ "al45tair", "futurejones" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/73001", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
215576877
Support translateAndImplodeIntoAny under opaque value mode Small part of radar rdar://problem/30080769 This PR adds support for translating and imploding into Any under opaque value mode @swift-ci Please smoke test Can you maybe add additional RUN lines to some existing SILGen tests to run them under opaque value...
gharchive/pull-request
2017-03-20T22:39:50
2025-04-01T06:43:26.501871
{ "authors": [ "shajrawi", "slavapestov" ], "repo": "apple/swift", "url": "https://github.com/apple/swift/pull/8212", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
246395831
fix: dependent fields do not work when the form is an inline admin form resolves #380 I have the inline-related class name hard coded but even then it is less hackish. Hi @jnoortheen Thanks for the Pull-Request! This really is a bug that we should fix. For now, can you please do me a favor and make sure the tests p...
gharchive/pull-request
2017-07-28T16:23:15
2025-04-01T06:43:26.512827
{ "authors": [ "aghdaeea", "codingjoe", "jnoortheen" ], "repo": "applegrew/django-select2", "url": "https://github.com/applegrew/django-select2/pull/399", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
197100880
Remove ramp parameters sorting Maya sorts the ramp positions, colors, not by ramp order but by the order in which you create these elements. Sorting these globally though would break some ramp cases, such as the four corner ramp, so this needs to be disabled, and the component access is dealt with in the shader code....
gharchive/pull-request
2016-12-22T06:00:53
2025-04-01T06:43:26.517002
{ "authors": [ "est77", "luisbarrancos" ], "repo": "appleseedhq/appleseed-maya2", "url": "https://github.com/appleseedhq/appleseed-maya2/pull/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
127925580
bug when using split('&') for params_array Hi, HTTPClient get returns a HTTPMessage object: params_array = resp.split("&") should be changed to params_array = resp.body.to_s.split("&") on line 515 & 531 in mini_fb.rb cheers Pull request? done https://github.com/appoxy/mini_fb/pull/63
gharchive/issue
2016-01-21T13:34:22
2025-04-01T06:43:26.535744
{ "authors": [ "krokodaxl", "treeder" ], "repo": "appoxy/mini_fb", "url": "https://github.com/appoxy/mini_fb/issues/59", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
641482218
Add observability for caller identity Need to capture metadata about the entity behind an authentication - stuff like instance ID, instance ARN, and more, specific fields TBD. Do this via logging and having filebeat or whatever ship it off to the customer's stack, which would be configurable. Also metrics in the ...
gharchive/issue
2020-06-18T19:03:51
2025-04-01T06:43:26.593699
{ "authors": [ "timothydnguyen", "tyrannosaurus-becks" ], "repo": "approzium/approzium", "url": "https://github.com/approzium/approzium/issues/39", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
53159499
Many-to-many associations using edges Currently waterline-orientdb uses a junction table for many-to-many associations, just like SQL adapters. Even though this works it doesn't take advantage of using a graph db. Replace the junction table for edges. Also waiting on balderdashy/waterline#725 in order to better name ...
gharchive/issue
2014-12-31T00:40:26
2025-04-01T06:43:26.595527
{ "authors": [ "dmarcelino" ], "repo": "appscot/waterline-orientdb", "url": "https://github.com/appscot/waterline-orientdb/issues/29", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1207621751
[Bug]: Not able to disable form login & signup at build time Is there an existing issue for this? [X] I have searched the existing issues Description Most options in app/client/src/ce/configs/index.ts (as of v1.6.20) are configurable via environment variables at build time, because they start with REACT_APP_, which...
gharchive/issue
2022-04-19T01:54:53
2025-04-01T06:43:26.599696
{ "authors": [ "Nikhil-Nandagopal", "u128393" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/issues/13041", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1210610675
[Feature]: Integration with firebase storage Is there an existing issue for this? [X] I have searched the existing issues Summary A user on intercom wanted to integrate with firebase storage similar to how we use S3 to upload and manage files. https://app.intercom.com/a/apps/y10e7138/inbox/inbox/all/conversations/1...
gharchive/issue
2022-04-21T07:24:51
2025-04-01T06:43:26.602175
{ "authors": [ "areyabhishek", "dilippitchika" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/issues/13173", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2006434308
[Task]: Update the Empty Screens / Not found screens in Homepage experience Is there an existing issue for this? [X] I have searched the existing issues SubTasks This is fixed with homepage
gharchive/issue
2023-11-22T14:09:59
2025-04-01T06:43:26.603676
{ "authors": [ "ankitsrivas14", "deepikaappsmith" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/issues/29042", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1078316209
[Bug] Unpublished page Is there an existing issue for this? [X] I have searched the existing issues Current Behavior On an unpublished app's view mode, we have a scroll On an unpublished apps' view mode, the color of the icon doesn't adhere to the Appsmith design system Steps To Reproduce Launch an app that is no...
gharchive/issue
2021-12-13T10:03:40
2025-04-01T06:43:26.607082
{ "authors": [ "ankurrsinghal", "riodeuno" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/issues/9728", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1220640469
fix: replace klona/full with klona default when manipulating props, react state (immutable values) do not use klona/default as the non-writable property remains non-writable, and delete or update operation will crash on dev. Description Type of change chore How Has This Been Tested? Checklist: [ ] My code follows ...
gharchive/pull-request
2022-04-29T11:57:14
2025-04-01T06:43:26.612805
{ "authors": [ "Rishabh-Rathod" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/pull/13457", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1228902311
fix: delay on page load actions till all actions are retrieved Description As a quick fix to prevent the on-page load actions from firing before the actions are even fetched, we had reverted the changes to make fetch page DSL call parallel in 13587. Unfortunately, theming PR brought back parallelisation and the issue...
gharchive/pull-request
2022-05-08T14:28:05
2025-04-01T06:43:26.624410
{ "authors": [ "arunvjn", "ohansFavour" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/pull/13657", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1282250436
fix: Fix backward compatibility related to v1 git file format Description Recently we have modified the git file ops to optimize the performance, but we missed a bit to clean up the file for v1 of the file format. v1 file fomrmat Type of change Bug fix (non-breaking change which fixes an issue) How Has This Been T...
gharchive/pull-request
2022-06-23T11:26:49
2025-04-01T06:43:26.647227
{ "authors": [ "Aishwarya-U-R", "Athayde3586", "abhvsn" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/pull/14770", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1306751845
chore: Upgrade astring version from v1.7.5 to v1.8.3 Description Previous version of the astring library doesn't preserve parenthesis when transforming AST to JS Code. This led to syntax error when null coalesce and logical expressions are used together. The latest version of astring library fixes this. Fixes #15283...
gharchive/pull-request
2022-07-16T08:53:51
2025-04-01T06:43:26.651970
{ "authors": [ "ohansFavour" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/pull/15245", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1402388153
fix: removed height auto default theme Removed height auto css rule from the default theme. @riodeuno I don't know why it was added by you, but the things are working fine I suppose.
gharchive/pull-request
2022-10-09T20:27:08
2025-04-01T06:43:26.653217
{ "authors": [ "ankurrsinghal" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/pull/17415", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1513475863
fix: Api new line chars getting lost issue fixed Description This PR fixes: When creating REST API query, if in the headers, we add text with newline characters, and now if we switch to another page and come back to this page again, we can see the new line characters have been lost from API headers. This issue was a...
gharchive/pull-request
2022-12-29T07:48:37
2025-04-01T06:43:26.661801
{ "authors": [ "sneha122" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/pull/19298", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
931675860
Update node version in the client setup doc Description I noticed that the install script mentions needing node version 14.15.4 while we have the old version mentioned in this file. Type of change This change requires a documentation update Checklist: [ ] My code follows the style guidelines of this project [ ] I...
gharchive/pull-request
2021-06-28T15:08:36
2025-04-01T06:43:26.665615
{ "authors": [ "ajinkyakulkarni" ], "repo": "appsmithorg/appsmith", "url": "https://github.com/appsmithorg/appsmith/pull/5454", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
477267004
Build system re-builds all stacks when only one stack has been modified Describe the bug See https://travis-ci.com/appsody/stacks/builds/122069698 When only .appsody-config is changed in the microprofile stack all the stacks were rebuilt by travis and not only the microprofile stack. We should change this to reduce t...
gharchive/issue
2019-08-06T09:21:56
2025-04-01T06:43:26.669631
{ "authors": [ "mhamwala", "tomleah" ], "repo": "appsody/stacks", "url": "https://github.com/appsody/stacks/issues/141", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
142221252
Ambiguous reference to member 'withClass', with three "candidate" copies of TyphoonDefinition I am working on an iOS app, and include Typhoon using either CocoaPods or source-as-subproject. In either case, I get this strange error. Typhoon links & imports correctly, however the Swift compiler complains that my use of...
gharchive/issue
2016-03-20T23:38:16
2025-04-01T06:43:26.672655
{ "authors": [ "alexgarbarev", "jraqula" ], "repo": "appsquickly/Typhoon", "url": "https://github.com/appsquickly/Typhoon/issues/484", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1846606004
Consider adding the shell scripts linter shellcheck into CI/CD Description We have a significant number of shell scripts in the repo: $ fd -H '\.sh$' packages/backend/scripts/build.sh packages/backend/scripts/build_docs.sh packages/backend/scripts/build_static.sh packages/backend/scripts/deploy.sh packages/backend/sc...
gharchive/issue
2023-08-11T10:44:55
2025-04-01T06:43:26.680003
{ "authors": [ "Toreno96" ], "repo": "apptension/saas-boilerplate", "url": "https://github.com/apptension/saas-boilerplate/issues/377", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2624077588
Hackathon Submission: Corinna AI - MultiChatbot Hackathon Submission: Corinna AI - MultiChatbot Name of Team Lead Akshay Waghmare GitHub handles of Team Members @akshayw1 Are all of your team members registered on our Hackathon Signup page? [x] Yes [ ] No Rules and Code of Conduct By submitting this PR, you agre...
gharchive/pull-request
2024-10-30T13:17:34
2025-04-01T06:43:26.696089
{ "authors": [ "adityaoberai", "akshayw1" ], "repo": "appwrite-community/htf24-hackathon-submissions", "url": "https://github.com/appwrite-community/htf24-hackathon-submissions/pull/84", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1914523205
fix(ftux): ensure valid default stack selected Nice!
gharchive/pull-request
2023-09-27T01:24:51
2025-04-01T06:43:26.729944
{ "authors": [ "joeclayallday", "neurosnap" ], "repo": "aptible/app-ui", "url": "https://github.com/aptible/app-ui/pull/422", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2353551720
[Feature Request]: Add login and signup page in kitten page Is there an existing issue for this? [X] I have searched the existing issues Feature Description By adding a login and signup page, users can buy products and record them in their account. Use Case By creating an account, customers can save their preferenc...
gharchive/issue
2024-06-14T14:53:31
2025-04-01T06:43:26.744806
{ "authors": [ "harsh02mishra", "heysagnik" ], "repo": "apu52/METAVERSE", "url": "https://github.com/apu52/METAVERSE/issues/784", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2498760664
[Bug]: improve the package tab in the website Is there an existing issue for this? [X] I have searched the existing issues Describe the bug In Package tab the logo and some images are not showing in package plz check this out and fix it ... Expected behavior Logo and Images are not Showing in Package tab Add Screen...
gharchive/issue
2024-08-31T09:56:51
2025-04-01T06:43:26.748540
{ "authors": [ "apu52", "ujjwalshriv3" ], "repo": "apu52/Travel_Website", "url": "https://github.com/apu52/Travel_Website/issues/1387", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2131006137
[Mariner] trivy doesn't detect CVE-2023-5678 for package earlier than where the fix has been first introduced. Scanning an image with version of OpenSSL 1.1.1k-27 (which is vulnerable) doesn't report it as so although our OVAL file is correctly set. Reproducer: sudo docker run -ti mcr.microsoft.com/cbl-mariner/base/c...
gharchive/issue
2024-02-12T21:23:03
2025-04-01T06:43:26.764906
{ "authors": [ "DmitriyLewen", "eric-desrochers", "knqyf263" ], "repo": "aquasecurity/trivy-db", "url": "https://github.com/aquasecurity/trivy-db/issues/379", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1044232770
Fix initial value of all store With this change this useStore(initialValue) (or with getStore / withStore) is valid. However, is doing an Object.assign with the parameter + the current store, this way only add the missing store variables and is not removing the existint ones. const { getStore } = createStore({ cart:...
gharchive/pull-request
2021-11-04T00:03:56
2025-04-01T06:43:26.788322
{ "authors": [ "aralroca", "danielart" ], "repo": "aralroca/fragstore", "url": "https://github.com/aralroca/fragstore/pull/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
605682333
non system databse return isSystem == true My Environment ArangoDB Version: 3.6.2 Storage Engine: RocksDB Deployment Mode: Single Server Deployment Strategy: ArangoDB Starter Configuration: notable server settings Infrastructure: own Operating System: centos ...
gharchive/issue
2020-04-23T16:39:19
2025-04-01T06:43:26.801837
{ "authors": [ "OmarAyo", "SisMaker" ], "repo": "arangodb/arangodb", "url": "https://github.com/arangodb/arangodb/issues/11493", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
209073596
issue in web app my environment running ArangoDB I'm using the latest ArangoDB of the respective release series: [ ] 2.8 [ x] 3.0 [ ] self-compiled devel branch On this operating system: [ ] DCOS on [ ] AWS [ ] Azure [ x] own infrastructure [ ] Linux [ ] Debian .deb [ ] Ubuntu .deb [ ] SUSE .rpm [ ] RedHat ....
gharchive/issue
2017-02-21T08:30:13
2025-04-01T06:43:26.818375
{ "authors": [ "dothebart", "gdem123", "hkernbach", "jsteemann" ], "repo": "arangodb/arangodb", "url": "https://github.com/arangodb/arangodb/issues/2316", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1639214302
[CircleCI] Detect if compiling changes checkout Scope & Purpose Detect (and fail) if compiling the code changes the checked out code. Need to test whether this works still;
gharchive/pull-request
2023-03-24T11:23:52
2025-04-01T06:43:26.820110
{ "authors": [ "markuspf" ], "repo": "arangodb/arangodb", "url": "https://github.com/arangodb/arangodb/pull/18438", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
419242367
Abort the process if a stopped thread does not terminate within 5min. Thread::shutdown used to abort if a thread did not set its state to STOPPED within a given time window. However, this behavior got lost in the refactoring in #8032. Instead of waiting for the state to be set to STOPPED, this PR introduces a new fun...
gharchive/pull-request
2019-03-10T22:38:45
2025-04-01T06:43:26.823666
{ "authors": [ "dothebart", "jsteemann", "mpoeter" ], "repo": "arangodb/arangodb", "url": "https://github.com/arangodb/arangodb/pull/8357", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
472748921
fixed a bug in RTRIM implementation, fixed issue #9558 Scope & Purpose Fix Github issue #9558 [x] Bug-Fix for devel-branch (i.e. no need for backports?) [ ] Bug-Fix for a released version (did you remember to port this to all relevant release branches?) [ ] The behavior in this PR can be (and was) manually tested (s...
gharchive/pull-request
2019-07-25T09:03:32
2025-04-01T06:43:26.827930
{ "authors": [ "jsteemann" ], "repo": "arangodb/arangodb", "url": "https://github.com/arangodb/arangodb/pull/9562", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
88301980
arch-cli s -s what it does? does it work? It is supposedly a standalone start. I don't know what that mean. How should it be different from a normal start? On an app generated by arch-cli init it dies with the following log 0 info it worked if it ends with ok 1 verbose cli [ 'node', '/usr/local/bin/npm', 'start' ] ...
gharchive/issue
2015-06-15T03:27:20
2025-04-01T06:43:26.848510
{ "authors": [ "charypar", "cognominal", "tabazevedo" ], "repo": "arch-js/arch", "url": "https://github.com/arch-js/arch/issues/72", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
593247359
[feature request] Select visual object label from alasql database With 4.7 beta 3 introduced per view label a need pops up to select per view label with alasql query. Is it possible atm ? if not is there a possibility to implement such a feature? Is it possible atm ? No if not is there a possibility to implement...
gharchive/issue
2020-04-03T09:29:01
2025-04-01T06:43:26.862094
{ "authors": [ "WatchTh1", "jbsarrodie" ], "repo": "archimatetool/archi", "url": "https://github.com/archimatetool/archi/issues/606", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
426965751
Fix pytest warnings pytest currenty reports a deprecation warning. /home/jelle/projects/arch-security-tracker/tracker/view/advisory.py:9: DeprecationWarning: 'werkzeug.contrib.atom' is deprecated as of version 0.15 and will be removed in version 1.0. from werkzeug.contrib.atom import AtomFeed -- Docs: https://...
gharchive/issue
2019-03-29T12:35:44
2025-04-01T06:43:26.913109
{ "authors": [ "anthraxx", "jelly", "ysf" ], "repo": "archlinux/arch-security-tracker", "url": "https://github.com/archlinux/arch-security-tracker/issues/153", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
619374159
Use -style options which were adopted in tmux 1.9. Individual -bg and -fg options were deprecated in tmux 2.9. Ah whoops. This is definitely a duplicate PR. My bad folks.
gharchive/pull-request
2020-05-16T04:17:58
2025-04-01T06:43:26.916906
{ "authors": [ "schultz-is" ], "repo": "arcticicestudio/nord-tmux", "url": "https://github.com/arcticicestudio/nord-tmux/pull/47", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1190602066
xdm,我遇到bug了 在Firefox选择游戏模式能正常使用,Chromium缺不可以 如果你是指每次刷新后都会变成练习模式 不介意的话可以试试pages版本(没有排行榜) 星夜貌似没有往xingye.me合并后续的修复版本.. 不是...我指的是在Chromium内核的浏览器中点击练习模式没有反应,无法选择游戏模式,而Firefox浏览器可以正常使用 半天也不给具体情况说明和截图,关了
gharchive/issue
2022-04-02T11:16:02
2025-04-01T06:43:26.920719
{ "authors": [ "kifuan", "xiaodaren666", "zjkwdy" ], "repo": "arcxingye/EatKano", "url": "https://github.com/arcxingye/EatKano/issues/100", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1368897659
Allow providing a custom context for queries + upgrade dependencies It's a bug that the context from the createQuery options is not passed to the useQueryClient function. I also upgraded the dependencies so the project is using the latest versions. I would recommend moving from Vite to rollup-preset-solid. This chang...
gharchive/pull-request
2022-09-11T10:15:25
2025-04-01T06:43:26.933438
{ "authors": [ "ardeora", "oscartbeaumont" ], "repo": "ardeora/solid-query", "url": "https://github.com/ardeora/solid-query/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2342524910
Library name change request Library repository URL https://github.com/ChitoKim/EiMOS_U8X8 Hi @ChitoKim. I am confirming your request. Unlike submissions, this type of request is still handled manually. The Library Manager index maintainer occasionally comes through to clear all the outstanding requests. They will c...
gharchive/issue
2024-06-09T22:40:09
2025-04-01T06:43:27.008258
{ "authors": [ "ChitoKim", "MatteoPologruto", "per1234" ], "repo": "arduino/library-registry", "url": "https://github.com/arduino/library-registry/issues/4645", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2057916707
Delete my library Hello, I would like to remove my library to address several errors that I overlooked upon its initial publication. My intention is to re-publish it once these issues have been resolved. Thank you for your understanding. ???
gharchive/pull-request
2023-12-28T02:25:54
2025-04-01T06:43:27.009257
{ "authors": [ "lhrDev" ], "repo": "arduino/library-registry", "url": "https://github.com/arduino/library-registry/pull/3808", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2018430591
Support hex count? g== on line :0x30+0x20 show error as bellow: 0x30+0x20 = Crunch error: value for x30 not found Sorry this isn't supported, and I don't plan on adding support even though I do understand the value in it. The error you are seeing is because x30 is parsed as it's own variable name.
gharchive/issue
2023-11-30T11:20:59
2025-04-01T06:43:27.016475
{ "authors": [ "arecarn", "zaiqiang-dong" ], "repo": "arecarn/vim-crunch", "url": "https://github.com/arecarn/vim-crunch/issues/70", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
773799303
Adding Chilled Water System (CHWS) to Temoa's model This is a tentative model that should close #128. A decision should be made before merging this PR. I am working on two models: a) Models the CHWS as one technology (10_uiuc.sql): Pros: Everything is modeled as one technology, making the input file simpler. Cons:...
gharchive/pull-request
2020-12-23T13:58:17
2025-04-01T06:43:27.200580
{ "authors": [ "robfairh", "samgdotson" ], "repo": "arfc/pride", "url": "https://github.com/arfc/pride/pull/130", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1275961064
GPU Deactivates itself after some time Running the plugin works overall, theres just one Issue. After having the Lock Screen provided from the Plugin, open for too long, the GPU deactivates itself and changes the GPU output or makes the entire PC unfunctional and forces you to hard shutdown. You're going to need to...
gharchive/issue
2022-06-19T05:50:02
2025-04-01T06:43:27.202791
{ "authors": [ "Technetium1", "WalEl6512", "arg0NNY" ], "repo": "arg0NNY/DiscordPlugins", "url": "https://github.com/arg0NNY/DiscordPlugins/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1461160974
nothing happens when i put the plugin in my plugin folder and open discord nothing pops up and i just have 2 settings https://user-images.githubusercontent.com/104123130/203488728-f4d12185-cd05-4aa6-ac10-672b878ccdb6.png This is Zere's Plugin Library issue, download the fixed version from the support server and us...
gharchive/issue
2022-11-23T07:02:32
2025-04-01T06:43:27.204772
{ "authors": [ "IDLEGLANCE" ], "repo": "arg0NNY/DiscordPlugins", "url": "https://github.com/arg0NNY/DiscordPlugins/issues/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1397838229
Token classification weak labelling As in the text classification task, the "Weak labeling" mode in token classification must allow tag entities by defining a query and entity label (the rule). Given a rule, the Weak labeling mode for token classification will tag entities based on the matched tokens/words in the sea...
gharchive/issue
2022-03-02T12:59:44
2025-04-01T06:43:27.218507
{ "authors": [ "Amelie-V", "cceyda", "davidberenstein1957", "dvsrepo", "frascuchon", "issam9" ], "repo": "argilla-io/argilla", "url": "https://github.com/argilla-io/argilla/issues/1749", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
110186565
"mas upgrade" command Instead of: ❯ mas outdated 747648890 Telegram (1.90) 557168941 Tweetbot for Twitter (2.1) ❯ mas install 747648890 ==> Downloading Telegram ==> Installed Telegram ❯ mas install 557168941 ==> Downloading Tweetbot for Twitter ==> Installed Tweetbot for Twitter just something like ... ❯ mas upgra...
gharchive/issue
2015-10-07T09:36:02
2025-04-01T06:43:27.220801
{ "authors": [ "frdmn", "mattly" ], "repo": "argon/mas", "url": "https://github.com/argon/mas/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1753652343
Error: error loading manifests from directory: file argoproj.io_argocds.yaml bigger than total allowed limit Describe the bug Cannot install operator 0.6.0 from operatorHub.io https://operatorhub.io/operator/argocd-operator The bundle is too large. time="2023-06-12T21:45:24Z" level=error msg="File with size 398756 ex...
gharchive/issue
2023-06-12T21:53:17
2025-04-01T06:43:27.226382
{ "authors": [ "OloJuChang" ], "repo": "argoproj-labs/argocd-operator", "url": "https://github.com/argoproj-labs/argocd-operator/issues/933", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1642172952
Mount the whole function inside a Script given a source At the moment only the body of a function is passed into the actual Script YAML spec, along with a prefix of parsed parameters and imports. It would be amazing if Hera would actually mount the whole function inside the script rather than just the body of the fun...
gharchive/issue
2023-03-27T14:13:17
2025-04-01T06:43:27.228095
{ "authors": [ "flaviuvadan", "samj1912" ], "repo": "argoproj-labs/hera", "url": "https://github.com/argoproj-labs/hera/issues/512", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
675948356
Submit raw workflow to the REST api Summary Can we send directly raw yaml workflows to the REST api? It seems that it is possible using K8s API but it is not documented anymore: #1163 and #1757. Motivation I would appreciate to describe my workflows in YAML and submit them directly to the API, without the need to con...
gharchive/issue
2020-08-10T08:06:32
2025-04-01T06:43:27.310153
{ "authors": [ "Warvito", "alexec", "hellokarthik", "laymain", "wesleyscholl" ], "repo": "argoproj/argo-workflows", "url": "https://github.com/argoproj/argo-workflows/issues/3712", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1272340102
Workflow controller panics when stopping a workflow that has an Lifecycle-Hook with a plugin Checklist [x] Double-checked my configuration. [x] Tested using the latest version. [x] Used the Emissary executor. Summary What happened/what you expected to happen? We have a workflow that has a workflow level lifecycl...
gharchive/issue
2022-06-15T14:40:14
2025-04-01T06:43:27.326866
{ "authors": [ "AlexC", "alexec", "berlinsaint", "roofurmston", "sarabala1979" ], "repo": "argoproj/argo-workflows", "url": "https://github.com/argoproj/argo-workflows/issues/8972", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
762769798
Add debug logging for K8S API requests Add to controller and executor. See #4674 This already exists with --gloglevel=6. This already exists with --gloglevel=6.
gharchive/issue
2020-12-11T19:02:42
2025-04-01T06:43:27.329380
{ "authors": [ "alexec" ], "repo": "argoproj/argo", "url": "https://github.com/argoproj/argo/issues/4720", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
558453382
fix(ui): fixed ui navigation issues with basehref. Fixes #2113 Added missing uiUrl calls and fixed browser history initialization. Checklist: [x] Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore. [x] The title of the PR is (a) conventi...
gharchive/pull-request
2020-02-01T01:16:22
2025-04-01T06:43:27.334161
{ "authors": [ "alexec", "claassistantio", "fsiegmund" ], "repo": "argoproj/argo", "url": "https://github.com/argoproj/argo/pull/2130", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
634476666
feat(artifact): save to stream. Fixes #3189 https://github.com/argoproj/argo/issues/3189 optimization log Sorry, this is one of my ideas, I am doing the job of storing logs in real time to the remote end, let me close this PR first I think this is a good idea.
gharchive/pull-request
2020-06-08T10:09:43
2025-04-01T06:43:27.335612
{ "authors": [ "alexec", "wangzhipeng" ], "repo": "argoproj/argo", "url": "https://github.com/argoproj/argo/pull/3190", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
713233017
feat(controller): Enable hot-standby. Closes #4077 Checklist: [x] Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore. [x] The title of the PR is (a) conventional, (b) states what changed, and (c) suffixes the related issues number. E.g. ...
gharchive/pull-request
2020-10-01T22:49:18
2025-04-01T06:43:27.340334
{ "authors": [ "agilgur5", "alexec" ], "repo": "argoproj/argo", "url": "https://github.com/argoproj/argo/pull/4185", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1705948825
scrolling bug when using virtual list with select-with-combobox Current behavior When using a virtual list with a select-with-combobox, the scroll stops working and starts jumping. I tried the react-cool-virtual and @tanstack/react-virtual packages and they both have this problem https://github.com/ariakit/ariakit/as...
gharchive/issue
2023-05-11T14:34:04
2025-04-01T06:43:27.356901
{ "authors": [ "Jackardios", "diegohaz" ], "repo": "ariakit/ariakit", "url": "https://github.com/ariakit/ariakit/issues/2398", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
145502116
Allow text-hosting Allow an item to consist of just text, optionally support syntax highlighting and rendering of markdown and other markup languages, if possible. I'll do this one too if you don't mind. Does the input have to be sanitized? Or are we working under the assumption that only an administrator will ever...
gharchive/issue
2016-04-03T13:46:18
2025-04-01T06:43:27.366237
{ "authors": [ "ariejan", "volgorean" ], "repo": "ariejan/firefly", "url": "https://github.com/ariejan/firefly/issues/62", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1899884900
Modify the gormschema to accept additional arguments I need to modify gormschema to accept additional arguments. Specifically, I need to pass the "DisableForeignKeyConstraintWhenMigrating" argument when creating a migration because foreign key constraints are not supported by planetscale. You can find more informatio...
gharchive/issue
2023-09-17T19:05:47
2025-04-01T06:43:27.385050
{ "authors": [ "karolis-arbaciauskas", "rotemtam" ], "repo": "ariga/atlas-provider-gorm", "url": "https://github.com/ariga/atlas-provider-gorm/issues/12", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2033606236
visa資料集在eval那段錯誤 我只有改config與dataset.py config: data : name: VisA_dataset #MVTec #MTD #VisA data_dir: /home/anywhere3090l/Desktop/henry/ddadvisa/VisA_dataset #MVTec #VisA #MTD category: pcb4 #['carpet', 'bottle', 'hazelnut', 'leather', 'cable', 'capsule', 'grid', 'pill', 'transistor', 'metal_nut', 'screw','toothbru...
gharchive/issue
2023-12-09T04:29:29
2025-04-01T06:43:27.478945
{ "authors": [ "arimousa", "henrychou1233" ], "repo": "arimousa/DDAD", "url": "https://github.com/arimousa/DDAD/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1551069616
Update data model for hardware counters Enhancement summary Option # 1 hardware_counters: features: - name: direction: in | out | both Option # 2 hardware_counters: features: - name: vlan-interface in: bool out: bool Which component of AVD is impacted eos_cli_config_gen Contributing Guid...
gharchive/issue
2023-01-20T15:42:46
2025-04-01T06:43:27.488995
{ "authors": [ "carlbuchmann", "gmuloc" ], "repo": "aristanetworks/ansible-avd", "url": "https://github.com/aristanetworks/ansible-avd/issues/2451", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1251097230
Feat(eos_designs): Support OSPF tuning/config params Change Summary Support ospf tuning parameters within eos_designs Depends_on: PR1830 Related Issue(s) Fixes #1768 Depends_on: PR1830 Component(s) name arista.avd.eos_designs Proposed changes Add support for tuning OSPF router values Add the following keys: ospf_a...
gharchive/pull-request
2022-05-27T17:55:37
2025-04-01T06:43:27.494683
{ "authors": [ "ClausHolbechArista", "pvinci-arista" ], "repo": "aristanetworks/ansible-avd", "url": "https://github.com/aristanetworks/ansible-avd/pull/1831", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2387597942
eos_cli_config_gen:radius_server/host/ssl_profile Enhancement summary Allowing EOS device to connect to AGNI with TLS SSL profile bound to Radius server. Which component of AVD is impacted eos_cli_config_gen Use case example Required data model radius-server host radsec.beta.agni.arista.io vrf (x) tls ssl-profile (s...
gharchive/issue
2024-07-03T03:43:30
2025-04-01T06:43:27.500590
{ "authors": [ "nnbruce", "thompsno" ], "repo": "aristanetworks/avd", "url": "https://github.com/aristanetworks/avd/issues/4175", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
412409844
add_filter( 'kirki_postmessage_script' not working Previously I was using kirki_postmessage_script filter to add custom js function. Now it does not work. How can I add custom js function to kirki. Thanks Fixed in the develop branch, if you try it now it should work. Fix will be included in v3.0.37 in a couple of d...
gharchive/issue
2019-02-20T12:52:16
2025-04-01T06:43:27.502049
{ "authors": [ "aristath", "ravishakya" ], "repo": "aristath/kirki", "url": "https://github.com/aristath/kirki/issues/2093", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
654162655
Can't use this library anymore with a material dependency Hi, The resource attribute name attr/indicatorType is duplicated to material-component's one. The attr/indicatorType should be changed to another one. Can't use this library anymore with it. Yeap...me too! You must fix it. Its a hotfix bug is there a fix f...
gharchive/issue
2020-07-09T15:43:15
2025-04-01T06:43:27.504688
{ "authors": [ "XelarCraft", "brookmg", "james04gr", "rurimo" ], "repo": "aritraroy/PinLockView", "url": "https://github.com/aritraroy/PinLockView/issues/71", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
897058844
Use of undefined constant LARAVEL_START - assumed 'LARAVEL_START' (this will throw an Error in a future version of PHP) Hey, after adding the package as describe I've tested it locally and it was working like a charm. Now I did deploy it with Laravel Vapor onto AWS and we are getting the following errors: @timestamp...
gharchive/issue
2021-05-20T16:14:58
2025-04-01T06:43:27.514880
{ "authors": [ "arkaitzgarro", "fr3ddy" ], "repo": "arkaitzgarro/elastic-apm-laravel", "url": "https://github.com/arkaitzgarro/elastic-apm-laravel/issues/146", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1592496326
Too many artifacts published I'm using MVIKotlin and Decompose for Android only and noticed that for every library, there is an :library, a library-android-debug and a library-android-release library is published. I noticed this while using the dependency-analysis plugin from here. So for example for decompose I use ...
gharchive/issue
2023-02-20T22:05:17
2025-04-01T06:43:27.545472
{ "authors": [ "arkivanov", "herrbert74" ], "repo": "arkivanov/gradle-setup-plugin", "url": "https://github.com/arkivanov/gradle-setup-plugin/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
634723563
mkpr Applied mkpr on .github/workflows/update_readme_api.yml cat .github/workflows/update_readme_api.yml :tada: This PR is included in version 1.1.2 :tada: The release is available on: npm package (@latest dist-tag) GitHub release Your semantic-release bot :package::rocket:
gharchive/pull-request
2020-06-08T15:33:57
2025-04-01T06:43:27.553703
{ "authors": [ "arlac77" ], "repo": "arlac77/aggregate-async-iterator", "url": "https://github.com/arlac77/aggregate-async-iterator/pull/7", "license": "0BSD", "license_type": "permissive", "license_source": "github-api" }
2301192180
merge from template-arlac77-github .github/workflows/ci.yml chore: add actions/checkout@v4.1.6 (jobs.test-node.steps.uses) chore: add actions/checkout@v4.1.6 (jobs.test-browser.steps.uses) chore: add actions/checkout@v4.1.6 (jobs.release.steps.uses) .github/workflows/codeql_analysis.yml chore: add actions/checkout...
gharchive/pull-request
2024-05-16T19:32:37
2025-04-01T06:43:27.581970
{ "authors": [ "arlac77", "coveralls" ], "repo": "arlac77/pacc", "url": "https://github.com/arlac77/pacc/pull/207", "license": "0BSD", "license_type": "permissive", "license_source": "github-api" }
2341960637
status of this project Dear maintainers, I have been pointing students to this repository, but it appears to have had no work done for some 5 years, and there seem to be some problems currently. Is there a new project with this scope? Is there any intention of revitalizing it? Thanks for getting in touch. This pac...
gharchive/issue
2024-06-09T01:01:07
2025-04-01T06:43:27.599435
{ "authors": [ "arm61", "markgalassi" ], "repo": "arm61/pylj", "url": "https://github.com/arm61/pylj/issues/61", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
265007616
clair-scanner command not found docker run -p 5432:5432 -d --name db arminc/clair-db:2017-09-18 docker run -p 6060:6060 --link db:postgres -d --name clair arminc/clair-local-scan:v2.0.1 I ran these two commands successfully but I get a clair-scanner not found error when trying to execute the test image. I am using do...
gharchive/issue
2017-10-12T16:33:47
2025-04-01T06:43:27.671895
{ "authors": [ "arminc", "s-rohil", "vaishnavi777", "yoda96" ], "repo": "arminc/clair-scanner", "url": "https://github.com/arminc/clair-scanner/issues/28", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
157571359
Fixed definitions so they resolve as external modules properly. Not 100% sure this is the absolute best way to go around this, but it seems to work for now. @asgarddesigns Can you try using that change with npm link and see if it works in your project? I have used npm link in my project and it builds and pass tes...
gharchive/pull-request
2016-05-31T00:53:49
2025-04-01T06:43:27.690358
{ "authors": [ "Nasdan", "arnaudbenard", "asgarddesigns" ], "repo": "arnaudbenard/redux-mock-store", "url": "https://github.com/arnaudbenard/redux-mock-store/pull/42", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
545536216
JOOQ/Could not find eligible property Hi there Trying to figure out what I am doing wrong without providing tons of code. I have a JOOQ generated POJO that has the following field definition: @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "farmer_id", nullable = false, precision = 20) public U...
gharchive/issue
2020-01-06T04:44:25
2025-04-01T06:43:27.712273
{ "authors": [ "arnaudroger", "javaboyjunior" ], "repo": "arnaudroger/SimpleFlatMapper", "url": "https://github.com/arnaudroger/SimpleFlatMapper/issues/702", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1005802864
Update latcontrol_pid.py added custom fit ff. needs testing Need to be added for each individual car make and their interface.
gharchive/pull-request
2021-09-23T20:08:07
2025-04-01T06:43:27.714291
{ "authors": [ "SCshredder17", "rav4kumar" ], "repo": "arne182/ArnePilot", "url": "https://github.com/arne182/ArnePilot/pull/872", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1551921506
🛑 NWTFV is down In 0f567d3, NWTFV (https://nwtfv.com) was down: HTTP code: 0 Response time: 0 ms Resolved: NWTFV is back up in 57a1820.
gharchive/issue
2023-01-21T21:51:28
2025-04-01T06:43:27.716875
{ "authors": [ "arnef" ], "repo": "arnef/status", "url": "https://github.com/arnef/status/issues/1186", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1623895252
🛑 NWTFV is down In 89c6b0a, NWTFV (https://nwtfv.com) was down: HTTP code: 0 Response time: 0 ms Resolved: NWTFV is back up in e236b93.
gharchive/issue
2023-03-14T16:45:55
2025-04-01T06:43:27.719249
{ "authors": [ "arnef" ], "repo": "arnef/status", "url": "https://github.com/arnef/status/issues/1740", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1725863016
🛑 NWTFV is down In a94f25c, NWTFV (https://nwtfv.com) was down: HTTP code: 0 Response time: 0 ms Resolved: NWTFV is back up in 62169cc.
gharchive/issue
2023-05-25T13:44:47
2025-04-01T06:43:27.721666
{ "authors": [ "arnef" ], "repo": "arnef/status", "url": "https://github.com/arnef/status/issues/3064", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1743066588
🛑 NWTFV is down In dec757c, NWTFV (https://nwtfv.com) was down: HTTP code: 0 Response time: 0 ms Resolved: NWTFV is back up in f16cd1b.
gharchive/issue
2023-06-06T04:36:24
2025-04-01T06:43:27.723997
{ "authors": [ "arnef" ], "repo": "arnef/status", "url": "https://github.com/arnef/status/issues/3324", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1854970469
🛑 NWTFV is down In c2e1564, NWTFV (https://nwtfv.com) was down: HTTP code: 0 Response time: 0 ms Resolved: NWTFV is back up in 4403dc4.
gharchive/issue
2023-08-17T13:07:48
2025-04-01T06:43:27.726284
{ "authors": [ "arnef" ], "repo": "arnef/status", "url": "https://github.com/arnef/status/issues/4420", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2174199092
Ajouter les numéros de critères lors de l'export La fonctionnalité d'export est très intéressante, cependant il me serait utile d'avoir à référence au numéros de critères correspondant dans l'export Pour l'instant l'export se base sur la grille d'audit fournie dans le kit "officiel", ça prend juste "état + message"...
gharchive/issue
2024-03-07T15:59:58
2025-04-01T06:43:27.728332
{ "authors": [ "jonathan-vallet", "sbonaventure" ], "repo": "arneoio/rgaa-checker", "url": "https://github.com/arneoio/rgaa-checker/issues/5", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }