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
17670912
Iterate over styles in reverse order of media. This isn't a real pull request, more pointing out what looks to me a bug, or at least weird design. Apologies for the too long explanation: it's because I tried and failed to understand how this works and what the correct solution is. My page includes two stylesheets. ...
gharchive/pull-request
2013-08-06T02:54:33
2025-04-01T04:58:17.014094
{ "authors": [ "johnv-git", "mexon" ], "repo": "scottjehl/Respond", "url": "https://github.com/scottjehl/Respond/pull/211", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1292076198
PR with some enhancements Combined PRs for #90, #94 and #95 can lead to conflicts with the master branch. This PR is a PR that you can easily merge into master when you might accept 3 PRs. If any of those three PRs are unacceptable, I will withdraw this PR. https://github.com/scottyphillips/echonetlite_homeassistan...
gharchive/pull-request
2022-07-02T15:11:05
2025-04-01T04:58:17.015846
{ "authors": [ "nao-pon" ], "repo": "scottyphillips/echonetlite_homeassistant", "url": "https://github.com/scottyphillips/echonetlite_homeassistant/pull/96", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
448173579
Add xhost configuration Allow docker to connect to the X server, as described here https://github.com/scrapinghub/splash/issues/511#issuecomment-379152062 Awesome, thanks @mcmino for the fix, and @acowpy for the example!
gharchive/pull-request
2019-05-24T13:32:35
2025-04-01T04:58:17.024323
{ "authors": [ "kmike", "mcmino" ], "repo": "scrapinghub/splash", "url": "https://github.com/scrapinghub/splash/pull/903", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1772851979
Redirect to a 404 page when the blog does not exist To see the specific tasks where the Asana app for GitHub is being used, see below: https://app.asana.com/0/1202293017617135/1204862516863163/f This PR received the ID 404 by accident? :D
gharchive/pull-request
2023-06-24T17:44:50
2025-04-01T04:58:17.093123
{ "authors": [ "OrestTa", "zzq0826" ], "repo": "scroll-tech/frontends", "url": "https://github.com/scroll-tech/frontends/pull/404", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1980440122
Why does all_padding test produce a synthesis error? when there are no mpt updates, if the padding row assigments (assignments where global offset > 0) and 0 row assignments (assignments where global offset == 0) don't have an overlapping column, i think that the halo2 parallel layouter causes the regions to overlap,...
gharchive/pull-request
2023-11-07T02:53:41
2025-04-01T04:58:17.094207
{ "authors": [ "z2trillion" ], "repo": "scroll-tech/mpt-circuit", "url": "https://github.com/scroll-tech/mpt-circuit/pull/105", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2247200893
Upgrade L1geth toTxData is copy pasted from https://github.com/privacy-scaling-explorations/zkevm-circuits/pull/1797/files#diff-f536e7c79a0c321329a7d8a1f495639c9224c9fc7b5c48518ec5042c6fb5a2c5R275. emm, why not run CI testing? random select 3 tests can pass now. Not sure whether you need to upgrade scroll l2get...
gharchive/pull-request
2024-04-17T02:35:35
2025-04-01T04:58:17.095900
{ "authors": [ "DreamWuGit", "lispc", "z2trillion" ], "repo": "scroll-tech/zkevm-circuits", "url": "https://github.com/scroll-tech/zkevm-circuits/pull/1216", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
18951119
Shouldn't hidden files be shown by default? I'd venture to say that if you're using a Vim plugin, you're going to want hidden files shown by default, especially considering you need to edit your .vimrc and use git. It could optionally be set in your .vimrc to show or hide hidden files by default. Maybe there's a way ...
gharchive/issue
2013-09-04T03:04:53
2025-04-01T04:58:17.097607
{ "authors": [ "jones77", "kevinSuttle", "lifecrisis" ], "repo": "scrooloose/nerdtree", "url": "https://github.com/scrooloose/nerdtree/issues/291", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
569498396
send extrinsics without waiting for finalization In order to send a high frequency of xt we need a non-blocking way to send extrinsics. caveat: It's not enough to return after the "ready" msg. The problem is that the nonce needs to increase before the xt is included and the nonce is updated on-chain helpful debuggi...
gharchive/issue
2020-02-23T13:52:33
2025-04-01T04:58:17.099803
{ "authors": [ "brenzi" ], "repo": "scs/substrate-api-client", "url": "https://github.com/scs/substrate-api-client/issues/53", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
356899439
Remove flag syntax If we remove flag syntax, we can use Lumen's reader to read most other dialects of Lisp: Emacs Lisp, Common Lisp, etc. This makes it easier to implement a compiler backend for them. The loss of expressive power seems minimal compared to the gain in flexibility. One benefit is that it frees : as a...
gharchive/pull-request
2018-09-04T17:07:40
2025-04-01T04:58:17.110075
{ "authors": [ "shawwn" ], "repo": "sctb/lumen", "url": "https://github.com/sctb/lumen/pull/192", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
537985312
meson: Fix sconn_len detection (#411) have_sconn_len was always false because compiler.has_member generates a C file which does not build because the compiler can't include "usrsctp.h". Fixed by specifying the include path. Note, the mac build fails now with: $ cd mb1 ✓ ab@Alexandrus-MacBook 2019-12-15 01:58 /Us...
gharchive/pull-request
2019-12-15T00:53:21
2025-04-01T04:58:17.130570
{ "authors": [ "aleb", "lgrahl", "tuexen" ], "repo": "sctplab/usrsctp", "url": "https://github.com/sctplab/usrsctp/pull/412", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1768151264
Allow for computation and logging of integration metrics during training Need to implement a way to allow the user to view available functions in scib-metrics and track them during model training. those could take a long time to run, but I'm sure you could subclass torch metrics object and run the benchmarker objec...
gharchive/issue
2023-06-21T18:12:29
2025-04-01T04:58:17.155312
{ "authors": [ "adamgayoso", "martinkim0" ], "repo": "scverse/scvi-tools", "url": "https://github.com/scverse/scvi-tools/issues/2105", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
914175486
子控件为横向滑动RecyclerView,并且这个RecyclerView的item是个竖向滑动的RV时,滑动item的RV出现冲突 子控件为横向滑动RecyclerView,并且这个RecyclerView的item是个竖向滑动的RV时,滑动item里的RV出现冲突,具体表现为: 直接子控件的横向滑动RV在最左边(也就是第一个item完全可见时),滑动item里的竖向滑动的RV,这个横向刷新控件会触发下拉刷新。 请问解决了吗
gharchive/issue
2021-06-08T02:22:03
2025-04-01T04:58:17.156544
{ "authors": [ "Ajuice-one", "Matcha-xiaobin" ], "repo": "scwang90/SmartRefreshHorizontal", "url": "https://github.com/scwang90/SmartRefreshHorizontal/issues/36", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1112094117
java.lang.IndexOutOfBoundsException java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionUserEmptyHolder{7dfa329 position=20 id=-1, oldPos=0, pLpos:0 scrap [attachedScrap] tmpDetached no parent} androidx.recyclerview.widget.RecyclerView{31294dc VFED..... ......I. 0,0-1080,1...
gharchive/issue
2022-01-24T02:29:05
2025-04-01T04:58:17.162984
{ "authors": [ "langxing", "xiongbb", "zhaobinsir" ], "repo": "scwang90/SmartRefreshLayout", "url": "https://github.com/scwang90/SmartRefreshLayout/issues/1433", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
620905005
Cannot create table with "." in name Since Kafka allows dot character in topic names (for example my.test.topic) we use them as word separator. Unfortunately, connector attached to the topic with this name will try to create Scylla table dottest.my.test.topic and throw following exception: ... [2020-05-19 11:27:14,24...
gharchive/issue
2020-05-19T11:36:47
2025-04-01T04:58:17.166091
{ "authors": [ "forsberg", "matus-cuper" ], "repo": "scylladb/kafka-connect-scylladb", "url": "https://github.com/scylladb/kafka-connect-scylladb/issues/13", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1586591202
scylla_repository: Fix handling of full version release candidates when ccm was pass 2023.1.0~rc0 it would fail like this: File ".../site-packages/ccmlib/scylla_repository.py", line 136, in release_packages raise ValueError(f"Not expected version number: {version}. S3_URL: {s3_url}") ValueError: Not expected ve...
gharchive/pull-request
2023-02-15T21:29:00
2025-04-01T04:58:17.186341
{ "authors": [ "avelanarius", "fruch" ], "repo": "scylladb/scylla-ccm", "url": "https://github.com/scylladb/scylla-ccm/pull/431", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
424985189
Add view dashboard HEAD: dd390a6d57c6b3d282682c7c2316b530a7440ce1 Feature request Add a separate dashboard for view in addition to graphs that we have today. This dashboard will have a lot more view specific graphs including view HH manager metrics. @vladzcloudius can you please elaborate on which metrics will be u...
gharchive/issue
2019-03-25T16:03:01
2025-04-01T04:58:17.215697
{ "authors": [ "tzach", "vladzcloudius" ], "repo": "scylladb/scylla-grafana-monitoring", "url": "https://github.com/scylladb/scylla-grafana-monitoring/issues/546", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
243216232
Show coverage measurement option Adds an option to display the coverage measurement name under the coverage percentage. This option is useful on a dashboard where multiple widgets are used to display different measurements. When this checkbox is checked, the "Percent" label at the bottom of the widget is updated to s...
gharchive/pull-request
2017-07-16T04:13:47
2025-04-01T04:58:17.387293
{ "authors": [ "Blackbaud-TommyVernieri" ], "repo": "sdavis3/CodeCoverageDashboardWidgets", "url": "https://github.com/sdavis3/CodeCoverageDashboardWidgets/pull/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
121782862
Doesn't seem to trigger correctly in Chrome 47 Version 47.0.2526.80 (64-bit) OSX This plugin seems to not trigger when the element reaches its final size. We have an transition that expands a panel with a chart inside, we use this make sure the chart is rendered appropriately (fill the width of the element). In the l...
gharchive/issue
2015-12-11T20:08:51
2025-04-01T04:58:17.392108
{ "authors": [ "colllin", "thomassuckow" ], "repo": "sdecima/javascript-detect-element-resize", "url": "https://github.com/sdecima/javascript-detect-element-resize/issues/36", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1074605068
Importing data I'm not 100% sure this needs to be part of the core lib, since it can be done inside a route. I'm convinced this is out of scope: To bootstrap a new site, just preload a database If you want to have special preloading logic, write it directly against the database, whose interface is generic enough T...
gharchive/issue
2021-12-08T16:38:46
2025-04-01T04:58:17.394015
{ "authors": [ "sdegutis" ], "repo": "sdegutis/imlib", "url": "https://github.com/sdegutis/imlib/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
34774512
Release/0.3.0 This is @hhaidar's release plan: [x] New flexbox layout [x] Updated libs [x] Gruntfile [x] Passport / LDAP [x] XMPP #99 [x] Auth tokens [x] Auth token UI [x] Disable local auth [x] HTTPS [x] Message Rendering [x] Room History [x] Room Creation [x] Room Editing [x] Room Archival [x] Rooms API [x] Messag...
gharchive/pull-request
2014-06-02T13:54:47
2025-04-01T04:58:17.407678
{ "authors": [ "almereyda", "funkaoshi", "geoffwhittington", "hhaidar", "sibartlett" ], "repo": "sdelements/lets-chat", "url": "https://github.com/sdelements/lets-chat/pull/89", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
182547268
Allow only with cookie Would be nice to have a setting which would allow us to run this in prod – "Display only with cookie". Perhaps having a button in the backend "Get Cookie" & "Remove cookie". Potentially we could add that, but right now it uses the standard dev IP whitelist: https://github.com/sdinteractive/So...
gharchive/issue
2016-10-12T14:53:40
2025-04-01T04:58:17.410142
{ "authors": [ "joeyhoer", "toddbc" ], "repo": "sdinteractive/SomethingDigital_CheckoutSuccess", "url": "https://github.com/sdinteractive/SomethingDigital_CheckoutSuccess/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2488614166
🛑 RtArthur.vue is down In c2e7412, RtArthur.vue ($RT_APP) was down: HTTP code: 0 Response time: 0 ms Resolved: RtArthur.vue is back up in 8e7f12a after 57 minutes.
gharchive/issue
2024-08-27T08:14:11
2025-04-01T04:58:17.412421
{ "authors": [ "arthur-plazanet" ], "repo": "sdpfnsflkgnpisoqdgs/qmdslfjlskdngpisdg", "url": "https://github.com/sdpfnsflkgnpisoqdgs/qmdslfjlskdngpisdg/issues/100", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
404140754
站内信息单行过长时超出边界 问题描述 当站内信单行过长时会超出边界 复现步骤 期望表现 换行显示 系统信息 操作系统:Ubuntu 浏览器:Chrome 浏览器版本:版本 71.0.3578.98(正式版本) (64 位) 3.0.0.201902110 fixed.
gharchive/issue
2019-01-29T06:26:23
2025-04-01T04:58:17.422889
{ "authors": [ "MeiK-h", "dreamerblue" ], "repo": "sdutacm/onlinejudge3-issues", "url": "https://github.com/sdutacm/onlinejudge3-issues/issues/14", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
172674132
[T2A2][T05-A3] Marx Low Used refractor, extract local variable to field, Line 1173 You have created this PR against the wrong repo :-)
gharchive/pull-request
2016-08-23T11:22:59
2025-04-01T04:58:17.431413
{ "authors": [ "damithc", "marxlow" ], "repo": "se-edu/addressbook-level1", "url": "https://github.com/se-edu/addressbook-level1/pull/21", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1174121709
Add click handler to Avatar components Description A click handler is required for each avatar so users can click on it and go to the right person straightaway Acceptance Criteria [ ] Avatar component handles clicks correctly [ ] Clicking on an avatar navigates to the correct person Implementation details n/a Te...
gharchive/issue
2022-03-19T00:16:58
2025-04-01T04:58:17.434737
{ "authors": [ "cdra334", "rainasong" ], "repo": "se701team3/Forgettable", "url": "https://github.com/se701team3/Forgettable/issues/262", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1911138838
Failed to reset tag when sync template Describe the bug An error was reported while refreshing the catalog: Failed to reset to tag <some_tag>: object not found Steps to reproduce Go to 'Operation Hub -> Catalogs', add a catalog by using https://github.com/terraform-aws-modules; Watching the log of walrus container....
gharchive/issue
2023-09-25T10:07:02
2025-04-01T04:58:17.440611
{ "authors": [ "Finenyaco", "linyinli" ], "repo": "seal-io/walrus", "url": "https://github.com/seal-io/walrus/issues/1297", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2022573122
When the service is just deployed, see that the deployment details log is empty Is your enhancement related to a problem? Please describe. When the service is just deployed, see that the deployment details log is empty: Describe the solution you'd like Smoother transition between viewing logs from deployer pod and f...
gharchive/issue
2023-12-03T15:09:29
2025-04-01T04:58:17.444614
{ "authors": [ "Finenyaco", "linyinli" ], "repo": "seal-io/walrus", "url": "https://github.com/seal-io/walrus/issues/1664", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
341766640
[Don't Merge] Less 3.7 @seanCodes, this PR is 99% of the conversion to Less 3.7. It's marked "Don't Merge" because there's a discrepancy in how certain each() loops execute vs SCSS's @each, at the moment (see changes to bootstrap.css in b2837dfab23621bf09193d95c89fb55958711fde). I'll investigate that when I get a ch...
gharchive/pull-request
2018-07-17T05:01:53
2025-04-01T04:58:17.454081
{ "authors": [ "calvinjuarez", "matthew-dean" ], "repo": "seanCodes/bootstrap-less-port", "url": "https://github.com/seanCodes/bootstrap-less-port/pull/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
174677947
card-expiry directive accepts month values greater than twelve Month value isn't being validated to be less or equal than twelve. mmm, my fault. this issue is not really an issue. xD
gharchive/issue
2016-09-02T04:24:00
2025-04-01T04:58:17.495547
{ "authors": [ "slackmart" ], "repo": "seandesmond/angular-payment", "url": "https://github.com/seandesmond/angular-payment/issues/17", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2740229271
use Option instead of Option for Response status Using NonZeroU16 for responses status codes allows Rust to do some clever optimizations, such as using the the zero case for storing the None value in options, reducing the field size to 2 bytes instead of 4 for response.code. Right now response.code occupies 4 bytes ...
gharchive/issue
2024-12-15T01:58:01
2025-04-01T04:58:17.555207
{ "authors": [ "ramiroaisen", "seanmonstar" ], "repo": "seanmonstar/httparse", "url": "https://github.com/seanmonstar/httparse/issues/195", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
440961815
"Module not found: Error: Can't resolve 'prop-types'" ERROR in ./src/components/post_type_jitsi/post_type_jitsi.jsx Module not found: Error: Can't resolve 'prop-types' in '/home/william341/littrellbox/mattermost-plugin-jitsi/webapp/src/components/post_type_jitsi' @ ./src/components/post_type_jitsi/post_type_jitsi.jsx...
gharchive/issue
2019-05-06T23:51:48
2025-04-01T04:58:17.571933
{ "authors": [ "143mailliw" ], "repo": "seansackowitz/mattermost-plugin-jitsi", "url": "https://github.com/seansackowitz/mattermost-plugin-jitsi/issues/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
180658027
Multisearch fails because of new lines I'm building a list of searches List<Search> searches with SearchSourceBuilder. Then I'm doing MultiSearch multiSearch = new MultiSearch.Builder(searches).build(); MultiSearchResult result = client.execute(multiSearch); This fails because the search inserted contains new lines ...
gharchive/issue
2016-10-03T14:41:02
2025-04-01T04:58:17.576921
{ "authors": [ "alkiskal" ], "repo": "searchbox-io/Jest", "url": "https://github.com/searchbox-io/Jest/issues/403", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
440274296
store mode:file_store/data Exception in thread "main" java.lang.IllegalArgumentException: unknown store mode:file_store/data at io.seata.core.store.StoreMode.valueof(StoreMode.java:48) at io.seata.server.session.SessionHolder.init(SessionHolder.java:84) at io.seata.server.Server.main(Server.java:76) 版本是https://github...
gharchive/issue
2019-05-04T02:09:56
2025-04-01T04:58:17.607958
{ "authors": [ "jackfo" ], "repo": "seata/seata-samples", "url": "https://github.com/seata/seata-samples/issues/105", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1649499823
support active check of service availability at client startup [ ] I have searched the issues of this repository and believe that this is not a duplicate. Ⅰ. Issue Description 类似dubbo的服务检查,如果没有发现该服务,或者无法与该服务的provider建立连接,将抛出异常阻止应用启动 <dubbo:reference interface="x.x.x.xxxx" check="true" /> 现在一启动连不上server,也只是打个error日...
gharchive/issue
2023-03-31T14:49:02
2025-04-01T04:58:17.613366
{ "authors": [ "a364176773", "sun1341283" ], "repo": "seata/seata", "url": "https://github.com/seata/seata/issues/5484", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1523630919
optimize: issue5228 print Stack Trace in EnhancedServiceLoader.loadFile#cahtch [ ] I have registered the PR changes. Ⅰ. Describe what this PR did issue5228中遇到的问题,无法通过seata日志直接定位到问题根因。 主要原因在于EnhancedServiceLoader.loadFile#cahtch 中的日志打印没有打印详细堆栈信息。 优化了日志打印。 Ⅱ. Does this pull request fix one issue? fixes #5228 Ⅲ. Why...
gharchive/pull-request
2023-01-07T09:00:21
2025-04-01T04:58:17.623657
{ "authors": [ "CLAassistant", "codecov-commenter", "yuruixin" ], "repo": "seata/seata", "url": "https://github.com/seata/seata/pull/5236", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1947601830
optimize: support jmx port in seata [x] I have registered the PR changes. Ⅰ. Describe what this PR did Ⅱ. Does this pull request fix one issue? fixes #5269 Ⅲ. Why don't you add test cases (unit test/integration test)? Ⅳ. Describe how to verify it export JMX_ENABLE=true run in local machine, check the opts Ⅴ. Sp...
gharchive/pull-request
2023-10-17T14:42:00
2025-04-01T04:58:17.626628
{ "authors": [ "leizhiyuan" ], "repo": "seata/seata", "url": "https://github.com/seata/seata/pull/5939", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1111933195
IO corruption on 2.86 Describe the bug Applying a 'vacuum' to a sqlite database file is enough to corrupt it. Comparing the pread64() and pwrite64() syscalls between the same command run on ext4 and seaweedfs shows differences, particularly in the last byte of a 1024-byte read. System Setup /usr/local/bin/weed maste...
gharchive/issue
2022-01-23T17:24:03
2025-04-01T04:58:17.647205
{ "authors": [ "chrislusf", "danlsgiga", "nickb937", "shapechecker", "sstent" ], "repo": "seaweedfs/seaweedfs", "url": "https://github.com/seaweedfs/seaweedfs/issues/2609", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
496577157
Added Filament A60 Hi ... Added Filament A60 according to specs in Issue request for A60 Also realized I had made a copy paste error on class name for last added G93 ... I apologize for that. -- Gem Awesome addition!
gharchive/pull-request
2019-09-20T23:00:03
2025-04-01T04:58:17.765684
{ "authors": [ "Gemeni123", "sebbebebbe" ], "repo": "sebbebebbe/com.philips.hue.zigbee", "url": "https://github.com/sebbebebbe/com.philips.hue.zigbee/pull/123", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2519000718
🎉 5.0.1 ℹ️ About this release Version: 5.0.1 Type: patch Last Release: 5.0.0 (8/26/2024, 6:46:29 PM) [?] Commits to merge: 6 [?] 🐛 Bug Fixes Fix tsup config / bundled modules (92bfa4c) Try to fix Dynamic require of "child_process" is not supported (94ceb4c) Try to fix Dynamic require of "child_process" is not su...
gharchive/pull-request
2024-09-11T08:33:10
2025-04-01T04:58:17.773217
{ "authors": [ "sebbo2002" ], "repo": "sebbo2002/semantic-release-docker", "url": "https://github.com/sebbo2002/semantic-release-docker/pull/196", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
153589281
Unable to test latest master neikos ~/p/r/ncollide (master)> cargo clean neikos ~/p/r/ncollide (master)> git rev-parse HEAD d97238c2b577a64b84776106a05adb5c4cf5bddb neikos ~/p/r/ncollide (master)> git status On branch master Your branch is up-to-date with 'origin/master'. nothing to commit, working directory clean ne...
gharchive/issue
2016-05-07T11:13:16
2025-04-01T04:58:17.777978
{ "authors": [ "TheNeikos", "dbrgn", "sebcrozet" ], "repo": "sebcrozet/ncollide", "url": "https://github.com/sebcrozet/ncollide/issues/132", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1361602609
Checkbox: onChange fix from RadioButton Update checkbox component to get the value when onChange occures. Same as the fix we did for RadioButton. I can confirm that the onChange method for react checkbox does not work. Hi is there any update on this issue? or perhaps @faridmasood can linked the related commit fix...
gharchive/issue
2022-09-05T08:42:29
2025-04-01T04:58:17.783570
{ "authors": [ "eweseong", "faridmasood", "patrikfogelstrand", "vsjolander" ], "repo": "sebgroup/green", "url": "https://github.com/sebgroup/green/issues/570", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
367773375
duplicate uuid Hi i run this part of code and i get a uuid successfully in browser. I expect this function return UNIQUE uuid by every device ( not every browser, not every tab). But if i have two same device ( for example two lenovo laptop with same browser ) this function return same uuid. import si from 'systeminf...
gharchive/issue
2018-10-08T12:46:30
2025-04-01T04:58:17.788939
{ "authors": [ "alieslamifard", "mStirner", "sebhildebrandt" ], "repo": "sebhildebrandt/systeminformation", "url": "https://github.com/sebhildebrandt/systeminformation/issues/162", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2140067454
Doesn't work well on Webapps The button does not always appear properly in web apps (such as Twitter, GitHub, etc.), but it works for static sites. Need to figure out why it happens and fix it. Also struggling to get it appear on Reddit (ie. this post).
gharchive/issue
2024-02-17T13:03:59
2025-04-01T04:58:17.790390
{ "authors": [ "sebhs", "semihsezer" ], "repo": "sebhs/human-reader-chrome-extension", "url": "https://github.com/sebhs/human-reader-chrome-extension/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
449156722
windows10 vc2017 problem then have some errors,lack of ofxClipper.h and not include"gl/glu.h" ............................................................................................................................... 严重性 代码 说明 项目 文件 行 禁止显示状态 错误(活动) E0757 重载函数 "std::chrono::duration<_Rep, _Period>::duration [其中 ...
gharchive/issue
2019-05-28T09:19:13
2025-04-01T04:58:17.805310
{ "authors": [ "liu7055", "sebleedelisle" ], "repo": "sebleedelisle/ofxLaser", "url": "https://github.com/sebleedelisle/ofxLaser/issues/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1833450264
Error while Running Example I've run the below command to build the wasmedge and corresponding plugins (Mac M1 Chip)- mkdir build && cd build cmake -DCMAKE_BUILD_TYPE=Release -DWASMEDGE_BUILD_PLUGINS=ON \ -DWASMEDGE_PLUGIN_OPENCVMINI=ON \ -DWASMEDGE_PLUGIN_TENSORFLOWLITE=ON \ -DWASMEDGE_PLUGIN_IMAGE=ON \ -GNi...
gharchive/issue
2023-08-02T15:51:00
2025-04-01T04:58:17.828821
{ "authors": [ "Hrushi20", "hydai" ], "repo": "second-state/opencvmini", "url": "https://github.com/second-state/opencvmini/issues/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2109533738
【OSCP】拆分学习主动数据重构攻击 FSHA 算法实现,及其对应的 DP 防御方法 Type of change [ ] Add new papers (Please tell us why you think this paper is awesome!) [ ] Fix the category of an existing paper/papers (Please tell us the reasons) [ ] Add a new tool/primitive/application with a new markdown page (Thank you! Also, please tell us more abou...
gharchive/pull-request
2024-01-31T08:21:40
2025-04-01T04:58:17.840419
{ "authors": [ "PingyiHu" ], "repo": "secretflow/secretflow", "url": "https://github.com/secretflow/secretflow/pull/1147", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1761698664
doc:add version information for tutorials Hi, Since the rapid development of the SecretFlow, I think that it is important to add the check code of version of the SecretFlow. Based the version information, when the users and the developers read the document in https://www.secretflow.org.cn/docs/secretflow/latest/ su...
gharchive/pull-request
2023-06-17T08:00:54
2025-04-01T04:58:17.843167
{ "authors": [ "Mingbo-Lee", "zhouaihui" ], "repo": "secretflow/secretflow", "url": "https://github.com/secretflow/secretflow/pull/675", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1058970842
Getting started with MongoDB transactions using Node.js Topic Suggestion Proposed title of the article Getting started with MongoDB transactions using Node.js Introduction The need to maintain database integrity cannot be overemphasized. One of the ways to ensure this is by performing ACID transactions; this simply m...
gharchive/issue
2021-11-19T22:37:05
2025-04-01T04:58:17.856913
{ "authors": [ "WanjaMIKE", "murewaashiru" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/issues/5130", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1183290747
Building a studio landing page with Javascript and GSAP’s scrollTrigger plugin. Article checklist Formatting and structure checks [x] Have you used the correct folder and file structure? - see Contribution Guidelines [x] Is your article properly formatted in Markdown? - see Github Markdown guide [x] Have you us...
gharchive/pull-request
2022-03-28T11:23:29
2025-04-01T04:58:17.869104
{ "authors": [ "Kayere", "WanjaMIKE", "deverten", "hectorkambow" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/pull/7345", "license": "Apache-2.0", "license_type": "permissive", "license_sour...
543182178
AudioLoadResultHandler trackLoaded never get called I have my own Discord Bot included Lavaplayer and my Bot worked without problems. Today i tryed to add that i can choose between 5 titles but now the Function trackLoaded never get called anymore (i didnt modifyed anything there, only in playlistLoaded) trackLoaded ...
gharchive/issue
2019-12-28T14:12:51
2025-04-01T04:58:17.905635
{ "authors": [ "Foakx", "sedmelluq" ], "repo": "sedmelluq/lavaplayer", "url": "https://github.com/sedmelluq/lavaplayer/issues/263", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
176646987
Exception rules are not serialised / deserialised from hash or yaml require 'ice_cube' require 'time' schedule = IceCube::Schedule.new(Time.parse('09:30'), end_time: Time.parse('16:30')) schedule.add_recurrence_rule(IceCube::Rule.weekly.day(4)) schedule.add_exception_rule(IceCube::Rule.daily.month_of_year(12)) put...
gharchive/issue
2016-09-13T13:55:12
2025-04-01T04:58:17.912412
{ "authors": [ "CJBrew", "avit" ], "repo": "seejohnrun/ice_cube", "url": "https://github.com/seejohnrun/ice_cube/issues/352", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2482735377
【bug】自动布局按钮,title文件 如图 呢issue可能同 https://github.com/seeksdream/relation-graph/issues/355 重複 此问题在relation-graph-react@2.2.5中已修复
gharchive/issue
2024-08-23T09:34:54
2025-04-01T04:58:17.930548
{ "authors": [ "cuilingh00", "nanarino", "seeksdream" ], "repo": "seeksdream/relation-graph", "url": "https://github.com/seeksdream/relation-graph/issues/363", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
89778448
[Atatus] Updated script to cdn hosted. Updated atatus script to cdn hosted version. Can you please merge it? Lgtm @f2prateek Thanks
gharchive/pull-request
2015-06-20T14:52:14
2025-04-01T04:58:17.940136
{ "authors": [ "f2prateek", "fizerkhan" ], "repo": "segment-integrations/analytics.js-integration-atatus", "url": "https://github.com/segment-integrations/analytics.js-integration-atatus/pull/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
467045435
Sending data to a custom endpoint From what I understand this is how the data collection works: Analytics.js --> segment --> endpoint from a list of options set by segment. My company is developing its own data analyzing tool to use in our application. Is there anyway to have my data collection this way? Analytics.js...
gharchive/issue
2019-07-11T18:36:07
2025-04-01T04:58:17.959814
{ "authors": [ "4074", "YLemelin09", "kenhowardpdx", "pooyaj" ], "repo": "segmentio/analytics.js", "url": "https://github.com/segmentio/analytics.js/issues/610", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2088284206
Adding Kameleoon (Actions) Destination documentation Proposed changes I created the doc file for the new Kameleoon (Actions) Destination. This integration is currently in private beta. Merge timing ASAP once approved (We are currently testing the integration with one customer, and we are looking forward to being list...
gharchive/pull-request
2024-01-18T13:24:33
2025-04-01T04:58:17.963498
{ "authors": [ "stayseesong", "yhassan-kam" ], "repo": "segmentio/segment-docs", "url": "https://github.com/segmentio/segment-docs/pull/5900", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2128499705
popupの作成 issue #11 @kip-i 一応確認しといて、気に入らんかったら直していいよ
gharchive/pull-request
2024-02-10T14:35:01
2025-04-01T04:58:17.979802
{ "authors": [ "sekibuuun" ], "repo": "sekibuuun/mail-copilot2", "url": "https://github.com/sekibuuun/mail-copilot2/pull/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
97334355
propagate child error for command substitution no longer need
gharchive/issue
2015-07-26T17:06:22
2025-04-01T04:58:17.980522
{ "authors": [ "sekiguchi-nagisa" ], "repo": "sekiguchi-nagisa/ydsh", "url": "https://github.com/sekiguchi-nagisa/ydsh/issues/117", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
93119985
Double instantiation causes extraneous change event In my code I accidentally called select2() twice on the same select tag. The result was that we got extra change events. Took me quite a while to figure out the cause of this issue and why change events were issued even when no visible user changes were done in the ...
gharchive/issue
2015-07-05T15:23:51
2025-04-01T04:58:17.985368
{ "authors": [ "herbalite", "kevin-brown" ], "repo": "select2/select2", "url": "https://github.com/select2/select2/issues/3549", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
225348929
parse negative numbers as negative nodes wrapping positive numbers This will make it harder to check if something is a number and get its value but we can plaster over that with isNumber and getValue helpers. The reason for making this change is that it will make writing rules in https://github.com/semantic-math/math...
gharchive/issue
2017-04-30T19:35:53
2025-04-01T04:58:18.015022
{ "authors": [ "kevinbarabash" ], "repo": "semantic-math/math-parser", "url": "https://github.com/semantic-math/math-parser/issues/33", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2432130780
Update Buddy CI environment variables in README This PR updates the Buddy CI documentation to reflect the current support for environment variables in Pull Request builds. Buddy now provides the necessary environment variables to determine the source and target branches, enabling accurate detection of branch and prBr...
gharchive/pull-request
2024-07-26T12:24:43
2025-04-01T04:58:18.019213
{ "authors": [ "czuli", "travi" ], "repo": "semantic-release/env-ci", "url": "https://github.com/semantic-release/env-ci/pull/391", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1008621647
Generalize the properties :numerator, :denominator, :multiplier, and :multiplicand. Fixes #160. Release notes gist x.x.x ----- ### Major Updates - Removed domain and range for `gist:hasNumerator`, `gist:hasDenominator`, `gist:hasMultiplier`, and `gist:hasMultiplicand`. Issue [#160](https://github.com/semanticarts/gi...
gharchive/pull-request
2021-09-27T21:16:13
2025-04-01T04:58:18.031199
{ "authors": [ "dylan-sa", "rjyounes", "uscholdm" ], "repo": "semanticarts/gist", "url": "https://github.com/semanticarts/gist/pull/578", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
567849144
Update journald-upload-receiver.yaml Not quite sure what "List of fields where the values from removed field should be replaced with maskValuesString" means. If a field is (completely) removed, how could its value be replaced with something? @otisg About removing fields and anonymizing data: Let's assume follwing...
gharchive/pull-request
2020-02-19T21:10:05
2025-04-01T04:58:18.033891
{ "authors": [ "megastef", "otisg" ], "repo": "sematext/logagent-js", "url": "https://github.com/sematext/logagent-js/pull/196", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
265390805
Removed duplicate content from ReadMe. Description of the change: Removed duplicate content from ReadMe. @ksigler7 Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed ...
gharchive/pull-request
2017-10-13T19:10:18
2025-04-01T04:58:18.082362
{ "authors": [ "SendGridDX", "ksigler7", "vigzmv" ], "repo": "sendgrid/docs", "url": "https://github.com/sendgrid/docs/pull/3073", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
346420173
Fixing anchor links and formatting Description of the change: Reason for the change: Link to original source: Closes # Hello @Whatthefoxsays,Thanks again for the PR! We appreciate your contribution and look forward to continued collaboration. Thanks! ...
gharchive/pull-request
2018-08-01T02:02:07
2025-04-01T04:58:18.084912
{ "authors": [ "Whatthefoxsays", "thinkingserious" ], "repo": "sendgrid/docs", "url": "https://github.com/sendgrid/docs/pull/3789", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
372728035
Update how-to-send-email-with-marketing-campaigns.md Description of the change: Small enhancements to clarity of the verbiage. Reason for the change: Link to original source: Closes # Hello @sendgrid-ryan,Thanks again for the PR! It's HACKTOBERFEST! We want to show our appreciation by sending ...
gharchive/pull-request
2018-10-22T22:34:36
2025-04-01T04:58:18.087853
{ "authors": [ "sendgrid-ryan", "thinkingserious" ], "repo": "sendgrid/docs", "url": "https://github.com/sendgrid/docs/pull/4374", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
266985584
Allows users to submit rfc822 formatted email addresses Issue Summary Similar to: https://github.com/sendgrid/sendgrid-python/pull/348 Where the user can submit email addresses as: example@example.com or example example <example@example.com> It looks like this may be handled already by split-name-email which is con...
gharchive/issue
2017-10-19T20:54:00
2025-04-01T04:58:18.105649
{ "authors": [ "brandon93s", "mbernier" ], "repo": "sendgrid/sendgrid-nodejs", "url": "https://github.com/sendgrid/sendgrid-nodejs/issues/511", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
595301883
去除权限控制 按照官网的流程去除权限控制: https://pro.loacg.com/docs/remove-authority-management 点击表格的权限按钮时,会报错。如下图 如果我保留main.js中的: import './permission' // permission control 就不会报错 不过这样好像又走回了权限判断了~~~ v-action 去掉
gharchive/issue
2020-04-06T17:41:42
2025-04-01T04:58:18.110793
{ "authors": [ "jy-pwn", "sendya" ], "repo": "sendya/ant-design-pro-vue", "url": "https://github.com/sendya/ant-design-pro-vue/issues/710", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1110531865
avoid ad hoc mini language let's just use normal JSON to represent out entity definitions: https://github.com/senecajs/seneca-github-provider/blob/main/src/cmd-handlers.ts#L18 https://github.com/senecajs/seneca-github-provider/blob/main/src/entities.ts#L15 perhaps: includes: [ { field:string, rename?:string }, ...] ...
gharchive/issue
2022-01-21T14:29:55
2025-04-01T04:58:18.112803
{ "authors": [ "guhmerces", "rjrodger" ], "repo": "senecajs/seneca-github-provider", "url": "https://github.com/senecajs/seneca-github-provider/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
150857815
check-rabbitmq-queue-drain-time.rb fails "no implicit conversion of nil into String" I got this error: Check failed to run: no implicit conversion of nil into String, ["/opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-plugins-rabbitmq-1.2.0/bin/check-rabbitmq-queue-drain-time.rb:96:in `initialize'", "/opt/sensu/emb...
gharchive/issue
2016-04-25T13:23:52
2025-04-01T04:58:18.155936
{ "authors": [ "envintus", "majormoses", "runningman84" ], "repo": "sensu-plugins/sensu-plugins-rabbitmq", "url": "https://github.com/sensu-plugins/sensu-plugins-rabbitmq/issues/31", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
309828707
AIX Client with RabbitMQ SSL fails When starting the sensu-client on an AIX 7.1 server, and using RabbitMQ as the transport over SSL, the connection fails. Expected Behavior Sensu agent should start up fully and successfully establish a connection to RabbitMQ Current Behavior Sensu agent starts Sensu agent attempt...
gharchive/issue
2018-03-29T16:51:41
2025-04-01T04:58:18.164740
{ "authors": [ "adammcdonagh", "amdprophet" ], "repo": "sensu/sensu", "url": "https://github.com/sensu/sensu/issues/1839", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
501184721
Need testing framework for verifying strategy output We need a framework for easily testing newly added strategies. This is resolved by Will Atherton's work on the SpecFlow tests.
gharchive/issue
2019-10-01T22:50:16
2025-04-01T04:58:18.259772
{ "authors": [ "jwelch-S1", "mattwhitfield" ], "repo": "sentryone/unittestgenerator", "url": "https://github.com/sentryone/unittestgenerator/issues/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
172240429
Added permissions-sync tag to nginx tasks. Added permissions sync tag to nginx tasks. @amitbose327 LGTM
gharchive/pull-request
2016-08-19T23:51:02
2025-04-01T04:58:18.260681
{ "authors": [ "amitbose327", "ankanm" ], "repo": "seomoz/roger-mesos", "url": "https://github.com/seomoz/roger-mesos/pull/100", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1722800694
Check the result of SSL certificate verification It is unsafe to use a certificate without checking if it is valid. plan to switch the openssl to mbedtls
gharchive/pull-request
2023-05-23T21:18:42
2025-04-01T04:58:18.263299
{ "authors": [ "sepfy", "szsam" ], "repo": "sepfy/pear", "url": "https://github.com/sepfy/pear/pull/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
100777129
CLOUD-932 always work with latest rc tag when scope is rc @akanto please take a look Instead of the latest RC tag, the latest pre release tag was used in most cases. But dev tags are also pre-release tags, and that caused some complications if dev tags appeared on the rc branch when rc patches were merged back to mas...
gharchive/pull-request
2015-08-13T14:04:21
2025-04-01T04:58:18.298106
{ "authors": [ "jenkins-sequenceiq", "martonsereg" ], "repo": "sequenceiq/cloudbreak", "url": "https://github.com/sequenceiq/cloudbreak/pull/861", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
202461442
Remove builder API in favor of json! macro This was never a user-friendly API. Let's recommend #207 instead. test.rs.in used to contain: mod test_json; mod test_json_builder; I got rid of test_json_builder.rs so I just renamed test_json.rs to test.rs.in. I don't know why the diff is weird. The only actual diff to ...
gharchive/pull-request
2017-01-23T07:16:47
2025-04-01T04:58:18.305064
{ "authors": [ "dtolnay", "oli-obk" ], "repo": "serde-rs/json", "url": "https://github.com/serde-rs/json/pull/208", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
448029175
dev-dependencies are not allowed to be optional Because dev-dependencies are not allowed to be optional (cc @ehuss), I have to make serde_test an unconditional dev-dependency, which means that it will always be part of the dependency graph of my crate when building it, and because serde_test requires std, this means ...
gharchive/issue
2019-05-24T07:54:16
2025-04-01T04:58:18.309460
{ "authors": [ "Anders429", "dtolnay", "gnzlbg" ], "repo": "serde-rs/serde", "url": "https://github.com/serde-rs/serde/issues/1535", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1515086988
Memory leak using API Hi, so I've been using this API for 3 months but always have a problem with memory usage (I'm using CPU computation not GPU) so API service will die if memory don't have enough free space. Each time I call API, memory always rise higher even afer I add some del command and TF clear session memor...
gharchive/issue
2022-12-31T10:23:06
2025-04-01T04:58:18.313137
{ "authors": [ "serengil", "yulizar" ], "repo": "serengil/deepface", "url": "https://github.com/serengil/deepface/issues/622", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1585081974
Deepface.analyze doesn't process frame Hi, I'm on a project where I have to analyze a person's emotion. I've build dev environment using docker according to this document(https://docs.opencv.org/4.x/d2/de6/tutorial_py_setup_in_ubuntu.html) Here's my code(slightly edited for disclosure) video = cv2.VideoCapture('somev...
gharchive/issue
2023-02-15T01:54:29
2025-04-01T04:58:18.317886
{ "authors": [ "KentaroJay" ], "repo": "serengil/deepface", "url": "https://github.com/serengil/deepface/issues/674", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2128690764
Two-fold Performance Enhancement by Optimizing Face Extraction Function When align_first == True Removing the recursive algorithm doubles our performance gains. Also, by recalculating the facial area without reliance on the detect_faces function, we avoid using it twice, resulting in further efficiency. Linting fai...
gharchive/pull-request
2024-02-10T19:38:29
2025-04-01T04:58:18.319780
{ "authors": [ "UmutDeniz26", "serengil" ], "repo": "serengil/retinaface", "url": "https://github.com/serengil/retinaface/pull/80", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2552225393
How to programmatically Invoke a Command with Custom Context I’m trying to figure out how to invoke a command programmatically. Is there a relatively simple way to do this currently, or would I need to create a workaround? Use Case Example: Let’s say I have a command that allows users to create buttons. When a user c...
gharchive/issue
2024-09-27T07:34:24
2025-04-01T04:58:18.325801
{ "authors": [ "Cikmo", "jamesbt365" ], "repo": "serenity-rs/poise", "url": "https://github.com/serenity-rs/poise/issues/308", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
206966214
PostgreSql Auto-Complete Hi, There is a problem with auto-complete of table names containing upper case letters in the name. Writing select * from t44b30d98 works well, but select * from "T44B30D98" cant find anything. Probably duplicate of #1232 Hi, its not duplicate, I have tried your version 4.0 with repaired ...
gharchive/issue
2017-02-11T07:59:21
2025-04-01T04:58:18.331585
{ "authors": [ "mapes610", "serge-rider" ], "repo": "serge-rider/dbeaver", "url": "https://github.com/serge-rider/dbeaver/issues/1252", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
251078053
No Run Button I use a lot of VM's and the Ctrl Key is not always easy to use for Execute SQL Statement=Ctrl+Enter and yes I know I can get to it from the SQL Editor menu but that's slower. You can change the key binding for SQL Execution: Window -> Preferences -> General ->Keys Nice. I still like a Run button th...
gharchive/issue
2017-08-17T21:29:50
2025-04-01T04:58:18.334110
{ "authors": [ "Sargul", "timjohnarm" ], "repo": "serge-rider/dbeaver", "url": "https://github.com/serge-rider/dbeaver/issues/2031", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
74186982
Improving CONTRIBUTING.md? So this project has 3,685 stars, and https://github.com/emmetio/emmet has 2,465 stars - it seems that this is the most popular emmet plugin. Do you think there's room for a high-level architectural overview on how the components fits together and suggestions on how to hack on it? Want to b...
gharchive/issue
2015-05-08T01:28:45
2025-04-01T04:58:18.338807
{ "authors": [ "jcrben" ], "repo": "sergeche/emmet-sublime", "url": "https://github.com/sergeche/emmet-sublime/issues/554", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1074322734
How to display failure Hey, I want to display the AuthenticationError that is thrown in the login function on the sign in page. Any suggestions on how I could do that or is this even possible? Thanks All the strategies catch the errors your throw and wrap it in a Response. If you defined a failureRedirect, the resp...
gharchive/issue
2021-12-08T11:47:54
2025-04-01T04:58:18.344107
{ "authors": [ "JSLNO", "sergiodxa" ], "repo": "sergiodxa/remix-auth", "url": "https://github.com/sergiodxa/remix-auth/issues/76", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2040485911
Operation name not being logged Hi, I am trying to use Serilog to centralize logging exceptions and for Application Insights I would like to use this project. Although the exception does get logged in Application Insights it lacks the parent operation name I attach here a project that demostrates the issue using both...
gharchive/issue
2023-12-13T21:21:22
2025-04-01T04:58:18.355022
{ "authors": [ "FrancisPayeurOrckestra", "claudiopi" ], "repo": "serilog-contrib/serilog-sinks-applicationinsights", "url": "https://github.com/serilog-contrib/serilog-sinks-applicationinsights/issues/218", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
127887489
Issue using AzureTableStorage and ASP.NET Core 1.0 Hi, When I try to use ASP.NET Core 1.0 and Serilog to log to table storage I get the following message Could not load file or assembly 'Serilog.FullNetFx, Version=1.4.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10' or one of its dependencies. The system cannot...
gharchive/issue
2016-01-21T10:02:09
2025-04-01T04:58:18.363886
{ "authors": [ "Huck", "MrKevHunter", "nblumhardt" ], "repo": "serilog/serilog-sinks-azuretablestorage", "url": "https://github.com/serilog/serilog-sinks-azuretablestorage/issues/3", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
581615301
limit on users speed Hi Is there any way i can limit every connection on speed ? or every user ? or whole packages have max speed limitation ? Hi. No, it's currently not possible. It can be implemented, but nobody asked for it so far. You can try to play with linux iptables and tc. But it's quite complex. вс, 15 м...
gharchive/issue
2020-03-15T10:31:52
2025-04-01T04:58:18.378278
{ "authors": [ "alirezaimi", "seriyps" ], "repo": "seriyps/mtproto_proxy", "url": "https://github.com/seriyps/mtproto_proxy/issues/53", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
712221687
cppflow2: Fix compilation with Visual Studio, add How To Run section of README This unneeded include doesn't compile in Visual Studio. The shared_ptr is part of the header already. I changed the CMakeLists as it was expecting to have the libtensorflow folder in the cppflow directory, but it is better to expect it ...
gharchive/pull-request
2020-09-30T19:32:00
2025-04-01T04:58:18.380079
{ "authors": [ "CarlPoirier", "serizba" ], "repo": "serizba/cppflow", "url": "https://github.com/serizba/cppflow/pull/53", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
143250338
Move topic-folders to the top i.e. "exercise groups" before "articles" etc on topic overviews is this still relevant? yes As discussed with simon and others, we won't include this until it's asked for again by users (or maybe until we have something like A/B testing). Closed for now.
gharchive/issue
2016-03-24T13:48:26
2025-04-01T04:58:18.381394
{ "authors": [ "Knorrke", "arekkas", "inyono" ], "repo": "serlo-org/athene2", "url": "https://github.com/serlo-org/athene2/issues/296", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2228809882
Add more translations Now, as the multi-language functionality is implemented, more translations can be created. If you are interesting in creating translation for any language, refer to the CONTRIBUTING.md file in the repo's root. Hi @mathieupotier, if you are interested in adding a translation for sensor names et...
gharchive/issue
2024-04-05T21:10:16
2025-04-01T04:58:18.383882
{ "authors": [ "andreondra", "mathieupotier" ], "repo": "sermatec-opensource/sermatec-inverter", "url": "https://github.com/sermatec-opensource/sermatec-inverter/issues/62", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1343942056
🛑 sgmgrpc.serverssh.us is down In e3ca6b6, sgmgrpc.serverssh.us (http://sgmgrpc.serverssh.us/) was down: HTTP code: 521 Response time: 1154 ms Resolved: sgmgrpc.serverssh.us is back up in a1b91e8.
gharchive/issue
2022-08-19T04:57:23
2025-04-01T04:58:18.435800
{ "authors": [ "serversshnet" ], "repo": "serversshnet/server-status", "url": "https://github.com/serversshnet/server-status/issues/287", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2674398413
🛑 sgx1.serverssh.net is down In 81af1a6, sgx1.serverssh.net (sgx1.serverssh.net) was down: HTTP code: 0 Response time: 0 ms Resolved: sgx1.serverssh.net is back up in b675a19 after 19 minutes.
gharchive/issue
2024-11-20T04:56:24
2025-04-01T04:58:18.439406
{ "authors": [ "serversshnet" ], "repo": "serversshnet/server-status", "url": "https://github.com/serversshnet/server-status/issues/2959", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1610311571
🛑 ge.ipservers.xyz is down In caceb4a, ge.ipservers.xyz (ge.ipservers.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: ge.ipservers.xyz is back up in de7e3d8.
gharchive/issue
2023-03-05T18:35:11
2025-04-01T04:58:18.445842
{ "authors": [ "serversshnet" ], "repo": "serversshnet/uptime", "url": "https://github.com/serversshnet/uptime/issues/1042", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1662814977
🛑 sgtro.ipservers.xyz is down In 7b4ba05, sgtro.ipservers.xyz (sgtro.ipservers.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: sgtro.ipservers.xyz is back up in e242b61.
gharchive/issue
2023-04-11T16:01:12
2025-04-01T04:58:18.447894
{ "authors": [ "serversshnet" ], "repo": "serversshnet/uptime", "url": "https://github.com/serversshnet/uptime/issues/1938", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1805960227
🛑 id2tro.ipservers.xyz is down In 2de97a4, id2tro.ipservers.xyz (id2tro.ipservers.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: id2tro.ipservers.xyz is back up in b871459.
gharchive/issue
2023-07-15T07:58:05
2025-04-01T04:58:18.450187
{ "authors": [ "serversshnet" ], "repo": "serversshnet/uptime", "url": "https://github.com/serversshnet/uptime/issues/3120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2096004596
🛑 id2go.ipservers.xyz is down In 1d512e5, id2go.ipservers.xyz (id2go.ipservers.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: id2go.ipservers.xyz is back up in 8050258 after 43 minutes.
gharchive/issue
2024-01-23T12:37:47
2025-04-01T04:58:18.452265
{ "authors": [ "serversshnet" ], "repo": "serversshnet/uptime", "url": "https://github.com/serversshnet/uptime/issues/4578", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1498965110
🛑 Bath Repairs is down In 89b13fc, Bath Repairs (https://bath-repairs.co.uk) was down: HTTP code: 500 Response time: 3125 ms Resolved: Bath Repairs is back up in 6e2c216.
gharchive/issue
2022-12-15T19:23:31
2025-04-01T04:58:18.458182
{ "authors": [ "alistairreay" ], "repo": "servicesite/upptime", "url": "https://github.com/servicesite/upptime/issues/1095", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2616450881
🛑 Typeform (Cookers) is down In 1c84329, Typeform (Cookers) (https://servicesite.typeform.com/to/wnhhHH) was down: HTTP code: 503 Response time: 195 ms Resolved: Typeform (Cookers) is back up in dd754be after 9 minutes.
gharchive/issue
2024-10-27T09:32:02
2025-04-01T04:58:18.460629
{ "authors": [ "alistairreay" ], "repo": "servicesite/upptime", "url": "https://github.com/servicesite/upptime/issues/1577", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1438292495
🛑 Colchester Repairs is down In b0d7d48, Colchester Repairs (https://colchester-repairs.co.uk) was down: HTTP code: 500 Response time: 3154 ms Resolved: Colchester Repairs is back up in 7a3459c.
gharchive/issue
2022-11-07T12:34:59
2025-04-01T04:58:18.463229
{ "authors": [ "alistairreay" ], "repo": "servicesite/upptime", "url": "https://github.com/servicesite/upptime/issues/609", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
157283678
Add some bindings to the private CGSRegion APIs. These enable us to tell the window server about the opaque regions of the window so that it can perform occlusion culling. See https://github.com/NUIKit/CGSInternal/blob/master/CGSRegion.h r? @metajack This change is This looks fine, but had a question on the ret...
gharchive/pull-request
2016-05-27T20:20:49
2025-04-01T04:58:18.476192
{ "authors": [ "bors-servo", "metajack", "pcwalton" ], "repo": "servo/core-graphics-rs", "url": "https://github.com/servo/core-graphics-rs/pull/50", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }