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 |
|---|---|---|---|---|---|
2533842728 | Compile error on nightly: invalid monomorphization, simd_shuffle index must be a SIMD vector
I get this compile error on nightly-2024-09-17:
error[E0511]: invalid monomorphization of `simd_shuffle` intrinsic: simd_shuffle index must be a SIMD vector of `u32`, got `[u32; 4]`
--> /Users/niklas/.cargo/registry/src/in... | gharchive/issue | 2024-09-18T14:03:09 | 2025-04-01T04:58:18.481329 | {
"authors": [
"mischnic",
"theoparis"
],
"repo": "servo/pathfinder",
"url": "https://github.com/servo/pathfinder/issues/571",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
198675491 | "cargo test" failing because of docblocks?
Hello,
As part of using rust-bindgen to build libcouchbase bindings, I'm running cargo test to run the automatically created sanity tests.
As it turns out the function tests are fine, but somehow the rust doc tests get tripped up by some docs in the c code (I think?).
~/code... | gharchive/issue | 2017-01-04T10:28:57 | 2025-04-01T04:58:18.493435 | {
"authors": [
"daschl",
"emilio"
],
"repo": "servo/rust-bindgen",
"url": "https://github.com/servo/rust-bindgen/issues/378",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
227089625 | Enable choosing build machine for force builds
This makes it easier to test if changes to a specific build machine are
working properly, e.g. the current impetus of seeing if Android-related
changes on servo-linux-cross3 are working.
Docs: https://docs.buildbot.net/0.8.12/manual/cfg-schedulers.html#buildslavechoicepa... | gharchive/pull-request | 2017-05-08T15:46:40 | 2025-04-01T04:58:18.502292 | {
"authors": [
"aneeshusa",
"bors-servo",
"edunham"
],
"repo": "servo/saltfs",
"url": "https://github.com/servo/saltfs/pull/659",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
192667140 | stub lazy execution
There certainly may be a better approach to what i'm doing, but here what I've got.
I'm working on a jenkins wrapper cookbook. In one portion, I go through a list of plug-ins to be installed and use the lwrp from the jenkins cookbook to do so:
node['jenkins']['plug_ins'].each do |p, v|
jenkins_... | gharchive/issue | 2016-11-30T20:13:31 | 2025-04-01T04:58:18.578276 | {
"authors": [
"chazzly",
"lamont-granquist"
],
"repo": "sethvargo/chefspec",
"url": "https://github.com/sethvargo/chefspec/issues/783",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1716671479 | Converting Lealla to Huggingface's sentence transformer
Hello setu -
Thanks for your work on this repository. I've tried following your directions but I have been stuck on poetry let alone actually getting a model, LEALLA, from Thub to Huggingface hub. Could you please use your script to convert this model to a sente... | gharchive/issue | 2023-05-19T06:04:50 | 2025-04-01T04:58:18.600382 | {
"authors": [
"setu4993",
"temiwale88"
],
"repo": "setu4993/convert-labse-tf-pt",
"url": "https://github.com/setu4993/convert-labse-tf-pt/issues/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2493286531 | [功能需求]屏幕高度适配的问题
** 需求 **
尽可能描述清楚点
在小屏幕上(笔记本)会因为高度出现滚动条,导致看到上面就看不到下面,很影响体验
每次操作还要滚动下屏幕
我是macbook m1 pro
好 下个版本解决
新版本已解决
| gharchive/issue | 2024-08-29T01:52:53 | 2025-04-01T04:58:18.604027 | {
"authors": [
"cikichen",
"setube"
],
"repo": "setube/vue-XiuXianGame",
"url": "https://github.com/setube/vue-XiuXianGame/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
423992197 | 1.60会出现重复刷新和无限刷新
感谢您提交 Issue,请在提交前仔细阅读以下信息。
请在阅读完毕后,删除这些文字,并写下对该 Issue 的描述。
若您能熟练使用现代标准汉语,请务必使用该语言描述 Issue。
Issue 的内容仅可为
Bug 反馈
功能申请
若您希望得到使用指导(譬如如何删除快速搜索),请至 G+ 社区 发贴。若有其他问题,可在应用内找到开发者的邮箱地址,使用电子邮件与开发者交流。
若内容为 Bug 反馈,请先查看 release 页面,以帮助确认该 bug 是否存在于最新版中;同时应详细描述 bug 内容与重现方法,必要时可附加截图,但请确定截图符合风序良俗。
功能申请包括添加新功能与改进现有功能。... | gharchive/issue | 2019-03-22T00:02:29 | 2025-04-01T04:58:18.610342 | {
"authors": [
"hvjj",
"seven332"
],
"repo": "seven332/EhViewer",
"url": "https://github.com/seven332/EhViewer/issues/569",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2532405778 | Set Up Routing for Core Pages
Blocked till we get the design and/or requirements
Context
The app will have multiple pages, we need to set up the routing, including dynamic routing for specific entities.
Definition of Done
The pages are functional
Dynamic routing is configured
Navigation works correctly
Fallback page... | gharchive/issue | 2024-09-17T23:58:37 | 2025-04-01T04:58:18.627985 | {
"authors": [
"mackcooper1408",
"mantuok"
],
"repo": "sfbrigade/datasci-earthquake",
"url": "https://github.com/sfbrigade/datasci-earthquake/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1024573082 | Error after entering API Key and API Secret Key
Hi everyone,
I installed the cli client and created a twitter app. I enabled read, write, and direct message permissions for the twitter app. When I try to authorize it, I get the following error message. I've provided the output below, with the keys redacted.
Is there ... | gharchive/issue | 2021-10-12T23:02:41 | 2025-04-01T04:58:18.631291 | {
"authors": [
"AntZoo",
"codeinred",
"shuuji3"
],
"repo": "sferik/t",
"url": "https://github.com/sferik/t/issues/451",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1293367595 | 🛑 Rentas is down
In 410da73, Rentas (rentas.catamarcaciudad.gob.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Rentas is back up in 7ac8e60.
| gharchive/issue | 2022-07-04T16:27:46 | 2025-04-01T04:58:18.636354 | {
"authors": [
"juanml14"
],
"repo": "sfvc/upptime",
"url": "https://github.com/sfvc/upptime/issues/375",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
666328887 | Add modulation matrix
Modulation matrix update
This model is operational and it can handle CC.
Support
Amplitude
Pan
Width
Position
Pitch
Volume
Not much tested yet, also I will clean old source which is made obsolete by this.
This will also make obsolete #326.
The CC list will be obtainable by inspecting matrix ed... | gharchive/pull-request | 2020-07-27T14:14:32 | 2025-04-01T04:58:18.643398 | {
"authors": [
"jpcima",
"paulfd"
],
"repo": "sfztools/sfizz",
"url": "https://github.com/sfztools/sfizz/pull/335",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2088811381 | OpenAI speculative execution
The current frontend using OpenAI will invoke multiple calls for the example below:
@sgl.function
def example(s):
s += "Construct a character."
s += "Name: " + gen("name") + " Birthday: " + gen("birthday") + " Job: " + gen("job")
We can optimize this to send less number of calls to s... | gharchive/issue | 2024-01-18T18:09:31 | 2025-04-01T04:58:18.658367 | {
"authors": [
"Ying1123",
"okhat",
"parasol-aser"
],
"repo": "sgl-project/sglang",
"url": "https://github.com/sgl-project/sglang/issues/44",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2702330855 | adapt vllm distributed module to sglang
Motivation
Modifications
Move vllm distributed module (v0.6.4.post1) to sglang, and current model is stilll using vllm.distributed module
Checklist
[ ] Format your code according to the Contributor Guide.
[ ] Add unit tests as outlined in the Contributor Guide.
[ ] Update d... | gharchive/pull-request | 2024-11-28T14:28:15 | 2025-04-01T04:58:18.663386 | {
"authors": [
"yizhang2077",
"zhyncs"
],
"repo": "sgl-project/sglang",
"url": "https://github.com/sgl-project/sglang/pull/2244",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2471569974 | docs: update README.md
acheives -> achieves
Thanks. I corrected it.
| gharchive/pull-request | 2024-08-17T15:38:33 | 2025-04-01T04:58:18.670136 | {
"authors": [
"eltociear",
"sh-lee-prml"
],
"repo": "sh-lee-prml/PeriodWave",
"url": "https://github.com/sh-lee-prml/PeriodWave/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
386635322 | Using ISO pre-install template
Hi sh0rez,
I using another method to approach customize vSphere VM using pre-install ISO which more generic way.
Not sure if this is good way. Welcome to discuss if you are interesting.
Regards,
Elsvent
Hi!
I appreciate your work, but I believe this is out of scope here. But I would b... | gharchive/pull-request | 2018-12-03T02:29:10 | 2025-04-01T04:58:18.672203 | {
"authors": [
"Elsvent",
"sh0rez"
],
"repo": "sh0rez/vSphere-terraform_ubuntu-cloud-ova",
"url": "https://github.com/sh0rez/vSphere-terraform_ubuntu-cloud-ova/pull/1",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2175364302 | [Bug]: Items not selectable for newly added Command component
Describe the bug
When utilizing a Command component that has been added/updated as of 03/07/2024 ~6PM PST, items cannot be clicked and are disabled. (Additionally some examples using command in the docs are incorrect)
Additionally, <CommandItem>s that are ... | gharchive/issue | 2024-03-08T06:28:11 | 2025-04-01T04:58:18.755223 | {
"authors": [
"ARiyou2000",
"Armadillidiid",
"Babailan",
"Danilo-A",
"KhoaLee",
"Kqan1",
"Liberty34",
"Malachite40",
"OmarKhattab",
"RanitManik",
"Sholamide",
"ZubriQ",
"abdasis",
"abdulApp",
"abolajibisiriyu",
"apethree",
"baxsm",
"bdlowery",
... |
1910549219 | docs(www): update code highlight
Fix incorrect code highlight lines
Add missing useForm import
This PR is superseded by #1586
| gharchive/pull-request | 2023-09-25T02:39:57 | 2025-04-01T04:58:18.760576 | {
"authors": [
"jsparkdev"
],
"repo": "shadcn-ui/ui",
"url": "https://github.com/shadcn-ui/ui/pull/1584",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2631721253 | refactor(www): update ThemeProviderProps type extraction for next-themes v0.4.0 compatibility
Since next-themes v0.4.0 no longer provides types in dist, replaced the import of ThemeProviderProps from next-themes/dist/types with a new type extraction using React.ComponentProps. This change ensures continued type safet... | gharchive/pull-request | 2024-11-04T03:07:41 | 2025-04-01T04:58:18.765046 | {
"authors": [
"dylanhu7",
"kennethnwc"
],
"repo": "shadcn-ui/ui",
"url": "https://github.com/shadcn-ui/ui/pull/5701",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1694568868 | [CLI] : add src directory in tailwind.config
after using shadcn-ui init it should also add './src/**/*.{ts,tsx}' path in tailwind.config.js for src directory
content: [
"./pages/**/*.{ts,tsx}",
"./components/**/*.{ts,tsx}",
"./app/**/*.{ts,tsx}",
"./src/**/*.{ts,tsx}",
],
I've created a pull req... | gharchive/issue | 2023-05-03T18:15:47 | 2025-04-01T04:58:18.768326 | {
"authors": [
"TechTheAwesome",
"kratos-respawned",
"monstajoe2002",
"shadcn"
],
"repo": "shadcn/ui",
"url": "https://github.com/shadcn/ui/issues/290",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
322103928 | Generate Visual Studio projects using Premake
This change adds a premake5.lua file that allows us to generate our Visual Studio solution using Premake 5 (https://premake.github.io/).
The existing Visual Studio solution/projects are now replaced with the Premake-generated ones, and project contributors will be expecte... | gharchive/pull-request | 2018-05-10T22:13:40 | 2025-04-01T04:58:18.773664 | {
"authors": [
"tfoleyNV"
],
"repo": "shader-slang/slang",
"url": "https://github.com/shader-slang/slang/pull/557",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
421774301 | TLS problem: "user: Current not implemented on linux/amd64"
It works in http mode, but after I change server_port from 80 to 443 and add tls; to plugin_opts , plugin service exit unexpectedly. Error is "user: Current not implemented on linux/amd64".
I have change my Cloudflare domain SSL to Flexible.
My cert is issue... | gharchive/issue | 2019-03-16T06:02:49 | 2025-04-01T04:58:18.865042 | {
"authors": [
"Mjollnirs",
"TomFrank"
],
"repo": "shadowsocks/v2ray-plugin",
"url": "https://github.com/shadowsocks/v2ray-plugin/issues/67",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1739553752 | feat: Add PDF Loader
Summary
This PR add PDF loader for llmchain.
Closes https://github.com/shafishlabs/llmchain.rs/issues/6
Our unit test need token and is not work on PR from forked repo. Please add the condition for those tests. Take OpenDAL as an example: https://github.com/apache/incubator-opendal/blob/main/.g... | gharchive/pull-request | 2023-06-03T13:39:55 | 2025-04-01T04:58:18.872725 | {
"authors": [
"Xuanwo"
],
"repo": "shafishlabs/llmchain.rs",
"url": "https://github.com/shafishlabs/llmchain.rs/pull/37",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
709441384 | new like buttons to be add
I guess we need some new buttons with fill animation effect .somewhat .like-->
I like it. If you wanna work on it, please let me know to assign you!
And if not, please add it in the buttons ideas file for someone else to see it. Let me know!
I like it. If you wanna work on it, pleas... | gharchive/issue | 2020-09-26T06:34:39 | 2025-04-01T04:58:18.880301 | {
"authors": [
"BeniB98",
"Pratyush-Saxena",
"dsnehasish74",
"harsh863",
"shahednasser"
],
"repo": "shahednasser/sbuttons",
"url": "https://github.com/shahednasser/sbuttons/issues/225",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
270858260 | Can't Build on iOS
I'm using the package all good in Android, but when I try to use it in iOS I'm stack in step 6.
My project didn't have a MY_PROJECT-bridging-header.h file.
I try creating one, and now I'm getting errors:
Swift Compiler Error -> 'RNVideoProcessing.h' file not found
Any suggestions, please?
I've d... | gharchive/issue | 2017-11-03T01:41:52 | 2025-04-01T04:58:18.883233 | {
"authors": [
"aelarassi",
"soledaddiez"
],
"repo": "shahen94/react-native-video-processing",
"url": "https://github.com/shahen94/react-native-video-processing/issues/131",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
679928057 | How to make the video to full screen?
Current Behavior
Fixed size through props width and height
Expected Behavior
Full screen mode through flex: 1
Your Environment
software
version
react-native-video-processing
^2.0.0
react-native
~0.62.2
node
12.16
Here i use the Trimmer view if it can help.
| gharchive/issue | 2020-08-17T04:44:00 | 2025-04-01T04:58:18.886896 | {
"authors": [
"tsiory"
],
"repo": "shahen94/react-native-video-processing",
"url": "https://github.com/shahen94/react-native-video-processing/issues/305",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1201988079 | Issue while blocking chunk network requests
Hi all, while testing DASH contents, for example Big Buck Bunny: the Dark Truths of a Video Dev Cartoon (DASH) if you block network requests for a quality https://storage.googleapis.com/shaka-demo-assets/bbb-dark-truths/v-0720p-2500k-libx264.mp4 in order to simulate a CDN e... | gharchive/issue | 2022-04-12T15:05:19 | 2025-04-01T04:58:18.905175 | {
"authors": [
"albertdaurell",
"avelad",
"joeyparrish"
],
"repo": "shaka-project/shaka-player",
"url": "https://github.com/shaka-project/shaka-player/issues/4121",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1144885358 | Option to not use style-loader
Ruby version: 2.7.4
Rails version: ~> 5.2.6
Webpacker version: 6.1.1
Desired behavior:
mini-css-extract-plugin is capable of HMR now. I'd like the ability to opt into just using it all the time, even when HMR is set in webpacker.yml. I'd like to get style-loader out of the dev pipeline ... | gharchive/issue | 2022-02-20T00:53:37 | 2025-04-01T04:58:18.926241 | {
"authors": [
"cheald",
"justin808",
"matoni109",
"tomdracz"
],
"repo": "shakacode/shakapacker",
"url": "https://github.com/shakacode/shakapacker/issues/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1687245051 | 🛑 Shakedown Social - Uploads is down
In 9f7dc9f, Shakedown Social - Uploads (https://files.shakedown.social/accounts/avatars/109/357/389/718/265/462/original/dd80d2c95e48cfd2.jpeg) was down:
HTTP code: 403
Response time: 330 ms
Resolved: Shakedown Social - Uploads is back up in 3c30677.
| gharchive/issue | 2023-04-27T17:15:47 | 2025-04-01T04:58:18.931688 | {
"authors": [
"clifff"
],
"repo": "shakedown-social/upptime",
"url": "https://github.com/shakedown-social/upptime/issues/2245",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1659649371 | 🛑 Shakedown Social - Uploads is down
In 972f206, Shakedown Social - Uploads (https://files.shakedown.social/accounts/avatars/109/357/389/718/265/462/original/dd80d2c95e48cfd2.jpeg) was down:
HTTP code: 403
Response time: 298 ms
Resolved: Shakedown Social - Uploads is back up in fb4c0e9.
| gharchive/issue | 2023-04-08T21:21:10 | 2025-04-01T04:58:18.934318 | {
"authors": [
"clifff"
],
"repo": "shakedown-social/upptime",
"url": "https://github.com/shakedown-social/upptime/issues/360",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2562048492 | Project status/dependencies
Hey mate! Really nice project!
This is exactly something I was looking for a project I'm working with bevy (a 3D editor) that I plan to use something like this to get some vim-like functionality.
I know the project is in it's early stages but I tried to add it as a dependency and I'm havin... | gharchive/issue | 2024-10-02T15:45:45 | 2025-04-01T04:58:18.940897 | {
"authors": [
"caprilesport",
"shanecelis"
],
"repo": "shanecelis/bevy_minibuffer",
"url": "https://github.com/shanecelis/bevy_minibuffer/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2304423117 | 🛑 upload is down
In 0c1c119, upload ($UPLOAD_URL) was down:
HTTP code: 0
Response time: 0 ms
Resolved: upload is back up in 4c1bc36 after 20 hours, 59 minutes.
| gharchive/issue | 2024-05-19T04:32:15 | 2025-04-01T04:58:18.977476 | {
"authors": [
"shaowenchen"
],
"repo": "shaowenchen/upptime",
"url": "https://github.com/shaowenchen/upptime/issues/76",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2512163737 | docs: use intersphinx for some external links
Overview
Description of the changes proposed in this pull request:
Uses intersphinx sphinx extension for providing some of our external links, e.g. to scipy or to scikit-learn. This way we also ensure that the links are not outdated (else sphinx would complain during bui... | gharchive/pull-request | 2024-09-08T02:35:21 | 2025-04-01T04:58:18.980272 | {
"authors": [
"connortann",
"thatlittleboy"
],
"repo": "shap/shap",
"url": "https://github.com/shap/shap/pull/3851",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1520372519 | BUG: solve minimum_rotated_rectangle is incorrect in 2.0.0
Closes https://github.com/shapely/shapely/issues/1670
restore and vectorized the custom oriented_envelope to solve #1670
add a new test and remove duplicated tests for oriented_envelope and minimum_rotated_rectangle
Pull Request Test Coverage Report for Bui... | gharchive/pull-request | 2023-01-05T09:09:51 | 2025-04-01T04:58:18.992427 | {
"authors": [
"coveralls",
"idanmiara",
"jorisvandenbossche"
],
"repo": "shapely/shapely",
"url": "https://github.com/shapely/shapely/pull/1708",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1775009614 | FIX #1836 - polylabel runs into infinite loop with tiny polygon
I believe this should fix issue #1836
Thanks for the PR! And sorry for the slow reply .. Could you add a test for this? (I think you can take the example from the bug report for that, and add a test based on that in test_polylabel.py)
And it also see... | gharchive/pull-request | 2023-06-26T15:06:40 | 2025-04-01T04:58:18.995611 | {
"authors": [
"djm93dev",
"jorisvandenbossche"
],
"repo": "shapely/shapely",
"url": "https://github.com/shapely/shapely/pull/1843",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1254725558 | feat: osmosis delegation support
Description
Add delegation support for osmosis
Notice
[x] Have you followed the guidelines in our Contributing guide?
[ ] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
Pull Request Type
[ ] :bug: Bug fix (Non-breaking Change: Fixes an ... | gharchive/pull-request | 2022-06-01T02:29:54 | 2025-04-01T04:58:19.001761 | {
"authors": [
"0xdef1cafe",
"elmutt"
],
"repo": "shapeshift/web",
"url": "https://github.com/shapeshift/web/pull/1915",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2536829137 | Feat/test install script
Description:
This PR introduces several improvements to the validator-dashboard installer script to enhance usability, error handling, and compatibility for both interactive and non-interactive environments, especially in CI/CD pipelines such as GitHub Actions.
Key Updates:
Support for Non-... | gharchive/pull-request | 2024-09-19T16:28:06 | 2025-04-01T04:58:19.009947 | {
"authors": [
"BelfordZ",
"TieDyedSheep",
"muni-corn"
],
"repo": "shardeum/validator-dashboard",
"url": "https://github.com/shardeum/validator-dashboard/pull/24",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1447995819 | Project Setup
You can view the Kanban board setup here
For the code reviewer, there are two people in this group:
Sharon Odhiambo
Simba Eugene
Project Approved 👍
Hi @SimbaWANGU & @sharon-odhiambo, This is @sja-thedude your code reviewer.
Your project is complete! There is nothing else to say other than... it's ti... | gharchive/issue | 2022-11-14T12:45:16 | 2025-04-01T04:58:19.023612 | {
"authors": [
"SimbaWANGU",
"sja-thedude"
],
"repo": "sharon-odhiambo/Recipe-App",
"url": "https://github.com/sharon-odhiambo/Recipe-App/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
209201929 | php version
Is there a bump to the required php version, too? Seems like this plugin now requires at least 5.4 for the streamlined use of arrays.
Oh. I must have missed that. I'm running somewhere around 7 and have been off of 5.4 for years now.
I can revert the arrays back to be compatible with php pre 5.4. Is it ... | gharchive/issue | 2017-02-21T16:39:46 | 2025-04-01T04:58:19.030220 | {
"authors": [
"shawnrice",
"silsbyc"
],
"repo": "shawnrice/reckoning",
"url": "https://github.com/shawnrice/reckoning/issues/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2284856323 | Dot Code School Suggestion: Feedback for Section 2 - Chapter 3: Interacting with Balances
Lesson2: Chapter 3:
Setting and Reading User Balances
To be consistent with the code on the right side, the text on the left side in step 1 it should read :
impl Pallet {
....
}
instead of
impl BalancesModule {
..
}
// -- snip -... | gharchive/issue | 2024-05-08T07:11:10 | 2025-04-01T04:58:19.032653 | {
"authors": [
"khudeja215",
"shawntabrizi"
],
"repo": "shawntabrizi/rust-state-machine",
"url": "https://github.com/shawntabrizi/rust-state-machine/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
120000646 | init() doesn't work on Block_Controller and subclasses
Goal: to be able to load in custom Requirements (JS and CSS) on a per-Block basis. With Widgets, this was accomplished by adding an init() function to the WidgetController. This method does not carry through to Blocks.
This may be related: when attempting to a... | gharchive/issue | 2015-12-02T17:59:41 | 2025-04-01T04:58:19.063109 | {
"authors": [
"sekjal",
"sheadawson"
],
"repo": "sheadawson/silverstripe-blocks",
"url": "https://github.com/sheadawson/silverstripe-blocks/issues/38",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1476982348 | Tokens Rotate in Reverse now
Odd bug, but the tokens rotate in reverse from their defaults since the latest update.
pfft, my bugfix may have had unintended consequences
Fixed in v1.8.6
| gharchive/issue | 2022-12-05T16:53:47 | 2025-04-01T04:58:19.081855 | {
"authors": [
"GambetTV",
"shemetz"
],
"repo": "shemetz/ZoomPanOptions",
"url": "https://github.com/shemetz/ZoomPanOptions/issues/43",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2146142357 | Has support been added for scrapy-redis?
Current work frequently uses redis queues
Whether subsequent releases have support for redis push tasks, and scrapy-redis features
thanks
I will work on this feature in my free time.
good news,there is no need to release a new package and modify the source code to be compa... | gharchive/issue | 2024-02-21T08:47:17 | 2025-04-01T04:58:19.097761 | {
"authors": [
"georgeJzzz",
"shengchenyang"
],
"repo": "shengchenyang/AyugeSpiderTools",
"url": "https://github.com/shengchenyang/AyugeSpiderTools/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
109549510 | oAuth Example
Can somebody provide an example of how to authorize? I dont know what to use for redirect URL
@objectiveSee I will do that soon. Thanks
@shernshiou - thanks for the awesome library.
@objectiveSee - I created a basic example here: https://github.com/scottdixon/node-express-uber-example
@shernshiou ... | gharchive/issue | 2015-10-02T18:45:01 | 2025-04-01T04:58:19.139609 | {
"authors": [
"agraebe",
"aleksdao",
"objectiveSee",
"scottdixon",
"shernshiou"
],
"repo": "shernshiou/node-uber",
"url": "https://github.com/shernshiou/node-uber/issues/10",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
528313088 | Spelling mistake in README.md.
I know it's a tiny change (sorry), but when I get time to start installing and using this repo, I'll see if I can contribute more. I just found about this repo.
@wlwl2 Thanks for the PR! 👍
| gharchive/pull-request | 2019-11-25T20:16:03 | 2025-04-01T04:58:19.146504 | {
"authors": [
"sheshbabu",
"wlwl2"
],
"repo": "sheshbabu/freshlytics",
"url": "https://github.com/sheshbabu/freshlytics/pull/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2209686935 | P0627R6 Function to mark unreachable code
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p0627r6.pdf
実装済み
| gharchive/issue | 2024-03-27T02:28:37 | 2025-04-01T04:58:19.166476 | {
"authors": [
"shibainuudon"
],
"repo": "shibainuudon/HamonCore",
"url": "https://github.com/shibainuudon/HamonCore/issues/276",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
431508405 | live updates not working on firefox
I'm on:
OSX 10.14.4
livedown 2.1.1
npm 6.9.0
node 11.13.0
firefox 66.0.2
chrome 73.0.3683.86
livedown start <path> --open --verbose
[livedown] markdowning started on http://localhost:1337
That displays the markdown file correctly in my browser, but file changes produce no furthe... | gharchive/issue | 2019-04-10T13:37:04 | 2025-04-01T04:58:19.186319 | {
"authors": [
"Kevin-Mok",
"amontalenti",
"lucasavila00",
"toejough"
],
"repo": "shime/livedown",
"url": "https://github.com/shime/livedown/issues/51",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1482223271 | Add recent order API changes to the OAS
We add the recent changes to the Order API, like
order_line_item#returnability, to the Open API Schema.
deployed for review here: https://shipcloud-dev-portal-staging.firebaseapp.com/swagger-ui
@3wille I deployed the changes of 98535d9 again to the above staging URL
| gharchive/pull-request | 2022-12-07T15:42:42 | 2025-04-01T04:58:19.208012 | {
"authors": [
"malachewhiz"
],
"repo": "shipcloud/shipcloud-developer-portal",
"url": "https://github.com/shipcloud/shipcloud-developer-portal/pull/259",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1461038831 | Update php
Build php
:beers: @BrewTestBot has triggered a merge.
| gharchive/pull-request | 2022-11-23T05:18:28 | 2025-04-01T04:58:19.231359 | {
"authors": [
"shivammathur"
],
"repo": "shivammathur/homebrew-php",
"url": "https://github.com/shivammathur/homebrew-php/pull/1367",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1747869084 | Update php@7.0
build php@7.0
:beers: @BrewTestBot has triggered a merge.
| gharchive/pull-request | 2023-06-08T13:10:21 | 2025-04-01T04:58:19.232454 | {
"authors": [
"shivammathur"
],
"repo": "shivammathur/homebrew-php",
"url": "https://github.com/shivammathur/homebrew-php/pull/1765",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1150867627 | Toggle theme functionality implemented in all service pages
What kind of change does this PR introduce ?
Fixes #187
Implemented UI functionality for all Service pages
Checklist
[X] I have performed a self-review of my own code
[X] I have commented my code, particularly in hard-to-understand areas
[X] I have made c... | gharchive/pull-request | 2022-02-25T20:46:06 | 2025-04-01T04:58:19.239425 | {
"authors": [
"swati2603",
"udith51"
],
"repo": "shivshankar9/Student-portal",
"url": "https://github.com/shivshankar9/Student-portal/pull/192",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
576046215 | 出现了pagemap的标签
请问页面上出现的这个(没有包含任何内容 看上去像是页面的缩略图 总之看起来像个bug)应该如何关掉呢? 因为不考虑配置百度的统计图表 所以config里把它关掉了,在想是不是因为某些插件或是应用配置不完全导致的
canvas id="pagemap" width="150" height="116" style="cursor: pointer; width: 150px; height: 116.564px;"
| gharchive/issue | 2020-03-05T07:26:47 | 2025-04-01T04:58:19.241159 | {
"authors": [
"Hikohikoyan"
],
"repo": "shixiaohu2206/hexo-theme-huhu",
"url": "https://github.com/shixiaohu2206/hexo-theme-huhu/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
216761438 | AOT compilation error with angular-cli 1.0.0
I'm submitting a ...
[X] bug report
[ ] feature request
[ ] question about the decisions made in the repository
What is the current behavior?
Building a project with angular-cli 1.0.0 gives an error:
ERROR in /node_modules/angular2-modal/esm/components/swap-component.d... | gharchive/issue | 2017-03-24T11:54:16 | 2025-04-01T04:58:19.256053 | {
"authors": [
"achimha"
],
"repo": "shlomiassaf/angular2-modal",
"url": "https://github.com/shlomiassaf/angular2-modal/issues/324",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1769732733 | Add tests and fix bugs
Hi! Thank you for this, first of all! I fixed a few bugs and added tests, both for synchronous and async usage, and also for Redis specifically.
Hey, thanks for opening this! I'm a bit busy this week but I'll take a look as soon as I can.
I got 'NoneType' object has no attribute 'wait_for_c... | gharchive/pull-request | 2023-06-22T13:54:04 | 2025-04-01T04:58:19.269480 | {
"authors": [
"gingerwizard",
"justinphan3110cais",
"shobrook",
"txus"
],
"repo": "shobrook/openlimit",
"url": "https://github.com/shobrook/openlimit/pull/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
831745432 | Problem with Perl path on self-hosted runner
It seems that the code for the PERLLIB logic is assuming that the path is going to be __dirname something which causes the path to be built up badly:
Can't locate strict.pm in @INC (you may need to install the strict module) (@INC contains: /home/runner/_work/_actions/shog... | gharchive/issue | 2021-03-15T12:07:26 | 2025-04-01T04:58:19.288859 | {
"authors": [
"ekarlso",
"shogo82148",
"ylavoie"
],
"repo": "shogo82148/actions-setup-perl",
"url": "https://github.com/shogo82148/actions-setup-perl/issues/643",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
299928592 | drop Go 1.7 support
https://github.com/shogo82148/go-sql-proxy/issues/23
Coverage increased (+0.4%) to 62.171% when pulling eb13d3be21faa5f509a95069861c8c0365f9d619 on drop-go17-support into 8daca4f94f6aa188f48d0536ef26ef75b1cc86b7 on master.
Coverage increased (+0.4%) to 62.171% when pulling eb13d3be21faa5f509... | gharchive/pull-request | 2018-02-24T09:44:22 | 2025-04-01T04:58:19.292142 | {
"authors": [
"coveralls",
"shogo82148"
],
"repo": "shogo82148/go-sql-proxy",
"url": "https://github.com/shogo82148/go-sql-proxy/pull/24",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2527352763 | Issue of install FastCoref in Colab
Its been working fantastic till last week in colab.
!pip install fastcoref==2.1.5 -q
!pip install fastcoref==1.6.0 -q
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 474.3/474.3 kB 8.1 MB/s eta 0:00:00
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 23.7 MB/s eta 0:00:00
━━━━━━━━━━━━━... | gharchive/issue | 2024-09-16T01:50:03 | 2025-04-01T04:58:19.337250 | {
"authors": [
"FanaticPythoner",
"pphui8",
"valerii-delphai",
"xiongjun926g"
],
"repo": "shon-otmazgin/fastcoref",
"url": "https://github.com/shon-otmazgin/fastcoref/issues/59",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
955312988 | Added new event to validate entity payload before write
1. Why is this change necessary?
This change serves plugin developers the possibility to pre-validate entity payloads before they are written to the database. For example if I have mandatories to the entity data.
Note: I will also put a new event to pre-validate... | gharchive/pull-request | 2021-07-28T23:42:16 | 2025-04-01T04:58:19.363311 | {
"authors": [
"CLAassistant",
"OliverSkroblin",
"moorl",
"shyim"
],
"repo": "shopware/platform",
"url": "https://github.com/shopware/platform/pull/1986",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
513855415 | Call getDefaults only for new entities
1. Why is this change necessary?
The method Shopware\Core\Framework\DataAbstractionLayer\EntityDefinition::getDefaults is currently called not only for newly created entities but also for existing ones.
Applying default values to existing entities makes no sense, so this behavi... | gharchive/pull-request | 2019-10-29T11:32:45 | 2025-04-01T04:58:19.372877 | {
"authors": [
"keulinho",
"mitelg",
"windaishi"
],
"repo": "shopware/platform",
"url": "https://github.com/shopware/platform/pull/270",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2678705462 | Major Break: Theme dump command
PHP Version: any | Shopware Version: 6.6.8 | Affected area / extension: Platform(Default)
Expected behaviour:
theme:dump command requires no parameters and works like before.
Actual behaviour:
theme:dump command requires a theme id and a domain url
How to reproduce:
The following c... | gharchive/issue | 2024-11-21T09:31:32 | 2025-04-01T04:58:19.378380 | {
"authors": [
"OliverSkroblin",
"schneider-felix",
"shopwareBot"
],
"repo": "shopware/shopware",
"url": "https://github.com/shopware/shopware/issues/5642",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
253276505 | Added block to article model for adding associations
1. Why is this change necessary?
If you extend the backend views of the article backend app, e.g. adding a new tab, you might want to use associations to handle relations between articles and custom models.
2. What does this change do, exactly?
Adds an empty smarty... | gharchive/pull-request | 2017-08-28T09:33:57 | 2025-04-01T04:58:19.383066 | {
"authors": [
"dneustadt",
"shopwareBot",
"soebbing"
],
"repo": "shopware/shopware",
"url": "https://github.com/shopware/shopware/pull/1253",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2444279810 | NO-TICKET: fixing and defined but empty aws endpoint key
1. Why is this change necessary?
If you defined an aws endpoint like %env(AWS_ENDPOINT)% in your shopware.yaml and set the AWS_ENDPOINT to "".
It generates a false endpoint url. If you dont defined the yaml key endpoint, it works.
2. What does this change do, ... | gharchive/pull-request | 2024-08-02T07:30:16 | 2025-04-01T04:58:19.389564 | {
"authors": [
"CLAassistant",
"mitelg",
"sgc-fireball"
],
"repo": "shopware/shopware",
"url": "https://github.com/shopware/shopware/pull/3825",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
853529161 | Could not load fightw.hdfs
Hi,
Thanks for sharing your great work.
I'm trying to run predict_video1/2 without any success
I'm getting this warning:
2021-04-08 14:02:28.227955: W tensorflow/core/util/tensor_slice_reader.cc:95] Could not open ./fightw.hdfs: Data loss: not an sstable (bad magic number): perhaps your fil... | gharchive/issue | 2021-04-08T14:23:23 | 2025-04-01T04:58:19.404275 | {
"authors": [
"Aaryan-kapur",
"Amitabitbul"
],
"repo": "shouhaiel1/CNN-LSTM-Violence-detection",
"url": "https://github.com/shouhaiel1/CNN-LSTM-Violence-detection/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
196374481 | Italic style regex
I want to not turn hello_beautiful_world into <p>hello<i>beautiful</i>world</p> but considering it a single word, containing _.
My use case is when using emojis containing two underscores: :couple_with_heart: will be converted into <p>:couple<i>with</i>heart:</p>. I just want to have it as <p>:coup... | gharchive/issue | 2016-12-19T10:05:12 | 2025-04-01T04:58:19.414953 | {
"authors": [
"IonicaBizau",
"dgw",
"tivie"
],
"repo": "showdownjs/showdown",
"url": "https://github.com/showdownjs/showdown/issues/314",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2719904457 | Uncertainty in Agent Termination Due to Missing "Complete Action" in Action Space
Issue Description
In the example provided in the README, the GUI Agent’s action space does not include a “Complete Action,” making it unclear when the agent should terminate. Occasionally, the agent seems to enter an internal loop, poss... | gharchive/issue | 2024-12-05T09:49:34 | 2025-04-01T04:58:19.424370 | {
"authors": [
"DaeHwanGi",
"Han1018",
"QinghongLin"
],
"repo": "showlab/ShowUI",
"url": "https://github.com/showlab/ShowUI/issues/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
259728185 | Чек выплаты проходит как чек внесения
Что мы делаем не так? Код приводит к печати чека Внесения, а не Выплаты.
printer.beginFiscalReceipt(true);
printer.setFiscalReceiptType(FiscalPrinterConst.FPTR_RT_CASH_OUT);
printer.printRecCash(toCents(amount));
printer.printRecTotal(0, toCents(amount), "0");
printer.endFiscalRe... | gharchive/issue | 2017-09-22T07:35:05 | 2025-04-01T04:58:19.447832 | {
"authors": [
"IvZv",
"nyxiscoo1"
],
"repo": "shtrih-m/javapos_shtrih",
"url": "https://github.com/shtrih-m/javapos_shtrih/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1393024786 | Adding my Codechef solutions for various problems
Assign me this task @shubham7668
assign me this
| gharchive/issue | 2022-09-30T21:06:44 | 2025-04-01T04:58:19.449901 | {
"authors": [
"mrsparkle-70",
"soumdatta81"
],
"repo": "shubham7668/hacktober",
"url": "https://github.com/shubham7668/hacktober/issues/19",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
723834591 | Update CONTRIBUTING.md
Add the contributing guidelines.
I'll take it
Done: https://github.com/shubhidua/Hacktoberfest-20/pull/5
Solved #7
@MihirBhave add explaining the procedure of contributing to a repo in #3 as it will help newcomers to get started.
| gharchive/issue | 2020-10-17T19:43:16 | 2025-04-01T04:58:19.455472 | {
"authors": [
"MihirBhave",
"bhagatparwinder",
"shubhidua"
],
"repo": "shubhidua/Hacktoberfest-20",
"url": "https://github.com/shubhidua/Hacktoberfest-20/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1092943826 | 请问下个版本大概什么时候发布?
如题,发现这个版本问题挺多的,请问下个版本什么时候发布。
我们正在打造一个稳定版本,计划是年前发布,不过从目前评估情况看,年前发布有风险极大,很可能延期
| gharchive/issue | 2022-01-04T01:53:07 | 2025-04-01T04:58:19.464427 | {
"authors": [
"Fyuxuan",
"epplera"
],
"repo": "shulieTech/Takin",
"url": "https://github.com/shulieTech/Takin/issues/107",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
424635439 | errors with undefined blackfriday variables when installing
go version
go version go1.12.1 darwin/amd64
go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/julie/Library/Caches/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/julie/go:/Users/julie/bin:/usr/local/opt/go/libexe... | gharchive/issue | 2019-03-24T17:00:43 | 2025-04-01T04:58:19.479017 | {
"authors": [
"dmitshur",
"julieqiu"
],
"repo": "shurcooL/markdownfmt",
"url": "https://github.com/shurcooL/markdownfmt/issues/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1718085823 | Add: Hirdesh Kumar
Description
Profile details added to Profile.json file.
Changes Proposed
{
"name": "Hirdesh Kumar",
"location": "Agra, UP India",
"bio": "A Full Stack developer with mastery in developing MERN stack applications. Have developed apps for almost all domains",
"avatar": "https://gith... | gharchive/pull-request | 2023-05-20T07:29:18 | 2025-04-01T04:58:19.484026 | {
"authors": [
"hirru",
"shyamtawli"
],
"repo": "shyamtawli/devFind",
"url": "https://github.com/shyamtawli/devFind/pull/190",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
587613506 | Collection of ISO codes for countries
In response to #40, we need help collecting ISO 3166-1 alpha-2 country codes for the following groupings:
EU (European Union)
Africa
Asia
South America
Europe
The codes should be an array of strings. With this, we can aggregate information on a continental level.
EU = ["se", ... | gharchive/issue | 2020-03-25T11:01:10 | 2025-04-01T04:58:19.512434 | {
"authors": [
"lorrden",
"siaw23"
],
"repo": "siaw23/kovid",
"url": "https://github.com/siaw23/kovid/issues/46",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1737864238 | Cellprofiles update
Cellprofiles that are sent from the server are not always complete. They only represent the cell profiles of the records that have been sent in the fetch response.
Classes in Dart
class RecordFormat {
Map<int, RowFormat> rowFormats = {};
}
class RowFormat {
List<int> columnIndexToFormatIndex... | gharchive/issue | 2023-06-02T09:54:16 | 2025-04-01T04:58:19.518797 | {
"authors": [
"ToniHeiss",
"maximilianweidenauer"
],
"repo": "sibvisions/reactUI",
"url": "https://github.com/sibvisions/reactUI/issues/394",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1178689636 | Fix explanation transforms for Mapping Transformers
The Mappings version of the one-hot encoder transformers have outdated explanation transform methods; these should be updated to the most accurate versions.
This has since been fixed
| gharchive/issue | 2022-03-23T21:30:26 | 2025-04-01T04:58:19.519881 | {
"authors": [
"zyteka"
],
"repo": "sibyl-dev/pyreal",
"url": "https://github.com/sibyl-dev/pyreal/issues/183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
397270985 | Where should we update interactions in the simulation process when a contact collision algorithm is in the loop?
This issue is a follow-up of the PR #241.
The question is when we should call
updateWorldFromDS();
updateInteractions();
updateContactsFromChangeLog();
Several options:
per each time step
per each Newto... | gharchive/issue | 2019-01-09T09:00:15 | 2025-04-01T04:58:19.524125 | {
"authors": [
"radarsat1",
"vacary"
],
"repo": "siconos/siconos",
"url": "https://github.com/siconos/siconos/issues/276",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
423460450 | Migrate from goo.gl to tinyurl.com
~Adding qs to package.json (it was a transient dependency before, but making it explicit is better).~ Using the stdlib querystring module.
Fix #218.
@siddharthkp any update on this? All our builds depend on this and even though our deployments are able to continue, we do get a nic... | gharchive/pull-request | 2019-03-20T20:35:53 | 2025-04-01T04:58:19.537221 | {
"authors": [
"FrAgFo0d",
"StephanBijzitter",
"fsouza"
],
"repo": "siddharthkp/bundlesize",
"url": "https://github.com/siddharthkp/bundlesize/pull/285",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
485603262 | Changes to be made to gist
Description:
Here I have found out some of the gists that currently using have not updated recently. There are some of the changes need to be made. For example, in configuration YAML blocks need to remove wso2.datasources: entry.
Please refer the following documentation URL as an example.
[... | gharchive/issue | 2019-08-27T06:09:30 | 2025-04-01T04:58:19.542761 | {
"authors": [
"BuddhiWathsala",
"niveathika",
"suhothayan"
],
"repo": "siddhi-io/siddhi",
"url": "https://github.com/siddhi-io/siddhi/issues/1466",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
439244993 | Add docs on partition purging.
Purpose
Add information on partition purging.
Codecov Report
Merging #1251 into master will increase coverage by 0.02%.
The diff coverage is n/a.
@@ Coverage Diff @@
## master #1251 +/- ##
============================================... | gharchive/pull-request | 2019-05-01T17:22:37 | 2025-04-01T04:58:19.550110 | {
"authors": [
"codecov-io",
"suhothayan"
],
"repo": "siddhi-io/siddhi",
"url": "https://github.com/siddhi-io/siddhi/pull/1251",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
164858972 | Purchase: fix error with AccountBasedExpenseLineDetail typed as Ref
fixes #31
In a purchase, the AccountBasedExpenseLineDetail is a Ref object : should be an AccountBasedExpenseLineDetail.
Coverage remained the same at 96.702% when pulling 58d0545385649e947606e44103eb9a5cd46c9776 on AdrienDS:master into c2648d1252... | gharchive/pull-request | 2016-07-11T15:01:20 | 2025-04-01T04:58:19.552207 | {
"authors": [
"AdrienDS",
"coveralls"
],
"repo": "sidecars/python-quickbooks",
"url": "https://github.com/sidecars/python-quickbooks/pull/35",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
169976765 | How do get org.freedesktop.DBus.Properties.PropertiesChanged events?
I have been unable to get any events that I was looking for:
srv.getInterface('/org/freedesktop/Notifications', 'org.freedesktop.DBus.Properties', function(err, obj) {
obj.addListener('NameAcquired', console.log);
obj.addListener('Properties... | gharchive/issue | 2016-08-08T17:19:14 | 2025-04-01T04:58:19.611649 | {
"authors": [
"DaSpawn",
"TheMSB",
"YurySolovyov",
"sidorares"
],
"repo": "sidorares/node-dbus",
"url": "https://github.com/sidorares/node-dbus/issues/117",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1586896372 | iot2050-image-example.bb:do_rootfs_install failed
when we build the image,we get the error:'Packages were downgraded and -y was used without --allow-downgrades',and it has some info 'The following packages will be DOWNGRADED:
libssl1.1
0 upgraded, 571 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
E: ... | gharchive/issue | 2023-02-16T02:30:22 | 2025-04-01T04:58:19.681314 | {
"authors": [
"BaochengSu",
"lxmuyu"
],
"repo": "siemens/meta-iot2050",
"url": "https://github.com/siemens/meta-iot2050/issues/418",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
932921160 | iot2050-firmware-update: Account for incomplete images
Pad images that are not erase-size aligned and terminate earlier. This
avoids needless updates of the flash with zeros.
Ping, @BaochengSu
| gharchive/pull-request | 2021-06-29T17:01:34 | 2025-04-01T04:58:19.684803 | {
"authors": [
"jan-kiszka"
],
"repo": "siemens/meta-iot2050",
"url": "https://github.com/siemens/meta-iot2050/pull/149",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1352621223 | Update README file with configuring MongoDB for local development
Issue
At present, the README does not contain any detailed documentation on how we can configure MongoDB for local development
What can be done
Update the README with documentation setting up MongoDB for local development
@rafat17 good observatio... | gharchive/issue | 2022-08-26T18:47:22 | 2025-04-01T04:58:19.694484 | {
"authors": [
"rafat17",
"sifatul"
],
"repo": "sifatul/find-profile",
"url": "https://github.com/sifatul/find-profile/issues/61",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2044285111 | Addition of examples/go-mq and examples/go-mq-reactive
The documentation of the new examples, as well as adjustments to docs/message-queues.md are still pending.
LGTM! Would suggest renaming go-mq to go-mq-basic - I'll use the reactive one in hotrod and test it out as soon as I can. Thanks!
| gharchive/pull-request | 2023-12-15T19:42:53 | 2025-04-01T04:58:19.701766 | {
"authors": [
"daniel-de-vera",
"foxish"
],
"repo": "signadot/routesapi",
"url": "https://github.com/signadot/routesapi/pull/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1158891461 | Mirror signed release images from GCR to GHCR as part of release with…
… Cloud Build.
Signed-off-by: Kenny Leung kleung@chainguard.dev
Summary
Copy signed released image from GCR to GHCR using cosign cli copy command.
This will ensure the signature will be the same between the two registry.
This keep consistent wit... | gharchive/pull-request | 2022-03-03T20:57:49 | 2025-04-01T04:58:19.882598 | {
"authors": [
"codecov-commenter",
"k4leung4"
],
"repo": "sigstore/cosign",
"url": "https://github.com/sigstore/cosign/pull/1547",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1312875948 | policy-controller: document regexp options better
Description
The policy controller documentation is not very explicit about the fact that keyless authorities need to use separate keys if you want to validate with regular expressions. This is very confusing when trying to take a sample into use.
Version
latest
Clos... | gharchive/issue | 2022-07-21T08:26:55 | 2025-04-01T04:58:19.884340 | {
"authors": [
"JAORMX",
"ltagliaferri"
],
"repo": "sigstore/sigstore-website",
"url": "https://github.com/sigstore/sigstore-website/issues/199",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1408207475 | Verification fails with libressl
Description
I am investigating why the verfication is failing when following the README steps. I tried both local deployment approaches and both are failing.
Verification: FAILED
4336174636:error:2FFFF065:time stamp routines:CRYPTO_internal:ess signing certificate error:/AppleInterna... | gharchive/issue | 2022-10-13T17:55:03 | 2025-04-01T04:58:19.890482 | {
"authors": [
"haydentherapper",
"hectorj2f"
],
"repo": "sigstore/timestamp-authority",
"url": "https://github.com/sigstore/timestamp-authority/issues/73",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
119948838 | add \Pimple\Container class to Pimple v1 for forward compatibility
the document says:
Reading the Pimple 1.x code is also a good way to learn more about how to create a simple Dependency Injection Container (recent versions of Pimple are more focused on performance).
That's right.
Pimple ver 1.x is the best teache... | gharchive/pull-request | 2015-12-02T14:09:36 | 2025-04-01T04:58:19.905548 | {
"authors": [
"DQNEO",
"fabpot",
"stof"
],
"repo": "silexphp/Pimple",
"url": "https://github.com/silexphp/Pimple/pull/192",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1283343570 | Updated LfMerge to .NET6
Includes updating .Core to .NET Standard. I picked this simply to instill more compatibility with other frameworks. Also includes updating various old Framework packages to the minimum versions that supported .NET Standard.
Removed icu.net to depend on indirect reference. Upgraded MongoDB, pe... | gharchive/pull-request | 2022-06-24T06:58:09 | 2025-04-01T04:58:19.926058 | {
"authors": [
"josephmyers",
"rmunn"
],
"repo": "sillsdev/LfMerge",
"url": "https://github.com/sillsdev/LfMerge/pull/278",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2203651019 | Crash when WritingSystemStore has any .ldml files in it
Presumably because of a change in the WS library for FLEx, it is now the case that we can't start Solid if there are any .ldml files in the folder:
C:\ProgramData\SIL\WritingSystemRepository\3
Well, for some users the crash only happens if there are writing syst... | gharchive/issue | 2024-03-23T02:33:44 | 2025-04-01T04:58:19.954133 | {
"authors": [
"bbryson",
"josephmyers",
"megahirt"
],
"repo": "sillsdev/solid",
"url": "https://github.com/sillsdev/solid/issues/5",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1474130946 | Does not run on raspberry
Because deno dies not run on raspberry pi silverbullet does not run too. Would like to use it on a raspberry pi.
Please give another Option to install
I think your best shot is following along with this issue. https://github.com/denoland/deno/issues/2295. It sounds like you probably could ... | gharchive/issue | 2022-12-03T15:41:28 | 2025-04-01T04:58:19.969481 | {
"authors": [
"sweisgerber",
"ulrischa",
"zefhemel",
"zephraph"
],
"repo": "silverbulletmd/silverbullet",
"url": "https://github.com/silverbulletmd/silverbullet/issues/136",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
173811583 | [Question]: Angular Translate
Hi!! This is very nice package,congrats and thank you for sharing it! Many helpful features are implemented here, but what about angular multi language support? have you considered adding this feature? I'm trying it with angular translate, but can't make it work on step "Asynchronous Loa... | gharchive/issue | 2016-08-29T16:11:34 | 2025-04-01T04:58:19.978115 | {
"authors": [
"gioramies",
"gnud",
"llstarscreamll"
],
"repo": "silverbux/laravel-angular-admin",
"url": "https://github.com/silverbux/laravel-angular-admin/issues/67",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
171786165 | Regression in 1.4 with userforms
Cross posted from https://github.com/silverstripe/silverstripe-userforms/issues/506
1.3 is fine. However, whenever saving a paged-form with 1.4 installed a new page is created each time, and the order gets messed up when drag-dropping.
Before:
Attemp to drag "Page 2" line one item do... | gharchive/issue | 2016-08-17T23:43:05 | 2025-04-01T04:58:19.981247 | {
"authors": [
"tractorcow"
],
"repo": "silverstripe-australia/silverstripe-gridfieldextensions",
"url": "https://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues/159",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1474964574 | Configuration: Swift_Transport_NullTransport requires Swift_Events_SimpleEventDispatcher argument
Affected Version
SilverStripe version 4.11.15.
Description
Configuration (using the usual _config/*.yml approach) for using the Swift_Transport_NullTransport in development should work correctly.
But Swift_Transport_Null... | gharchive/issue | 2022-12-04T16:25:33 | 2025-04-01T04:58:20.000089 | {
"authors": [
"GuySartorelli",
"strarsis"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/issues/10603",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
268206263 | RFC: Avoid HTTPApplication for CLI
HTTPApplication is a system for processing URLs in a webserver environment.
In a CLI context, it only introduces distractions.
For CLI requests, we should generate a CoreKernel object but handle BuildTasks and database building without using SilverStripe/Control. This would probably... | gharchive/issue | 2017-10-24T22:20:38 | 2025-04-01T04:58:20.006867 | {
"authors": [
"GuySartorelli",
"chillu",
"sminnee",
"tractorcow"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/issues/7509",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
251551200 | FIX: Prevent repeated lookup of obj.dependencies by Injector
This unnecessary repeated call to Injector slows down the construction
of frequently instantiated classes.
On admin/pages, this reduced execution from 1.67s to 1.56s, and it
reduced the impact of having an extension added to DBField by 33%
(from 100ms to 67... | gharchive/pull-request | 2017-08-21T05:09:56 | 2025-04-01T04:58:20.009300 | {
"authors": [
"sminnee",
"tractorcow"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/pull/7292",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
603855911 | Update 03_Authentication.md
The value of SS_DEFAULT_ADMIN_USERNAME is registered in "Member->Email", so why is it called "SS_DEFAULT_ADMIN_USERNAME"?
I propose to name it to SS_DEFAULT_ADMIN_EMAIL for the default "unique_identifier_field" ('Email') and then we'll support different "unique_identifier_field" (like "Use... | gharchive/pull-request | 2020-04-21T09:37:56 | 2025-04-01T04:58:20.011670 | {
"authors": [
"alessandromarotta",
"kinglozzer"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/pull/9477",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
313327700 | Remove cythonized files
Remove file
Update requirement.txt for continuous integration
python setup.py clean while also remove cythonized files
does sdist generate the C-files ?
No, but i can try.
I think i will try something like: python setup.py sdist --cythonized, instead of only sdist.
BTW there is a pbm w... | gharchive/pull-request | 2018-04-11T13:37:20 | 2025-04-01T04:58:20.023265 | {
"authors": [
"kif",
"t20100",
"vallsv"
],
"repo": "silx-kit/silx",
"url": "https://github.com/silx-kit/silx/pull/1774",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1798884865 | silx.gui: Check Qt/pyopengl platform compatibility; silx view/compare: Use matplotlib if OpenGL is not available
This PR updates isOpenGLAvailable to check the compatibility between Qt and pyopengl selected platforms.
It also updates silx view and silx compare to fallback on matplotlib if OpenGL is selected but not a... | gharchive/pull-request | 2023-07-11T12:57:03 | 2025-04-01T04:58:20.025522 | {
"authors": [
"t20100",
"vallsv"
],
"repo": "silx-kit/silx",
"url": "https://github.com/silx-kit/silx/pull/3905",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
755416216 | Pull version from pom.xml instead of hardcoding it.
What the title says. This fixes the version in the target jar's name (previously 1.0-SNAPSHOT) and also makes it easier to bump versions. Also added some things to pom.xml.
Implemented a similar thing to yours, thank you
| gharchive/pull-request | 2020-12-02T16:18:54 | 2025-04-01T04:58:20.026694 | {
"authors": [
"GitRowin",
"sim0n"
],
"repo": "sim0n/Caesium",
"url": "https://github.com/sim0n/Caesium/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1641808823 | Support for nested checks
Hi, it looks like the current version doesn't support nested checks.
If tests are in form of
describe( .....
describe(......
describe(......
expect(........
only the outer case will be taken into account as a test suite, and since there are no c... | gharchive/issue | 2023-03-27T10:08:00 | 2025-04-01T04:58:20.046207 | {
"authors": [
"mikocot",
"simbadltd"
],
"repo": "simbadltd/k6-junit",
"url": "https://github.com/simbadltd/k6-junit/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.