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
191790289
Style the Machine Edit page Step 1: @ryantg Create a mockup. Step 1 status: Incomplete. Details are in the mockup (I just wrote notes rather than actually mocked it up). This feels like weak style suggestions on my part... but still I hope it really helps the page become more readable. We'll see. Shit, I need to l...
gharchive/issue
2016-11-26T06:32:12
2025-04-01T06:40:20.913716
{ "authors": [ "RyanTG", "scottwainstock" ], "repo": "scottwainstock/pbm-ios", "url": "https://github.com/scottwainstock/pbm-ios/issues/76", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
991084128
fix nc capabilities re to allow for namespaced tags Junos uses namespaced tags in their hellos. this caused no matches for capabilities in scrapligo the following re allows namespaced tags as shown here https://regex101.com/r/w1M6Lp/1 LGTM!
gharchive/pull-request
2021-09-08T12:28:32
2025-04-01T06:40:20.929048
{ "authors": [ "carlmontanari", "hellt" ], "repo": "scrapli/scrapligo", "url": "https://github.com/scrapli/scrapligo/pull/49", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
55371192
Handle exceptions in commands The execute_command() method in the command classes should handle exceptions related to the arguments or the input config file. Closed with PR #22
gharchive/issue
2015-01-24T13:44:11
2025-04-01T06:40:20.929893
{ "authors": [ "AlexMathew", "scrappleapp" ], "repo": "scrappleapp/scrapple", "url": "https://github.com/scrappleapp/scrapple/issues/21", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1936099915
Safe to include token? Sanity Studio is a client side application, so anything we put into it must be non-sensitive. If I enter my imageshop token into the config, it'll show up in the client bundle, which in turn will make it available to any attacker that looks through that bundle. In other words, if we include the...
gharchive/issue
2023-10-10T19:49:25
2025-04-01T06:40:20.964195
{ "authors": [ "hognescreentek", "peec", "selbekk" ], "repo": "screentek/Sanity", "url": "https://github.com/screentek/Sanity/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
213826717
Create script backup Save snapshots of the Firebase database and users. Done in 1.3
gharchive/issue
2017-03-13T16:43:56
2025-04-01T06:40:20.995206
{ "authors": [ "scriptPilot" ], "repo": "scriptPilot/app-framework", "url": "https://github.com/scriptPilot/app-framework/issues/329", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
976079259
OVERLAPS word is not highlighted Describe the bug overlaps word is not highlighted (used in postgres) To Reproduce Test query: SELECT "huddles".* FROM "huddles" INNER JOIN "huddle_guests" ON "huddles"."id" = "huddle_guests"."huddle_id" WHERE "huddle_guests"."user_id" IN (2) AND "huddles"."cancelled_at" IS NULL AND ("...
gharchive/issue
2021-08-21T08:15:31
2025-04-01T06:40:20.998786
{ "authors": [ "scriptcoded", "vladshcherbin" ], "repo": "scriptcoded/sql-highlight", "url": "https://github.com/scriptcoded/sql-highlight/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1108777285
🛑 Github Insights is down In 26eee9e, Github Insights (https://github-insights.atanas.info) was down: HTTP code: 0 Response time: 0 ms Resolved: Github Insights is back up in 3e7b1f9.
gharchive/issue
2022-01-20T02:49:40
2025-04-01T06:40:21.001258
{ "authors": [ "scriptex" ], "repo": "scriptex/uptime", "url": "https://github.com/scriptex/uptime/issues/669", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
141304552
Change scss-lint executable to scss_lint see https://github.com/brigade/scss-lint/commit/c1e311b495cfd189f63aa8cc821ca036b47a9fe9 - this is now the proper executable per Gem name standards I read the link you pointed me to, and I reached a different conclusion. Syntastic cares about executables rather than gem nam...
gharchive/pull-request
2016-03-16T15:12:34
2025-04-01T06:40:21.007902
{ "authors": [ "glittershark", "lcd047" ], "repo": "scrooloose/syntastic", "url": "https://github.com/scrooloose/syntastic/pull/1728", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
86440245
Initial Site Administration [Migrated from Assembla ticket 2 - reported by @reid-spencer on 2014-10-11 16:31:24.000] Scrupal will provide an administration module that allows the various modules that are running to be configured. All meta information and even instance content can be modified with the administration i...
gharchive/issue
2015-06-09T04:21:43
2025-04-01T06:40:21.118118
{ "authors": [ "reid-spencer" ], "repo": "scrupal/scrupal", "url": "https://github.com/scrupal/scrupal/issues/2", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1280037809
build few useful dataset as examples https://squidpy.readthedocs.io/en/latest/api.html bento.datasets.load_dataset("merfish") could be good here. It has points and shapely polygons. bento.datasets.load_dataset("merfish") could be good here. It has points and shapely polygons. update, there is no image, shoudl c...
gharchive/issue
2022-06-22T12:03:23
2025-04-01T06:40:21.130787
{ "authors": [ "giovp", "ivirshup" ], "repo": "scverse/napari-spatialdata", "url": "https://github.com/scverse/napari-spatialdata/issues/9", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1807747492
Add docstring for scanvi unlabeled category [x] Closes #2091 [x] Tests added and passed if fixing a bug or adding a new feature [x] All code checks passed. [x] Added type annotations to new arguments/methods/functions. [x] Added an entry in the latest docs/release_notes/index.md file if fixing a bug or adding a new ...
gharchive/pull-request
2023-07-17T13:06:39
2025-04-01T06:40:21.133018
{ "authors": [ "martinkim0" ], "repo": "scverse/scvi-tools", "url": "https://github.com/scverse/scvi-tools/pull/2189", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1600038901
[BUG] GUI trainer "v_1_1.wav" does not match any known standard input files Just tried the NAM GUI trainer and got the error in the title. Maybe the lengthy path - will retry with a shorter one too Training via CLI with the dry & wet files in the root folder works fine. Can you paste the full file names? He is...
gharchive/issue
2023-02-26T12:21:26
2025-04-01T06:40:21.188896
{ "authors": [ "2-dor", "PrimalNerd", "jolappi", "sdatkinson" ], "repo": "sdatkinson/neural-amp-modeler", "url": "https://github.com/sdatkinson/neural-amp-modeler/issues/103", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
138751274
关于缓存问题 我在列表页面用的 ajax上拉刷新 ,点击进入详情,然后使用缓存机制,然后点击去,里面的js 全部缓存了,不执行了,返回还是之前浏览的位置,如果不使用缓存机制,都可以,返回还得从头加载,我想实现,点击后里面不使用缓存,返回使用缓存,感觉这个是bug, 很烦恼,为此,让换框架,不知道描述清楚了吗, 感觉缓存机制 必须两个页面都缓存,我想让一个页面缓存 不可以的, 我也遇到这个问题,不清楚是不是因为使用方式不对? 请问你解决了没? 解决了,微信搜someet服务号 就是用的sui做的,你可以参考一下
gharchive/issue
2016-03-06T03:41:14
2025-04-01T06:40:21.190327
{ "authors": [ "justdmm", "wshudong" ], "repo": "sdc-alibaba/SUI-Mobile", "url": "https://github.com/sdc-alibaba/SUI-Mobile/issues/463", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
459518406
Skip updating git dependencies if short hash match This change ensures that short hashes are taken into consideration when evaluating if the required version of the dependency is already installed. The previous implementation only skipped update of a git dependencies if the revision specified in the pyproject.toml ma...
gharchive/pull-request
2019-06-22T23:02:27
2025-04-01T06:40:21.221418
{ "authors": [ "abn", "sdispater" ], "repo": "sdispater/poetry", "url": "https://github.com/sdispater/poetry/pull/1186", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1324797047
Update build configuration The build configuration of this project is outdated and may no longer work. This pull request will be merged automatically if there are no conflicts. :tada: This PR is included in version 5.1.25 :tada: The release is available on: npm package (@latest dist-tag) GitHub release Your seman...
gharchive/pull-request
2022-08-01T18:18:54
2025-04-01T06:40:21.281830
{ "authors": [ "comgit" ], "repo": "sealsystems/node-consul", "url": "https://github.com/sealsystems/node-consul/pull/348", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
984957572
Use Rlock when Get Use Rlock when Get @Laisky I submitted a PR (https://github.com/Laisky/fast-skiplist/pull/1) to your branch which would add a bench test to this PR. @sean-public Parallel bench test shows throughput improvement of RLock is very significant for concurrent access. name old time/op ...
gharchive/pull-request
2021-09-01T10:03:13
2025-04-01T06:40:21.288391
{ "authors": [ "Laisky", "kevburnsjr", "sean-public" ], "repo": "sean-public/fast-skiplist", "url": "https://github.com/sean-public/fast-skiplist/pull/17", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2229654074
Add pom.xml and application.properties files, and create main and test classes Just a start Blastoff.zone: Earn 1 ETH + $500 Bonus! Congratulations! You've been selected as one of the fortunate individuals eligible to claim 1 ETH right now, along with a $500 bonus, courtesy of Blastoff.zone. How to Claim Your Rewa...
gharchive/pull-request
2024-04-07T09:33:28
2025-04-01T06:40:21.301161
{ "authors": [ "jhonnybail", "seanmayer" ], "repo": "seanmayer/demeter-service", "url": "https://github.com/seanmayer/demeter-service/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
548170978
Avoid .git folder rsync delete When no target folder given, the .git folder gets deleted so the bash script cannot commit. Excluding existing .git folder avoid that issue 🙂 Thank you!
gharchive/pull-request
2020-01-10T16:24:53
2025-04-01T06:40:21.302634
{ "authors": [ "seanmiddleditch", "yannbertrand" ], "repo": "seanmiddleditch/gha-publish-to-git", "url": "https://github.com/seanmiddleditch/gha-publish-to-git/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
152918135
IllegalAccessError is thrown when Jest tries to access internal deepCopy method com.google.gson.JsonObject class I am using Jest client to work with Elasticsearch from inside Spark application. While it runs as expected when executing Spark in local mode, it fails in cluster mode with the following exception: Except...
gharchive/issue
2016-05-04T02:41:44
2025-04-01T06:40:21.338880
{ "authors": [ "kramer", "yuriyfilonov" ], "repo": "searchbox-io/Jest", "url": "https://github.com/searchbox-io/Jest/issues/351", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1802465780
偶发客户端全局事务线程卡死,此线程长时间没有直接结果返回。 [ ] I have searched the issues of this repository and believe that this is not a duplicate. Ⅰ. Issue Description - JDK version(e.g. `java -version`): java version "1.8.0_291" - Seata client/server version: 1.5.2/1.5.2 - Database version: oracle 10 - OS(e.g. `uname -a`): windows 2016...
gharchive/issue
2023-07-13T08:17:29
2025-04-01T06:40:21.367395
{ "authors": [ "a364176773", "honestdong" ], "repo": "seata/seata", "url": "https://github.com/seata/seata/issues/5726", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
524198190
bugfix: fix xidInterceptorType is null Ⅰ. Describe what this PR did Ⅱ. Does this pull request fix one issue? fixes #1908 Ⅲ. Why don't you add test cases (unit test/integration test)? Ⅳ. Describe how to verify it Ⅴ. Special notes for reviews Codecov Report Merging #1909 into develop will decrease coverage by <.01...
gharchive/pull-request
2019-11-18T07:59:15
2025-04-01T06:40:21.373840
{ "authors": [ "cmonkey", "codecov-io" ], "repo": "seata/seata", "url": "https://github.com/seata/seata/pull/1909", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1622136142
Documentation? Hi! Thanks for making this library publicly available. What's the best way to go through the documentation for this library? I can see that there's a short usage guide on the README but where can I find more details about the difference between ratio, partial_ratio, token_sort_ratio, token_set_ratio an...
gharchive/issue
2023-03-13T19:38:42
2025-04-01T06:40:21.379405
{ "authors": [ "adam-sierakowski", "nikhilweee" ], "repo": "seatgeek/thefuzz", "url": "https://github.com/seatgeek/thefuzz/issues/51", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
255510203
Side menu always visible Hello, very good work. Is possible to mantain alwais visible the side menu? Thank you for your great contribution. Hi! Do you mean something similar to how the SplitPane works? yes. Exactly this. Do you have an expample of this? Do you have an example for split pane with MultiLevelSid...
gharchive/issue
2017-09-06T07:43:34
2025-04-01T06:40:21.397640
{ "authors": [ "oliveravanze", "sebaferreras", "sirin8" ], "repo": "sebaferreras/Ionic3-MultiLevelSideMenu", "url": "https://github.com/sebaferreras/Ionic3-MultiLevelSideMenu/issues/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1519407940
🎉 1.0.3 ℹ️ About this release Version: 1.0.3 Type: patch Last Release: 1.0.2 (12/11/2022, 2:53:12 PM) [?] Commits to merge: 28 [?] 🐛 Bug Fixes Use bot token to check pull requests (559064c) 📦 Dependencies Update simple-git from ^3.15.0 to ^3.16.0 :tada: This PR is included in version 1.0.3 :tada: The relea...
gharchive/pull-request
2023-01-04T18:30:26
2025-04-01T06:40:21.421180
{ "authors": [ "sebbo2002" ], "repo": "sebbo2002/action-template-updater", "url": "https://github.com/sebbo2002/action-template-updater/pull/30", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
54858692
Add pseudoinverse, SVD Pseudoinverse and singular value decomposition calculation, while difficult, is useful if nphysics (or some animation library) ever wants to implement Jacobian-based inverse kinematics methods. It's doable with just the transpose, but incredibly imprecise. SVD and pseudo-inverse will be relea...
gharchive/issue
2015-01-20T09:06:11
2025-04-01T06:40:21.422275
{ "authors": [ "Jragonmiris", "sebcrozet" ], "repo": "sebcrozet/nalgebra", "url": "https://github.com/sebcrozet/nalgebra/issues/78", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
326723351
Triangular shape with Shape+Clone? Hi dear ncollide maintainers 👋 I'd like to use a 2d triangular shape for collisions – which implements both Shape and Clone. First, I tried to use shape::Triangle, but even though it's available in ncollide2d, it appears to use the feature switch dim3, http://www.ncollide.org/rustd...
gharchive/issue
2018-05-26T09:08:47
2025-04-01T06:40:21.427824
{ "authors": [ "floere", "sebcrozet" ], "repo": "sebcrozet/ncollide", "url": "https://github.com/sebcrozet/ncollide/issues/202", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2411969
How do you install this? I cloned the files, this placed a folder on my desktop. Ok, I renamed the folder to 'Sass.codaplugin' and this made it look like a plugin. But when I place this in the plug-ins folder, this is not being picked up by Coda? Lost here ;( The files here on GitHub are just the source files for t...
gharchive/issue
2011-12-01T07:41:05
2025-04-01T06:40:21.447581
{ "authors": [ "blackfalcon", "secca" ], "repo": "secca/Coda-Sass-Plug-in", "url": "https://github.com/secca/Coda-Sass-Plug-in/issues/1", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1858831470
HEU是否支持GPU计算? HEU是否支持GPU计算?如果不支持,是否有这方面的计划 基于硬件加速的算法以合作团队、社区贡献为主,曾经有一个团队给 HEU 贡献了 GPU Paillier 算法,但是性能一直没有达到预期,因此没有放到 github 上。合作团队的人力不太可控,短期内调优 GPU Paillier 的性能希望渺茫,而我们内部暂时没有往 GPU 方向投入资源的计划
gharchive/issue
2023-08-21T08:04:45
2025-04-01T06:40:21.453044
{ "authors": [ "dtera", "usafchn" ], "repo": "secretflow/heu", "url": "https://github.com/secretflow/heu/issues/88", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1871448783
kuscia数据接入问题 支持csv,试了ok。数据库能支持吗,怎么基于数据库执行psi任务 支持csv,试了ok。数据库能支持吗,怎么基于数据库执行psi任务 “基于数据库执行psi任务“,具体是指什么意思呢 https://www.secretflow.org.cn/docs/kuscia/latest/zh-Hans/tutorial/run_secretflow_with_api_cn 是按照这个指导,把自己的数据库导出为csv文件,然后放到/home/kuscia/var/storage/data。 想着怎么可以直接代码连到数据库 https://www.secretflow.org.cn/docs...
gharchive/issue
2023-08-29T11:14:53
2025-04-01T06:40:21.462249
{ "authors": [ "Eiji911", "UniqueMarvin", "changhr2013", "daydayuphere", "killomsc", "ruhengChen", "wangyixianggogo", "yushiqie" ], "repo": "secretflow/kuscia", "url": "https://github.com/secretflow/kuscia/issues/95", "license": "Apache-2.0", "license_type": "permissive", "...
2060898374
Cemu for macOS As far as I know, this work is more focused on getting the adapters working on Dolphin. Is it possible to get this driver to work on the Wii U emulator Cemu for macOS? More specifically for the Super Smash Bros. for Wii U game, which allows the usage of GameCube controllers through an adapter? Have ask...
gharchive/issue
2023-12-31T00:48:29
2025-04-01T06:40:21.473094
{ "authors": [ "GreetingsIExist", "ryanmcgrath" ], "repo": "secretkeysio/GCAdapterDriver", "url": "https://github.com/secretkeysio/GCAdapterDriver/issues/21", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
873512905
INTRODUCTION TO VITE 2.0 INTRODUCTION TO VITE 2.0 Vite.Js (a French word for "fast" or “quick”, pronounced /vit/) developed by the creator of Vue.js, Evan You. Vite.Js 2.0 is a front-end build tool or framework for designing a rich, elegant and sleek User Interface, it is referred to as the next-generation framework...
gharchive/issue
2021-05-01T02:51:18
2025-04-01T06:40:21.480486
{ "authors": [ "Danmasanii", "hectorkambow" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/issues/2196", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1142664664
C Program to Implement Playfair Cipher Algorithm C Program to Implement Play fair Cipher Algorithm Introduction Encryption and decryption require a cipher. The ciphertext is the term used to describe it. Different algorithms may transform plain text to encoded text using the ciphertext process. The first practical di...
gharchive/issue
2022-02-18T08:57:54
2025-04-01T06:40:21.484035
{ "authors": [ "KARIUKIJOHN", "WanjaMIKE" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/issues/6721", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
908458773
Linux container (LXC ) vs. Docker container , what's the difference and why Docker is better A LCX vs Docker article and the related images Article checklist ATTENTION: In your PR - add the ISSUE (topic form) # that this PR corresponds to. You can do this by also adding a comment that states "This fixes #(enter your ...
gharchive/pull-request
2021-06-01T16:05:34
2025-04-01T06:40:21.499003
{ "authors": [ "JuliusGikonyoNyambura", "hectorkambow", "zolomohan" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/pull/2457", "license": "Apache-2.0", "license_type": "permissive", "license_sourc...
971218800
Creating a React app using Vite This fixes #3142 Article checklist ATTENTION: In your PR - add the ISSUE (topic form) # that this PR corresponds to. You can do this by also adding a comment that states "This fixes #(enter your Idea Content Form #)" to link and close your Idea Content (issue) when the PR is merged. NO...
gharchive/pull-request
2021-08-15T20:36:28
2025-04-01T06:40:21.513022
{ "authors": [ "Neema-2016", "Qodestackr", "ahmadmardeni1", "marienjus" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/pull/3361", "license": "Apache-2.0", "license_type": "permissive", "licen...
1005337323
A dive into Message Queue Telemetry Transport Protocol article Article checklist Pre-submission checks Please ensure that you have only one open topic suggestion (issue) + in-review article (linked pull request) at a time. This will ensure that we complete the review process in a timely manner from inception to publ...
gharchive/pull-request
2021-09-23T11:52:10
2025-04-01T06:40:21.528406
{ "authors": [ "ahmadmardeni1", "mercymeave", "rene-shigolah" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/pull/3983", "license": "Apache-2.0", "license_type": "permissive", "license_source": "g...
1085244668
[Languages]: Building a Screen Recording Application Using JavaScript Article checklist Attention Our Peer Reviewer and Content Moderator teams do NOT provide any revisions services. All revisions and edits should be completed on your own forked repo (as to not take up room in the queue) in order for our team to revi...
gharchive/pull-request
2021-12-20T22:08:05
2025-04-01T06:40:21.544404
{ "authors": [ "Qodestackr", "WanjaMIKE", "katungi", "mercymeave" ], "repo": "section-engineering-education/engineering-education", "url": "https://github.com/section-engineering-education/engineering-education/pull/5687", "license": "Apache-2.0", "license_type": "permissive", "license_sou...
2130479697
testing-pipelines test pr /retest
gharchive/pull-request
2024-02-12T16:17:56
2025-04-01T06:40:21.564202
{ "authors": [ "JasonPowr" ], "repo": "securesign/rekor", "url": "https://github.com/securesign/rekor/pull/213", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
3266371
Localization for rule descriptions Hi! I could not find any specs about how to localize rule string result. I need to localize for example rule string "Weekly, on tuesdays". Hey Mikko, Internationalization has been a long dream of mine for the project - and a recent refactor has put me in a really good place to int...
gharchive/issue
2012-02-17T11:47:14
2025-04-01T06:40:21.574269
{ "authors": [ "Frank004", "TangMonk", "avit", "dgilperez", "joelmeyerhamme", "mruokojo", "seejohnrun" ], "repo": "seejohnrun/ice_cube", "url": "https://github.com/seejohnrun/ice_cube/issues/68", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1011752264
Set input type for SpecifiedPersonForm email/phone This makes little difference on desktop browsers, but causes mobile software keyboards to customise their layout.
gharchive/pull-request
2021-09-30T06:07:48
2025-04-01T06:40:21.578557
{ "authors": [ "etaoins" ], "repo": "seek-oss/wingman", "url": "https://github.com/seek-oss/wingman/pull/629", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1597498454
"Bad Gateway" Error I recently installed the new email add-on and installed successfully. However, the emails are not sending. In the "_Job Results" folder, errors show "Bad Gateway" It appears that the email service is not running on your system. If you have administrator access can you check the value of Compone...
gharchive/issue
2023-02-23T20:40:03
2025-04-01T06:40:21.620866
{ "authors": [ "cherrera2001", "liz-luft" ], "repo": "seeq12/seeq-email-addon", "url": "https://github.com/seeq12/seeq-email-addon/issues/8", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1405940256
F: update import code style This line confused my IDE a little. As I searched through the project, only a few use import @. Most code prefer import ../. Are they legacy code from previous repos? Will fix more and include a changeset if approved. [] I've included a changeset (psst. run yarn changeset. Read about chang...
gharchive/pull-request
2022-10-12T10:10:27
2025-04-01T06:40:21.659970
{ "authors": [ "hbrls", "silesky" ], "repo": "segmentio/analytics-next", "url": "https://github.com/segmentio/analytics-next/pull/623", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1694678120
Release major node version Other than a version bump, no real changes. Looks good to me - will this be automatically updated without the version tag to 1.0.0 with the patch release? Yep
gharchive/pull-request
2023-05-03T19:34:35
2025-04-01T06:40:21.661172
{ "authors": [ "silesky" ], "repo": "segmentio/analytics-next", "url": "https://github.com/segmentio/analytics-next/pull/855", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1471635756
Autocomplete: allowOtherValues does not work Steps to reproduce Use the <Autocomplete/> component with allowOtherValues prop. const Page = () => { const [value, setValue] = useState('') return ( <div> <Autocomplete allowOtherValues id="autocomplete-test" onChange={setValue} ...
gharchive/issue
2022-12-01T16:52:19
2025-04-01T06:40:21.672667
{ "authors": [ "brandongregoryscott", "harish-prakash" ], "repo": "segmentio/evergreen", "url": "https://github.com/segmentio/evergreen/issues/1562", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2258787688
Acoustic Catalog initial submit Initial Catalog entry for Acoustic (Actions) Destination Merge timing <!-- When should this get merged/published? ASAP once approved, please. Hi Folks, As it's been two weeks without an update, can we get an idea of the timing to complete a review? Thanks, Thank you Thomas, App...
gharchive/pull-request
2024-04-23T12:44:46
2025-04-01T06:40:21.697918
{ "authors": [ "KWLandry-acoustic", "pwseg" ], "repo": "segmentio/segment-docs", "url": "https://github.com/segmentio/segment-docs/pull/6425", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
487061679
Bug fix: objective reaction not adhering to upper bound Bug description: In FBACell.run, the upper bound on the biomass reaction is set to be equivalent to the rate that would fill the current cell. This overrides the limit set in the model file, which we may want to limit. For example, I discovered this when trying ...
gharchive/issue
2019-08-29T16:30:16
2025-04-01T06:40:21.704192
{ "authors": [ "jeremymchacon", "mquintin" ], "repo": "segrelab/comets", "url": "https://github.com/segrelab/comets/issues/18", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
316585164
Could not initialize class com.letv.sarrsdesktop.blockcanaryex.BlockCanaryExPlugin Applying BlockCanaryExPlugin 0.9.9.5 apply plugin: 'blockcanaryex' fails on Android Studio 3.1.1. and Gradle 3.1.1 with org.gradle.api.plugins.PluginInstantiationException: Could not create plugin of type 'BlockCanaryExPlugin'. at or...
gharchive/issue
2018-04-22T14:48:10
2025-04-01T06:40:21.746782
{ "authors": [ "HeCaser", "PeterXiaosa", "eku", "lincocc", "louisLuo", "njzhangsan2013", "yuqirong", "zyl409214686" ], "repo": "seiginonakama/BlockCanaryEx", "url": "https://github.com/seiginonakama/BlockCanaryEx/issues/30", "license": "apache-2.0", "license_type": "permissiv...
2369569671
Support %%grid the tool is amazing. I'm not sure why %%grid2 1 isn't working. should look something like this. grid2 isn't supported by abcjs, so not available in my tool.
gharchive/issue
2024-06-24T08:22:21
2025-04-01T06:40:21.754591
{ "authors": [ "seisiuneer", "talthent" ], "repo": "seisiuneer/abctools", "url": "https://github.com/seisiuneer/abctools/issues/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
193691322
dropdown option values are not adjusting with the parent dropdown when scrolling on modal popup Prerequisites [x] I have searched for similar issues in both open and closed tickets and cannot find a duplicate [ ] The issue still exists against the latest master branch of Select2 [ ] This is not a usage question (Tho...
gharchive/issue
2016-12-06T06:10:47
2025-04-01T06:40:21.770677
{ "authors": [ "ChanduSirigiri", "alexweissman" ], "repo": "select2/select2", "url": "https://github.com/select2/select2/issues/4708", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
49758884
Selendroid - cannot bind to socket error: cannot bind to socket Hey everyone, I'm seeing something very strange and I can't tell if I found a bug or a config issue. I hope i put enough info in this issue for folks to take a look and repro. I can repro this every time. Thanks everyone! J What is happening with the exa...
gharchive/issue
2014-11-21T23:02:26
2025-04-01T06:40:22.142175
{ "authors": [ "DominikDary", "mohitgupta1176", "xsmaster" ], "repo": "selendroid/selendroid", "url": "https://github.com/selendroid/selendroid/issues/718", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
325697956
Error handling - [Errno 111] Connect call failed ('10.10.10.2', 22) How do we handle errors when a device cannot be connected to? currently I et File "/usr/local/lib/python3.6/asyncio/selector_events.py", line 480, in _sock_connect_cb raise OSError(err, 'Connect call failed %s' % (address,)) ConnectionRefusedError: [...
gharchive/issue
2018-05-23T13:09:34
2025-04-01T06:40:22.180356
{ "authors": [ "ajwillo", "selfuryon" ], "repo": "selfuryon/netdev", "url": "https://github.com/selfuryon/netdev/issues/12", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
768767042
InvalidTemplateLibrary raised, trying to load 'django_user_agents.templatetags.user_agents' (Django 3.0.7) Hello, Seems that Django 3.0.7 with python3.9 breaks things Here is the error django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'django_u...
gharchive/issue
2020-12-16T11:44:34
2025-04-01T06:40:22.186843
{ "authors": [ "GeekyShacklebolt", "gregorysemah" ], "repo": "selwin/django-user_agents", "url": "https://github.com/selwin/django-user_agents/issues/41", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1674226974
Timing attacks in identity package Describe the bug The javascript BigInt implementation does not run in constant time. The semaphore identity derivation system is vulnerable to timing attacks. To Reproduce n/a Expected behavior Identity derivation happens in constant time. Additional context I'm not sure the best ap...
gharchive/issue
2023-04-19T06:03:12
2025-04-01T06:40:22.197857
{ "authors": [ "cedoor", "vimwitch" ], "repo": "semaphore-protocol/semaphore", "url": "https://github.com/semaphore-protocol/semaphore/issues/307", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
887257096
Text/String Vectorizers lead to different results because of iteration over map Problem When we collect all the string/text properties in an object we iterate over a map[string]interface{}. This means there is no order guarantee. For the text2vec-contextionary module this has no impact since vectorization is just a m...
gharchive/issue
2021-05-11T13:18:09
2025-04-01T06:40:22.205527
{ "authors": [ "etiennedi" ], "repo": "semi-technologies/weaviate", "url": "https://github.com/semi-technologies/weaviate/issues/1576", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1989162297
TemplateRegistry raises exception that template is not resolved when there is a parsing error Depending on interpretation, it could be seen to be ok, but it is misleading and the error message could be clearer. behaviour being tested - a parsing error will propagate out, as the template was found. aimed at v1.8
gharchive/issue
2023-11-12T00:00:35
2025-04-01T06:40:22.220940
{ "authors": [ "darnocian" ], "repo": "sempare/sempare-delphi-template-engine", "url": "https://github.com/sempare/sempare-delphi-template-engine/issues/163", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1288367125
Recording - Group Channel/ iOS - Retrieve a list of banned or muted users Click ‘Create’ to create new group channel Under ‘Choose member’, add users & select ‘OK’ Click on ‘Channel Name’ box to input channel name Name channel ‘Roommates’ Click ‘Create’ Click ‘Roommates’ to enter conversation Click ‘Setting’, click ‘...
gharchive/issue
2022-06-29T08:37:49
2025-04-01T06:40:22.247086
{ "authors": [ "justinbaldwin", "michellewong27", "petru-gherghel" ], "repo": "sendbird/sendbird-chat-sample-ios", "url": "https://github.com/sendbird/sendbird-chat-sample-ios/issues/162", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
594578015
TypeScript Definition Error: Client lacks call or construct signature Issue Summary The TypeScript definitions for the project don't allow instantiating a new Client according to tsc. This is fine however, in vanilla Node. Steps to Reproduce For demonstration purposes I'll be using the node and ts-node REPLs Success...
gharchive/issue
2020-04-05T17:54:33
2025-04-01T06:40:22.265019
{ "authors": [ "childish-sambino", "shellscape" ], "repo": "sendgrid/sendgrid-nodejs", "url": "https://github.com/sendgrid/sendgrid-nodejs/issues/1086", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
714684215
hideWarnings: is it a cure for a symptom and not a fix of the source? Issue Summary When sending dynamical template data such as a block of HTML code which includes ', " or &. You will have warnings if you don't use hideWarnings. But it feels like hideWarnings is a cure for a symptom and not a fix of the source. Inst...
gharchive/issue
2020-10-05T09:39:02
2025-04-01T06:40:22.268318
{ "authors": [ "childish-sambino", "sarahmhale" ], "repo": "sendgrid/sendgrid-nodejs", "url": "https://github.com/sendgrid/sendgrid-nodejs/issues/1205", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
803063040
Allow export of old and new formats To Test: npm i && npm start Try importing the full course schedule, the math schedule, etc. There should now be two export buttons, try them both: EXPORT CSV should give two CSVs in the new formats described by VanderLinden in our most recent meeting (it doesn't have the extra he...
gharchive/pull-request
2021-02-07T21:19:33
2025-04-01T06:40:22.290246
{ "authors": [ "Jonri2", "bryantgeorge" ], "repo": "senior-knights/course-schedulizer", "url": "https://github.com/senior-knights/course-schedulizer/pull/83", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
218434070
Cocoapod: ‘objc_geohash/GeoHash.h’ file not found Hi there, after installing v2.5.x with Cocoapods and disabling 'use_frameworks!' in the Podfile, Xcode gives me the above error. The reason for this, is that the symlink-folder for the geohash framework in the /Pods/Headers/Public/ folder is named 'objc-geohash' and n...
gharchive/issue
2017-03-31T08:36:07
2025-04-01T06:40:22.294901
{ "authors": [ "brainray", "tagyro" ], "repo": "sensorberg-dev/ios-sdk", "url": "https://github.com/sensorberg-dev/ios-sdk/issues/21", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
723210661
Fix for when version query returns malformed version Pull Request Checklist Description Fix version comparison logic to be a bit more resilient so that if the version returned is not expected the code does not raise exceptions. Some of the unit test changes were to address the unit tests essentially testing nothing...
gharchive/pull-request
2020-10-16T13:17:53
2025-04-01T06:40:22.328829
{ "authors": [ "ghoneycutt", "treydock" ], "repo": "sensu/sensu-puppet", "url": "https://github.com/sensu/sensu-puppet/pull/1279", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
363869682
laydate 与 angular 组合使用,如何重新渲染laydate的type 使用 laydate.render() 不生效, 需求是 下拉框选择 年,年月,时间 等选项时日期控件相应的改变type 用的是angular的什么版本 加一个setTimeout setTimeout(()=>laydate.render(), 0) 使用 laydate.render() 不生效, 需求是 下拉框选择 年,年月,时间 等选项时日期控件相应的改变type 加一个setTimeout setTimeout(()=>laydate.render(), 0)
gharchive/issue
2018-09-26T05:59:46
2025-04-01T06:40:22.366972
{ "authors": [ "XElengo", "dyywork", "icey-tea" ], "repo": "sentsin/layui", "url": "https://github.com/sentsin/layui/issues/344", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2494689022
Tables cannot be exported when reclassify values are missing Tables cannot be exported when reclassify values are missing File [~/1_modules/sepal_mgci/component/scripts/sub_a.py:98](http://localhost:8889/lab/tree/component/scripts/sub_a.py#line=97), in get_mgci.<locals>.<lambda>(row) 94 df = fill_parsed_df(parse...
gharchive/issue
2024-08-29T14:42:02
2025-04-01T06:40:22.374848
{ "authors": [ "dfguerrerom" ], "repo": "sepal-contrib/sepal_mgci", "url": "https://github.com/sepal-contrib/sepal_mgci/issues/61", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
243328174
Tooltip with dialog. Hi team. I am a newbie android. I have a project use popup and dialog. On dialog have button click open popup. I have tried to do it, but i can't. I know android-target-tooltip from SO. I have tested it on my project but not working. How can i do it with your library. https://stackoverflow.com/q...
gharchive/issue
2017-07-17T08:42:09
2025-04-01T06:40:22.377559
{ "authors": [ "PhilLab", "TuNguyen90Vn" ], "repo": "sephiroth74/android-target-tooltip", "url": "https://github.com/sephiroth74/android-target-tooltip/issues/80", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
753958095
Model.create() Values autocomplete is missing? Am i missing something or is there no autocomplete on new Model({...}) ,Mode.create({...}) or Model.build({...})... I added the columns to my Models as shown in the documentation, but when i go to create a Model and i start typing the Class members, they do not auto comp...
gharchive/issue
2020-12-01T02:47:31
2025-04-01T06:40:22.393367
{ "authors": [ "AbderrazzakB", "CanTheAlmighty", "nandox5", "nichita-pasecinic" ], "repo": "sequelize/sequelize-typescript", "url": "https://github.com/sequelize/sequelize-typescript/issues/858", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
117813071
CLOUD-48384 new sshj version fixes ecdsa fingerprint issue @schfeca75 sshj 0.15.0-rc.1 is manually built and uploaded to maven.sequenceiq.com. It will be used until the 0.15.0 sshj release is out. Jenkins build finished, all tests passed. Refer to this link for build results: http://ci.sequenceiq.com/job/cloudbreak...
gharchive/pull-request
2015-11-19T13:25:08
2025-04-01T06:40:22.400300
{ "authors": [ "jenkins-sequenceiq", "martonsereg" ], "repo": "sequenceiq/cloudbreak", "url": "https://github.com/sequenceiq/cloudbreak/pull/1134", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
331435006
add useStandardSql option Added: useLegacySql config parameter wrapper method for use-standard-sql query It works well on my machine. I did not add example spec, because existing UsageExampleSpec can not run on my environment. Readme describes Click on APIS & AUTH on the left, then select Credentials. Click on "C...
gharchive/pull-request
2018-06-12T04:42:32
2025-04-01T06:40:22.406509
{ "authors": [ "katzchang", "seratch" ], "repo": "seratch/bigquery4s", "url": "https://github.com/seratch/bigquery4s/pull/9", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1223927354
Missing Github release entry for v1.0.80 The v1.0.80 release does not yet have an entry in https://github.com/serde-rs/json/releases, just a tag in https://github.com/serde-rs/json/tags. This causes Dependabot PRs to be missing the release notes for v1.0.80, as they source release notes from Github releases: Fixed...
gharchive/issue
2022-05-03T10:33:50
2025-04-01T06:40:22.410694
{ "authors": [ "dtolnay", "gthb" ], "repo": "serde-rs/json", "url": "https://github.com/serde-rs/json/issues/884", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1780185737
Issue: Overlapping Comments Not Functioning Properly The issue I am facing is as follows: When I select a portion of text and add a comment to it, such as hello, the comment is added successfully. However, when I try to add a comment to another portion of text that includes the previously added comment, like another ...
gharchive/issue
2023-06-29T06:00:43
2025-04-01T06:40:22.414618
{ "authors": [ "NikhilPatel0019", "sereneinserenade" ], "repo": "sereneinserenade/tiptap-comment-extension-react", "url": "https://github.com/sereneinserenade/tiptap-comment-extension-react/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2215589177
Help with searching sql with Euclidean distance I was going over your article on face detection and db here: https://sefiks.com/2021/02/06/deep-face-recognition-with-sql/ It's a great article but I'm having trouble getting the same results. I have a group photo of Angelina Jolie and I've created the face embeds using...
gharchive/issue
2024-03-29T15:38:43
2025-04-01T06:40:22.422379
{ "authors": [ "newbiemate", "serengil" ], "repo": "serengil/deepface", "url": "https://github.com/serengil/deepface/issues/1154", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
265724086
Error on Calculate total row count After a query execution I press the button Calculate total row count and receive an error "Error executing row count" (Yes, the query is big and complex :) log.txt Hi @offstate, I tested it here and had not problem on it. I think may your complex query is breaking some kind of par...
gharchive/issue
2017-10-16T10:40:57
2025-04-01T06:40:22.457122
{ "authors": [ "carlosspohr", "offstate", "serge-rider" ], "repo": "serge-rider/dbeaver", "url": "https://github.com/serge-rider/dbeaver/issues/2346", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
189687880
Add option to show views in ER-diagram Like already mentioned in #934 it is not possible to see views in ER-diagram because they don't have any relationships and so they won't make much sense in a ER-diagram. I just have a need for this now because I'm using ER-diagram also to get a overview of DB (not only for relat...
gharchive/issue
2016-11-16T12:23:08
2025-04-01T06:40:22.458792
{ "authors": [ "GiantCrocodile", "serge-rider" ], "repo": "serge-rider/dbeaver", "url": "https://github.com/serge-rider/dbeaver/issues/977", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
381378843
Pythran does not recognise fft2 %%pythran #pythran export normalized_correlation(float64[:,:],float64[:,:],float64) #pythran export normalized_correlation(float32[:,:],float32[:,:],float32) import numpy as np def normalized_correlation(im1,im2): im1_fft = np.fft.fft2(im1) im2_fft = np.fft.fft2(im2) im_mul...
gharchive/issue
2018-11-15T23:10:45
2025-04-01T06:40:22.466072
{ "authors": [ "dxm447", "jeanlaroche", "jeffwitz", "serge-sans-paille" ], "repo": "serge-sans-paille/pythran", "url": "https://github.com/serge-sans-paille/pythran/issues/1095", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
24853276
Migrate Tregex http://www-nlp.stanford.edu/software/tregex.shtml good idea for c# sample
gharchive/issue
2013-12-28T23:49:38
2025-04-01T06:40:22.477492
{ "authors": [ "Davtomas", "sergey-tihon" ], "repo": "sergey-tihon/Stanford.NLP.NET", "url": "https://github.com/sergey-tihon/Stanford.NLP.NET/issues/4", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
180635852
Cannot add item to PublishQueue FakeDb doesn't implement working with PublishQueue. Calling PublishManager.AddToPublishQueue do just nothing (FakeDb provides just empty implementation). The same is for PublishManager.GetPublishQueue. Can you implement working with PublishQueue? I was trying to implement my own DataPr...
gharchive/issue
2016-10-03T13:07:17
2025-04-01T06:40:22.485623
{ "authors": [ "petrformanek", "pveller", "sergeyshushlyapin" ], "repo": "sergeyshushlyapin/Sitecore.FakeDb", "url": "https://github.com/sergeyshushlyapin/Sitecore.FakeDb/issues/146", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
314212030
Add Hyper to terminal section Project URL https://github.com/zeit/hyper Category Terminal Description Add hyper to terminal section Why it should be included to Awesome macOS open source applications (optional) Because its awesome and fits right in Checklist [x] Only one project/change is in this pull request [x...
gharchive/pull-request
2018-04-13T18:45:10
2025-04-01T06:40:22.496464
{ "authors": [ "christophwolff", "serhii-londar" ], "repo": "serhii-londar/open-source-mac-os-apps", "url": "https://github.com/serhii-londar/open-source-mac-os-apps/pull/97", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
1863297365
Sinks.MSSqlServer bug with SQL Server port on connection string Bug Report When Serilog try to write into the DB, SQL Server get me the "login failed" error although login data are the same used by the application. I have "solved" the problem deleting the port number (1433) from the connectionstring. I don't have SQL...
gharchive/issue
2023-08-23T13:04:29
2025-04-01T06:40:22.510579
{ "authors": [ "Valerio81", "ckadluba" ], "repo": "serilog-mssql/serilog-sinks-mssqlserver", "url": "https://github.com/serilog-mssql/serilog-sinks-mssqlserver/issues/483", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
325782601
exclude deleted elemets from sorting eg. for this course: https://en.serlo.org/43357/welcome there are several deleted course pages on the sorting page: https://en.serlo.org/entity/link/order/43238/link imo they don't have to be there General information: You get to the specified page by using the settings icon in...
gharchive/issue
2018-05-23T16:27:23
2025-04-01T06:40:22.524446
{ "authors": [ "SimonKoehl", "inyono" ], "repo": "serlo-org/athene2", "url": "https://github.com/serlo-org/athene2/issues/690", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
924229954
Draft: Add cache worker as cronjob After adding the cache worker service at the API server, resolves #3 Depends on https://github.com/serlo/api.serlo.org/issues/188
gharchive/pull-request
2021-06-17T18:43:50
2025-04-01T06:40:22.530963
{ "authors": [ "hugotiburtino" ], "repo": "serlo/infrastructure-modules-api", "url": "https://github.com/serlo/infrastructure-modules-api/pull/7", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
217460899
Unable to detect back camera Tested on Samsung A3(2016), it is now unable to detect back camera. It was working just fine 2 weeks ago but, kapoot now. Only managed to detect front facing camera. Downloaded and tested with the updated files and still the same results. Send help. SOS. Unfortunately, I don't have a Sa...
gharchive/issue
2017-03-28T06:33:21
2025-04-01T06:40:22.544862
{ "authors": [ "annaisabelleang", "bchr02", "serratus" ], "repo": "serratus/quaggaJS", "url": "https://github.com/serratus/quaggaJS/issues/179", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2613209026
🛑 [KaKi87] Chat (Matrix) is down In efa5adf, [KaKi87] Chat (Matrix) (https://federationtester.matrix.org/api/report?server_name=chat.kaki87.net) was down: HTTP code: 0 Response time: 0 ms Resolved: [KaKi87] Chat (Matrix) is back up in b6d61b0 after 31 minutes.
gharchive/issue
2024-10-25T06:28:11
2025-04-01T06:40:22.553589
{ "authors": [ "server-KaTys" ], "repo": "server-KaTys/status", "url": "https://github.com/server-KaTys/status/issues/731", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1146698950
LiveLambda: Large WebSocket response throw IllegalLocationConstraintException in new regions S3 is used to process large WebSocket responses (e.g. in ws.ts), but the region option is not explicitly set const s3 = new S3();. Therefore IllegalLocationConstraintException was thrown, as that is required for those new reg...
gharchive/issue
2022-02-22T10:03:37
2025-04-01T06:40:22.589513
{ "authors": [ "TerenzChan", "fwang" ], "repo": "serverless-stack/serverless-stack", "url": "https://github.com/serverless-stack/serverless-stack/issues/1399", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2395451121
feat: postgis extension Fix: https://github.com/serverpod/serverpod/issues/2439 [ ] Base query set to accommodate common scenarios (method name in implementation might be different): [ ] Points ordered by distance to input. (This, together with limit should give us k-nearest points) [ ] Points strictly within a cer...
gharchive/pull-request
2024-07-08T12:05:17
2025-04-01T06:40:22.655412
{ "authors": [ "Kiruel", "SandPod" ], "repo": "serverpod/serverpod", "url": "https://github.com/serverpod/serverpod/pull/2449", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1393889861
🛑 geray.serverssh.net is down In 6c9cbd9, geray.serverssh.net (http://geray.serverssh.net/) was down: HTTP code: 0 Response time: 0 ms Resolved: geray.serverssh.net is back up in be1f58e.
gharchive/issue
2022-10-02T20:31:01
2025-04-01T06:40:22.659689
{ "authors": [ "serversshnet" ], "repo": "serversshnet/server-status", "url": "https://github.com/serversshnet/server-status/issues/513", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1383482691
🛑 ge1-7.ipservers.xyz is down In 339fd9e, ge1-7.ipservers.xyz (ge1-7.ipservers.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: ge1-7.ipservers.xyz is back up in 26d9229.
gharchive/issue
2022-09-23T08:45:34
2025-04-01T06:40:22.664192
{ "authors": [ "serversshnet" ], "repo": "serversshnet/uptime", "url": "https://github.com/serversshnet/uptime/issues/181", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1886225529
🛑 id1-7.ipservers.xyz is down In 95143b5, id1-7.ipservers.xyz (id1-7.ipservers.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: id1-7.ipservers.xyz is back up in 3722520 after 16 hours, 29 minutes.
gharchive/issue
2023-09-07T16:33:11
2025-04-01T06:40:22.666600
{ "authors": [ "serversshnet" ], "repo": "serversshnet/uptime", "url": "https://github.com/serversshnet/uptime/issues/3445", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
996875829
No warning if incorrect yaml is applied for Traffic Split Describe the proposal For traffic split, if weights are distributed in an improper way like all weights don't sum up to 100 or all weights sum > 100. We don't get an error message that yaml is incorrect. Scope [ ] New specification [ ] Traffic Access Control...
gharchive/issue
2021-09-15T09:45:21
2025-04-01T06:40:22.674292
{ "authors": [ "jbyers19", "mudit-01" ], "repo": "servicemeshinterface/smi-spec", "url": "https://github.com/servicemeshinterface/smi-spec/issues/235", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
298832562
[1.12.2] The return of Feathergeddon - Baby Chickens spewing feathers! Issue Description: Hatching a baby chicken causes them to spew feathers at an insane rate leading to feathers everywhere. This bug has happened before and gone away on it's own leading me to suspect a mod interaction gone wrong. Steps to reproduc...
gharchive/issue
2018-02-21T03:45:53
2025-04-01T06:40:22.820971
{ "authors": [ "GenDeathrow", "MokahTGS", "tyler489" ], "repo": "setycz/ChickensMod", "url": "https://github.com/setycz/ChickensMod/issues/117", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
320456560
Portable version of MPM Could you make a portable version of MPM that is pure C/C++ without linking to an FFT library? Maybe using KissFFT (https://sourceforge.net/projects/kissfft/files/kissfft/v1_3_0), or using time-domain based autocorrelation instead of FFT (not sure which approach would execute the autocorrelat...
gharchive/issue
2018-05-04T23:21:11
2025-04-01T06:40:22.831450
{ "authors": [ "doffen", "sevagh" ], "repo": "sevagh/pitch-detection", "url": "https://github.com/sevagh/pitch-detection/issues/32", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1773137312
Error: connect EHOSTUNREACH Hello, thanks for that plugin, it is working fine with my KD65-AF8 in the living room. But with the older KD in the bedroom I am getting that log entries every few seconds when it is powered off, although I have configured it as "old" device correctly (I think). When it's powered on, every...
gharchive/issue
2023-06-25T08:29:07
2025-04-01T06:40:22.837867
{ "authors": [ "mensa84" ], "repo": "seydx/homebridge-bravia-tvos", "url": "https://github.com/seydx/homebridge-bravia-tvos/issues/211", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1124755465
[Multiple BUGs] - Not all speed options available [Model Phillips AC4236/10] Overview - The slider problem The device AC4236/10 has the following speed options (don't ask me why): Speed options day mode: Automatic mode Speed option 1 (~ at 15% of full speed) Speed option 2 (~ at 40% of full speed) Speed option 3 | t...
gharchive/issue
2022-02-05T01:05:55
2025-04-01T06:40:22.859427
{ "authors": [ "andycylam", "ideabucket", "rank111" ], "repo": "seydx/homebridge-philipsair-platform", "url": "https://github.com/seydx/homebridge-philipsair-platform/issues/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
775124513
Implement fold* methods from Iterator? Hello, Just curious, would it be possible to implement these? I can give it a go if you prefer. or maybe try_fold
gharchive/issue
2020-12-27T23:07:03
2025-04-01T06:40:22.874700
{ "authors": [ "bbarker" ], "repo": "sfackler/fallible-streaming-iterator", "url": "https://github.com/sfackler/fallible-streaming-iterator/issues/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1022153100
Add BigInteger and BigDecimal types There types aren't natively supported by Serde, but we can use the same approach used by crates like serde_cbor or toml and define "magic" types that can be serialized to and from the native Smile types. BigInteger is implemented in e71ae9cffdba150c4465485cfcbbffd71dc39cbc.
gharchive/issue
2021-10-11T01:14:01
2025-04-01T06:40:22.886788
{ "authors": [ "sfackler" ], "repo": "sfackler/serde-smile", "url": "https://github.com/sfackler/serde-smile/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
65136951
table list page css class name conflict I have a model called ad, and have 1 record exist on database. But it do not show on list page: Notice the count. If I change the tr tag class name ad_row to whatever_row, it appeared Some kind of an ad-blocker or user agent stylesheet might be affecting this. Try turning t...
gharchive/issue
2015-03-30T05:13:32
2025-04-01T06:40:22.900620
{ "authors": [ "TangMonk", "mshibuya" ], "repo": "sferik/rails_admin", "url": "https://github.com/sferik/rails_admin/issues/2232", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2158357085
[WIP] Add Qwen-VL Add Qwen-VL model to SGLang. Rough roadmap: [ ] Write out classes and test model loading [ ] Test out CLIPVisionModel forward and Cross attention forward [ ] Test entire LVM output @BabyChouSr Any progress on this? Is the model ready? @BabyChouSr Hi may you update the latest status? When is th...
gharchive/pull-request
2024-02-28T08:09:36
2025-04-01T06:40:22.914689
{ "authors": [ "BabyChouSr", "merrymercy", "zhyncs" ], "repo": "sgl-project/sglang", "url": "https://github.com/sgl-project/sglang/pull/244", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2162252854
Update scala-compiler, scala-library, ... to 2.13.13 About this PR 📦 Updates org.scala-lang:scala-compiler org.scala-lang:scala-library org.scala-lang:scala-reflect from 2.13.10 to 2.13.13 📜 GitHub Release Notes - Version Diff Usage ✅ Please merge! I'll automatically update this PR to resolve conflicts as long as...
gharchive/pull-request
2024-02-29T23:13:57
2025-04-01T06:40:22.968252
{ "authors": [ "scala-steward" ], "repo": "shadaj/slinky", "url": "https://github.com/shadaj/slinky/pull/700", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1640650025
Error: Invalid Tailwind CSS classnames order tailwindcss/classnames-order Failed to compile. 01:38:16.130 |   01:38:16.130 | ./components/card.tsx 01:38:16.130 | 27:14 Error: Invalid Tailwind CSS classnames order tailwindcss/classnames-order 01:38:16.130 |   01:38:16.130 | ./components/ui/command.tsx 01:38:16.131 ...
gharchive/issue
2023-03-25T20:24:31
2025-04-01T06:40:22.974336
{ "authors": [ "brrock", "imaprototype", "jonathanquaade", "leonardomjq", "muke5hy" ], "repo": "shadcn-ui/taxonomy", "url": "https://github.com/shadcn-ui/taxonomy/issues/73", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1726003494
fix: format:write script Whilst running the format:write script I noticed the following error: ERROR run failed: error preparing engine: Could not find the following tasks in project: format Turbo error: error preparing engine: Could not find the following tasks in project: format  ELIFECYCLE  Command failed with e...
gharchive/pull-request
2023-05-25T15:03:16
2025-04-01T06:40:22.975945
{ "authors": [ "breadadams" ], "repo": "shadcn-ui/ui", "url": "https://github.com/shadcn-ui/ui/pull/454", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2201472751
SLANG_COMPILE_FLAG_NO_MANGLING doesn't work as expected When SLANG_COMPILE_FLAG_NO_MANGLING is used, the variable names are expected to have no mangling. But they appear to be mangled. For now, when the option is set, let's leave local variables mangled and only keep the original name for: global variables struct ...
gharchive/issue
2024-03-22T00:55:51
2025-04-01T06:40:22.977686
{ "authors": [ "csyonghe", "jkwak-work" ], "repo": "shader-slang/slang", "url": "https://github.com/shader-slang/slang/issues/3813", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
132349555
error when trying run playbook with private key The defect is a double quotes are added to private-key value. a quote is added when using the function - AbstractAnsibleCommand.addPathParam return this.addParamValue(commandParams,** '"' + this.config[param] + '"'**, flag); and another quote is added when using spawn...
gharchive/issue
2016-02-09T07:20:52
2025-04-01T06:40:23.022149
{ "authors": [ "ShubertYuval", "biswars", "flamedmg", "lovubuntu", "minademian", "shaharke", "sw360cab", "yuval-shubert" ], "repo": "shaharke/node-ansible", "url": "https://github.com/shaharke/node-ansible/issues/28", "license": "mit", "license_type": "permissive", "license...
1085970048
[DASH] PERIOD_FLATTENING_FAILED on specific Manifest Have you read the FAQ and checked for duplicate open issues? Yes What version of Shaka Player are you using? 3.2.1 Can you reproduce the issue with our latest release version? Yes Can you reproduce the issue with the latest code from master? Yes Are you using the d...
gharchive/issue
2021-12-21T15:47:43
2025-04-01T06:40:23.037700
{ "authors": [ "avelad", "cdongieux" ], "repo": "shaka-project/shaka-player", "url": "https://github.com/shaka-project/shaka-player/issues/3819", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }