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
673028637
Update HttpSourceCorsProperties.java change to use single quotes for allowedOrigins to avoid metadata parse errors It shows conflict: Conflicting files spring-cloud-starter-stream-source-http/src/main/java/org/springframework/cloud/stream/app/http/source/HttpSourceCorsProperties.java Please, consider to rebase to...
gharchive/pull-request
2020-08-04T19:26:25
2025-04-01T06:04:07.885382
{ "authors": [ "artembilan", "trisberg" ], "repo": "spring-cloud-stream-app-starters/http", "url": "https://github.com/spring-cloud-stream-app-starters/http/pull/44", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
163010054
Include plugin versions for javadoc and antrun in pluginManagement It looks like the commit https://github.com/spring-cloud/spring-cloud-build/commit/61bd0522fdf2347f5aa15e054bbf2af1c8d5bbee resulted in us not getting versions specified for javadoc and antrun plugins. There are probably a couple other common ones th...
gharchive/issue
2016-06-29T19:44:15
2025-04-01T06:04:07.887941
{ "authors": [ "dsyer", "markpollack", "spencergibb" ], "repo": "spring-cloud/spring-cloud-build", "url": "https://github.com/spring-cloud/spring-cloud-build/issues/40", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
207729316
RefreshListener doesn't respect destination service When a service is receiving a RemoteApplicationRefreshEvent the destinationServiceId isn't checked. Every application does refresh it's context. Would be great to only refresh the applications that match the given destinationServiceId. Or is the current behaviour co...
gharchive/issue
2017-02-15T07:41:21
2025-04-01T06:04:07.890845
{ "authors": [ "JWThewes", "spencergibb" ], "repo": "spring-cloud/spring-cloud-bus", "url": "https://github.com/spring-cloud/spring-cloud-bus/issues/56", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1531836939
RSA configuration properties appear to be not working Describe the bug The encrypt.rsa properties appear to be not working. After creating a cipher with the /encrypt endpoint, change the rsa properties and restart. The decrypt endpoint still decrypts the generated cipher with the changed properties Sample application...
gharchive/issue
2023-01-13T07:27:30
2025-04-01T06:04:07.896629
{ "authors": [ "fennekit", "kvmw" ], "repo": "spring-cloud/spring-cloud-config", "url": "https://github.com/spring-cloud/spring-cloud-config/issues/2208", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
67594885
Introducing TextEncryptorLocator abstraction We are trying to extend current encryption functionality by adding feature to use different encryption keys per environment. However we think that scope of adding such a feature seems to be too large for a single PR. In this PR we introduced no functional changes but some ...
gharchive/pull-request
2015-04-10T13:26:00
2025-04-01T06:04:07.902911
{ "authors": [ "dsyer", "spencergibb", "wojtkiewicz" ], "repo": "spring-cloud/spring-cloud-config", "url": "https://github.com/spring-cloud/spring-cloud-config/pull/124", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
211168169
Referencing request from response The best situation is to provide fixed values but sometimes you need to reference a request in your response. In order to do this you can profit from the fromRequest() method that allows you to reference a bunch of elements from the HTTP request. You can use the following options: f...
gharchive/pull-request
2017-03-01T18:29:50
2025-04-01T06:04:07.928058
{ "authors": [ "cah-andrewfitzgerald", "codecov-io", "marcingrzejszczak" ], "repo": "spring-cloud/spring-cloud-contract", "url": "https://github.com/spring-cloud/spring-cloud-contract/pull/238", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
680012740
The service discovery configuration does not take effect org.springframework.cloud spring-cloud-starter-gateway 2.2.4.RELEASE 配置参数如下 spring: cloud: gateway: discovery: locator: enabled: true lower-case-service-id: true predicates: - name: Path ...
gharchive/issue
2020-08-17T07:27:03
2025-04-01T06:04:07.935684
{ "authors": [ "cqyhm", "spencergibb", "spring-cloud-issues" ], "repo": "spring-cloud/spring-cloud-gateway", "url": "https://github.com/spring-cloud/spring-cloud-gateway/issues/1903", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2098028521
java.lang.IllegalArgumentException: Invalid character '=' for QUERY_PARAM when parama is encoded Describe the bug When the caracters '=' is contained on query param, the gateway send an error : Exemple url : http://localhost:9007/test?state=WTq0yXFG63hUwOLiWDCxjHagfnuj49K2YGF0cbdtu34%3D I don't understand the equals...
gharchive/issue
2024-01-24T11:09:16
2025-04-01T06:04:07.941395
{ "authors": [ "florentm35", "spencergibb" ], "repo": "spring-cloud/spring-cloud-gateway", "url": "https://github.com/spring-cloud/spring-cloud-gateway/issues/3234", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
335568233
Revert "1.0.0.M4 Release" Reverts spring-cloud/spring-cloud-gcp#786 Closing in favor of #790.
gharchive/pull-request
2018-06-25T21:08:06
2025-04-01T06:04:07.942613
{ "authors": [ "meltsufin" ], "repo": "spring-cloud/spring-cloud-gcp", "url": "https://github.com/spring-cloud/spring-cloud-gcp/pull/791", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
165727965
Feign: setting header in feign RequestInterceptor does not work in BRIXTON.SR3 We want to switch from spring-cloud-1.0.0-RELEASE to spring-cloud-Brixton.SR3 and and find that calls to @FeignClient annotated services interfaces are executed in an async manner (hystrix command). This way our registred feign ReceptInte...
gharchive/issue
2016-07-15T07:32:16
2025-04-01T06:04:07.946513
{ "authors": [ "LutzStrobel", "dsyer" ], "repo": "spring-cloud/spring-cloud-netflix", "url": "https://github.com/spring-cloud/spring-cloud-netflix/issues/1191", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
225377008
@EnableZuulProxy cause server.port=0 not working with Eureka registration before i add annotation "@EnableZuulProxy" in my application. @EnableEurekaClient @SpringBootApplication @Controller public class StaticContainerApplication extends WebMvcConfigurerAdapter{ ... } my application.yml ... server: port: 0 ...
gharchive/issue
2017-05-01T03:01:59
2025-04-01T06:04:07.955728
{ "authors": [ "erezo", "ltjsjyyy", "ryanjbaxter", "spencergibb" ], "repo": "spring-cloud/spring-cloud-netflix", "url": "https://github.com/spring-cloud/spring-cloud-netflix/issues/1899", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
136035244
RestTemplate consumes XML instead of JSON with Brixton.BUILD-SNAPSHOT spring-cloud-starter-eureka.BUILD-SNAPSHOT pulls the eureka-core.1.4.1 dependency which in turns pulls jackson-dataformat-xml.2.6.5 When jackons-dataformat-xml is on the classpath, RestTemplate adds application/xml first in the Accept header. When ...
gharchive/issue
2016-02-24T11:32:37
2025-04-01T06:04:07.960492
{ "authors": [ "snussbaumer", "spencergibb" ], "repo": "spring-cloud/spring-cloud-netflix", "url": "https://github.com/spring-cloud/spring-cloud-netflix/issues/852", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
726458548
Replacement for OAuth2FeignRequestInterceptor from spring-cloud-security? Is your feature request related to a problem? Please describe. For my Feign Clients I need to add an RequestInterceptor which enhances the requests with an OAuth Bearer Token. I still use the OAuth2FeignRequestInterceptor. But it simply states ...
gharchive/issue
2020-10-21T13:00:58
2025-04-01T06:04:07.983626
{ "authors": [ "MelleD", "cforce", "lvohra", "mikeut", "mxmlnglt", "ralf-br", "spadge4711", "spencergibb", "wikisamuel" ], "repo": "spring-cloud/spring-cloud-openfeign", "url": "https://github.com/spring-cloud/spring-cloud-openfeign/issues/417", "license": "Apache-2.0", "...
551863290
exposed client factory bean and targeter Exposed Targeter and FeignClientFactoryBean to public. I did not add @Autowired to FeignClientFactoryBean in FeignClientBuilder.Builder as suggested in gh-278. I had some concerns that there may be some side effects from that since the builder is expecting a new instance each ...
gharchive/pull-request
2020-01-19T04:04:52
2025-04-01T06:04:07.986860
{ "authors": [ "MatheusRogge", "OlgaMaciaszek", "matt62king" ], "repo": "spring-cloud/spring-cloud-openfeign", "url": "https://github.com/spring-cloud/spring-cloud-openfeign/pull/282", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
817305662
Sleuth overrides a user's logging.pattern.level when it's configured in bootstrap.yml Describe the bug Sleuth's default logging.pattern.level should not apply when the user has configured their own, however it is taking precedence when the user has configured their own in bootstrap.yml. Please see https://github.com/...
gharchive/issue
2021-02-26T12:10:30
2025-04-01T06:04:08.001878
{ "authors": [ "artemy", "marcingrzejszczak", "spicalous", "spring-cloud-issues", "wilkinsona" ], "repo": "spring-cloud/spring-cloud-sleuth", "url": "https://github.com/spring-cloud/spring-cloud-sleuth/issues/1863", "license": "Apache-2.0", "license_type": "permissive", "license_source...
946753016
Binding application-id is failing after adding spring-cloud-starter-* dependency. I am writing this at the request of @sobychacko from spring-cloud-stream gitter. Like I said in the title, after adding spring-cloud-starter-config and spring-cloud-starter-bootstrap to use {cipher} for encryption, binding application-i...
gharchive/issue
2021-07-17T08:07:28
2025-04-01T06:04:08.011464
{ "authors": [ "sobychacko", "yaboong" ], "repo": "spring-cloud/spring-cloud-stream-binder-kafka", "url": "https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/1106", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
297120161
Doesnt build, KafkaMessageChannelBinder.handleMessageInternal overrides final method It doesn't compiles. KafkaMessageChannelBinder.handleMessageInternal overrides final method AbstractReplyProducingMessageHandler.handleMessageInternal The fix is here #307 Will be merged soon.
gharchive/issue
2018-02-14T14:42:24
2025-04-01T06:04:08.013179
{ "authors": [ "artembilan", "rzukow" ], "repo": "spring-cloud/spring-cloud-stream-binder-kafka", "url": "https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/308", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
564424082
Kafka Asynchronous Producer Message Time Out Exception Hi , We have a Springboot application that uses spring-cloud-stream-binder-kafka to send messages to a Kafka Topic .We are sending the message in Synchronous mode .We are using Synchronous mode because we want to do some action when an error comes during message...
gharchive/issue
2020-02-13T03:59:27
2025-04-01T06:04:08.018546
{ "authors": [ "garyrussell", "rajjav123", "sabbyanandan" ], "repo": "spring-cloud/spring-cloud-stream-binder-kafka", "url": "https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/issues/847", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
263262687
Update to BOOT 2.0.0.BUILD-SNAPSHOT Fixes #1088 Updates Actuator endpoints Removing metrics dependencies for now, we will revisit metrics and stream on a separate PR Looks good to me. Merging.
gharchive/pull-request
2017-10-05T20:53:12
2025-04-01T06:04:08.020240
{ "authors": [ "sobychacko", "viniciusccarvalho" ], "repo": "spring-cloud/spring-cloud-stream", "url": "https://github.com/spring-cloud/spring-cloud-stream/pull/1091", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
701546418
Fixed typo in test method name Found a typo in the test method name while going through docs. Fixed it. Hi @gregturn ! Didn't have access to add any reviewer. Please assign to the correct reviewer.
gharchive/pull-request
2020-09-15T02:00:39
2025-04-01T06:04:08.021105
{ "authors": [ "RajatArora08" ], "repo": "spring-guides/gs-testing-web", "url": "https://github.com/spring-guides/gs-testing-web/pull/26", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
713586804
Support for non-primitiveish types in custom binders Currently the auto-generated binders only work for "simple" properties (non-arrays and non-generics). Easiest to do and having the biggest impact would be String[] and List|Collection<String> (e.g. so you can bind DataSourceProperties in PetClinic). Support for c...
gharchive/issue
2020-10-02T12:33:11
2025-04-01T06:04:08.023026
{ "authors": [ "dsyer" ], "repo": "spring-projects-experimental/spring-init", "url": "https://github.com/spring-projects-experimental/spring-init/issues/37", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2738481019
Fix Moonshot Chat model toolcalling token usage Accumulate the token usage when toolcalling is invoked Fix both call() and stream() methods Add usage field to the Chat completion choice as the usage is returned via Choice Add Mootshot chatmodel ITs for functioncalling tests @mxsl-gr Could you check this PR?...
gharchive/pull-request
2024-12-13T14:05:50
2025-04-01T06:04:08.026506
{ "authors": [ "ilayaperumalg", "mxsl-gr" ], "repo": "spring-projects/spring-ai", "url": "https://github.com/spring-projects/spring-ai/pull/1927", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
361876161
Queues are not always re-created properly when nodes in a clustered RabbitMQ are restarted I am using spring-amqp (2.0.5.RELEASE) via spring-cloud-bus and spring-cloud-stream with a clustered RabbitMQ setup. Spring-cloud-bus creates an auto-delete, exclusive queue for each service I run. Sometimes when I restart one ...
gharchive/issue
2018-09-19T18:39:39
2025-04-01T06:04:08.053564
{ "authors": [ "brianloss", "dsteegen", "garyrussell" ], "repo": "spring-projects/spring-amqp", "url": "https://github.com/spring-projects/spring-amqp/issues/818", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1881441810
I am using the latest version of Spring Authorization Server and Spring Security 6.x for integration During use, an error is thrown Description: Parameter 0 of method managementSecurityFilterChain in org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration required a bean...
gharchive/issue
2023-09-05T08:10:27
2025-04-01T06:04:08.061817
{ "authors": [ "jgrandja", "moyunzhao" ], "repo": "spring-projects/spring-authorization-server", "url": "https://github.com/spring-projects/spring-authorization-server/issues/1353", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1249124523
spring-authorization-server sample error Describe the bug Application run failed java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer To Reproduce I made an Sample of imitating the defaul...
gharchive/issue
2022-05-26T05:40:34
2025-04-01T06:04:08.067291
{ "authors": [ "azui007", "sjohnr" ], "repo": "spring-projects/spring-authorization-server", "url": "https://github.com/spring-projects/spring-authorization-server/issues/758", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
160559467
GH-68: Allow any type mapping for routers Fixes GH-68 (https://github.com/spring-projects/spring-integration-java-dsl/issues/68) The Spring Integration Core allows to map channels in the router only via String key. With Java configuration it isn't so convenient when we would like to map and resolve to any type. That'...
gharchive/pull-request
2016-06-16T01:33:23
2025-04-01T06:04:08.145966
{ "authors": [ "artembilan", "englishman" ], "repo": "spring-projects/spring-integration-java-dsl", "url": "https://github.com/spring-projects/spring-integration-java-dsl/pull/89", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1633935583
Overide existing dependency behaviour Hello, Reading the documentation it states: an application module’s base package is considered the API package and thus is the only package to allow incoming dependencies from other modules. However, I like to organise my packages with sub-packages instead of having all my class...
gharchive/issue
2023-03-21T13:32:05
2025-04-01T06:04:08.167189
{ "authors": [ "davidkarlsen", "marinusgeuze", "mrudolph1986", "odrotbohm", "ryan-reichenberg" ], "repo": "spring-projects/spring-modulith", "url": "https://github.com/spring-projects/spring-modulith/issues/167", "license": "Apache-2.0", "license_type": "permissive", "license_source": ...
367696577
What is the relationship between the project spring-security and this project I want read the source code.Is there any document about the source code structure? Or any books about the spring-security? spring-security-oauth已经进入维护模式,oauth2功能将维护进入spring security
gharchive/issue
2018-10-08T09:06:49
2025-04-01T06:04:08.168938
{ "authors": [ "andyzhaozhao" ], "repo": "spring-projects/spring-security-oauth", "url": "https://github.com/spring-projects/spring-security-oauth/issues/1499", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
37400060
Support for JSR-303 (Java Bean Validation) ? Hi is there any support for JSR-303 (Java Bean Validation) ? Given A controller method import javax.validation.Valid; @RequestMapping(method = RequestMethod.PUT) public void create( @RequestBody @Valid MyDTO myDTO) { // do something with myDTO } A command ...
gharchive/issue
2014-07-08T18:38:46
2025-04-01T06:04:08.199926
{ "authors": [ "NarendraPeddineni", "adrianbk", "dilipkrish", "jasonchaffee", "jfiala", "omayevskiy" ], "repo": "springfox/springfox", "url": "https://github.com/springfox/springfox/issues/356", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1666571480
springfox.documentation.swagger2.web.WebMvcBasePathAndHostnameTransformationFilter imports javax.servlet.http.HttpServletRequest I am upgrading my springboot application. I am upgrading spring-boot-starter-parent from 2.6.12 to 3.0.5 With that the spring framework is updated and everything else that comes with it. On...
gharchive/issue
2023-04-13T14:44:09
2025-04-01T06:04:08.203548
{ "authors": [ "anidey86", "fly2086", "goodale" ], "repo": "springfox/springfox", "url": "https://github.com/springfox/springfox/issues/4063", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1044264592
New error with version 1.3.0 Message: Interface\AddOns\Details_Covenants\Core.lua:35: Usage: GetPlayerInfoByGUID("playerGUID") Time: Wed Nov 3 21:07:35 2021 Count: 20 Stack: Interface\AddOns\Details_Covenants\Core.lua:35: Usage: GetPlayerInfoByGUID("playerGUID") [string "=[C]"]: in function `GetPlayerInfoByGUID' [st...
gharchive/issue
2021-11-04T01:10:09
2025-04-01T06:04:08.216834
{ "authors": [ "ntowle", "spromicky" ], "repo": "spromicky/Details_Covenants", "url": "https://github.com/spromicky/Details_Covenants/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
795046626
Reduce space between labels and slider Hello, I find there is a lot of space between labels and slider. Is it one way to reduce it ? Hi, sure. Change labelOffset property as you wish. Default value is 20. Hi, sure. Change labelOffset property as you wish. Default value is 20. Ho great! I didn't see it! Thanks ...
gharchive/issue
2021-01-27T12:10:37
2025-04-01T06:04:08.219073
{ "authors": [ "paul-lavoine", "spromicky" ], "repo": "spromicky/StepSlider", "url": "https://github.com/spromicky/StepSlider/issues/51", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
200687903
some cleanups what part of this can still be reused? I will close after a final check later.
gharchive/pull-request
2017-01-13T17:45:14
2025-04-01T06:04:08.222456
{ "authors": [ "dereuromark" ], "repo": "spryker/architecture-sniffer", "url": "https://github.com/spryker/architecture-sniffer/pull/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1121163343
🛑 Wissensdatenbank (Bücherregal) is down In 477569b, Wissensdatenbank (Bücherregal) ($URL_BOOKS) was down: HTTP code: 0 Response time: 0 ms Resolved: Wissensdatenbank (Bücherregal) is back up in 8a998de.
gharchive/issue
2022-02-01T20:24:39
2025-04-01T06:04:08.224779
{ "authors": [ "spschweiz" ], "repo": "spschweiz/status", "url": "https://github.com/spschweiz/status/issues/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
249509484
Add proper errors to ECR calls This pull requests adds proper error handling to missing ECR images and ECR repositories. I didn't add error handling to validate the parameters. The error messages were copied from real boto3 calls. I updated botocore to the current latest version to get the latest features from the EC...
gharchive/pull-request
2017-08-11T00:06:55
2025-04-01T06:04:08.229944
{ "authors": [ "coveralls", "hltbra", "spulec" ], "repo": "spulec/moto", "url": "https://github.com/spulec/moto/pull/1046", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
619185406
Cloud formation "depends_on" #2845 Add depends on and update name type mapping This pull request will fix creating CloudFormation scripts that specify dependencies using DependsOn, and also adds in updated names for resources that are nameable because many were missing and some were incorrect. Note that there is also...
gharchive/pull-request
2020-05-15T19:15:29
2025-04-01T06:04:08.232920
{ "authors": [ "coveralls", "zbrookle" ], "repo": "spulec/moto", "url": "https://github.com/spulec/moto/pull/2994", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
970888482
Enhanced support for ami filtering Added Support for filtering ami based on owner alias Added owner_alias attribute in ami class Added new ami (nat instance) Codecov Report Merging #4175 (eff3a4c) into master (67199d9) will decrease coverage by 0.15%. The diff coverage is 94.49%. @@ Coverage Diff ...
gharchive/pull-request
2021-08-14T11:06:46
2025-04-01T06:04:08.250321
{ "authors": [ "codecov-commenter", "macnev2013" ], "repo": "spulec/moto", "url": "https://github.com/spulec/moto/pull/4175", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2504682851
Add blog post on Spyder's SciPy 2024 IDE UX BoF Adds a new blog post summarizing the discussion at and insights gained from Spyder's SciPy 2024 Birds of a Feather session, "What do you want to see from your scientific IDE", focusing on the UX that users are looking for from their interfaces for scientific computation...
gharchive/pull-request
2024-09-04T08:42:05
2025-04-01T06:04:08.253407
{ "authors": [ "CAM-Gerlach" ], "repo": "spyder-ide/spyder-website", "url": "https://github.com/spyder-ide/spyder-website/pull/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
740539182
Cannor clear the variable space Description What steps will reproduce the problem? Tried deleteing a single variable 'end' which is an int with value 2. Traceback Exception in comms call remove_value: File "C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\comms\commbase.py", line 340, in _handle_remote_ca...
gharchive/issue
2020-11-11T07:27:50
2025-04-01T06:04:08.257243
{ "authors": [ "LakshmiJayalal", "dalthviz" ], "repo": "spyder-ide/spyder", "url": "https://github.com/spyder-ide/spyder/issues/14190", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
83882828
failure of Preferences/IPython console/Graphics/Backend/Inline and the solution Description Mac OSX. Spyder IPython console initially did inline graphics. But after I checked "Preferences/IPython console/Advanced Settings/Use symbolic math", whenever I launched Spyder anew, plots were in separate window. So, I had to...
gharchive/issue
2015-06-02T07:15:43
2025-04-01T06:04:08.265426
{ "authors": [ "FredJames32", "ccordoba12" ], "repo": "spyder-ide/spyder", "url": "https://github.com/spyder-ide/spyder/issues/2463", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
57864312
"Find text" (Ctrl+F) toggles the find box From mproel...@googlemail.com on 2010-08-30T08:52:54Z Hello, the current behaviour of the find text (CRTL+F) function is showing the search dialog if hidden and hide it if shown. Could you please add an option that hitting CTRL+F3 always shows the dialog. For instance being i...
gharchive/issue
2015-02-16T23:33:00
2025-04-01T06:04:08.270077
{ "authors": [ "spyder-issues-migrator" ], "repo": "spyder-ide/spyder", "url": "https://github.com/spyder-ide/spyder/issues/322", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
57864974
How to instantly crash the Ipython console From franap...@gmail.com on 2010-11-03T07:46:12Z In [1]: ù WARNING: You or a %run:ed script called sys.stdin.close() or sys.stdout.close()! Exiting IPython! Closing threads... Done. Well it's actually an unwanted exit, not a crash. This doesn't happen if I run ipython from ...
gharchive/issue
2015-02-16T23:40:12
2025-04-01T06:04:08.275495
{ "authors": [ "spyder-issues-migrator" ], "repo": "spyder-ide/spyder", "url": "https://github.com/spyder-ide/spyder/issues/438", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
293917037
pip install syntax error Description What steps will reproduce the problem? File "C:\Users\HoriaG\Anaconda3\lib\code.py", line 64, in runsource code = self.compile(source, filename, symbol) File "C:\Users\HoriaG\Anaconda3\lib\codeop.py", line 168, in call return _maybe_compile(self.compiler, source, filename, symb...
gharchive/issue
2018-02-02T15:03:09
2025-04-01T06:04:08.283845
{ "authors": [ "ccordoba12", "hg2051" ], "repo": "spyder-ide/spyder", "url": "https://github.com/spyder-ide/spyder/issues/6370", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
386638179
ImportError when I try to run a program Description What steps will reproduce the problem? I tried to run a program (that was working fine on Spyder in another computer) and I get an importError, saying that "Importing the multiarray numpy extension module failed. Most likely you are trying to import a failed build ...
gharchive/issue
2018-12-03T02:46:27
2025-04-01T06:04:08.287263
{ "authors": [ "ccordoba12", "gsagostini" ], "repo": "spyder-ide/spyder", "url": "https://github.com/spyder-ide/spyder/issues/8352", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
421802489
error while launching spider <!--- *** BEFORE SUBMITTING: PASTE CLIPBOARD HERE TO COMPLETE YOUR REPORT *** ---!> The error is: Traceback (most recent call last): File "C:\Users\suresh\Anaconda3\lib\site‑packages\spyder\plugins\ipythonconsole.py", line 1554, in create_kernel_manager_and_kernel_client kernel_manag...
gharchive/issue
2019-03-16T12:31:13
2025-04-01T06:04:08.288399
{ "authors": [ "ccordoba12", "subhasrisuresh" ], "repo": "spyder-ide/spyder", "url": "https://github.com/spyder-ide/spyder/issues/8954", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
426894648
Problem with opening an numpy array Description What steps will reproduce the problem? running a script and saving some data in a numpy array opening the saved numpy array error happens What is the expected output? What do you see instead? i want to see the elements of saved numpy array, but instead i see an error ...
gharchive/issue
2019-03-29T09:29:34
2025-04-01T06:04:08.293601
{ "authors": [ "ccordoba12", "samanjalilian" ], "repo": "spyder-ide/spyder", "url": "https://github.com/spyder-ide/spyder/issues/9058", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2537030158
PR: Prevent error when unmaximizing plugins (Main window) Description of Changes It's unclear when this error happens but the fix was easy. Issue(s) Resolved Fixes #22514 Affirmation By submitting this Pull Request or typing my (user)name below, I affirm the Developer Certificate of Origin with respect to all commit...
gharchive/pull-request
2024-09-19T17:57:28
2025-04-01T06:04:08.295990
{ "authors": [ "ccordoba12" ], "repo": "spyder-ide/spyder", "url": "https://github.com/spyder-ide/spyder/pull/22534", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2634845700
Blocklist doesn't work as expected i created a minimal example: 1234567 generates 56thj, but if i choose to block thj i expect to have another id and this does not happen i tracked the problem to be in function isBlockedId at the first comparison: if i change if (lowercaseId.length <= 3 || word.length <= 3) { to if ...
gharchive/issue
2024-11-05T09:02:15
2025-04-01T06:04:08.299973
{ "authors": [ "4kimov", "yokrysty" ], "repo": "sqids/sqids-javascript", "url": "https://github.com/sqids/sqids-javascript/issues/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1582108294
Error 800 in a brand new model with tables loaded from dataflows Describe the problem I'm getting an 800 error on a model that has only tables loaded from dataflows Power BI Desktop Version: 2.112.1161.0 64-bit (diciembre de 2022) Bravo for Power BI is version 1.0.1 What can I try to make it work? Regards! Bravo ver...
gharchive/issue
2023-02-13T10:46:56
2025-04-01T06:04:08.322768
{ "authors": [ "albertospelta", "bernatagulloesbrina", "marcosqlbi" ], "repo": "sql-bi/Bravo", "url": "https://github.com/sql-bi/Bravo/issues/597", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1319581772
Missing regexTypes.d.ts in distributed module There seems to be a problem with the distribution of the regexTypes.d.ts file in the module available on npm. When typescripts checks a project using the library, it complains: node_modules/sql-formatter/lib/src/lexer/Tokenizer.d.ts:2:29 - error TS2307: Cannot find module...
gharchive/issue
2022-07-27T13:38:46
2025-04-01T06:04:08.327360
{ "authors": [ "nene", "svvac" ], "repo": "sql-formatter-org/sql-formatter", "url": "https://github.com/sql-formatter-org/sql-formatter/issues/353", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2182703343
[FORMATTING] Column named text is converted to upper case Input data Which SQL and options did you provide as input? Language: PostgreSQL Keyword case: Upper CREATE TABLE foo (text TEXT) Expected Output CREATE TABLE foo (text TEXT) Actual Output CREATE TABLE foo (TEXT TEXT) Usage How are you calling / using the l...
gharchive/issue
2024-03-12T21:25:56
2025-04-01T06:04:08.335862
{ "authors": [ "jgeurts", "nene", "nieomylnieja" ], "repo": "sql-formatter-org/sql-formatter", "url": "https://github.com/sql-formatter-org/sql-formatter/issues/726", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
221967772
Get-DbaSpn, accomodate get-dbaadobject Fixes #936 Additional PRs in the next few days to make every spn cmdlet use get-dbaadobject While rewriting it, I used the new messaging system and spotted a few inconsintencies between the documented use of parameters and their mandatory usage. Also, can anyone vouch for the us...
gharchive/pull-request
2017-04-15T19:29:50
2025-04-01T06:04:08.353656
{ "authors": [ "drewfurgiuele", "niphlod", "potatoqualitee" ], "repo": "sqlcollaborative/dbatools", "url": "https://github.com/sqlcollaborative/dbatools/pull/1053", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
372652321
Fix for OnSuccessStepId in New-DbaAgentJobStep Recent change broke the functionality of New-DbaAgentJobStep. When specifying "-OnSuccessAction GoToStep -OnSuccessStepId 2" it would fail and say: "Parameter OnSuccessStepId can only be used with OnSuccessAction 'GoToStep'." The line used to say "$OnSuccessAction -ne 'G...
gharchive/pull-request
2018-10-22T18:57:56
2025-04-01T06:04:08.358952
{ "authors": [ "potatoqualitee", "rickloveslamp" ], "repo": "sqlcollaborative/dbatools", "url": "https://github.com/sqlcollaborative/dbatools/pull/4313", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1490860590
Use DateTimeFormatter. Use a static DateTimeFormatter variable instead of a SimpleDateFormat ThreadLocal variable, as DateTimeFormatter is thread-safe. Is something driving this? Or is it a cleanup? Is something driving this? Or is it a cleanup? Yeah, I used an existing static field in DateTimeFormatter, sorry ...
gharchive/pull-request
2022-12-12T03:39:01
2025-04-01T06:04:08.411019
{ "authors": [ "Isira-Seneviratne", "yschimke" ], "repo": "square/okhttp", "url": "https://github.com/square/okhttp/pull/7551", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
55090280
Add QueueFile#remove(int) and FileObjectQueue#remove(int) Proposing this as the counterpart to #61, which lets us read an arbitrary number of items from QueueFile. Once those elements are processed, we could remove those elements all at once from the queue List<Foo> list = fileObjectQueue.peek(max); process(list); fi...
gharchive/issue
2015-01-21T22:58:18
2025-04-01T06:04:08.423297
{ "authors": [ "JakeWharton", "f2prateek", "pforhan" ], "repo": "square/tape", "url": "https://github.com/square/tape/issues/66", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
107759528
Compost: Add support for various modded farmland blocks From MCF: Does compost work when connected to Extra Utilities' fertilized dirt, rather than vanilla farmland? Relevant code: https://github.com/squeek502/VeganOption/blob/master/java/squeek/veganoption/blocks/BlockCompost.java#L46 Should turn the Blocks.farmla...
gharchive/issue
2015-09-22T17:15:54
2025-04-01T06:04:08.425096
{ "authors": [ "reteo", "squeek502" ], "repo": "squeek502/VeganOption", "url": "https://github.com/squeek502/VeganOption/issues/32", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
368177367
Install Git in clone-git-repositories.sh Signed-off-by: Maartje Eyskens maartje@eyskens.me looks good. I'd add a comment in values.yaml in the gitbaseWeb.image.repository` reminding that an Alpine based image should be used or what you've done will break
gharchive/pull-request
2018-10-09T12:06:44
2025-04-01T06:04:08.452567
{ "authors": [ "meyskens", "rporres" ], "repo": "src-d/charts", "url": "https://github.com/src-d/charts/pull/91", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1031280258
Sound Decoding problem Hi everyone i tried the appimage but the sound doesn't work although the firefox version from the void repo works fine here is warning that terminal show when i play a YouTube video [Child 6898, MediaDecoderStateMachine #1] WARNING: 7fe548cdd6a0 OpenCubeb() failed to init cubeb: file /builds/wo...
gharchive/issue
2021-10-20T11:10:47
2025-04-01T06:04:08.462302
{ "authors": [ "Mustafamutar", "srevinsaju" ], "repo": "srevinsaju/Firefox-Appimage", "url": "https://github.com/srevinsaju/Firefox-Appimage/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
289905342
Adopt version release automation Use these to automate version releases: commitizen standard-version travis npm Releasing Suggested at #74 Relates to https://github.com/srfrnk/ua-device-detector/issues/4 Relates to https://github.com/srfrnk/re-tree/issues/3
gharchive/issue
2018-01-19T09:03:24
2025-04-01T06:04:08.464917
{ "authors": [ "srfrnk" ], "repo": "srfrnk/ng-device-detector", "url": "https://github.com/srfrnk/ng-device-detector/issues/79", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
522694395
miss file when i unzip in Android 4.4 i get 202 files when i unzip on my Mac Computer, but i get 59 files when i unzip by code extractAll,miss a lots of files the version i use 2.2.4 Here is the zip and password "password":"f06be35461cb4b25821448373499471b", "url":"http://hipanda.hf.openstorage.cn/manager/zip/06...
gharchive/issue
2019-11-14T08:16:04
2025-04-01T06:04:08.498160
{ "authors": [ "bengele", "hhdsyxwei", "srikanth-lingala", "xiao-mao-lv" ], "repo": "srikanth-lingala/zip4j", "url": "https://github.com/srikanth-lingala/zip4j/issues/105", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1926354546
error: some crates failed to install - after following instructions from README I'm in the process of trying out this fuzzer and I follow this section from the README: https://github.com/srlabs/substrate-runtime-fuzzer#how-do-i-use-it, first line in particular: cargo install ziggy afl honggfuzz grcov which gives me ...
gharchive/issue
2023-10-04T14:31:59
2025-04-01T06:04:08.504199
{ "authors": [ "atodorov" ], "repo": "srlabs/substrate-runtime-fuzzer", "url": "https://github.com/srlabs/substrate-runtime-fuzzer/issues/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
187075229
Parallel Steps #2 - Replace parallel steps by their first level children AS A pipeline user I WANT TO see sub steps of a parrallel step (which is only a container telling LambdaCD to run the substeps in-parallel) directly without having to click on the container step. The sub steps should be displayed in the same sty...
gharchive/issue
2016-11-03T14:28:50
2025-04-01T06:04:08.512727
{ "authors": [ "sroidl" ], "repo": "sroidl/lambda-ui", "url": "https://github.com/sroidl/lambda-ui/issues/33", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1899666287
🛑 Keycloak is down In d8312af, Keycloak (https://sso.srueg.ch/health) was down: HTTP code: 502 Response time: 752 ms Resolved: Keycloak is back up in 0145369 after 10 minutes.
gharchive/issue
2023-09-17T05:44:26
2025-04-01T06:04:08.516640
{ "authors": [ "srueg" ], "repo": "srueg/upptime", "url": "https://github.com/srueg/upptime/issues/802", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1704059298
generate barcode generate a barcode from the primary key & display it probably simplest implementation would be to do it in the frontend: https://github.com/lindell/JsBarcode
gharchive/issue
2023-05-10T14:31:07
2025-04-01T06:04:08.551752
{ "authors": [ "lkeegan" ], "repo": "ssciwr/sample_flow", "url": "https://github.com/ssciwr/sample_flow/issues/98", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
614396368
Second slide create I have created a second slide as requested. I completed this course
gharchive/pull-request
2020-05-07T23:02:08
2025-04-01T06:04:08.552484
{ "authors": [ "sscontact" ], "repo": "sscontact/github-slideshow", "url": "https://github.com/sscontact/github-slideshow/pull/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1729369926
New Project : A Voice Powered React App - Budget Tracker A voice-powered budget tracker React app that will allow users to track their expenses and manage their budget using voice commands. The app will leverage the power of React and speech recognition technology to provide a seamless and intuitive user experience. ...
gharchive/issue
2023-05-28T10:13:36
2025-04-01T06:04:08.558025
{ "authors": [ "MohnishK7", "artimanputra" ], "repo": "ssitvit/Code-Canvas", "url": "https://github.com/ssitvit/Code-Canvas/issues/181", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1128383263
Command fuzzy matching Allow commands to be fuzzy-matched when searching (with something like https://github.com/farzher/fuzzysort, but not necessarily it). Potentially also allow typos. e.g. for command named Open allow searching using Opne (within a threshold) Thanks for suggestion! Yea, sounds as a good feature....
gharchive/issue
2022-02-09T10:57:45
2025-04-01T06:04:08.561761
{ "authors": [ "bengry", "ssleptsov", "wobsoriano" ], "repo": "ssleptsov/ninja-keys", "url": "https://github.com/ssleptsov/ninja-keys/issues/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1294910538
create-sst: Overwrites non-empty folder & errors Just noticed that I accidentally overwrote a folder when I was trying to create a new SST project. I also notice at the end of any npx create-sst I get the following: Error: ENOTEMPTY: directory not empty, rmdir 'C:\Users\PC\AppData\Roaming\npm-cache\_npx\27552\node_mo...
gharchive/issue
2022-07-05T23:55:22
2025-04-01T06:04:08.563891
{ "authors": [ "garretcharp", "thdxr" ], "repo": "sst/sst", "url": "https://github.com/sst/sst/issues/1865", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
979632516
Deploying a large number of Lambda function with custom log retention causes Rate exceeded error Issue Function's default retry option is: { base: Duration.millis(100), maxRetries: 3, } When creating a large number of functions, the custom resource that's creating the log groups might fail with the error Rate ex...
gharchive/issue
2021-08-25T21:24:08
2025-04-01T06:04:08.566874
{ "authors": [ "fwang", "thdxr" ], "repo": "sst/sst", "url": "https://github.com/sst/sst/issues/749", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1509185428
希望增加对r18的筛选功能(黑白名单) 群内有时候不方便,希望有类似黑白名单的r18筛选功能 不知道你说的黑白名单是怎么样的 如果你指的是对所有用户过滤R18,一种实现方法是在pixiv_block_tags里加上R-18,另一种更保险的方法是把账号的R18开关关了 如果你指的是群聊过滤R18、私聊无限制,这与插件目前的设计是冲突的,因为插件除了QQ外还能在其他平台使用 如果你指的是只对特定用户开放R18,可以计划通过nonebot-plugin-access-control来实现 只对特定用户开放R18,以及通过nonebot-plugin-access-control来实现 我的黑白名单的意思是,比如设置全局r-...
gharchive/issue
2022-12-23T10:40:41
2025-04-01T06:04:08.577913
{ "authors": [ "HL-Light", "ssttkkl" ], "repo": "ssttkkl/nonebot-plugin-pixivbot", "url": "https://github.com/ssttkkl/nonebot-plugin-pixivbot/issues/109", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2562026020
Ascent Research Possible options and designs for ascent. Mainly focused on lower rung. https://www.youtube.com/watch?v=CyeWptxl2G4 video for potential lift system can physically raise robot easier to reach rungs and baskets requires harder material may need to be 3d printed potentially unstable when raised
gharchive/issue
2024-10-02T15:35:16
2025-04-01T06:04:08.584666
{ "authors": [ "PotatoesMashed" ], "repo": "sta-titansrobotics/27316-IntoTheDeep", "url": "https://github.com/sta-titansrobotics/27316-IntoTheDeep/issues/5", "license": "BSD-3-Clause-Clear", "license_type": "permissive", "license_source": "github-api" }
1160380919
Conformance classes inconsistency Some conformance classes have a trailing slash (sometimes before a fragment) and sometimes not. For example sort is https://api.stacspec.org/v1.0.0-beta.4/item-search/#sort although it seems from the spec that it should be https://api.stacspec.org/v1.0.0-beta.4/item-search#sort The...
gharchive/issue
2022-03-05T15:36:29
2025-04-01T06:04:08.590719
{ "authors": [ "gadomski", "geospatial-jeff", "m-mohr" ], "repo": "stac-utils/stac-fastapi", "url": "https://github.com/stac-utils/stac-fastapi/issues/371", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2512470061
Permissions to edit team I get the following error when trying to go to settings on a team that I created. KnownError<TEAM_PERMISSION_REQUIRED>: User 0176a789-bab6-4880-8632-fc42cb92a458 does not have permission $read_members in team 39a5538b-4cfb-4b76-aae7-3b6cf37d57e7. Fixed in the Stack Auth repo
gharchive/issue
2024-09-08T16:36:27
2025-04-01T06:04:08.601636
{ "authors": [ "fomalhautb", "marzeaned" ], "repo": "stack-auth/multi-tenant-starter-template", "url": "https://github.com/stack-auth/multi-tenant-starter-template/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
612508868
getFrameId behavior when out of range. This is similar to #1025, however there are some specificities which encourage me to open a separate issue. Currently, if a frame is not present, getFrameId returns nframes in Release mode but it triggers an assertion in Debug mode: https://github.com/stack-of-tasks/pinocchio/bl...
gharchive/issue
2020-05-05T10:48:03
2025-04-01T06:04:08.605865
{ "authors": [ "gabrielebndn", "jcarpent" ], "repo": "stack-of-tasks/pinocchio", "url": "https://github.com/stack-of-tasks/pinocchio/issues/1198", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
805880860
This filters pods by owner reference of the current object. This is related to #55 which talks about using labels. That, however, requires everyone to actually set labels so this is a first leightweight approach that fixes the issue itself but not the performance implications of fetching all pods and then filtering o...
gharchive/pull-request
2021-02-10T21:16:29
2025-04-01T06:04:08.612700
{ "authors": [ "lfrancke" ], "repo": "stackabletech/operator-rs", "url": "https://github.com/stackabletech/operator-rs/pull/56", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2726156366
page links not working after exporting to my site!!! urgent help frustrating as the page links are in google search results Describe the bug page links not working after exporting to my site!!! urgent help frustrating as the page links are in google search results Link to the Bolt URL that caused the error https://bo...
gharchive/issue
2024-12-09T06:48:43
2025-04-01T06:04:08.621441
{ "authors": [ "endocytosis", "rookie7312" ], "repo": "stackblitz/bolt.new", "url": "https://github.com/stackblitz/bolt.new/issues/3895", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2229311591
Add a ctrl + click eventListener to open notifications in new tab Description Adds a new ctrl + click event listener to the entire notification div to allow users to decide whether theywant to go directly to the notification or for it to be opened in a new tab Additional Context There was some discussion about playi...
gharchive/pull-request
2024-04-06T16:13:59
2025-04-01T06:04:08.634334
{ "authors": [ "benalleng" ], "repo": "stackernews/stacker.news", "url": "https://github.com/stackernews/stacker.news/pull/1032", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1867086062
Ubuntu focal repo bump Focal repos update needs reno
gharchive/pull-request
2023-08-25T13:43:44
2025-04-01T06:04:08.638672
{ "authors": [ "darmach", "mnasiadka" ], "repo": "stackhpc/stackhpc-kayobe-config", "url": "https://github.com/stackhpc/stackhpc-kayobe-config/pull/603", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2218459065
Add rpc that checks if enrollment is successful based on state Summary This PR adds an more general rpc that the CLI can query to find out if the provider enrollment was successful, based on the state that was created and returned in the authorization URL. This also saves the enrollment nonce (aka state) along with t...
gharchive/pull-request
2024-04-01T15:05:59
2025-04-01T06:04:08.648645
{ "authors": [ "coveralls", "eleftherias" ], "repo": "stacklok/minder", "url": "https://github.com/stacklok/minder/pull/2882", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2223285246
Skip erroring providers when listing repos Summary Now that we have multiple providers, it's possible one will fail. That should not stop the execution if the other providers succeed. This updates the list remote repositories function to error only if all providers error. If one errors, then it logs the error and mov...
gharchive/pull-request
2024-04-03T15:45:37
2025-04-01T06:04:08.654239
{ "authors": [ "coveralls", "eleftherias" ], "repo": "stacklok/minder", "url": "https://github.com/stacklok/minder/pull/2928", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1184449160
Create string descriptions for all errors The error enums themselves are quite descriptive, but it would improve developer experience if those errors could be converted into more human readable strings. This would also involve ensuring that ArgumentParser displays the string descriptions of errors. Done!
gharchive/issue
2022-03-29T07:44:15
2025-04-01T06:04:08.655204
{ "authors": [ "stackotter" ], "repo": "stackotter/swift-bundler", "url": "https://github.com/stackotter/swift-bundler/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1769301963
Allow customizing central & scanner nodeAffinity in Helm chart As of version 4.0.2, the deployment of the central & scanner components done by the stackrox Helm chart has this nodeAffinity included without providing any option of customizing it. One problem we're facing with those affinities is that they make the dep...
gharchive/issue
2023-06-22T09:32:09
2025-04-01T06:04:08.663961
{ "authors": [ "Roberdvs", "SimonBaeumer" ], "repo": "stackrox/stackrox", "url": "https://github.com/stackrox/stackrox/issues/6622", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1595644522
[WIP] ROX-14436 route handler now sends deploymentReference to the resolver Description WIP Checklist [ ] Investigated and inspected CI test results [ ] Unit test and regression tests added ~[ ] Evaluated and added CHANGELOG entry if required~ ~[ ] Determined and documented upgrade steps~ ~[ ] Documented user facing...
gharchive/pull-request
2023-02-22T18:53:01
2025-04-01T06:04:08.667784
{ "authors": [ "lvalerom" ], "repo": "stackrox/stackrox", "url": "https://github.com/stackrox/stackrox/pull/4982", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
55660233
New SBClient Stuff Not Ready This looks pretty good to me :+1: For stylistic consistency, let's keep pointers in the format of Type *name with the asterisk on the variable name. There are a couple of instances like NSString* throughout this PR. :+1:
gharchive/pull-request
2015-01-27T19:06:22
2025-04-01T06:04:08.690778
{ "authors": [ "JRHeaton", "joshholat", "mglagola" ], "repo": "stagebloc/CocoaBloc", "url": "https://github.com/stagebloc/CocoaBloc/pull/27", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1097163692
🛑 Proxima/DNS Server is down In 2c3bccf, Proxima/DNS Server (http://proxima01.its-telekom.eu/livewatch.php) was down: HTTP code: 0 Response time: 0 ms Resolved: Proxima/DNS Server is back up in 31c2161.
gharchive/issue
2022-01-09T10:51:00
2025-04-01T06:04:08.705759
{ "authors": [ "stamateas" ], "repo": "stamateas/upptime", "url": "https://github.com/stamateas/upptime/issues/2738", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1125296824
🛑 Proxima/DNS Server is down In b27930e, Proxima/DNS Server (http://proxima01.its-telekom.eu/livewatch.php) was down: HTTP code: 0 Response time: 0 ms Resolved: Proxima/DNS Server is back up in 58fdb54.
gharchive/issue
2022-02-06T19:44:12
2025-04-01T06:04:08.708040
{ "authors": [ "stamateas" ], "repo": "stamateas/upptime", "url": "https://github.com/stamateas/upptime/issues/3477", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
419671681
Code cleanup/issue 937 flatten Summary This PR "flattens" meaning, removes the arr, mat and scal directories in the Math library's primitives. The related issue is #937, and the bash script used to do the majority of flattening implemented by @roualdes can be found here: https://gist.github.com/roualdes/ea72fc0fbcac0...
gharchive/pull-request
2019-03-11T20:36:38
2025-04-01T06:04:08.773653
{ "authors": [ "bob-carpenter", "drezap", "roualdes", "syclik" ], "repo": "stan-dev/math", "url": "https://github.com/stan-dev/math/pull/1153", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
210913516
Cannot find parameter with user defined initial values Summary: CmdStan cannot find parameter when providing user defined initial values. Description: I have been correspoding with @goedman, the developer of stan.jl, to figure out a problem with a parameter not being found when initializing Stan with user defined val...
gharchive/issue
2017-02-28T21:56:52
2025-04-01T06:04:08.783661
{ "authors": [ "fisherc2", "goedman", "syclik" ], "repo": "stan-dev/stan", "url": "https://github.com/stan-dev/stan/issues/2237", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
533046450
Unfolded elements should not cause diffs (plus other refactorings) This PR contains three separate (but somewhat related) changes: It modifies the behavior of the unfold function such that it captures the original elements right after unfolding. This makes it so that a diff is only produced if something changes fr...
gharchive/pull-request
2019-12-05T00:42:14
2025-04-01T06:04:08.794677
{ "authors": [ "cmoesel", "ngfreiter" ], "repo": "standardhealth/sushi", "url": "https://github.com/standardhealth/sushi/pull/43", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1771851156
ConnectionError when using GPT-4 through the CRFM API proxy Hypothesis is that there is an upstream GPT-4 error, and the proxy server is retrying (which takes up to 15 minutes), which causes the proxy server to drop the connection instead of waiting. I tried making a direct request to GPT-4, and it also errors out....
gharchive/issue
2023-06-23T17:52:20
2025-04-01T06:04:08.803436
{ "authors": [ "yifanmai" ], "repo": "stanford-crfm/helm", "url": "https://github.com/stanford-crfm/helm/issues/1687", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1948379579
which run_specs_*.conf file corresponds to core scenarios? I would like to see how my model performs against "core scenarios" published here: https://crfm.stanford.edu/helm/latest/?group=core_scenarios which one of the run_spec*.conf file do I run to execute the same benchmarks? The *.conf files in question are here:...
gharchive/issue
2023-10-17T22:19:25
2025-04-01T06:04:08.805693
{ "authors": [ "sermolin", "yifanmai" ], "repo": "stanford-crfm/helm", "url": "https://github.com/stanford-crfm/helm/issues/1911", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
197441693
ASAP implementation Basic ASAP implementation and test set on NYC taxi. Right now the operator assumes that the incoming datum only has two metrics: timestamp and value. Coverage remained the same at 94.228% when pulling fae48de5a59f142a2e6f80a54bb187c8e6c4c278 on kexinrong:ASAP-mb into f18a04622d46f331d53b0646e28...
gharchive/pull-request
2016-12-24T01:13:28
2025-04-01T06:04:08.809458
{ "authors": [ "coveralls", "kexinrong", "pbailis" ], "repo": "stanford-futuredata/macrobase", "url": "https://github.com/stanford-futuredata/macrobase/pull/181", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
477117287
Add a new API to upload (create/edit) devices This way, we can automate the upload of devices from thingpedia-common-devices Pull Request Test Coverage Report for Build 1265 72 of 80 (90.0%) changed or added relevant lines in 5 files are covered. 3 unchanged lines in 2 files lost coverage. Overall coverage increa...
gharchive/pull-request
2019-08-06T00:56:58
2025-04-01T06:04:08.818637
{ "authors": [ "coveralls", "gcampax" ], "repo": "stanford-oval/almond-cloud", "url": "https://github.com/stanford-oval/almond-cloud/pull/376", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
859283185
Fix circular dependency in genie tokenizer ./lib/i18n -> ./lib/i18n/default.ts -> ./lib/utils/template-strings -> ./lib/i18n/ E.g. what if we import template-strings from i18n/index before we import default.ts ? E.g. what if we import template-strings from i18n/index before we import default.ts ? I don't follow...
gharchive/pull-request
2021-04-15T22:08:07
2025-04-01T06:04:08.820885
{ "authors": [ "gcampax", "rayslxu" ], "repo": "stanford-oval/genie-toolkit", "url": "https://github.com/stanford-oval/genie-toolkit/pull/574", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
860006479
Improving and extending the logic for when a statement is executable I.e. all the required parameters are filled. Pull Request Test Coverage Report for Build 1311 39 of 40 (97.5%) changed or added relevant lines in 2 files are covered. No unchanged relevant lines lost coverage. Overall coverage increased (+0.2%) ...
gharchive/pull-request
2021-04-16T17:09:19
2025-04-01T06:04:08.838421
{ "authors": [ "coveralls", "gcampax" ], "repo": "stanford-oval/thingtalk", "url": "https://github.com/stanford-oval/thingtalk/pull/334", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
375132744
Kafka 7514 - Trogdor support multiple consumers in ConsumeBenchWorker This PR adds a new ConsumeBenchSpec field - "consumerCount". "consumerCount" will be spawned over "consumerCount" threads in the ConsumeBenchWorker. It's now questionable how existing fields such as "targetMessagesPerSec", "maxMessages", "consumerG...
gharchive/pull-request
2018-10-29T17:31:15
2025-04-01T06:04:08.856889
{ "authors": [ "cmccabe", "stanislavkozlovski" ], "repo": "stanislavkozlovski/kafka", "url": "https://github.com/stanislavkozlovski/kafka/pull/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1057243503
Close grpc connections/channels What this PR does: It allows closing a subset of gRPC netty channels when the listener on persistence gets the onClose() notification. The most important logic is in the CustomChannelFactory class: https://github.com/stargate/stargate/pull/1415/files#diff-02ac0130ec14ba3c470cac7f2148e...
gharchive/pull-request
2021-11-18T11:25:28
2025-04-01T06:04:08.866833
{ "authors": [ "mpenick", "tomekl007" ], "repo": "stargate/stargate", "url": "https://github.com/stargate/stargate/pull/1415", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2127046772
Unknown brel type 57 issue #39 Hi @starkillerOG I have answered you in the old case but I can´t reopened the case. So I dont know if you will see my old answer, so I'm making a new case. You can just close this one if we can reuse the old case:) see old case
gharchive/issue
2024-02-09T12:33:28
2025-04-01T06:04:08.871233
{ "authors": [ "Pipsen94", "starkillerOG" ], "repo": "starkillerOG/motion-blinds", "url": "https://github.com/starkillerOG/motion-blinds/issues/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2110867250
refactor(execution): split get_additional_os_resources This change is  Codecov Report Attention: 2 lines in your changes are missing coverage. Please review. Comparison is base (e93efdb) 71.32% compared to head (12bbfbb) 70.46%. Files Patch % Lines ...es/blockifier/src/transaction/transaction_utils.rs 50...
gharchive/pull-request
2024-01-31T20:01:32
2025-04-01T06:04:08.877824
{ "authors": [ "OriStarkware", "codecov-commenter" ], "repo": "starkware-libs/blockifier", "url": "https://github.com/starkware-libs/blockifier/pull/1411", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2223496670
bug: CairoLS tends to invoke Scarb unnecessarily too frequently when editing Scarb.toml Bug Report Cairo version: 43afafdcc947202a918fe872288e8f601c772554 Current behavior: https://github.com/starkware-libs/cairo/assets/3450050/4b733e8d-bd7f-4a52-b2b7-e1b17bf8dd21 Expected behavior: The notifications' abomination sho...
gharchive/issue
2024-04-03T17:23:06
2025-04-01T06:04:08.882432
{ "authors": [ "boyuanx", "milancermak", "mkaput" ], "repo": "starkware-libs/cairo", "url": "https://github.com/starkware-libs/cairo/issues/5354", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }