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 |
|---|---|---|---|---|---|
2378974306 | Add a new field subnets for machine pool
They can span across more than one subnet for multi-az cluster. This way it's backwards compatible until we are ready to migrate to this new field.
So this will not be useful as we remove the default machine pool which creates nodes in all subnets then create one machine poo... | gharchive/pull-request | 2024-06-27T19:48:36 | 2025-04-01T06:37:55.511625 | {
"authors": [
"OliviaHY"
],
"repo": "app-sre/qontract-schemas",
"url": "https://github.com/app-sre/qontract-schemas/pull/682",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
287560137 | React-Native: Add Documentation
[x] We need to create a version switcher for React Native. Using a different repo
[x] Getting Started Section
[x] Install and Quickstart
[x] Import Data
[x] ReactiveBase
[x] Components Overview
[x] Component References
One doc per component
[x] Advanced
[x] Add a snack snipp... | gharchive/issue | 2018-01-10T20:04:23 | 2025-04-01T06:37:55.516144 | {
"authors": [
"siddharthlatest"
],
"repo": "appbaseio/reactive-manual",
"url": "https://github.com/appbaseio/reactive-manual/issues/65",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
126885249 | New Zoom/Pinch implementation
After working with the zoom and pinch functionalities I made in my last PR we (myself and a colleague) came across some inconsistencies.
We figured that iOS and Android use very different approaches to these gestures, so we worked on a new implementation for these that works much more co... | gharchive/pull-request | 2016-01-15T14:41:48 | 2025-04-01T06:37:55.571091 | {
"authors": [
"Astro03",
"BaN4NaJ0e",
"Jonahss",
"TikhomirovSergey",
"trbnb"
],
"repo": "appium/appium-dotnet-driver",
"url": "https://github.com/appium/appium-dotnet-driver/pull/132",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2630428568 | Warning for Documentation.docc: found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
Building a swift package that has swift-algorithms as dependency outputs warning in the terminal
Swift Algorithms version: 1.2.0
Swift version:
swift-driver version: 1.115 Apple Swift v... | gharchive/issue | 2024-11-02T12:21:39 | 2025-04-01T06:37:55.913634 | {
"authors": [
"atacan",
"dimitribouniol"
],
"repo": "apple/swift-algorithms",
"url": "https://github.com/apple/swift-algorithms/issues/245",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1391672037 | [OrderedSet] Tiny doc fixes for isSuperset.
OrderedSet's documentation mistakenly refers to the subset relation when explaining what isSuperset is doing.
Checklist
[X] I've read the Contribution Guidelines
[X] My contributions are licensed under the Swift license.
[X] I've followed the coding style of the rest of th... | gharchive/pull-request | 2022-09-30T00:59:07 | 2025-04-01T06:37:55.916823 | {
"authors": [
"lorentey"
],
"repo": "apple/swift-collections",
"url": "https://github.com/apple/swift-collections/pull/189",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
507500430 | [Windows] Search for Dlls in Bundles Properly
On Windows, dlls don't begin with "lib" so the tests should be searching
for "MyDLL.dll", not "libMyDLL.dll"
@swift-ci please test and merge
| gharchive/pull-request | 2019-10-15T21:48:08 | 2025-04-01T06:37:55.917924 | {
"authors": [
"gmittert"
],
"repo": "apple/swift-corelibs-foundation",
"url": "https://github.com/apple/swift-corelibs-foundation/pull/2538",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
536751915 | SR-11926: [FileHandle] Ensure the Darwin compatibility of Access Control of new methods.
From Swift 5.0, new APIs of FileHandle are introduced.
While they are defined as open in DarwinFoundation (as you know they are imported from objc), they are public in SwiftFoundation.
They should be defined as open also in Swift... | gharchive/pull-request | 2019-12-12T04:35:29 | 2025-04-01T06:37:55.920865 | {
"authors": [
"YOCKOW",
"millenomi"
],
"repo": "apple/swift-corelibs-foundation",
"url": "https://github.com/apple/swift-corelibs-foundation/pull/2585",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2021609510 | [Caching] Fix incremental cache build with bridging header
When planning a caching build with bridging header, the consumer of the pre-compiled bridging header needs to know the cache key for the bridging header in order to construct the correct build command, which requires visibility to the job that creates PCH.
Fi... | gharchive/pull-request | 2023-12-01T21:30:50 | 2025-04-01T06:37:55.922384 | {
"authors": [
"cachemeifyoucan"
],
"repo": "apple/swift-driver",
"url": "https://github.com/apple/swift-driver/pull/1498",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
369943413 | Improve libswiftReflection Linking on Linux
Using CMAKE_SYSTEM_PROCESSOR is a good first step, but for platforms where it maps to something different (say, armv7l to armv7), then you need more complete logic. Ideally, we would want Swift itself to tell us what to link against, but this change is still an improvement,... | gharchive/pull-request | 2018-10-14T21:03:57 | 2025-04-01T06:37:55.923715 | {
"authors": [
"Kaiede",
"dcci"
],
"repo": "apple/swift-lldb",
"url": "https://github.com/apple/swift-lldb/pull/971",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
575428250 | fix macOS build & cleanup Thread
Motivation:
The macOS build was broken by #1424, also the Thread.swift file became
a bit of a mess with #if os(...)/#else everywhere.
Modifications:
fix macOS build
cleanup Thread by splitting it into ThreadPosix & ThreadWindows
Result:
build working again
cleaner code
@swift-ni... | gharchive/pull-request | 2020-03-04T14:06:14 | 2025-04-01T06:37:55.925843 | {
"authors": [
"weissi"
],
"repo": "apple/swift-nio",
"url": "https://github.com/apple/swift-nio/pull/1433",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
417902005 | ByteBuffer.viewBytes now returns an Optional
Motivation:
ByteBuffer.viewBytes would unconditionally return a ByteBufferView even
if the requested bytes were not readable.
Modifications:
make it return an Optional<ByteBufferView>
Result:
safer, better APIs
fixed #877
@swift-nio-bot test this please
| gharchive/pull-request | 2019-03-06T16:41:22 | 2025-04-01T06:37:55.927768 | {
"authors": [
"weissi"
],
"repo": "apple/swift-nio",
"url": "https://github.com/apple/swift-nio/pull/878",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1768335992 | Emit a descriptive error when running the generator on iOS, tvOS, or watchOS
The _OpenAPIGeneratorCore library and swift-openapi-generator executable are mostly an implementation detail of the OpenAPIGenerator plugin, all vended by the swift-openapi-generator package.
The generator runs at build time to generate code... | gharchive/issue | 2023-06-21T19:28:56 | 2025-04-01T06:37:55.930976 | {
"authors": [
"czechboy0"
],
"repo": "apple/swift-openapi-generator",
"url": "https://github.com/apple/swift-openapi-generator/issues/86",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2034184238 | Tests Fail to link on Windows when macros are present, jeopardizing Swift's cross-platform support.
Description
Tests fail to link on Windows using swift 5.9.1-RELEASE when macros are present.
This is a trivial repo that reproduces the issue:
https://github.com/lynchsft/swift-windows-macro-testing
The locus of this p... | gharchive/issue | 2023-12-10T01:57:09 | 2025-04-01T06:37:55.939878 | {
"authors": [
"MaxDesiatov",
"lynchsft",
"tishin"
],
"repo": "apple/swift-package-manager",
"url": "https://github.com/apple/swift-package-manager/issues/7174",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
353957402 | [Workspace] Use topological sort when creating DependencyManifests
rdar://problem/43700179 isResolutionRequired is non-deterministic when a graph contains both revision and version based dependency requirements
Need to write a test for this
@swift-ci smoke test
| gharchive/pull-request | 2018-08-24T23:28:13 | 2025-04-01T06:37:55.941585 | {
"authors": [
"aciidb0mb3r"
],
"repo": "apple/swift-package-manager",
"url": "https://github.com/apple/swift-package-manager/pull/1760",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
138856224 | [bootstrap] Remove deprecated "--build-tests"
The "--build-tests" option is marked "deprecated" in the SwiftPM bootstrap script and is no longer used by the script. It is also no longer used by any systems calling the bootstrap script; its only usage in the Swift build script has been removed in https://github.com/ap... | gharchive/pull-request | 2016-03-07T00:51:41 | 2025-04-01T06:37:55.943883 | {
"authors": [
"kostiakoval",
"modocache"
],
"repo": "apple/swift-package-manager",
"url": "https://github.com/apple/swift-package-manager/pull/178",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
548323051 | Binary targets workspace implementation
This implements the download and unarchiving implementation of the binary targets proposal.
I have several diagnostics in the PR reported using the emit(error: "description of error") instead of emit(.errorName(arguments)). I thought the second form was preferred, but I also ... | gharchive/pull-request | 2020-01-10T22:33:41 | 2025-04-01T06:37:55.946453 | {
"authors": [
"aciidb0mb3r",
"hartbit"
],
"repo": "apple/swift-package-manager",
"url": "https://github.com/apple/swift-package-manager/pull/2511",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1720788610 | Parser should emit a single diagnostic if both open and close quote are missing from string literal
Issue Kind
Bad Diagnostic Produced
Source Code
@_expose(Cxx, baz) func foo() {}
Description
From https://github.com/apple/swift-syntax/pull/1688/files#r1201105564
In the above example the parser produces two diagnosti... | gharchive/issue | 2023-05-22T23:16:23 | 2025-04-01T06:37:55.949352 | {
"authors": [
"TTOzzi",
"ahoppen",
"kimdv"
],
"repo": "apple/swift-syntax",
"url": "https://github.com/apple/swift-syntax/issues/1691",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2439854085 | Complete WebAssembly/WASI Support
Motivation:
Trying to support WebAssembly/WASI before shipping swift-testing as a part of toolchain
Modifications:
Thanks to prior WASI compatibility efforts by @grynspan, most of the parts work as is now. Here are a few items I changed:
Remove SWT_NO_FILE_IO definition since wasi-l... | gharchive/pull-request | 2024-07-31T11:49:13 | 2025-04-01T06:37:55.954955 | {
"authors": [
"grynspan",
"kateinoigakukun"
],
"repo": "apple/swift-testing",
"url": "https://github.com/apple/swift-testing/pull/584",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
257179226 | Move build-script apply default arguments into separate module
Purpose
This PR moves the apply_default_arguments logic out of the main build-script code into the driver_arguments module in order to better stage for #11872 and eventually #11880. The diff will show that the move was not strictly a copy-paste, the chunk... | gharchive/pull-request | 2017-09-12T20:55:57 | 2025-04-01T06:37:55.961958 | {
"authors": [
"Rostepher",
"davezarzycki",
"tishansteve"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/11882",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
290191466 | Add useSnakeCasedKeys to JSONDecoder.KeyDecodingStrategy
Adds JSONDecoder.KeyDecodingStrategy.useSnakeCasedKeys.
This will make following code works.
import Foundation
struct S: Codable {
var myURLProperty: String
}
let encoder = JSONEncoder()
encoder.keyEncodingStrategy = .convertToSnakeCase
let data = try en... | gharchive/pull-request | 2018-01-20T13:15:13 | 2025-04-01T06:37:55.986419 | {
"authors": [
"CodaFi",
"futurejones",
"hartbit",
"itaiferber",
"mortenbekditlevsen",
"norio-nomura",
"parkera",
"shahmishal",
"theblixguy"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/14039",
"license": "Apache-2.0",
"license_type": "permissive"... |
325769018 | IRGen: adjust for LLVM API change
SVN r332881 introduced an additional parameter to emit a DWO file.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.
CC: @bob-wilson
| gharchive/pull-request | 2018-05-23T15:51:36 | 2025-04-01T06:37:55.989370 | {
"authors": [
"compnerd"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/16795",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
351838084 | [passmanager] Add the ability to verify before/after/around a specifi…
…c transform.
This helps speed up triaging failures caught by -sil-verify-all since this
allows one to trigger the -sil-verify-all verification around specific passes in
the pipeline rather than after every pass run. Was useful for me when trackin... | gharchive/pull-request | 2018-08-18T17:38:44 | 2025-04-01T06:37:55.991891 | {
"authors": [
"eeckstein",
"gottesmm"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/18822",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
352330823 | Fix some edge cases when inlining coroutines
The current inlining strategy doesn't support inlining coroutines when there are multiple end_apply or abort_apply instructions in the caller, so refuse to inline such cases. Also, handle the case where there are no yield instructions in the callee, which can happen if e.... | gharchive/pull-request | 2018-08-20T23:24:13 | 2025-04-01T06:37:55.994430 | {
"authors": [
"rjmccall",
"swift-ci"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/18858",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
144509029 | [runtime] enhanced and refactored recently added Mutex abstraction
added read / write lock support
added non-fatal error support to allow use of mutex in fatal error reporting pathway
isolated pthread implementation to it own header/cpp file pair
expanded unit tests to cover new code as well as better test existing... | gharchive/pull-request | 2016-03-30T08:55:49 | 2025-04-01T06:37:56.359823 | {
"authors": [
"benlangmuir",
"gparker42",
"gribozavr",
"jckarter",
"nadavrot",
"shahmishal",
"shawnce",
"swift-ci",
"tinysun212"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/1950",
"license": "Apache-2.0",
"license_type": "permissive",
"license... |
435367887 | [stdlib] Fix return type of swift_{uint64,int64,float*}ToString
The return type of these functions are uint64_t in Stubs.cpp but UInt in the Swift code; this changes the Swift code to match the C++ return type.
Found when compiling the stdlib for WebAssembly, which requires that all return types match: UInt maps to i... | gharchive/pull-request | 2019-04-20T07:46:45 | 2025-04-01T06:37:56.368855 | {
"authors": [
"MaxDesiatov",
"compnerd",
"stephentyrone",
"tbkka",
"zhuowei"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/24181",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
158025619 | Fix off-by-one in @noescape fixit
What's in this pull request?
This
func noescapeD(@noescape f: () -> Bool) {}
used to become this
func noescapeD( f: @noescape() -> Bool) {}
It now becomes
func noescapeT(f: @noescape () -> Bool) {}
Moreover this
func autoclosureD(@autoclosure f: () -> Bool) {}
used to become th... | gharchive/pull-request | 2016-06-01T22:58:10 | 2025-04-01T06:37:56.375421 | {
"authors": [
"CodaFi",
"harlanhaskins",
"slavapestov"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/2828",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
650619834 | Update README for new target names
@swift-ci smoke test and merge
@swift-ci smoke test and merge
Hmm. Why did the smoke tests not run? 😕
@swift-ci please smoke test and merge
| gharchive/pull-request | 2020-07-03T14:06:56 | 2025-04-01T06:37:56.376995 | {
"authors": [
"CodaFi",
"Jumhyn",
"varungandhi-apple"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/32701",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
658748273 | [ast] Rename VarPattern -> BindingPattern.
VarPattern is today used to implement both 'let' and 'var' pattern bindings, so
today is already misleading. The reason why the name Var was chosen was done b/c
it is meant to represent a pattern that performs 'variable binding'. Given that
I am going to add a new 'inout' pa... | gharchive/pull-request | 2020-07-17T01:56:31 | 2025-04-01T06:37:56.380210 | {
"authors": [
"gottesmm",
"theblixguy"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/32940",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
166942389 | id-as-Any support
What's in this pull request?
Resolved bug number: (SR-)
Before merging this pull request to apple/swift repository:
[ ] Test pull request on Swift continuous integration.
Triggering Swift CI
The swift-ci is triggered by writing a comment on this PR addressed to the GitHub user @swift-ci. Dif... | gharchive/pull-request | 2016-07-21T23:44:59 | 2025-04-01T06:37:56.387989 | {
"authors": [
"dabrahams"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/3671",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
935106047 | [Reflection] Fix iterateAsyncTaskAllocations.
Fix the declaration of AsyncTask and add a test for iterateAsyncTaskAllocations. Reflection's declaration of AsyncTask had fallen out of sync with the real thing. The test that was supposed to catch this was never actually committed, oops.
While we're in there, switch out... | gharchive/pull-request | 2021-07-01T18:23:19 | 2025-04-01T06:37:56.391690 | {
"authors": [
"mikeash",
"swift-ci"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/38203",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1096296121 | AllocStackHoisting: fix the check for availability-checks
This is not a function call anymore, but a builtin
rdar://87090714
@swift-ci test
| gharchive/pull-request | 2022-01-07T12:58:59 | 2025-04-01T06:37:56.392832 | {
"authors": [
"eeckstein"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/40761",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1179973795 | sema: set locator properly when diagnosing constness mismatches
rdar://90210674
@swift-ci please smoke test
| gharchive/pull-request | 2022-03-24T19:48:47 | 2025-04-01T06:37:56.393915 | {
"authors": [
"nkcsgexi"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/42010",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
181056465 | Add descriptive doc comments to withMemoryRebound(to:capacity:_:) and…
… bindMemory(to:capacity:).
SR-2480: Improve documentation for withMemoryRebound(to:capacity:_:)
rdar://problem/28440528
––– CCC Information –––
• Explanation: Users migrating to Swift 3 often hit a compiler error with a diagnostic pointing them... | gharchive/pull-request | 2016-10-05T03:22:33 | 2025-04-01T06:37:56.398192 | {
"authors": [
"atrick",
"bob-wilson",
"shahmishal",
"swift-ci"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/5129",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1466984469 | Fix and re-enable test resilient_debug_value.sil
In non-asserts compiler we don't seem to get named llvm values.
rdar://102535969
@swift-ci test
| gharchive/pull-request | 2022-11-28T19:36:12 | 2025-04-01T06:37:56.399594 | {
"authors": [
"aschwaighofer"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/62280",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1570700483 | allow move-only types to conform to Sendable
Part of the reason why we do not want to
permit conformance to protocols for
move-only types is that they're
fundamentally wrong: all existing protocols
assume the type is copyable, so we'd be
allowing people to write conformances to
things that are not actually true.
The ... | gharchive/pull-request | 2023-02-04T01:50:46 | 2025-04-01T06:37:56.403847 | {
"authors": [
"kavon"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/63427",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1752428601 | [SILGen] Emit block after unreachable when emitting if/switch expressions
When emitting the underlying switch statement for a switch expression, we emit an unreachable if the subject is uninhabited. Statement emission code can handle this, but expression emission expects an RValue to handed back. To remedy this, emit... | gharchive/pull-request | 2023-06-12T10:30:57 | 2025-04-01T06:37:56.405690 | {
"authors": [
"hamishknight"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/66551",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1933519623 | NFC: Remove ClangModuleLoader.h include from ExtInfo.h
This was unnecessarily pulling in a whole bunch of Clang headers when all was needed was a forward declaration.
@swift-ci please smoke test
@swift-ci please smoke test
@swift-ci please smoke test
| gharchive/pull-request | 2023-10-09T17:39:51 | 2025-04-01T06:37:56.407327 | {
"authors": [
"hamishknight"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/69074",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2017217045 | Frontend: Add -experimental-skip-non-inlinable-function-bodies-is-lazy
This option causes the -experimental-lazy-typecheck and -experimental-skip-non-exportable-decls options to be inferred from the presence of -experimental-skip-non-inlinable-function-bodies. This new option is meant to be a temporary testing aid th... | gharchive/pull-request | 2023-11-29T18:53:41 | 2025-04-01T06:37:56.409210 | {
"authors": [
"tshortli"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/70095",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
205309496 | Handle implicit member references inside extensions of nested types
Within an extension, references to other members of the extended type are permitted without qualification. This is intended to work even when the extended type was a nested type, although members of the enclosing type are not visible in this case. In... | gharchive/pull-request | 2017-02-04T01:04:07 | 2025-04-01T06:37:56.420035 | {
"authors": [
"aciidb0mb3r",
"jrose-apple",
"slavapestov",
"swift-ci"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/7241",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2212888136 | [Demangler] Fix assertion failure.
It's illegal to call node->addChild() with a NULL child argument; it's possible to construct unexpected Node trees by passing invalid manglings, and in this case that was causing popTypeAndGetChild() to fail (because the top node was not a Type node), which then meant that the call ... | gharchive/pull-request | 2024-03-28T10:39:33 | 2025-04-01T06:37:56.422508 | {
"authors": [
"al45tair"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/72653",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2348105932 | [6.0][region-isolation] Dont crash when processing global actor isolated init accessors.
This just means that I stopped treating it like an actor instance isolated thing. This was fun to track down since ActorIsolation has a union in it that was being misinterpreted, leading to memory corruption... my favorite! = ).
... | gharchive/pull-request | 2024-06-12T08:05:57 | 2025-04-01T06:37:56.424695 | {
"authors": [
"gottesmm"
],
"repo": "apple/swift",
"url": "https://github.com/apple/swift/pull/74326",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
246526055 | Fix HTTP client with incluster config
Remove inclusterconfig option https://github.com/appscode/searchlight/blob/master/docs/guides/cluster-alerts/json_path.md
Fixed
| gharchive/issue | 2017-07-29T14:57:16 | 2025-04-01T06:37:56.462041 | {
"authors": [
"tamalsaha"
],
"repo": "appscode/searchlight",
"url": "https://github.com/appscode/searchlight/issues/166",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1695858029 | [Docs]: Upgrade to Business Edition - Kubernetes
Is there an existing issue for this?
[X] I have searched the existing issues
Documentation Link
https://docs.appsmith.com/getting-started/setup/upgrade-to-business-edition/kubernetes
Discord/slack/intercom Link
No response
Describe the problem and improvement.
Rehaul... | gharchive/issue | 2023-05-04T11:52:21 | 2025-04-01T06:37:56.473380 | {
"authors": [
"danciaclara",
"jnikhila"
],
"repo": "appsmithorg/appsmith-docs",
"url": "https://github.com/appsmithorg/appsmith-docs/issues/1208",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2059122181 | Update disable-user-signup.md
Checklist
I have:
[x] run the content through Grammarly
[ ] linked to sample apps when relevant
[ ] added the meta description for each page in the PR
[x] minimized the callouts and added only when necessary
[ ] added the queryString parameter to the Tabs (if used)
[ ] masked PII in ima... | gharchive/pull-request | 2023-12-29T06:36:46 | 2025-04-01T06:37:56.479741 | {
"authors": [
"CLAassistant",
"DevDengChao"
],
"repo": "appsmithorg/appsmith-docs",
"url": "https://github.com/appsmithorg/appsmith-docs/pull/2016",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1176306880 | Test-event-driver docker command
Is there an existing issue for this?
[X] I have searched the existing issues
SubTasks
Docker commands for ted:
docker run --name appsmithted -d -p 2222:22 -p 5001:5001 -p 3306:3306 -p 28017:27017 -p 5432:5432 -p 25:25 -v `pwd`/git-server/keys:/git-server/keys -v `pwd`/git-server/rep... | gharchive/issue | 2022-03-22T06:03:56 | 2025-04-01T06:37:56.482577 | {
"authors": [
"Parthvi12",
"sharat87"
],
"repo": "appsmithorg/appsmith",
"url": "https://github.com/appsmithorg/appsmith/issues/12063",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1725239694 | [Bug]: Auto-layout Jank issues
Is there an existing issue for this?
[X] I have searched the existing issues
Description
I have a few radio buttons in my app, and based on which radio button is selected a different input widget is shown - https://share.cleanshot.com/ZyXJsn86
If you see the GIF carefully, you will se... | gharchive/issue | 2023-05-25T07:21:11 | 2025-04-01T06:37:56.487274 | {
"authors": [
"Nikhil-Nandagopal",
"aritraroy",
"marks0351",
"narhzih"
],
"repo": "appsmithorg/appsmith",
"url": "https://github.com/appsmithorg/appsmith/issues/23719",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1987271759 | [Task]: FE changes for Homepage experience - Search bar
Is there an existing issue for this?
[X] I have searched the existing issues
SubTasks
[ ] 1. Search bar UI
[ ] 2. API integration
[ ] 3. Real-time filtering to server side search with debounce
[ ] 4. Cypress
Reduced 0.5sp from this ticket as we are tracki... | gharchive/issue | 2023-11-10T09:43:41 | 2025-04-01T06:37:56.490364 | {
"authors": [
"ankitsrivas14",
"deepikaappsmith"
],
"repo": "appsmithorg/appsmith",
"url": "https://github.com/appsmithorg/appsmith/issues/28788",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2118025381 | bug: adjust WDS caption text style
Currently it's bigger than body text, should be smaller than that (close or identical to footnote if we have range between that and body).
@ichik Is this issue ready to pick up? If yes, can you tell me the value we need for caption? I'll update it.
@jsartisan discussed on a call... | gharchive/issue | 2024-02-05T09:09:54 | 2025-04-01T06:37:56.491642 | {
"authors": [
"ichik",
"jsartisan"
],
"repo": "appsmithorg/appsmith",
"url": "https://github.com/appsmithorg/appsmith/issues/30896",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
996687527 | [Task] Move the dataTree diff calculations back to worker
Diff calculation takes about 100ms and is directly proportional to data, so could be very high in some cases.
This was moved to main thread from worker to unblock a user. This was misdiagnosed as the diffs on workers being the reason.
Moving the diffs to main ... | gharchive/issue | 2021-09-15T05:55:15 | 2025-04-01T06:37:56.493537 | {
"authors": [
"SatishGandham",
"ayushpahwa",
"somangshu"
],
"repo": "appsmithorg/appsmith",
"url": "https://github.com/appsmithorg/appsmith/issues/7461",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1962052821 | test: Cypress | SetWidget property validations + CI Stabilize
Description
This PR added validations for SetWidget properties
Flaky fixes below:
/Widgets/Others/IconButton_2_spec.ts
Type of change
Script fix (non-breaking change which fixes an issue)
Testing
How Has This Been Tested?
[X] Cypress CI runs
Chec... | gharchive/pull-request | 2023-10-25T19:07:58 | 2025-04-01T06:37:56.497122 | {
"authors": [
"Aishwarya-U-R"
],
"repo": "appsmithorg/appsmith",
"url": "https://github.com/appsmithorg/appsmith/pull/28379",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1973710322 | chore: add analytics event for query failure post schema fetch pass
Description
Add event to capture scenario where the schema fetch succeeds but data fetch fails for schema preview page.
Fix a bug where the error message and error type values were interchanged before the Appsmith plugin exception was returned to cl... | gharchive/pull-request | 2023-11-02T08:03:00 | 2025-04-01T06:37:56.506106 | {
"authors": [
"sumitsum"
],
"repo": "appsmithorg/appsmith",
"url": "https://github.com/appsmithorg/appsmith/pull/28574",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
495635089 | Adopt a volume-mounting Docker syntax that allows colons in path names
Is your feature request related to a problem? Please describe.
Please refer to https://github.com/appsody/appsody/issues/31
Describe the solution you'd like
Please refer to https://github.com/appsody/appsody/issues/31
Describe alternatives you've ... | gharchive/issue | 2019-09-19T07:57:02 | 2025-04-01T06:37:56.512396 | {
"authors": [
"gireeshpunathil",
"kewegner",
"kylegc"
],
"repo": "appsody/controller",
"url": "https://github.com/appsody/controller/issues/31",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
565402269 | Add ARG to allow appsody to pass docker-options for build-arg - WIP DO NOT MERGE
Checklist:
[ ] Read the Code of Conduct and Contributing Guidelines.
[ ] Followed the commit message guidelines.
[ ] Stack adheres to Appsody stack structure.
Modifying an existing stack:
[ ] Updated the stack version in stack.y... | gharchive/pull-request | 2020-02-14T15:38:50 | 2025-04-01T06:37:56.519189 | {
"authors": [
"Kamran64",
"claassistantio",
"raguibm"
],
"repo": "appsody/stacks",
"url": "https://github.com/appsody/stacks/pull/673",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2242209936 | 🐛 Bug Report: Project creates two times
👟 Reproduction steps
Go to the console https://cloud.appwrite.io/console
Click "Create project"
Go trough the setup proccess
👍 Expected behavior
It should take me to the new project page right after clicking the button (of course with some delay because of some async stuff... | gharchive/issue | 2024-04-14T15:01:44 | 2025-04-01T06:37:56.578505 | {
"authors": [
"Honzoraptor31415",
"ItzNotABug",
"ernstmul"
],
"repo": "appwrite/console",
"url": "https://github.com/appwrite/console/issues/1033",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
576931848 | Ignore file or directory
(Translated) It would be interesting if there was a way to ignore files or directories within a main directory. Something like the git .gitignore file. Example: Ignore the project's .git directory.
(Original) Seria interessante se houvesse uma maneira de ignorar arquivos ou diretórios dentro ... | gharchive/issue | 2020-03-06T13:28:46 | 2025-04-01T06:37:56.592183 | {
"authors": [
"LennartCode",
"aprilandjan",
"bomrafinha",
"galer7",
"sz-p"
],
"repo": "aprilandjan/vscode-ascii-tree-generator",
"url": "https://github.com/aprilandjan/vscode-ascii-tree-generator/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"... |
1681408537 | Testing Wolfi base image
Doing a test with Wolfi Alpine base.
Both curl and git cloning is failing due network related issues? Works fine locally, but in travis it is failing.
| gharchive/pull-request | 2023-04-24T14:27:59 | 2025-04-01T06:37:56.594828 | {
"authors": [
"turner-aptible"
],
"repo": "aptible/docker-alpine",
"url": "https://github.com/aptible/docker-alpine/pull/22",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1680611386 | Vulnerabilities reported against "golang.org/x/sys/unix".
Context
In one of our projects we're using pact-broker docker image, which uses supersonic. We're re-packaging the pact-broker image to install some additional tooling (security / monitoring / etc) and harden the image. Then we scan that image with snyk.io.
Th... | gharchive/issue | 2023-04-24T07:16:45 | 2025-04-01T06:37:56.598216 | {
"authors": [
"UserNotFound",
"mkielar"
],
"repo": "aptible/supercronic",
"url": "https://github.com/aptible/supercronic/issues/126",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2693156919 | docs: Fix mage build command
Description
Replace mage build:all with mage build:binary.
Checklist
[ x ] I've read the guidelines for contributing to this repository.
[ ] I've added tests that prove my fix is effective or that my feature works.
[ x ] I've updated the documentation with the relevant information (if ... | gharchive/pull-request | 2024-11-26T05:23:16 | 2025-04-01T06:37:56.631727 | {
"authors": [
"CLAassistant",
"tom1299"
],
"repo": "aquasecurity/trivy-operator",
"url": "https://github.com/aquasecurity/trivy-operator/pull/2332",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2242049828 | Update Plugin Artifacts Links for v0.166.0
Automated changes by create-pull-request GitHub action
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 your contribution.You have signed the CLA already but... | gharchive/pull-request | 2024-04-14T08:49:15 | 2025-04-01T06:37:56.636456 | {
"authors": [
"CLAassistant",
"naortalmor1"
],
"repo": "aquasecurity/trivy-plugin-aqua",
"url": "https://github.com/aquasecurity/trivy-plugin-aqua/pull/780",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
605909839 | Shortcut Learning in Deep Neural Networks
一言でいうと
意図したものと違う要領で学習してしまう(形で区別してほしいのに位置を見てしまうなど)Shortcut learningに関する論文。画像、NLPなどタスクによらず一般的にそれらは存在する。通常はi.d.dを前提とした評価をする(ImageNetのtestセットなど)が、Out Of Distribution(ImageNetCなど)のデータでも評価しないと真の汎化性能は測れないとしている。
論文リンク
https://arxiv.org/abs/2004.07780
著者/所属機関
Robert Geirhos, Jörn-He... | gharchive/issue | 2020-04-23T22:17:07 | 2025-04-01T06:37:56.684313 | {
"authors": [
"AkiraTOSEI",
"icoxfog417"
],
"repo": "arXivTimes/arXivTimes",
"url": "https://github.com/arXivTimes/arXivTimes/issues/1669",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
117068682 | Sending alerts when graphite server is not availible
Cabot sending tons of alerts when graphite server is unavailable or authentication has been failed.
It should send one information email and stop alerting per each check..
I agree that this can be annoying but it's difficult to know how big an issue no informatio... | gharchive/issue | 2015-11-16T07:33:50 | 2025-04-01T06:37:56.692375 | {
"authors": [
"dbuxton",
"evgenyidf"
],
"repo": "arachnys/cabot",
"url": "https://github.com/arachnys/cabot/issues/287",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
445326317 | Enabled MiniGrid gyms.
Congratulations of this very very handy work making everyone happy. :->
Just want to start discussing this quick hack enabling to use MiniGrid gyms.
https://github.com/maximecb/gym-minigrid
but not limited to this.
Instead of hard-coding imports, I have provided a command-line option to dynami... | gharchive/pull-request | 2019-05-17T08:31:33 | 2025-04-01T06:37:56.700087 | {
"authors": [
"araffin",
"tatsubori"
],
"repo": "araffin/rl-baselines-zoo",
"url": "https://github.com/araffin/rl-baselines-zoo/pull/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
395001865 | Add instructions to skip initialization on aragon dao install
If install command doesn't find initialization method, it won't
initialize the newly installed app, but this is not obvious from the
help instructions.
Although it's "dangerous", sometimes it's useful to install an app
without initializing. For instance, T... | gharchive/pull-request | 2018-12-31T16:18:39 | 2025-04-01T06:37:56.705256 | {
"authors": [
"bingen"
],
"repo": "aragon/hack",
"url": "https://github.com/aragon/hack/pull/73",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
498734467 | Arangosearch: PHRASE function combined with other filter not working
My Environment
ArangoDB Version: 3.5.0
Storage Engine: RocksDB
Deployment Mode: Single Server
Deployment Strategy: anual Start in Docker
Infrastructure: local
Total RAM in your machine: 16Gb
Disks in ... | gharchive/issue | 2019-09-26T08:23:23 | 2025-04-01T06:37:56.727356 | {
"authors": [
"Darkheir",
"aveiros",
"gnusi",
"iurii-i-popov",
"maxkernbach"
],
"repo": "arangodb/arangodb",
"url": "https://github.com/arangodb/arangodb/issues/10090",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
220827499 | Admin UI design/Color palette and Typography
ArangoDB is a great idea. Market for NoSql database with relation/transaction support is wide open. ArangoDb has a potential to replace Mongodb as a mainstream database. I would like to suggest CSS design refresh for admin ui to give it more professional look. Color palett... | gharchive/issue | 2017-04-11T03:13:18 | 2025-04-01T06:37:56.734887 | {
"authors": [
"ansarizafar",
"dothebart",
"hkernbach"
],
"repo": "arangodb/arangodb",
"url": "https://github.com/arangodb/arangodb/issues/2420",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
592031165 | Check MSVC_VERSION instead of CMAKE_GENERATOR
Backport of https://github.com/arangodb/arangodb/pull/11351.
http://jenkins01.arangodb.biz:8080/view/PR/job/arangodb-matrix-pr/9261/
http://jenkins.arangodb.biz:8080/job/arangodb-matrix-pr-linux/10997/
http://jenkins.arangodb.biz:8080/job/arangodb-matrix-pr-linux/11... | gharchive/pull-request | 2020-04-01T16:05:48 | 2025-04-01T06:37:56.737555 | {
"authors": [
"KVS85"
],
"repo": "arangodb/arangodb",
"url": "https://github.com/arangodb/arangodb/pull/11368",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
717998818 | always show documents for a collection in web interface
Scope & Purpose
Always show documents for a collection in web interface, regardless of what collection.count() says. This fixes a potential race between fetching the count and fetching the documents.
[x] :hankey: Bugfix
[ ] :pizza: New feature
[ ] :hammer: Refa... | gharchive/pull-request | 2020-10-09T09:30:49 | 2025-04-01T06:37:56.741980 | {
"authors": [
"KVS85",
"jsteemann"
],
"repo": "arangodb/arangodb",
"url": "https://github.com/arangodb/arangodb/pull/12813",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1950250126 | Add Option to Break Harvest Block
Hi there! I hope it's fine to request a feature here.
I would like to have an option to have the plugin break the harvest block and drop the items to the ground in order to collect them instead of putting them straight into the inventory. It is very convenient the way the plugin work... | gharchive/issue | 2023-10-18T17:08:05 | 2025-04-01T06:37:56.747494 | {
"authors": [
"Tails32",
"aratakileo"
],
"repo": "aratakileo/quick-harvest-plugin",
"url": "https://github.com/aratakileo/quick-harvest-plugin/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1192702813 | 🛑 Test loibra.moo.com is down
In 14b3367, Test loibra.moo.com (http://loibra.mooo.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Test loibra.moo.com is back up in 5a299c6.
| gharchive/issue | 2022-04-05T06:55:07 | 2025-04-01T06:37:56.751465 | {
"authors": [
"aratan"
],
"repo": "aratan/Monitorizaci-n",
"url": "https://github.com/aratan/Monitorizaci-n/issues/383",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
638313133 | Pickling of _VariableFunctions not compatible with PyTorch 1.5.0
pickling of _VariableFunctions not compatible with PyTorch 1.5.0
It would thus be useful if the version of PyTorch can be specified in the env.yml
Thanks for bringing this up. It seems like a recent change in pytorch is causing the break. Will pin to... | gharchive/issue | 2020-06-14T09:03:24 | 2025-04-01T06:37:56.754250 | {
"authors": [
"aravindr93",
"chinmay-singh"
],
"repo": "aravindr93/mjrl",
"url": "https://github.com/aravindr93/mjrl/issues/27",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
724743221 | Add a ray class and a test for ray-box intersection
The ray class is based on Damien's original commit.
A function is added for ray-box intersections.
A question not blocking the PR: is there a reason for us to normalize direction in the first place? Certainly, not in the intersects test, but where would you think ... | gharchive/pull-request | 2020-10-19T15:40:29 | 2025-04-01T06:37:56.763612 | {
"authors": [
"aprokop",
"wjge"
],
"repo": "arborx/ArborX",
"url": "https://github.com/arborx/ArborX/pull/414",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1367776669 | [FEATURE] Dynamic damage on attacks
Is your feature request related to a problem? Please describe.
A lot of summons increases the damage to attacks when the spell is upcast. Currently it's not possible to increase the damage on attacks on an actor sheet through the summoning. (to my knowledge, but it might be possibl... | gharchive/issue | 2022-09-09T12:43:27 | 2025-04-01T06:37:56.765802 | {
"authors": [
"Ikabodo",
"arbron"
],
"repo": "arbron/fvtt-summoner",
"url": "https://github.com/arbron/fvtt-summoner/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1014092099 | Bug in the navbar
Describe the bug
On clicking Adopt or About on the navbar, the bottom border does not shift (to the one that is clicked).
Hey, can I fix this as a part of Hacktoberfest 2021? @AnandDhakane01 @majjikishore007
Hey, can I fix this as a part of Hacktoberfest 2021? @AnandDhakane01 @majjikishore007
... | gharchive/issue | 2021-10-02T15:59:56 | 2025-04-01T06:37:56.770178 | {
"authors": [
"AnandDhakane01",
"KarishmaVanwari"
],
"repo": "arc-pune/arc-front-end",
"url": "https://github.com/arc-pune/arc-front-end/issues/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2386936275 | Solved: Query Bar Overflow with Long Text Input
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Query-bar-overflow-issue solved
Before
After
Why was this change needed? (You can also link to an open issue here)
While typing long sentences the last typed word OR while pasti... | gharchive/pull-request | 2024-07-02T18:58:23 | 2025-04-01T06:37:56.775794 | {
"authors": [
"dartpain",
"sarthaklaptop",
"siiddhantt"
],
"repo": "arc53/DocsGPT",
"url": "https://github.com/arc53/DocsGPT/pull/1025",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1347706472 | Labeling in HTML Reports View Documentation
Feature Requirement:
As HTML report provides us with HTML / Markdown Render , it provides a great way to compliment the viewpoint with content.
However the HTML render from the view Documentation tag does not include any metadata from the model. Therefore there is no reuse... | gharchive/issue | 2022-08-23T10:31:00 | 2025-04-01T06:37:56.828969 | {
"authors": [
"New-arch",
"Phillipus",
"bratgers",
"evlibra"
],
"repo": "archimatetool/archi",
"url": "https://github.com/archimatetool/archi/issues/864",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
708642922 | imagesMaxWidth not working
It does not work after changing the RN version from 0.60.3 to 0.63.2.
"react": "16.13.1",
"react-native": "0.63.2",
"react-native-render-html": "^4.2.3",
"react-native-webview": "^10.9.0"
RN
<HTML
html={detailData.content}
imagesMaxWidth={Dimensions.get('w... | gharchive/issue | 2020-09-25T05:03:32 | 2025-04-01T06:37:56.886807 | {
"authors": [
"KimJeonghun91",
"jsamr"
],
"repo": "archriss/react-native-render-html",
"url": "https://github.com/archriss/react-native-render-html/issues/412",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
335662725 | Clicking/Tapping image or Navigating leading to stop auto play
Is this a bug report or a feature request?
Bug report ( or need help , not sure if this is achievable through existing code )
Have you read the guidelines regarding bug report?
Yes
Have you read the documentation in its entirety?
Yes
Have you made sure th... | gharchive/issue | 2018-06-26T05:18:38 | 2025-04-01T06:37:56.913367 | {
"authors": [
"Marcello168",
"StephentTom",
"anoopmm",
"bd-arc",
"dugginenisagar",
"haduy97",
"iyoucheng",
"shamca0633",
"shashank19909"
],
"repo": "archriss/react-native-snap-carousel",
"url": "https://github.com/archriss/react-native-snap-carousel/issues/342",
"license":... |
2164839806 | Laravel 11.x Compatibility
This is an automated pull request from Shift to update your package code and dependencies to be compatible with Laravel 11.x.
Before merging, you need to:
Checkout the l11-compatibility branch
Review all comments for additional changes
Thoroughly test your package
If you do find an issue,... | gharchive/pull-request | 2024-03-02T14:44:31 | 2025-04-01T06:37:56.929815 | {
"authors": [
"laravel-shift"
],
"repo": "archtechx/laravel-pages",
"url": "https://github.com/archtechx/laravel-pages/pull/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1264119292 | 当select option value值 为空时,选项label不显示
[ ] I'm sure this does not appear in the issue list of the repository
Basic Info
Package Name And Version: @arco-design/web-vue@2.29.1
Browser: chrome102.0.5005.63
What is expected?
全部 选项选中时,显示 "全部"
Steps to reproduce
https://codesandbox.io/s/smoosh-currying-hswts0?file=/src/A... | gharchive/issue | 2022-06-08T02:55:25 | 2025-04-01T06:37:56.934515 | {
"authors": [
"flsion",
"raythunder"
],
"repo": "arco-design/arco-design-vue",
"url": "https://github.com/arco-design/arco-design-vue/issues/1252",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1481319760 | config provider的全局配置问题
对于部分组件只穿透了部分参数,导致在modal这些组件中一些参数拿不到
详细描述一下吧,举个例子
通过Modal.confirm/info/error/warning 来调用的,是不能拿到context上的config的,arco把config放到一个全局的地方,弹窗时候去
但目前只把这三个配置放到了全局的地方,其他在modal下会拿不到
modal上的内容,只能拿到全局配置中的 local / prefixCls / rtl 三个配置项 像focusLock参数不生效
yangyuhan:提个issue,确实只透穿了 rtl, locale 和 prefixCls[泣不成声... | gharchive/issue | 2022-12-07T08:24:41 | 2025-04-01T06:37:56.936017 | {
"authors": [
"ClayZth",
"PengJiyuan"
],
"repo": "arco-design/arco-design",
"url": "https://github.com/arco-design/arco-design/issues/1635",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
688235742 | Expose Top or Take
Looking to select example: 4 items from my specification. I've resorted to using Query.Paginate(0, 4).
@ardalis suggested raising an Issue here to see if it might be a trivial item to implement.
Hey @ovation22 ,
If I understood correctly, you want to expose Take in the specification? You want to ... | gharchive/issue | 2020-08-28T17:24:50 | 2025-04-01T06:37:56.974792 | {
"authors": [
"ardalis",
"fiseni",
"ovation22"
],
"repo": "ardalis/Specification",
"url": "https://github.com/ardalis/Specification/issues/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1451659416 | index pages have hardcoded version
consider getting the latest version from the version store
e.g. https://github.com/ardc-fair-checklist/ssg/blob/4f7d5cf8e056c538d92d351bd7a627b1596edff4/pages/software/v0.2/index.page.vue#L79
partly fixed by fda6670, still some references in BadgeSnippets:
https://github.com/ardc-... | gharchive/issue | 2022-11-16T13:59:25 | 2025-04-01T06:37:56.978039 | {
"authors": [
"jspaaks"
],
"repo": "ardc-fair-checklist/ssg",
"url": "https://github.com/ardc-fair-checklist/ssg/issues/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1260539884 | Update repositories.txt
Added mini-ppm-info (2nd attempt)
I have a library.properties file already in the repository.
https://github.com/jaggzh/mini-ppm-info/blob/main/library.properties
@ArduinoBot, I incremented the version with some improvements.
| gharchive/pull-request | 2022-06-04T00:14:07 | 2025-04-01T06:37:57.071315 | {
"authors": [
"jaggzh"
],
"repo": "arduino/library-registry",
"url": "https://github.com/arduino/library-registry/pull/1464",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
963401231 | 🛑 Eigensolutions UK is down
In 7e3a83f, Eigensolutions UK (https://www.eigensolutions.co.uk) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Eigensolutions UK is back up in b3ed327.
| gharchive/issue | 2021-08-08T10:26:21 | 2025-04-01T06:37:57.073738 | {
"authors": [
"ardus-uk"
],
"repo": "ardus-uk/upptime",
"url": "https://github.com/ardus-uk/upptime/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
480741792 | Add noindex and nofollow header to CMS pages
In instances where the same codebase serves the frontend as well
as the CMS, it's challenging to use a robots.txt file to block
search engine spiders from indexing admin pages. Adding this
header help to ensure that CMS pages done find their way into
search engines.
Tha... | gharchive/pull-request | 2019-08-14T15:21:43 | 2025-04-01T06:37:57.078654 | {
"authors": [
"CLAassistant",
"nikhiltri"
],
"repo": "area17/twill",
"url": "https://github.com/area17/twill/pull/346",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
264044376 | Add title to comments screen
Closes #148
I didn't do this because adding comments feels really weird. Let's just merge it and deal with it later. I was hoping to do it with a count state, but really I think we need to just dispatch a title update (we can refactor the goofy title visibility toggle to do this)
By ... | gharchive/pull-request | 2017-10-09T22:26:53 | 2025-04-01T06:37:57.085834 | {
"authors": [
"broskoski",
"dzucconi"
],
"repo": "aredotna/case",
"url": "https://github.com/aredotna/case/pull/198",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2293069240 | ADH-4390: [UI] FormField
https://tracker.yandex.ru/ADH-4390
Please, rebase on the master and run the following command to add license headers to the new source files. Otherwise, subsequent CI builds will fail.
| gharchive/pull-request | 2024-05-13T14:53:19 | 2025-04-01T06:37:57.089980 | {
"authors": [
"MrHalless",
"tigrulya-exe"
],
"repo": "arenadata/SSM",
"url": "https://github.com/arenadata/SSM/pull/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
825643821 | non-existent docker image referenced in manifest
Hi!
I tried to install the applicationset CRD into my cluster and found that the docker images for controller deployment doesn't exist.
manifests
docker pull argoprojlabs/
argocd-applicationset:latest
Error response from daemon: pull access denied for argoprojlabs/argo... | gharchive/issue | 2021-03-09T09:55:53 | 2025-04-01T06:37:57.102918 | {
"authors": [
"jgwest",
"rumstead",
"sachincool"
],
"repo": "argoproj-labs/applicationset",
"url": "https://github.com/argoproj-labs/applicationset/issues/149",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1317301952 | Helm Image is Not Updated
Describe the bug
I'm not sure if this is a legitimate bug or if I'm missing a key piece of documentation/understanding, but I have a helm chart successfully deploying to my cluster via ArgoCD, and I'm trying to use the image updater to keep my image up to date based on the latest update stra... | gharchive/issue | 2022-07-25T19:59:20 | 2025-04-01T06:37:57.109457 | {
"authors": [
"egkelly"
],
"repo": "argoproj-labs/argocd-image-updater",
"url": "https://github.com/argoproj-labs/argocd-image-updater/issues/461",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1132766221 | I would like a mentor
Summary
What change needs making?
Use Cases
When would you use this?
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
I would like to work on #7814 and #7815
@cnu1812 the first issue is closed and the second one alrea... | gharchive/issue | 2022-02-11T15:37:43 | 2025-04-01T06:37:57.164908 | {
"authors": [
"blkperl",
"cnu1812",
"terrytangyuan"
],
"repo": "argoproj/argo-workflows",
"url": "https://github.com/argoproj/argo-workflows/issues/7857",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1402467618 | pod deleted error when running multiple workflows concurrently
Pre-requisites
[X] I have double-checked my configuration
[X] I can confirm the issues exists when I tested with :latest
[ ] I'd like to contribute the fix myself (see contributing guide)
What happened/what you expected to happen?
I wrote a workflow abo... | gharchive/issue | 2022-10-10T01:12:53 | 2025-04-01T06:37:57.182866 | {
"authors": [
"alexec",
"sanqiuli",
"sarabala1979"
],
"repo": "argoproj/argo-workflows",
"url": "https://github.com/argoproj/argo-workflows/issues/9780",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1747485224 | fix: use only relevant files in build
This optimises the nix build time by depending on the required files, changing the docs for example shouldn't force a rebuild.
@terrytangyuan can you please approve this?
It fixes some directory related issues since the nix files are in /dev/nix.
Thanks.
| gharchive/pull-request | 2023-06-08T09:34:01 | 2025-04-01T06:37:57.184629 | {
"authors": [
"isubasinghe"
],
"repo": "argoproj/argo-workflows",
"url": "https://github.com/argoproj/argo-workflows/pull/11189",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1187489109 | fix: install.yaml missing crb subject ns
This PR fixes the issue with missing ns in crb subjects inside the install.yaml file, introduced in PR #8266
ref: https://github.com/argoproj/argo-workflows/issues/8250#issuecomment-1084046919
@gdsoumya Why exactly we are hardcoding the namespace for cluster install ? whoev... | gharchive/pull-request | 2022-03-31T04:41:19 | 2025-04-01T06:37:57.187466 | {
"authors": [
"gdsoumya",
"tiwarisanjay"
],
"repo": "argoproj/argo-workflows",
"url": "https://github.com/argoproj/argo-workflows/pull/8280",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
655990474 | Windows CLI is gone
Summary
What do you want to know about this project?
What happened to the Windows CLI app?
Motivation
Why do you need to know this, any examples or use cases you could include?
I have been going through some due diligence to test/adopt this project at T-Mobile, but right before we were about to d... | gharchive/issue | 2020-07-13T16:41:17 | 2025-04-01T06:37:57.190884 | {
"authors": [
"saosebastiao",
"simster7"
],
"repo": "argoproj/argo",
"url": "https://github.com/argoproj/argo/issues/3463",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
295141232 | Valid BBAN is considered invalid
I have a valid BBAN but the method isValidBBAN returns false with it:
iban.toBBAN('CR25010200009074883572');
// '0102 00009074883572'
iban.isValidBBAN('0102 00009074883572');
// false
iban.isValidBBAN(iban.toBBAN('CR25010200009074883572'));
// false
Hello,
Sorry for the super lat... | gharchive/issue | 2018-02-07T13:40:40 | 2025-04-01T06:37:57.193444 | {
"authors": [
"LaurentVB",
"abelosorio"
],
"repo": "arhs/iban.js",
"url": "https://github.com/arhs/iban.js/issues/48",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
713359780 | [BUG] ariaDownload gets first file blocked by JPL network URL-block service
Describe the bug
I ran a download of seven products, but the first one was blocked and the .nc contains only an error message. This is while connected to the JPL full tunnel VPN. I ran it a second time after deleting the bad file and got the ... | gharchive/issue | 2020-10-02T05:36:08 | 2025-04-01T06:37:57.237044 | {
"authors": [
"EJFielding",
"dbekaert",
"emlundell"
],
"repo": "aria-tools/ARIA-tools",
"url": "https://github.com/aria-tools/ARIA-tools/issues/231",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
958662810 | sticker.js gini
[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "Maksimal 10 detik!".] {
code: 'ERR_UNHANDLED_REJECTION'
} unhandledRejection
ce... | gharchive/issue | 2021-08-03T02:41:00 | 2025-04-01T06:37:57.245388 | {
"authors": [
"Ftwrr",
"ariffb25"
],
"repo": "ariffb25/stikerinbot",
"url": "https://github.com/ariffb25/stikerinbot/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
865899306 | Fix references to cvp dirs
Change Summary
Correct CI references to AVD directories instead of CVP.
Not needed
| gharchive/pull-request | 2021-04-23T08:52:02 | 2025-04-01T06:37:57.246280 | {
"authors": [
"ClausHolbechArista"
],
"repo": "aristanetworks/ansible-avd",
"url": "https://github.com/aristanetworks/ansible-avd/pull/891",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
328152985 | How long geofence will monitor?
How long geofence will monitor? (1 day, 1 month, forever or one time trigged)
Please check all of the platforms you are having the issue on (if platform is not listed, it is not supported)
[x] iOS
[x] Android
[x] UWP
[x] .NET Standard
Version of OS(s) listed above with issue
Version ... | gharchive/issue | 2018-05-31T14:05:45 | 2025-04-01T06:37:57.260103 | {
"authors": [
"aritchie",
"nguyenthanhliemfc"
],
"repo": "aritchie/geofences",
"url": "https://github.com/aritchie/geofences/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
31946509 | Phantom continually crashing on .abort() or changing the location. (minidump included)
I have about 300 unit tests and about 10% of them are causing phantom to crash.
I minidumped all their .dmp file and they were ALL in the same stack trace (as below)
I removed the line to request.abort() in one of my onResourceReq... | gharchive/issue | 2014-04-22T05:30:14 | 2025-04-01T06:37:57.278533 | {
"authors": [
"Vitallium",
"elboletaire",
"phantomhappy101"
],
"repo": "ariya/phantomjs",
"url": "https://github.com/ariya/phantomjs/issues/12168",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.