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
1776409274
Allow using vcpkg on any Windows target, and use find_package This change addresses two issues building for Windows: Allow using vcpkg on any Windows build, not just MSVC. vcpkg-rs includes curl-sys as part of its integration tests, but curl-sys includes extra guards which block its use with non-MSVC targets. Whil...
gharchive/pull-request
2023-06-27T08:49:17
2025-04-01T06:43:18.041116
{ "authors": [ "alexcrichton", "micolous" ], "repo": "alexcrichton/curl-rust", "url": "https://github.com/alexcrichton/curl-rust/pull/509", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
506397388
Spanned: impl PartialEq, Eq, Hash, PartialOrd, Ord in terms of the value This is because we want to be able to index into HashMap<Spanned, T> with a dummy span and get results where only the content has to match. For more info, see #327 and #341 Sorry for the delay in getting to this! Thanks for merging!
gharchive/pull-request
2019-10-13T23:31:42
2025-04-01T06:43:18.043126
{ "authors": [ "alexcrichton", "est31" ], "repo": "alexcrichton/toml-rs", "url": "https://github.com/alexcrichton/toml-rs/pull/344", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
173577467
Monitoring non-.go files I have been using this and love it. However, it doesn't monitor changes I make in my html templates (*.html) or other non-.go files. Is there a reason for this? The main reason is that inotifywait only offers an exclude pattern option (not an include pattern option), and I haven't spent the...
gharchive/issue
2016-08-27T04:37:23
2025-04-01T06:43:18.053982
{ "authors": [ "alexedwards", "kristen1980" ], "repo": "alexedwards/go-reload", "url": "https://github.com/alexedwards/go-reload/issues/6", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
996005305
RTSP failed with message "Attempt to get length of null array" First of all, thanks for this package, its blazingly fast! When streaming an IP Camera there are no issues, but when streaming an IP Intercom's camera the stream almost immediately throws Attempt to get length of null array (sometimes it manages to load t...
gharchive/issue
2021-09-14T13:13:23
2025-04-01T06:43:18.073139
{ "authors": [ "DanijelBojcic", "alexeyvasilyev", "alexeyvasilyev-wyze" ], "repo": "alexeyvasilyev/rtsp-client-android", "url": "https://github.com/alexeyvasilyev/rtsp-client-android/issues/12", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
53470269
.proto.h & .proto.m file compile error when i generate .h & .m file accord to .proto, there are some errors: Xltire_protocol.pb.m:1056:32: error: type of property 'result' ('MemberList ') does not match type of accessor 'result' ('SInt32' (aka 'int')) @property (strong) MemberList result; ^ In file included from /Use...
gharchive/issue
2015-01-06T01:29:36
2025-04-01T06:43:18.085623
{ "authors": [ "alexeyxo", "emp-heng" ], "repo": "alexeyxo/protobuf-objc", "url": "https://github.com/alexeyxo/protobuf-objc/issues/24", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1935857555
Recipe controller Hey @HFG43 ! For this milestone I did the following: Created Food Recipe Migration Created Recipe Migration Generate Recipe Controller Generated Food Recipe Controller Created the start point for a few files Also made sure that the project have no linters errors and used the correct gitflow! Tha...
gharchive/pull-request
2023-10-10T17:16:46
2025-04-01T06:43:18.128924
{ "authors": [ "alexmedinasf" ], "repo": "alexmedinasf/recipes-app", "url": "https://github.com/alexmedinasf/recipes-app/pull/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
715649086
How get cookies? in response to the request, I get cookies, but for some reason the container does not save them automatically. Why isn't this possible? aren't these standard functions? I spent a whole day trying to figure out why this shitcode doesn't do what I need, and as it turned out, it doesn't even accept co...
gharchive/issue
2020-10-06T12:54:00
2025-04-01T06:43:18.135739
{ "authors": [ "MakcStudio", "alexrainman" ], "repo": "alexrainman/ModernHttpClient", "url": "https://github.com/alexrainman/ModernHttpClient/issues/74", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
456409420
Interface for storing bounds in ActiveRecord model In an application where there's a model whose locality represents an area rather than a single point, the latitude and longitude attributes from the result aren't all that useful. For example, we need to be able to calculate whether or not a given point (or boundary)...
gharchive/issue
2019-06-14T19:54:14
2025-04-01T06:43:18.141363
{ "authors": [ "alexreisner", "tylerklose" ], "repo": "alexreisner/geocoder", "url": "https://github.com/alexreisner/geocoder/issues/1403", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
300769305
Make #near_scope_options public for Rails 5.2 Rails 5.2 changed the receiver within a scope from klass to relation. With that, we no longer have private access to Geocoder::Store::ActiveRecord#near_scope_options, and so must make it public. see: https://github.com/rails/rails/pull/29301 Closes: #1247 Thanks for thi...
gharchive/pull-request
2018-02-27T19:51:24
2025-04-01T06:43:18.143238
{ "authors": [ "alexreisner", "stevenharman" ], "repo": "alexreisner/geocoder", "url": "https://github.com/alexreisner/geocoder/pull/1269", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
251507237
Azure upload Changes and additions to script to enable Azure image uploads as well as the original ones. To make it work, you need to run the command npm install azure-storage on the Edison to install the corresponding Azure Storage libraries as well. Thanks for this one! I'll take a deeper look a bit later and me...
gharchive/pull-request
2017-08-20T18:54:45
2025-04-01T06:43:18.171861
{ "authors": [ "DigCamara", "alext-mkrs" ], "repo": "alext-mkrs/edison-mon-sys", "url": "https://github.com/alext-mkrs/edison-mon-sys/pull/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
743202311
[Question]: 'Invalid remote: origin' error when starting the build The part of my settings.gradle: plugins { id 'com.alexvasilkov.git-dependencies' version '2.0.1' } The part of my build.gradle: git { implementation 'git@gitlab.int.com:QA/order.git' } When I start the build, I see the following messages in ...
gharchive/issue
2020-11-15T07:33:27
2025-04-01T06:43:18.176458
{ "authors": [ "alexvasilkov", "stalexmr" ], "repo": "alexvasilkov/GradleGitDependenciesPlugin", "url": "https://github.com/alexvasilkov/GradleGitDependenciesPlugin/issues/13", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
910305202
Influx Datasource Mapping Metrics "undefined", could not save. Not able to see the series names in the metrics setup for a rule. Data source in Influx. 4 queries setup within the same panel along with 2 expressions. Same issue in version 0.9.1 and 1.0.0. After taking out the transformations, it is working better. ...
gharchive/issue
2021-06-03T09:30:37
2025-04-01T06:43:18.317608
{ "authors": [ "anilsagar", "dbrandonjohnson", "takhyun-ko" ], "repo": "algenty/grafana-flowcharting", "url": "https://github.com/algenty/grafana-flowcharting/issues/300", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
559104670
chore(ts): simplify WithoutCredentials Omit is included since TS 3.5, which is iirc over the oldest version we support. Here's how they behave the same: https://www.typescriptlang.org/play/index.html#code/C4TwDgpgBAKgwgGwJYQHbCgXigbwFBRQCGYYAkgCYBcUAzsAE5KoDmANAcWEgNIQg16TVh0IBjAPYSaqAK4BbAEYQGeAL54CoSFADqSYAAsJs4H...
gharchive/pull-request
2020-02-03T14:03:45
2025-04-01T06:43:18.321514
{ "authors": [ "Haroenv" ], "repo": "algolia/algoliasearch-client-javascript", "url": "https://github.com/algolia/algoliasearch-client-javascript/pull/990", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
440750228
fix(Pit): round the slider pit value Summary This adds a missing base to the parseInt function. Result Before: After: @Haroenv The original PR stated that. Indeed, it doesn't, but it still solves an issue. @tkrugg We're always in control of the values because the Slider component from Rheostat passes them. This...
gharchive/pull-request
2019-05-06T15:15:18
2025-04-01T06:43:18.329275
{ "authors": [ "francoischalifour" ], "repo": "algolia/instantsearch.js", "url": "https://github.com/algolia/instantsearch.js/pull/3758", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1851182010
mpc4j-native-fhe在make的进度为100%时发生“/usr/local/lib64/libseal-4.0.a: 无法添加符号: 归档没有索引;运行 ranlib 以添加一个” mpc4j-native-fhe的其他条件都编译成功了,就在最后一步make发生错误,如图: 这个问题改如何解决呢? centos安装时,在cmake命令里面少了-DBUILD_SHARED_LIBS=ON centos安装时,在cmake命令里面少了-DBUILD_SHARED_LIBS=ON Thanks for the information! We will correct README.md for mpc4j-n...
gharchive/issue
2023-08-15T09:51:36
2025-04-01T06:43:18.385015
{ "authors": [ "aaaaaa1", "liuweiran900217" ], "repo": "alibaba-edu/mpc4j", "url": "https://github.com/alibaba-edu/mpc4j/issues/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
223636196
初始化报错 Caused by: com.alibaba.android.arouter.exception.HandlerException: ARouter::ARouter init logistics center exception! [Failed to open dex files from /data/app/com.hm.daylogapp-1/split_lib_slice_3_apk.apk because: Failure to verify dex file '/data/app/com.hm.daylogapp-1/split_lib_slice_3_apk.apk': Offset(176) sho...
gharchive/issue
2017-04-23T13:32:40
2025-04-01T06:43:18.391939
{ "authors": [ "gmfbilu", "gongxm0412", "zhi1ong" ], "repo": "alibaba/ARouter", "url": "https://github.com/alibaba/ARouter/issues/89", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
295413906
js解释器资源占用怎么样? 1.JS解释器资源占用怎么样? 有考虑过lua吗,或做过资源占用对比吗? https://github.com/alibaba/AliOS-Things/tree/master/framework/bone_engine 先参考一下这里 @junjiec 你给的链接里面相关说明的链接失效了(README.md没有更新吧)。 另外:看了下doc目录,说为了支持更多人入门alios就支持了下js。没整明白从目前流行的开发语言来看js开发者数量好像也不支持这个结论。从资源消耗,与C结合程度,与lua或者其它排名靠前语言如何?另外:到目前为止用这个模块的体验和数据支持进一步开发增强JS么?如果没必...
gharchive/issue
2018-02-08T07:46:02
2025-04-01T06:43:18.395105
{ "authors": [ "fenggui321", "garyquan", "guoxiyuan", "junjiec", "wurei" ], "repo": "alibaba/AliOS-Things", "url": "https://github.com/alibaba/AliOS-Things/issues/116", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1125949640
[WIP] Stream RunStepRequest of grpc to support loading graph from numpy/pandas more than 2GB What do these changes do? Related issue number Fixes Codecov Report Merging #1309 (de719ac) into main (3b607ec) will decrease coverage by 43.02%. The diff coverage is 64.40%. @@ Coverage Diff @...
gharchive/pull-request
2022-02-07T12:53:45
2025-04-01T06:43:18.428966
{ "authors": [ "codecov-commenter", "lidongze0629" ], "repo": "alibaba/GraphScope", "url": "https://github.com/alibaba/GraphScope/pull/1309", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1261773109
Fixes the nx.compat for name conflicts What do these changes do? There are name conflicts in networkx, e.g., networkx.algorithms.approximation.connectivity vs. networkx.algorithms.connectivity Related issue number N/A Close as in favour of #1663.
gharchive/pull-request
2022-06-06T12:24:15
2025-04-01T06:43:18.431013
{ "authors": [ "sighingnow" ], "repo": "alibaba/GraphScope", "url": "https://github.com/alibaba/GraphScope/pull/1681", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
231291577
class com.alibaba.druid.sql.ast.statement.SQLCommentStatement not allow druid 版本:1.0.29 sql is: COMMENT ON COLUMN "TB_CRM_MATERIAL"."INVALID_TIME" IS '生效时间' 调用方法: OracleStatementParser parser = new OracleStatementParser(sql); SQLStatement statement = parser.parseStatement();// 分号之后多语句忽略 OracleWallProvider provider = ...
gharchive/issue
2017-05-25T09:42:29
2025-04-01T06:43:18.477750
{ "authors": [ "baikeh", "wenshao", "zzx8170" ], "repo": "alibaba/druid", "url": "https://github.com/alibaba/druid/issues/1759", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1797998537
触发器sql解析异常 修改触发器sql解析 原来的触发器解析时使用 this.parseStatementList() 方法解析全部的sql,这样就会导致触发器后续的sql也会一起解析; 解析完成之后需要拿触发器内的sql语句stmt.setBody(body.get(0)) 这样再触发器后面的sql解析了,但是却被丢弃了,就导致了sql的丢失; 如示例sql中修改前解析出来的SQLStatement 只包含触发器 my_trigger前的,后续的sql将丢失(create table_2)。 相同问题issues #3989 测试sql CREATE TABLE table_1 ( id INT AUTO_INCRE...
gharchive/pull-request
2023-07-11T03:18:18
2025-04-01T06:43:18.481495
{ "authors": [ "fantasyxl99", "wenshao" ], "repo": "alibaba/druid", "url": "https://github.com/alibaba/druid/pull/5354", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2186721078
回退不恰当的fastfail #5771 回退不恰当的fastfail #5771 精准地踩中了这个bug。。。刚好用的是1.2.21
gharchive/pull-request
2024-03-14T15:54:43
2025-04-01T06:43:18.482586
{ "authors": [ "lizongbo", "zxdxjtu" ], "repo": "alibaba/druid", "url": "https://github.com/alibaba/druid/pull/5777", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1290793064
[BUG] 如果存在重名的set方法,就会导致反序列异常 问题描述 如下图,有2个setType,一个是数值参数,一个是枚举参数,然后使用fastjson反序列化时就会导致异常,json字符串中是Integer类型,但是它会使用到枚举那个setType,最终导致异常。 https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.9-SNAPSHOT/ 问题已修复,请用2.0.9-SNAPSHOT版本验证,2.0.9版本预计在7月10日发布。 修复的办法是,Integer/int类型优先于Enum类型 ...
gharchive/issue
2022-07-01T01:25:58
2025-04-01T06:43:18.511649
{ "authors": [ "VirensCn", "wenshao" ], "repo": "alibaba/fastjson2", "url": "https://github.com/alibaba/fastjson2/issues/523", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
427257051
该怎么配合路由使用? 初学者,有错误请指教。 fluro 这个路由要传个widget作为参数, 但是这个fish-redux 好像只能用buildPage来创建一个widget,而且也获取不到page当中的store。如果我下一个page也要用当前page中的store(共享store),那岂不是没啥好用的办法了? 用component的话也可以buildcomponent 来获取一个widget,这个时候也要传入store,同上面说的,获取不到第一个page的store,那不是只能新建一个store了? 这种时候应该怎么搞啊? 你是要一个基于app级别的store,而非基于page级别的?#96 哦,我定义了一个glo...
gharchive/issue
2019-03-30T08:03:45
2025-04-01T06:43:18.516495
{ "authors": [ "DDDrop", "hyjfine", "log225", "yuwenhuisama", "zjuwjf" ], "repo": "alibaba/fish-redux", "url": "https://github.com/alibaba/fish-redux/issues/137", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2290589334
在多partition的havenask索引,带routing写入后,查询不到source 定位下来跟写入的分片是按routing值计算的,但是havenask内部还是按_id来routing,导致分片和_id没对应上。 修复该问题后,增加相关的集成测试用例 search接口在有routing值的时候,查询summary表的时候也要将routing值查出来
gharchive/issue
2024-05-11T01:53:41
2025-04-01T06:43:18.517941
{ "authors": [ "weizijun" ], "repo": "alibaba/havenask-federation", "url": "https://github.com/alibaba/havenask-federation/issues/509", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2034221433
Support APISIX plugin - request-validation https://apisix.apache.org/docs/apisix/plugins/request-validation/ In implementation, however, we need not replicate APISIX exactly, but instead should focus on the actual user needs behind the plugins, combined with the specific circumstances of Higress, to re-abstract confi...
gharchive/issue
2023-12-10T05:03:06
2025-04-01T06:43:18.519395
{ "authors": [ "WeixinX", "sjcsjc123" ], "repo": "alibaba/higress", "url": "https://github.com/alibaba/higress/issues/682", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
504999746
ClassCastExceptionWithToArrayRule.java使用了错误的提示信息 if (childName.endsWith(".toArray") && suffix.getArgumentCount() == 0 && primarySuffixs.size() == 1) { addViolationWithMessage(data, item, "java.set.ClassCastExceptionWithSubListToArrayListR...
gharchive/issue
2019-10-10T02:48:13
2025-04-01T06:43:18.587733
{ "authors": [ "KentZhong31", "Yuyang105", "xuantan" ], "repo": "alibaba/p3c", "url": "https://github.com/alibaba/p3c/issues/588", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
474953641
SentinelFeign not support FeignClient contextId! Which Component spring-cloud-alibaba-sentinel Describe the bug SentinelFeign not support contextId, can cause fallbackInstance not available, throw an exception SentinelFeign中并未支持contextId,会导致fallbackInstance无法获取,抛出异常 Expected behavior 支持contextId FeignClient add con...
gharchive/issue
2019-07-31T06:08:49
2025-04-01T06:43:18.600255
{ "authors": [ "Nitsuya", "fangjian0423", "pigxcloud", "xiejiashuai" ], "repo": "alibaba/spring-cloud-alibaba", "url": "https://github.com/alibaba/spring-cloud-alibaba/issues/793", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
472789965
长Label希望增加title属性 uform/antd type=year 年选择无效 type=array时,minItems属性无效 长Label无法显示完整时,希望可以添加title属性,鼠标经过可以看到完整Label值 https://codesandbox.io/s/festive-mccarthy-7jtoj 年份选择的问题与 #33 重复了 minItems属性无效,目前这种行为是一个正确的行为,minItems是用于控制删除按钮的动作,如果您需要控制至少一条数据,需要手动先在intialValues里传默认数据 长label问题,建议在文案上简化,如果需要详细描述,可以借助description属...
gharchive/issue
2019-07-25T10:32:59
2025-04-01T06:43:18.603220
{ "authors": [ "janryWang", "yumingyan" ], "repo": "alibaba/uform", "url": "https://github.com/alibaba/uform/issues/196", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
197392145
weex的intellij idea插件在Windows版本上没有任何作用 Windows 正在适配中 This PR/issue doesn't receive response since Weex migrated to Apache two years ago and this repository is no longer active yet. Feel free to ask question in new repository and thanks for your contribution. This issue is outdated for a long time and will be cl...
gharchive/issue
2016-12-23T16:02:14
2025-04-01T06:43:18.611165
{ "authors": [ "Darin726", "Hanks10100", "YorkShen", "puppyhang" ], "repo": "alibaba/weex", "url": "https://github.com/alibaba/weex/issues/2007", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
256965784
运行npm run dev命令,报missing script: dev的错误。 配置完环境,准备运行项目时碰到了以下问题,请各位大哥指点一下。 WangYideMini:~ wangyi$ cd awesome-project WangYideMini:awesome-project wangyi$ npm run dev npm ERR! missing script: dev npm ERR! A complete log of this run can be found in: npm ERR! /Users/wangyi/.npm/_logs/2017-09-12T08_33_31_633Z-debug.log...
gharchive/issue
2017-09-12T08:50:23
2025-04-01T06:43:18.613087
{ "authors": [ "Hanks10100", "fwk1010", "yoni520" ], "repo": "alibaba/weex", "url": "https://github.com/alibaba/weex/issues/3087", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
323724319
Drop support for 2.6 Since Python 2.6 is not supported by Python's core team anymore does it make sense to keep supporting it? Another nail in 2.6's coffin is the fact that currently the CI build for 2.6 is not even passing - dropping support for 2.6 is easier than fixing the build. DEPRECATION: Python 2.6 is no long...
gharchive/issue
2018-05-16T17:54:00
2025-04-01T06:43:18.660419
{ "authors": [ "alimanfoo", "hugovk", "scardine" ], "repo": "alimanfoo/petl", "url": "https://github.com/alimanfoo/petl/issues/443", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
172108682
If i click very fast it breaks Hi! When i click more than one time and very fast on a menu-item which have childs it breaks. Thank you very much :)
gharchive/issue
2016-08-19T11:11:44
2025-04-01T06:43:18.733724
{ "authors": [ "Bolandish" ], "repo": "alizahid/slinky", "url": "https://github.com/alizahid/slinky/issues/14", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
545319150
Laravel 5.6 issue Salam Alikum, I've installed this package, but it doesn't work ! Class Hijri doesn't exist. عليكم السلام ورحمة الله وبركاته if you can post your code, that we can analyse BUT, brother, be sure to import the path to the Hijrj::class using use statment Example `<?php namespace App\Http\Controllers;...
gharchive/issue
2020-01-04T19:00:36
2025-04-01T06:43:18.747732
{ "authors": [ "AEK-BKF", "ahmed-aliraqi", "alkoumi" ], "repo": "alkoumi/laravel-hijri-date", "url": "https://github.com/alkoumi/laravel-hijri-date/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
672789209
[DC-984] Update clean engine to accommodate old-style and new-style cleaning rules Add setup_rule, remove unitnorm specific code Thanks @mark-velez, it is delightful to delete large blocks of code and I am enjoying every moment of it. For the CleaningRulesTestBase, I added a query_rule parameter in addition to th...
gharchive/pull-request
2020-08-04T13:22:02
2025-04-01T06:43:18.749689
{ "authors": [ "nishanthpp93" ], "repo": "all-of-us/curation", "url": "https://github.com/all-of-us/curation/pull/569", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1716412692
Elements of scenery This PR aims to add support for adding meshes as scenery in BFM. Needs to: [x] Load wavefront files in 3D. [x] Actually render the meshes (with bespoke shaders). [x] Calculate normals. [ ] Directional lighting. A lot of this was moved here from #7 c'est pas beau ça
gharchive/pull-request
2023-05-18T23:48:18
2025-04-01T06:43:18.753060
{ "authors": [ "obiwac" ], "repo": "allEyezOnCode/Projet-EF", "url": "https://github.com/allEyezOnCode/Projet-EF/pull/23", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1810722035
Add retry to GrpcStore. The GrpcStore does not currently perform any retrying on failure. This is contrary to the S3Store that does. This causes issues when the upstream is under heavy load. Implement retry in the same manner as the S3Store in the GrpcStore. No retry is implemented for write, the same as the S3Sto...
gharchive/pull-request
2023-07-18T21:08:17
2025-04-01T06:43:18.757334
{ "authors": [ "chrisstaite-menlo" ], "repo": "allada/turbo-cache", "url": "https://github.com/allada/turbo-cache/pull/204", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1654872640
Removes unnessary flatten This PR fixes https://github.com/allegroai/clearml-serving/issues/48 by removing the unnessary flatten() that was causing the following error in examples/pytorch and examples/keras: {"detail":"Error processing request: <AioRpcError of RPC that terminated with:\n\tstatus = StatusCode.INVALID_...
gharchive/pull-request
2023-04-05T03:31:22
2025-04-01T06:43:18.799133
{ "authors": [ "amirhmk", "jkhenning" ], "repo": "allegroai/clearml-serving", "url": "https://github.com/allegroai/clearml-serving/pull/50", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1160292241
unable to install eukdetect Hey @allind I tried to install eukdetect but when I run this command: conda env update --name Eukdetect -f environment.yml it gave an error saying: SpecNotFound: Invalid name, try the format: user/package Can you figure out what the problem is and how can this be resolved? Thanks in Advanc...
gharchive/issue
2022-03-05T09:05:59
2025-04-01T06:43:18.866803
{ "authors": [ "allind", "saras224" ], "repo": "allind/EukDetect", "url": "https://github.com/allind/EukDetect/issues/23", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
193284111
real-time-html not working I try the real-time-html part, but i didn't get to work. goaccess -f /var/log/nginx/access.log -o /srv/www/goaccess/index.html --real-time-html --ws-url=my.server.lan This command create the index.html with the actual parsed data. But if i press F5 in firefox, no new data appears. (New da...
gharchive/issue
2016-12-03T12:27:01
2025-04-01T06:43:18.880421
{ "authors": [ "allinurl", "virtualdreams" ], "repo": "allinurl/goaccess", "url": "https://github.com/allinurl/goaccess/issues/583", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2742401416
[Bug] Provider - get_block_by_number deserializing error Component provider, pubsub, serde What version of Alloy are you on? alloy v0.8.0 Operating System None Describe the bug Fetching block by number is throwing the following error, the error can be reproduced using the following snippet: The following works on ETH...
gharchive/issue
2024-12-16T13:29:35
2025-04-01T06:43:18.886229
{ "authors": [ "hjawhar", "mattsse" ], "repo": "alloy-rs/alloy", "url": "https://github.com/alloy-rs/alloy/issues/1803", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2589421932
refactor: move hash memoization out of signed This is a breaking change Motivation See discussion in #1460 and #1483 Memoizing the hash in Signed is inappropriate, as the transaction does not know its full 2718 serialization without being embedded in an envelope. This breaks the hash out into a Sealed type that is pr...
gharchive/pull-request
2024-10-15T17:28:13
2025-04-01T06:43:18.894483
{ "authors": [ "klkvr", "prestwich" ], "repo": "alloy-rs/alloy", "url": "https://github.com/alloy-rs/alloy/pull/1485", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
158882127
How can I disable a link in the sidebar using jquery? I am trying to disable a link in the sidebar treemenu so that if some particular conditions are true then the link in sidebar should b disabled and it should neither be expanded like it does now when clicked. any idea how can I do this ? I have tried to disable th...
gharchive/issue
2016-06-07T09:48:20
2025-04-01T06:43:18.912161
{ "authors": [ "ObaidAshraf", "bilalhussain69", "bulabula001" ], "repo": "almasaeed2010/AdminLTE", "url": "https://github.com/almasaeed2010/AdminLTE/issues/1069", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
181625028
close broken DB object As per this document: http://go-database-sql.org/accessing.html "the sql.DB object is designed to be long-lived" The gorm.DB wraps sql.DB, so the above statement is still valid. Since the ALM code is attempting to create new DB object, it's better to close every time it fails to establish conne...
gharchive/pull-request
2016-10-07T09:38:49
2025-04-01T06:43:18.932862
{ "authors": [ "baijum", "codecov-io" ], "repo": "almighty/almighty-core", "url": "https://github.com/almighty/almighty-core/pull/344", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1988962792
Update scalafmt-core, scalafmt-dynamic to 3.7.16 About this PR 📦 Updates org.scalameta:scalafmt-core org.scalameta:scalafmt-dynamic from 3.7.15 to 3.7.16 📜 GitHub Release Notes - Version Diff Usage ✅ Please merge! I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If y...
gharchive/pull-request
2023-11-11T14:01:20
2025-04-01T06:43:18.947731
{ "authors": [ "scala-steward" ], "repo": "almond-sh/almond", "url": "https://github.com/almond-sh/almond/pull/1285", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
321450042
I need Multiple line in LineChart. Hay I am using microchart and I'm not able to use another line, anyone has an idea for showing multiple lines. Duplicate of https://github.com/aloisdeniel/Microcharts/issues/50.
gharchive/issue
2018-05-09T06:46:44
2025-04-01T06:43:18.952719
{ "authors": [ "jimespen", "sumitsisodia007" ], "repo": "aloisdeniel/Microcharts", "url": "https://github.com/aloisdeniel/Microcharts/issues/92", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
420662659
Replace Fastparse by Scala Parser Combinators The internal parser implementation based on Fastparse has becomed obsolete since the it moved to version 2.x, and support for Scala 2.13 and/or Scala Native will not happen for the 1.x version. After several failed attempts on upgrading the parser to FastParse 2.x, I gave...
gharchive/pull-request
2019-03-13T18:47:51
2025-04-01T06:43:18.965457
{ "authors": [ "alonsodomin", "codecov-io" ], "repo": "alonsodomin/cron4s", "url": "https://github.com/alonsodomin/cron4s/pull/138", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
192816014
bumping frameworks version updating to pull in recent version of frameworks Would be good to include what the version bump you are doing in the commit message, e.g. "Bump frameworks version to x.x.x" yeah and also including a version of the framework that david hasn't made an enormous mistake in would be good. ...
gharchive/pull-request
2016-12-01T11:09:13
2025-04-01T06:43:18.980938
{ "authors": [ "danielknell", "idavidmcdonald", "pcraig3" ], "repo": "alphagov/digitalmarketplace-buyer-frontend", "url": "https://github.com/alphagov/digitalmarketplace-buyer-frontend/pull/406", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
307549099
Pull in latest content with new "G10 coming" message For this ticket: https://trello.com/c/6UxlWlDX/92-release-homepage-banner-for-g10 Tests will fail until frameworks update is merged: [ ] https://github.com/alphagov/digitalmarketplace-frameworks/pull/509 Probably? Lemme try it now. Ah yes of course, that won...
gharchive/pull-request
2018-03-22T08:37:55
2025-04-01T06:43:18.983532
{ "authors": [ "TheDoubleK" ], "repo": "alphagov/digitalmarketplace-buyer-frontend", "url": "https://github.com/alphagov/digitalmarketplace-buyer-frontend/pull/735", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
692039264
Rebase govuk-frontend-3 onto master Submitted a PR to enable review. Idea is to reset govuk-frontend-3 to this branch. Closing this PR and resetting govuk-frontend-3 branch.
gharchive/pull-request
2020-09-03T14:50:00
2025-04-01T06:43:18.984604
{ "authors": [ "domoscargin" ], "repo": "alphagov/digitalmarketplace-govuk-frontend", "url": "https://github.com/alphagov/digitalmarketplace-govuk-frontend/pull/176", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
102823085
Add status field to declaration responses This will be either started or complete, depending on whether all declaration questions have been answered. This will need to go in (along with a following version number bump), once this PR is updated: https://github.com/alphagov/digitalmarketplace-supplier-frontend/pull/206...
gharchive/pull-request
2015-08-24T15:41:32
2025-04-01T06:43:18.986220
{ "authors": [ "TheDoubleK" ], "repo": "alphagov/digitalmarketplace-utils", "url": "https://github.com/alphagov/digitalmarketplace-utils/pull/145", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
116320091
REVIEW BUT DO NOT MERGE : Use the email_alert_type when constructing the email-alert-api payload A data migration for email-alert-api policy subscriptions needs to be deployed first, with this immediately after. I'll update this PR once the migration is ready for review. In the meantime, this could do with comments. ...
gharchive/pull-request
2015-11-11T11:57:17
2025-04-01T06:43:18.988831
{ "authors": [ "mobaig", "rboulton" ], "repo": "alphagov/email-alert-frontend", "url": "https://github.com/alphagov/email-alert-frontend/pull/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1463322660
session-file-store on Windows can sometimes have EPERM: operation not permitted rename errors Description of the issue On Windows, a prototype will intermittently print errors similar to the following in the terminal: EPERM: operation not permitted, rename 'C:\Users\lfdeb\Documents\prototypes\test-prototype\.tmp\se...
gharchive/issue
2022-11-24T13:08:27
2025-04-01T06:43:18.993709
{ "authors": [ "HannahJMWood", "joelanman", "lfdebrux" ], "repo": "alphagov/govuk-prototype-kit", "url": "https://github.com/alphagov/govuk-prototype-kit/issues/1811", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
309726827
[DO NOT MERGE] Serve Whitehall attachments from Asset Manager Removing this more specific path will mean that requests for Whitehall attachments will be caught by the more general '/government/uploads/' path and routed to Asset Manager instead of Whitehall. I've rebased this and added a couple more routes. When th...
gharchive/pull-request
2018-03-29T11:59:02
2025-04-01T06:43:18.996483
{ "authors": [ "barrucadu", "chrisroos", "floehopper" ], "repo": "alphagov/govuk-puppet", "url": "https://github.com/alphagov/govuk-puppet/pull/7420", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
386897103
Remove stale database checks This removes Nagios checks that are created by alongside data-sync jobs. I am merging this as David is on leave and it is a minor change
gharchive/pull-request
2018-12-03T16:26:10
2025-04-01T06:43:18.997599
{ "authors": [ "schmie", "th31nitiate" ], "repo": "alphagov/govuk-puppet", "url": "https://github.com/alphagov/govuk-puppet/pull/8395", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
272899572
[#150711834] Access Bosh with SSH directly What We will be accessing Bosh via SSH directly, so we no longer need to go via Concourse. How to review To be merged after: https://github.com/alphagov/paas-docker-cloudfoundry-tools/pull/101 https://github.com/alphagov/paas-bootstrap/pull/100 We need to ensure make ssh_b...
gharchive/pull-request
2017-11-10T11:15:34
2025-04-01T06:43:19.372923
{ "authors": [ "alext", "henrytk" ], "repo": "alphagov/paas-cf", "url": "https://github.com/alphagov/paas-cf/pull/1100", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1079880892
Comment out high infra instance count check What This test does not take into account diego-cells in isolation segments. We need to scale Notify isolation segments for load-testing in anticipation of higher utilisation and not bottleneck on the infra level. This is required to pass https://github.com/alphagov/paas-cf...
gharchive/pull-request
2021-12-14T15:14:22
2025-04-01T06:43:19.375663
{ "authors": [ "schmie" ], "repo": "alphagov/paas-cf", "url": "https://github.com/alphagov/paas-cf/pull/2804", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
523573403
PP-5846 Add CSP structure for card payment page introduce feature flags for csp behaviour switches apply csp if configured to environment is configured for it @alexbishop1 thanks! https://github.com/alphagov/pay-frontend/pull/1172/commits/8cbce74d74b4294883c1452cf66cedae27a97cab @alexbishop1 no apologies necess...
gharchive/pull-request
2019-11-15T16:39:25
2025-04-01T06:43:19.380549
{ "authors": [ "sfount" ], "repo": "alphagov/pay-frontend", "url": "https://github.com/alphagov/pay-frontend/pull/1172", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
147782860
Make the ContentItemPresenter much faster https://trello.com/c/1wLclYR2/668-improve-efficiency-of-content-item-presenter Note: Tests won't pass until this is merged: https://github.com/alphagov/gds-api-adapters/pull/488 Previously, the ContentItemPresenter could take a long time, even with pagination and this was cau...
gharchive/pull-request
2016-04-12T15:12:14
2025-04-01T06:43:19.386186
{ "authors": [ "elliotcm", "tuzz" ], "repo": "alphagov/publishing-api", "url": "https://github.com/alphagov/publishing-api/pull/268", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
153769719
Present in worker Move downstream presentation to outside the transaction Ensure that the transaction is committed before sending the ContentItem to the ContentStore to make sure we do not end up in a state where the ContentStore has invalid data Moves the finding and presentation of the ContentItem into the worker. ...
gharchive/pull-request
2016-05-09T12:54:29
2025-04-01T06:43:19.388681
{ "authors": [ "dougdroper", "elliotcm", "tuzz" ], "repo": "alphagov/publishing-api", "url": "https://github.com/alphagov/publishing-api/pull/290", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
185604090
Remove Linkable reference from DeleteContentItem Linkable was removed in #559 Thanks @gpeng , but @kevindew has beaten you too it https://github.com/alphagov/publishing-api/pull/579
gharchive/pull-request
2016-10-27T08:27:33
2025-04-01T06:43:19.390036
{ "authors": [ "cbaines", "gpeng" ], "repo": "alphagov/publishing-api", "url": "https://github.com/alphagov/publishing-api/pull/581", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
160361489
Guide manager This splits the various actions taken on a guide into two groups. Saving guide content - validating, creating and updating the various fields eg. body, title, description etc. Managing the state of the guide - requesting a review, approving, publishing and discarding Saving content is handled by the G...
gharchive/pull-request
2016-06-15T08:04:33
2025-04-01T06:43:19.392399
{ "authors": [ "dougdroper", "thehenster" ], "repo": "alphagov/service-manual-publisher", "url": "https://github.com/alphagov/service-manual-publisher/pull/283", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1763590559
Improve logging of failed batch invitations Trello: https://trello.com/c/8oHupLq2/138-investigate-errors-with-uploading-batch-of-users-to-production We've recently received notice that a user attempted to upload a batch of users and some or all of those users failed. We don't currently provide much guidance to the us...
gharchive/pull-request
2023-06-19T13:50:03
2025-04-01T06:43:19.394688
{ "authors": [ "chrislo" ], "repo": "alphagov/signon", "url": "https://github.com/alphagov/signon/pull/2213", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
147767957
Remove redunand test mongoid config This silences the following warnings during test runs: W, [2016-04-12T14:14:36.334219 #26791] WARN -- : MONGODB | Unsupported client option 'max_retries'. It will be ignored. W, [2016-04-12T14:14:36.334368 #26791] WARN -- : MONGODB | Unsupported client option 'retry_interval'. It...
gharchive/pull-request
2016-04-12T14:23:44
2025-04-01T06:43:19.395728
{ "authors": [ "benilovj", "brenetic" ], "repo": "alphagov/specialist-publisher-rebuild", "url": "https://github.com/alphagov/specialist-publisher-rebuild/pull/710", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
61688792
Added page for 403 HTTP response Added custom page for 403 HTTP response. Thanks for the PR @Newman101. Due to way our infrastructure is configured, ours users won't actually see this page. What's your use case for this change? Merging this change isn't going to cause us any problems, so if it's useful for some oth...
gharchive/pull-request
2015-03-14T20:17:11
2025-04-01T06:43:19.397492
{ "authors": [ "Newman101", "bradleywright", "evilstreak" ], "repo": "alphagov/whitehall", "url": "https://github.com/alphagov/whitehall/pull/2028", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1266325601
Altair uses deprecated websocket subprotocol which is not compatible with graphql-ws Describe the bug I'm using Apollo GraphQL and am in the process of upgrading from subscriptions-transport-ws to graphql-ws by following the instructions here: https://www.apollographql.com/docs/apollo-server/data/subscriptions/#swit...
gharchive/issue
2022-06-09T15:36:56
2025-04-01T06:43:19.472390
{ "authors": [ "imolorhe", "jcbrand" ], "repo": "altair-graphql/altair", "url": "https://github.com/altair-graphql/altair/issues/1924", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1170600060
🛑 roothouse-1 is down In b07fb2e, roothouse-1 (https://rhstatus-proxy.alterine0101.id/?deviceId=roothouse-1) was down: HTTP code: 404 Response time: 184 ms Resolved: roothouse-1 is back up in b05e7b3.
gharchive/issue
2022-03-16T06:29:07
2025-04-01T06:43:19.486127
{ "authors": [ "reinhart1010" ], "repo": "alterine0101/roothouse-status", "url": "https://github.com/alterine0101/roothouse-status/issues/1032", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1603979400
🛑 roothouse-1 is down In aabca7e, roothouse-1 (https://rhstatus-proxy.alterine0101.id/?deviceId=roothouse-1) was down: HTTP code: 404 Response time: 695 ms Resolved: roothouse-1 is back up in d022568.
gharchive/issue
2023-02-28T23:38:30
2025-04-01T06:43:19.488614
{ "authors": [ "1010bots" ], "repo": "alterine0101/roothouse-status", "url": "https://github.com/alterine0101/roothouse-status/issues/1409", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2137953981
Bitmap.Clone Enhancement @generalloki Could you add Bitmap.Clone(Rectangle, PixelFormat) (https://learn.microsoft.com/en-us/dotnet/api/system.drawing.bitmap.clone?view=windowsdesktop-8.0#system-drawing-bitmap-clone(system-drawing-rectangle-system-drawing-imaging-pixelformat) Thanks This method with PixelFormat para...
gharchive/issue
2024-02-16T06:24:39
2025-04-01T06:43:19.492260
{ "authors": [ "generalloki", "neoxeo" ], "repo": "alternetsoft/AlternetUI", "url": "https://github.com/alternetsoft/AlternetUI/issues/96", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
63456482
Кеш Почистил кешь в _tmp - слетели настройки Выражайтесь, пожалуйста, яснее, какие настройки у вас слетели? Которые через админку задавали? В конфиге? Настройки движка? Плагина? Проверил, при удалении _tmp настройки сделаные в админке восстанавливаются. Проверьте у себя на сервере применялись ли обновления вот в ...
gharchive/issue
2015-03-21T21:29:09
2025-04-01T06:43:19.505465
{ "authors": [ "aVadim483", "andrey-v", "lsnull" ], "repo": "altocms/altocms", "url": "https://github.com/altocms/altocms/issues/447", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1446892312
🛑 itove.com is down In 438d3af, itove.com (https://itove.com) was down: HTTP code: 0 Response time: 0 ms Resolved: itove.com is back up in 0af0731.
gharchive/issue
2022-11-13T11:59:58
2025-04-01T06:43:19.553148
{ "authors": [ "alzee" ], "repo": "alzee/up", "url": "https://github.com/alzee/up/issues/27", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1467456714
🛑 gjj.itove.com is down In 310d05e, gjj.itove.com (https://gjj.itove.com) was down: HTTP code: 0 Response time: 0 ms Resolved: gjj.itove.com is back up in d57c3e8.
gharchive/issue
2022-11-29T05:04:22
2025-04-01T06:43:19.556777
{ "authors": [ "alzee" ], "repo": "alzee/up", "url": "https://github.com/alzee/up/issues/484", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
207816362
K8s bookinfo files bookinfo deployment and routing rules simplification in example generation Fixes #479
gharchive/pull-request
2017-02-15T14:18:31
2025-04-01T06:43:19.571136
{ "authors": [ "elevran" ], "repo": "amalgam8/amalgam8", "url": "https://github.com/amalgam8/amalgam8/pull/514", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2612507836
getMessages and getLocale error when experimental.dynamicIO is enabled in Next.js 15.0.2-canary.4 Description When dynamicIO is enabled, functions such as getMessages or getLocale cause next build to fail with the following error: Error: Route "/_not-found" used new Date() instead of using performance or without exp...
gharchive/issue
2024-10-24T20:32:39
2025-04-01T06:43:19.589770
{ "authors": [ "amannn", "typeofweb" ], "repo": "amannn/next-intl", "url": "https://github.com/amannn/next-intl/issues/1464", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1919862021
get list of measured bistrings from Aquila For some analysis, say evaluation of stability of the HW, one needs to see the bistrings from all shots, presented as a list. Currently you provide only the summary in the form of dictionary of all unique bistrings and the number of occurences. It is done by get_counts(): ht...
gharchive/issue
2023-09-29T20:22:22
2025-04-01T06:43:19.613174
{ "authors": [ "balewski", "kshitijc" ], "repo": "amazon-braket/amazon-braket-examples", "url": "https://github.com/amazon-braket/amazon-braket-examples/issues/369", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
653118974
Fix compatibility with newer React Native versions We recently updated our app from React Native version 0.60.4 to 0.62.2, and noticed that react-native-spacer is throwing an error. The reason for this is that the library is using a private property _component, which no longer seems to be available. When looking into...
gharchive/pull-request
2020-07-08T08:58:04
2025-04-01T06:43:19.629962
{ "authors": [ "hieunc229", "kristerkari" ], "repo": "ambistudio/react-native-spacer", "url": "https://github.com/ambistudio/react-native-spacer/pull/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
276605556
in config.py, did min_sizes and max_sizes mean scale? Nice work, thanks very much. But I have a little question: 'min_sizes' : [30, 60, 111, 162, 213, 264], 'max_sizes' : [60, 111, 162, 213, 264, 315], Did this mean the scale of default boxes in ssd? Why did you set in this way?why is it different with 0.2-...
gharchive/issue
2017-11-24T12:37:34
2025-04-01T06:43:19.645767
{ "authors": [ "AndrewZhao", "WeihongM", "chi0tzp", "jamiechoi1995", "jxlijunhao", "squirrel16" ], "repo": "amdegroot/ssd.pytorch", "url": "https://github.com/amdegroot/ssd.pytorch/issues/78", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
630592642
Auto-insert mode on user click/focus Hi there, First of all, thanks for the extension, works awesome so far. I have a small question: Is it possible to enter automatically into insert mode when a text area is focused (either via hint mode / tab / or user click)? I've seen Enable to change the mode to insert by user c...
gharchive/issue
2020-06-04T07:48:57
2025-04-01T06:43:19.648178
{ "authors": [ "seqizz" ], "repo": "amedama41/vvimpulation", "url": "https://github.com/amedama41/vvimpulation/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2302765728
Added possibility to output opti problems to functions In order to have the to_function functionality, I had to implement conversions to/from dictionaries. This in turned, allowed me to simplify a good portion of code from the OptiSolver. To showcase this change, I edited main_periodic_step_parametric. A full output ...
gharchive/pull-request
2024-05-17T13:31:40
2025-04-01T06:43:19.681698
{ "authors": [ "S-Dafarra", "traversaro" ], "repo": "ami-iit/hippopt", "url": "https://github.com/ami-iit/hippopt/pull/16", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1872138668
Reduce WBD frequency to 100Hz It seems WBD doesn't work best with very high frequency. More investigation is needed, but for the time being it's better to reduce the frequency. I opened the PR to inform you. Please pull and install robots-configurations after merging! CC @gabrielenava @davidegorbani Great! Thanks...
gharchive/pull-request
2023-08-29T17:52:06
2025-04-01T06:43:19.683309
{ "authors": [ "HosameldinMohamed", "davidegorbani" ], "repo": "ami-iit/robots-configuration", "url": "https://github.com/ami-iit/robots-configuration/pull/39", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1324038314
Feature/task 4960 : maven and spring profiles [XXXX- - Please use the Work Item number and Title as PR Name, not subtasks] 📲 What maven and spring profiles 🤔 Why Why it's needed, background context. 🛠 How More in-depth discussion of the change or implementation. 👀 Evidence Screenshots / external resources / links...
gharchive/pull-request
2022-08-01T08:31:17
2025-04-01T06:43:19.714660
{ "authors": [ "msamandi", "sdavis-amido" ], "repo": "amido/stacks-java-cqrs", "url": "https://github.com/amido/stacks-java-cqrs/pull/399", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
740451807
play a sound without having to navigate to page Currently the only way to play a sound is by going to the sound page and clicking the play button. Users should be able to play a sound by simply clicking on the play button: @akshara-sun this might be a relatively difficult task. I'd recommend working on other thing...
gharchive/issue
2020-11-11T04:33:22
2025-04-01T06:43:19.716703
{ "authors": [ "amilajack" ], "repo": "amilajack/freesound-player", "url": "https://github.com/amilajack/freesound-player/issues/166", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2373991843
🛑 KMHARS Speedtest Server / Marawi Main Fiber is down In aee0db8, KMHARS Speedtest Server / Marawi Main Fiber (kmhars.ookla.databyte-network.com) was down: HTTP code: 0 Response time: 0 ms Resolved: KMHARS Speedtest Server / Marawi Main Fiber is back up in aced14d after 2 days, 10 hours, 51 minutes.
gharchive/issue
2024-06-26T01:44:03
2025-04-01T06:43:19.719299
{ "authors": [ "amin-IT" ], "repo": "amin-IT/kmhars", "url": "https://github.com/amin-IT/kmhars/issues/164", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2591974983
Edit database 400 error: Too many fields. Maximum number of fields is 1000. Checklist [X] The bug is reproducible against the latest release or master. [X] There are no similar issues or pull requests to fix it yet. Describe the bug I have an object that I am trying to edit from the admin panel. The model field is ...
gharchive/issue
2024-10-16T13:53:30
2025-04-01T06:43:19.728496
{ "authors": [ "ahmedelgamal0", "aminalaee", "pimverschuuren" ], "repo": "aminalaee/sqladmin", "url": "https://github.com/aminalaee/sqladmin/issues/835", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2714505148
Wish to support mac Wish to support mac +1 +1 +1 +1 I've built one on my Hackintosh device and it worked. I'm not sure if it can be used universally across different devices. https://drive.google.com/file/d/13Z0uIeoWkru0BmS851HLJq6zUvwwJLME/view?usp=sharing After improving the windows version, I hope to o...
gharchive/issue
2024-12-03T09:47:13
2025-04-01T06:43:19.741414
{ "authors": [ "andymachs", "astronmyphy", "larkzhang", "libaicn", "luckjiawei", "lvxianchao" ], "repo": "amir1376/ab-download-manager", "url": "https://github.com/amir1376/ab-download-manager/issues/252", "license": "Apache-2.0", "license_type": "permissive", "license_source": "gi...
313125971
SyntaxError in /clan/hu-ju-long-pan-yvq8r808 Error in ClashLeaders SyntaxError in /clan/hu-ju-long-pan-yvq8r808 Failed to execute 'add' on 'DOMTokenList': The token provided must not be empty. View on Bugsnag Stacktrace (native):1 - Error View full stacktrace Created automatically via Bugsnag An error linked to th...
gharchive/issue
2018-04-10T23:42:31
2025-04-01T06:43:19.744705
{ "authors": [ "amir20" ], "repo": "amir20/clashstats", "url": "https://github.com/amir20/clashstats/issues/101", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
165962269
Example script from README.md throws TypeError: bad argument Expected behavior Example mentioned in README.md should run Actual behavior Example doesn't run, with the script returning TypeError: Bad argument at TypeError (native) at ChildProcess.spawn (internal/child_process.js:278:26) at exports.spawn (child_proces...
gharchive/issue
2016-07-17T05:51:31
2025-04-01T06:43:19.760008
{ "authors": [ "Grayda", "amir20", "elias-winberg" ], "repo": "amir20/phantomjs-node", "url": "https://github.com/amir20/phantomjs-node/issues/506", "license": "isc", "license_type": "permissive", "license_source": "bigquery" }
989333959
new website/service "name" : "پایلی" "website": "https://pylie.com/" "deleteurl": "" "info": "سخت؛ درخواست خود را با ایمیل زیر درمیان بگذارید pylieworld@gmail.com" ثبت شد. مرسی بابت مشارکت. @amirshnll فکر کنم مشکلی پیش آمده و آپدیت ها اعمال نمیشه @amirshnll فکر کنم مشکلی پیش آمده و آپدیت ها اعمال نمیشه githu...
gharchive/issue
2021-09-06T17:01:54
2025-04-01T06:43:19.801068
{ "authors": [ "Matin-B", "amirshnll", "mmehdishafiee" ], "repo": "amirshnll/rtbf.ir", "url": "https://github.com/amirshnll/rtbf.ir/issues/83", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
242658853
indent not correct I'm in awesome mode. In my own config file, I set tab length to be 4 spaces. However when I open a python file, the tab's length is still 8 spaces. By editing basic.vim, uncomment this line: filetype plugin on the tab space is 4. My question is: can we disable filetype plugin's tab setting? Thank...
gharchive/issue
2017-07-13T10:40:21
2025-04-01T06:43:19.805170
{ "authors": [ "amix", "wming126", "zchrissirhcz" ], "repo": "amix/vimrc", "url": "https://github.com/amix/vimrc/issues/328", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
52877832
replace zencoding-vim with emmet-vim Hope that VIMRC can use emmet-vim instead of the old school zencoding-vim This should be done in latest version Haven't replace yet?
gharchive/issue
2014-12-26T02:29:37
2025-04-01T06:43:19.806262
{ "authors": [ "amix", "imfangli", "mamboer" ], "repo": "amix/vimrc", "url": "https://github.com/amix/vimrc/issues/96", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
849035447
_done callback consistent deadlock when accessing RunningCommand arg passed to callback This consistently deadlocks: from sh import sleep def done(cmd, success, exit_code): print(cmd, success, exit_code) sleep('1', _done=done) This is possibly related to #413 and #518. This is on version 1.14.1 and Python 3.7...
gharchive/issue
2021-04-02T07:27:21
2025-04-01T06:43:19.834562
{ "authors": [ "0xkag", "amoffat" ], "repo": "amoffat/sh", "url": "https://github.com/amoffat/sh/issues/564", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1040861487
Fix a bug in DocumentRoot::coalesceIndexPath if the requesturi is "/", then clear the filesystem cache for all index files before you get the file statistics for each index file Hey @bzrk, I guess you placed a new file there and it wasn't served correctly due to an older cache entry? Hey @kelunik, thanks for the ...
gharchive/pull-request
2021-11-01T07:38:44
2025-04-01T06:43:19.871781
{ "authors": [ "bzrk", "kelunik" ], "repo": "amphp/http-server-static-content", "url": "https://github.com/amphp/http-server-static-content/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
95564577
[TACHYON-639] Avoid copying ByteBuf data to DataByteBuffer in RPCBlockResponse#decode() https://tachyon.atlassian.net/browse/TACHYON-639 @gpang Jenkins, test this please. Jenkins, test this please. @gpang , @calvinjia , please review this PR @gpang Thanks for the comments. I have either fixed your comments or...
gharchive/pull-request
2015-07-17T01:28:01
2025-04-01T06:43:19.879304
{ "authors": [ "apc999", "calvinjia", "gpang", "haoyuan", "ooq" ], "repo": "amplab/tachyon", "url": "https://github.com/amplab/tachyon/pull/1131", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
98323675
[TACHYON-694][TACHYON-695] Fine grained locking in tiered storage https://tachyon.atlassian.net/browse/TACHYON-694 https://tachyon.atlassian.net/browse/TACHYON-695 Current tiered storage (TieredBlockStore) has read/write lock "mEvictionLock" as a global lock (within a single store) to provide thread safety. While sim...
gharchive/pull-request
2015-07-31T06:14:55
2025-04-01T06:43:19.888130
{ "authors": [ "apc999", "calvinjia", "carsonwang", "gpang", "shimingfei", "uronce-cc" ], "repo": "amplab/tachyon", "url": "https://github.com/amplab/tachyon/pull/1202", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
72498757
[TACHYON-412] Close journal on master shutdown. https://tachyon.atlassian.net/browse/TACHYON-412 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/Tachyon-Pull-Request-Builder/3120/Failed Tests: 4org.tachyonproject:tachyon-underfs-hdfs:...
gharchive/pull-request
2015-05-01T19:06:19
2025-04-01T06:43:19.893241
{ "authors": [ "AmplabJenkins", "calvinjia" ], "repo": "amplab/tachyon", "url": "https://github.com/amplab/tachyon/pull/871", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1787494332
How to log revenue through Java SDK? Hi, I'd like to log revenue from server side. But the combination of Java SDK and Ampli Codegen doesn't seem to have any APIs related to revenue logging. com.amplitude.Event class has revenue field. It seems like would be used automatically for revenue tracking and LTV calculation...
gharchive/issue
2023-07-04T09:04:57
2025-04-01T06:43:19.896970
{ "authors": [ "justin-fiedler", "neokim" ], "repo": "amplitude/Amplitude-Java", "url": "https://github.com/amplitude/Amplitude-Java/issues/92", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1124435740
Set up repo [ ] update README [ ] set up eslint [ ] set up prettier [ ] set up CI framework [ ] set up tsconfig [ ] set up test framework [ ] create branch protection rules [ ] create directory structure [ ] determine compilation strategy [ ] determine publishing strategy [ ] determine migration strategy https://...
gharchive/issue
2022-02-04T17:19:59
2025-04-01T06:43:19.968184
{ "authors": [ "estherkim", "rileyajones" ], "repo": "ampproject/bento", "url": "https://github.com/ampproject/bento/issues/6", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
922946214
Feat: Add Features as a Metadata Entity Summary of Changes Merging feature-discovery branch into main Adds ML Features as a new metadata entity. Add databuilder models Add feature metadata APIs Add Feature Metadata page and frontend models Tests Documentation CheckList Make sure you have checked all steps below to ...
gharchive/pull-request
2021-06-16T18:22:12
2025-04-01T06:43:20.004119
{ "authors": [ "allisonsuarez", "danwom", "verdan" ], "repo": "amundsen-io/amundsen", "url": "https://github.com/amundsen-io/amundsen/pull/1240", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1719365156
The spelling 'Competetive' is wrong Hello, I noticed the spelling 'Competetive' in 'Competetive Exams ' is wrong. I would like to work and fix this grammatical issue, please assign this to me, I'm a GSSoc '23 comtributor. Hi, is this issue still open or have you closed it. As I have already completed it, but its s...
gharchive/issue
2023-05-22T10:12:12
2025-04-01T06:43:20.028858
{ "authors": [ "ATiwari2000" ], "repo": "amupedia2021/Project-Amupedia", "url": "https://github.com/amupedia2021/Project-Amupedia/issues/153", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
195133694
Space Geek (how to live test and card function) I have the Space Geek skill working (modified for my 'facts') and have several questions. Is it possible to do live (physical) testing with my Amazon Dot when my skill is still in development mode? If so how? I'm using the Service Simulator, submitting my text questio...
gharchive/issue
2016-12-13T01:18:44
2025-04-01T06:43:20.031838
{ "authors": [ "davekgithub" ], "repo": "amzn/alexa-skills-kit-js", "url": "https://github.com/amzn/alexa-skills-kit-js/issues/58", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }