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 |
|---|---|---|---|---|---|
1681453230 | Pool building freezes when connections drop during initial setup
Hi!
I am using r2d2 0.8.10 and noticed, that my service gets stuck on startup consistently under certain conditions: When the database becomes available, while r2d2 is already trying to connect.
The problem is, that in the initial startup phase, all con... | gharchive/issue | 2023-04-24T14:46:12 | 2025-04-01T06:04:02.659836 | {
"authors": [
"FlixCoder",
"sfackler"
],
"repo": "sfackler/r2d2",
"url": "https://github.com/sfackler/r2d2/issues/142",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
851818300 | Add free fns as iterator sources
These mimic the functions in std::iter. A couple of interesting differences are that repeat doesn't need T: Clone and that successors can transform by value, both because streaming iterators keep ownership of their items.
If there are no objections, I'll go ahead and merge this soon... | gharchive/pull-request | 2021-04-06T21:19:00 | 2025-04-01T06:04:02.661197 | {
"authors": [
"cuviper"
],
"repo": "sfackler/streaming-iterator",
"url": "https://github.com/sfackler/streaming-iterator/pull/22",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
59444611 | query with lowercases of column names
Hi sferik @sferik
I am using rails_admin in my app. For some reasons we have some columns named 'humanId' and 'accessToken' which was named with CamelCase.
But in your gem, the query will always use lowercase like
ILIKE '%song%') OR (LOWER(users.humanId) ILIKE '%song%') OR (LOWER... | gharchive/issue | 2015-03-02T06:42:26 | 2025-04-01T06:04:02.665636 | {
"authors": [
"cs0511",
"mshibuya"
],
"repo": "sferik/rails_admin",
"url": "https://github.com/sferik/rails_admin/issues/2202",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
110574988 | Provide a config option for RailsAdmin to override default_scope
Synopsis:
RailsAdmin.config do |config|
config.global_default_scope = :unscoped
config.global_default_scope = ->{|model| model == User ? User.admins : model.all }
end
I've modelled my approach on this comment by @jxpx777 (https://github.com/sferik/... | gharchive/pull-request | 2015-10-09T02:02:08 | 2025-04-01T06:04:02.675107 | {
"authors": [
"MrOutis",
"dalpo",
"dburt",
"mshibuya"
],
"repo": "sferik/rails_admin",
"url": "https://github.com/sferik/rails_admin/pull/2428",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1172210564 | 🛑 Nodo is down
In 67bbc9c, Nodo (https://nodotecnologico.catamarcacapital.edu.ar/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Nodo is back up in 27f481f.
| gharchive/issue | 2022-03-17T10:41:16 | 2025-04-01T06:04:02.686779 | {
"authors": [
"juanml14"
],
"repo": "sfvc/upptime",
"url": "https://github.com/sfvc/upptime/issues/116",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2282271687 | 🛑 CatamarcaCapital is down
In e896324, CatamarcaCapital (https://www.catamarcaciudad.gob.ar) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CatamarcaCapital is back up in 2378386 after 4 minutes.
| gharchive/issue | 2024-05-07T04:52:46 | 2025-04-01T06:04:02.689301 | {
"authors": [
"juanml14"
],
"repo": "sfvc/upptime",
"url": "https://github.com/sfvc/upptime/issues/1648",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1202188736 | MONGOCRYPT-397 Process FLE2EncryptionPlaceholder into FLE2FindEqualityPayload
Summary
Adds type mc_FLE2FindEqualityPayload_t with init/parse/serialize/cleanup methods for producing BSON payloads containing subsubtype 5 (FLE2FindEqualityPayload)
Performs token generation and value transformation for find queries.
Pr... | gharchive/pull-request | 2022-04-12T17:38:00 | 2025-04-01T06:04:02.767590 | {
"authors": [
"sgolemon"
],
"repo": "sgolemon/libmongocrypt",
"url": "https://github.com/sgolemon/libmongocrypt/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2478389730 | Not listing all releases
Currently this action is not listing all releases, it only lists first page and hence wont delete all releases within a long lived repository with many releases. Also would be nice to get the node version updated to 20 to get rid of the warning.
I could even do a PR to fix both of these, but... | gharchive/issue | 2024-08-21T15:47:49 | 2025-04-01T06:04:02.768919 | {
"authors": [
"sconix",
"sgpublic"
],
"repo": "sgpublic/delete-release-action",
"url": "https://github.com/sgpublic/delete-release-action/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1104837181 | Billable trait
Handle get details from billable model
#29 pull request related
| gharchive/issue | 2022-01-15T20:12:12 | 2025-04-01T06:04:02.790056 | {
"authors": [
"shabayekdes"
],
"repo": "shabayekdes/laravel-payment",
"url": "https://github.com/shabayekdes/laravel-payment/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1462280786 | Append mode adds an extra line
When I have a button like
name fdsaf
type prepend template
action inbox processing
remove button-fdsaf
^button-fdsaf
It inserts the specified template just above the fenced block, without any additional lines.
However, when I do
name fdsaf
type append template
action inbox processing
r... | gharchive/issue | 2022-11-23T19:14:51 | 2025-04-01T06:04:02.792508 | {
"authors": [
"ponbaton",
"tsbertalan"
],
"repo": "shabegom/buttons",
"url": "https://github.com/shabegom/buttons/issues/152",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2363253571 | [bug]: Input OTP Clicking Any Slot Just Selects The Last One
Describe the bug
What Is The Problem?
When using the Input OTP component, I can navigate using the arrow keys.
Uses of Each Arrow Key
Up: Navigate to the first slot
Down: Navigate to the last (inputtable) slot
Left: Move one slot to the left
Right: Move o... | gharchive/issue | 2024-06-19T23:39:03 | 2025-04-01T06:04:02.801643 | {
"authors": [
"Leiloukou",
"NiklasPor",
"jacob-leger"
],
"repo": "shadcn-ui/ui",
"url": "https://github.com/shadcn-ui/ui/issues/4046",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
268587641 | Generate GLSL bindings for separate texture/sampler objects
To support OpenGL applications, Slang needs to have a story for generating GLSL bindings of separate texture / sampler objects.
While it is relatively easier to just add support for combined texture/sampler objects for all targets, it feels limiting since it... | gharchive/issue | 2017-10-25T23:57:49 | 2025-04-01T06:04:02.813478 | {
"authors": [
"csyonghe",
"tangent-vector",
"tfoleyNV"
],
"repo": "shader-slang/slang",
"url": "https://github.com/shader-slang/slang/issues/231",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2013040837 | Support GLSL builtin variables that maps to different semantics depending on stage.
Some of the GLSL builtin variables maps to different HLSL semantics depending on the current stage. For those builtins, we can define them as global properties where the getter/setter routes to internal declarations based on stage.
Fo... | gharchive/issue | 2023-11-27T20:26:18 | 2025-04-01T06:04:02.817528 | {
"authors": [
"bmillsNV",
"csyonghe"
],
"repo": "shader-slang/slang",
"url": "https://github.com/shader-slang/slang/issues/3354",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2652718252 | "main" entry point name not allowed on some backends
Some backends (cpu, cuda, metal) fail to compile a shader that has an entry point named main.
We can throw a warning, and rename "main" to "main_" on these targets.
| gharchive/issue | 2024-11-12T16:39:42 | 2025-04-01T06:04:02.818686 | {
"authors": [
"csyonghe",
"skallweitNV"
],
"repo": "shader-slang/slang",
"url": "https://github.com/shader-slang/slang/issues/5542",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1410022159 | PersistentShaderCache integration
Changes:
Integrates PersistentShaderCache into RendererBase, replacing much of the old shader caching code located in RendererBase::getEntryPointCodeFromShaderCache with the new PersistentShaderCache methods (which are responsible for the functionality of the old code)
Adds a test t... | gharchive/pull-request | 2022-10-15T03:02:26 | 2025-04-01T06:04:02.820860 | {
"authors": [
"lucy96chen"
],
"repo": "shader-slang/slang",
"url": "https://github.com/shader-slang/slang/pull/2453",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1260994988 | pulls in a lot of extra crates
Do we need all the default features? Is it possible to slim down the dependency tree? Using this my Cargo.lock file that already had bevy and lots of dependencies gains an additional 52 dependencies. I know not all of them will be for each platform but seems like there's some fat that c... | gharchive/issue | 2022-06-05T08:41:58 | 2025-04-01T06:04:02.865672 | {
"authors": [
"gilescope"
],
"repo": "shadr/egui-datepicker",
"url": "https://github.com/shadr/egui-datepicker/issues/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
783986968 | سلام اقای شهاب یزدی
اقای یزدی میشه یه راهنمایی بکنید چجوری میتونم لیست شهر ها و استان ها را در ری اکت بنویسم
؟
سلام
حقیقتش من اینو نوشتم ولی نمیدونم تا چه حد به کارتون بیاد :
https://codesandbox.io/s/provinces--cities-rpplt?file=/src/App.js
سلام
حقیقتش من اینو نوشتم ولی نمیدونم تا چه حد به کارتون بیاد :
https... | gharchive/issue | 2021-01-12T07:25:03 | 2025-04-01T06:04:02.868676 | {
"authors": [
"mrsh0311",
"shahabyazdi"
],
"repo": "shahabyazdi/react-multi-date-picker",
"url": "https://github.com/shahabyazdi/react-multi-date-picker/issues/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
867662371 | there are unwanted subject is being created we might not required them. Please remove
https://github.com/shaikhAhmedRaza/hms_new/blob/d4acaea48576be18076c082236c37168db63afd9/src/app/service/client.service.ts#L37
If I remove that then it throws an error
| gharchive/issue | 2021-04-26T12:43:43 | 2025-04-01T06:04:02.870668 | {
"authors": [
"shaikhAhmedRaza",
"yunusFarooqui"
],
"repo": "shaikhAhmedRaza/hms_new",
"url": "https://github.com/shaikhAhmedRaza/hms_new/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
951991023 | conformance: lift ban for Element.children
Description
Previously we ban Element.chidren in https://github.com/google/shaka-player/commit/b641a24acf8482cf901d47908283b0d692a66299
Because we have dropped support for IE, we can bring this back ? cc @theodab
I see that in https://github.com/google/shaka-player/blob/mast... | gharchive/pull-request | 2021-07-24T03:36:20 | 2025-04-01T06:04:02.876395 | {
"authors": [
"MilosRasic",
"avelad",
"joeyparrish",
"kocoten1992",
"theodab"
],
"repo": "shaka-project/shaka-player",
"url": "https://github.com/shaka-project/shaka-player/pull/3545",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1697886257 | 🛑 Shakedown Social - Uploads is down
In 8e058e8, 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: 442 ms
Resolved: Shakedown Social - Uploads is back up in dfc3405.
| gharchive/issue | 2023-05-05T16:31:29 | 2025-04-01T06:04:02.880666 | {
"authors": [
"clifff"
],
"repo": "shakedown-social/upptime",
"url": "https://github.com/shakedown-social/upptime/issues/3506",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1708782122 | 🛑 Shakedown Social - Uploads is down
In 8dad4bd, 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: 373 ms
Resolved: Shakedown Social - Uploads is back up in 027feb6.
| gharchive/issue | 2023-05-14T01:05:47 | 2025-04-01T06:04:02.883123 | {
"authors": [
"clifff"
],
"repo": "shakedown-social/upptime",
"url": "https://github.com/shakedown-social/upptime/issues/4845",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
162567460 | Upgrade Minimatch to prevent RexExp DoS issue
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
This was already opened in https://github.com/shakyShane/resp-modifier/pull/10
Thanks though 👍
| gharchive/pull-request | 2016-06-27T23:00:15 | 2025-04-01T06:04:02.887031 | {
"authors": [
"ralic",
"shakyShane"
],
"repo": "shakyShane/resp-modifier",
"url": "https://github.com/shakyShane/resp-modifier/pull/11",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
69424728 | Warning: array_key_exists
Warning: array_key_exists() expects parameter 2 to be array, null given in Y:\home\maynewblog.w\www\src\shameerc\Textpress\Textpress.php on line 213
Warning: array_key_exists() expects parameter 2 to be array, null given in Y:\home\maynewblog.w\www\src\shameerc\Textpress\Textpress.php on lin... | gharchive/issue | 2015-04-19T13:24:27 | 2025-04-01T06:04:02.944743 | {
"authors": [
"Mirivhbv",
"jpu4",
"mohanzeal",
"ptcmariano",
"shameerc"
],
"repo": "shameerc/TextPress",
"url": "https://github.com/shameerc/TextPress/issues/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
515428736 | Select your existing Gist is an empty page
🐛 Describe the bug
A clear and concise description of what the bug is. You are always welcome to check the Troubleshooting section before filing the ticket.
I've 2 github accounts. I've logged in to my company provided github account on default web browser Safari. However, ... | gharchive/issue | 2019-10-31T13:21:33 | 2025-04-01T06:04:02.957335 | {
"authors": [
"JeroenBos",
"basnijholt",
"bessey",
"khoazero123",
"rockchalkwushock",
"sashafklein",
"shanalikhan",
"sim4life",
"zyqhi"
],
"repo": "shanalikhan/code-settings-sync",
"url": "https://github.com/shanalikhan/code-settings-sync/issues/1079",
"license": "MIT",
... |
2029512932 | MAINT: Enable "no response" bot
Overview
Closes #3422
Add the "no response" bot, to close issues with the "awaiting feedback" label where the original author has not replied. For more info about the bot see: https://github.com/lee-dohm/no-response
This is probably less impactful that the "stale bot" over on #3424 , s... | gharchive/pull-request | 2023-12-06T22:37:13 | 2025-04-01T06:04:03.022978 | {
"authors": [
"connortann"
],
"repo": "shap/shap",
"url": "https://github.com/shap/shap/pull/3423",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1092370899 | Overview of new features in Shapely 2.0
In addition to a rewrite of the internals of Shapely by merging in the pygeos code and the behaviour changes we added warnings for (hashability, iterability, etc), we also implicitly added quite some new features by merging pygeos if you compare it to Shapely 1.8 (which is the ... | gharchive/issue | 2022-01-03T10:00:01 | 2025-04-01T06:04:03.028443 | {
"authors": [
"jorisvandenbossche"
],
"repo": "shapely/shapely",
"url": "https://github.com/shapely/shapely/issues/1280",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1438884081 | Fox Farming v4 txs should appear as stake/unstake
Overview
Fox Farming v4 txs are appearing as send and receives when they should be appearing as stake/unstake transactions.
References and additional details
go to app.shapeshift.com
log in with mm, native, or kk
arrive on dashboard and click on the defi tab
click on... | gharchive/issue | 2022-11-07T19:48:09 | 2025-04-01T06:04:03.035277 | {
"authors": [
"0xdef1cafe",
"DiggyDiggy2",
"wesleygravess"
],
"repo": "shapeshift/web",
"url": "https://github.com/shapeshift/web/issues/3240",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1589180406 | fix: handle undefined options in number abbrev
Description
Handling of options which have an unidentified value when abbreviating numbers (e.g. coming from components with optional props without default values) in order for them to not override the defaults set based on the number being formatted.
This fixes a bug wh... | gharchive/pull-request | 2023-02-17T11:02:56 | 2025-04-01T06:04:03.045082 | {
"authors": [
"0xdef1cafe",
"firebomb1",
"pastaghost"
],
"repo": "shapeshift/web",
"url": "https://github.com/shapeshift/web/pull/3860",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1117195057 | Please add purpose of this project
What can one do with this project?
Sounds like a good suggestion to me, a description of the project can be found on https://github.com/shapeshifter, however this specific repository should have its own description as well. We'll pick this up!
With the GOPACS update, we have a p... | gharchive/issue | 2022-01-28T09:42:46 | 2025-04-01T06:04:03.046813 | {
"authors": [
"KoviaX",
"radboudp",
"tomwetjens"
],
"repo": "shapeshifter/shapeshifter-library",
"url": "https://github.com/shapeshifter/shapeshifter-library/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1100410235 | Members buying Guest WB w CC breaks
**Exception (Integrity constraint violation) 'yii\db\IntegrityException' with message 'SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'tax' cannot be null
Stack trace:
#7 [internal function]: backend\controllers\PaymentController->actionCharge()
Fixed!
| gharchive/issue | 2022-01-12T14:30:25 | 2025-04-01T06:04:03.052426 | {
"authors": [
"sharkbit"
],
"repo": "sharkbit/BadgeApp",
"url": "https://github.com/sharkbit/BadgeApp/issues/183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
597264860 | it does't android ndk
I use dbg.h to print JNI log, but there are very many errors, can you let it support Android NDK?
my code:
#ifdef __ANDROID__
#include <android/log.h>
#endif
output << std::endl;
std::cerr << output.str();
#ifdef __ANDROID__
__android_log_print(ANDROID_LOG_INFO, "dbg", "%s\n", out... | gharchive/issue | 2020-04-09T13:00:09 | 2025-04-01T06:04:03.074953 | {
"authors": [
"Lzhiyong",
"sharkdp"
],
"repo": "sharkdp/dbg-macro",
"url": "https://github.com/sharkdp/dbg-macro/issues/93",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2527010888 | Example decorators
This PR resolves #503, implements the @example decorator and adds basic examples to most standard library functions.
The @example decorator takes the example code as the first positional argument and optionally an example description as second argument. Multiple examples can be defined by using @ex... | gharchive/pull-request | 2024-09-15T16:27:40 | 2025-04-01T06:04:03.078458 | {
"authors": [
"Bzero",
"sharkdp"
],
"repo": "sharkdp/numbat",
"url": "https://github.com/sharkdp/numbat/pull/566",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1749536543 | Investigate jfind as a faster alternative to telescope
https://www.reddit.com/r/neovim/comments/1449gj8/jfind_over_130x_faster_than_telescope/?utm_source=share&utm_medium=android_app&utm_name=androidcss&utm_term=1&utm_content=share_button
jfind may be faster, but telescope is more popular and maintained. I see no r... | gharchive/issue | 2023-06-09T09:39:21 | 2025-04-01T06:04:03.080668 | {
"authors": [
"sharkov63"
],
"repo": "sharkov63/nvim-cfg",
"url": "https://github.com/sharkov63/nvim-cfg/issues/17",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2485951573 | Timeseries Utility Functions for Data Frame Objects
:scroll: Description
The PR brings the existing time series utility functions under pandaswizard for data frame objects #24
This PR brings the following change(s):
:star2: New Feature - time series utility functions are added under pandaswizard module.
:hammer_and... | gharchive/pull-request | 2024-08-26T05:38:43 | 2025-04-01T06:04:03.085741 | {
"authors": [
"ZenithClown"
],
"repo": "sharkutilities/pandas-wizard",
"url": "https://github.com/sharkutilities/pandas-wizard/pull/26",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
215873835 | Make it possible for overrides to disable script, group, and extension attribute creation.
This is an extension of the issue I opened titled "Allow turning off everything but package upload".
I didn't know that specifying an empty POLICY_TEMPLATE would skip policy creation and it looks like jss-recipes all have polic... | gharchive/issue | 2017-03-21T20:50:55 | 2025-04-01T06:04:03.102994 | {
"authors": [
"magnusviri",
"sheagcraig"
],
"repo": "sheagcraig/JSSImporter",
"url": "https://github.com/sheagcraig/JSSImporter/issues/102",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
102431671 | If a script's category doesn't exist, JSSImporter fails with response code 409.
When running a recipe for which a ScriptTemplate.xml is defined and contains <category>Foo</category>, if the Foo category doesn't already exist, the recipe run fails.
This is in contrast to policy categories, which are created automatica... | gharchive/issue | 2015-08-21T17:52:22 | 2025-04-01T06:04:03.106054 | {
"authors": [
"homebysix",
"sheagcraig"
],
"repo": "sheagcraig/JSSImporter",
"url": "https://github.com/sheagcraig/JSSImporter/issues/55",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
312514364 | Adding html over slider images only works well when clicking next button
I've added some html over each img, but only applies to every slide when you click next button.
First Load:
After clicking next
@gbarrionuevo Hi,
I'm sorry to say this but this carousel is depreciated instead use @ngu/carousel. Try it if u s... | gharchive/issue | 2018-04-09T12:40:31 | 2025-04-01T06:04:03.109061 | {
"authors": [
"gbarrionuevo",
"sheikalthaf"
],
"repo": "sheikalthaf/ngx-carousel",
"url": "https://github.com/sheikalthaf/ngx-carousel/issues/99",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2212466963 | Unknown new bug, wrong modifier highlights appearing
https://discord.com/channels/170995199584108546/697845559435853865/1222739281529802754
When I target, it seems to label that the enemies has stuff that I have
That and the origin seems to be off-- and as a result, posts the DC's the enemies has
I could not ... | gharchive/issue | 2024-03-28T06:35:59 | 2025-04-01T06:04:03.116908 | {
"authors": [
"shemetz"
],
"repo": "shemetz/pf2e-modifiers-matter",
"url": "https://github.com/shemetz/pf2e-modifiers-matter/issues/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
429354822 | 有人建议block github?这也是为何国内没有glassdoor这样的产品的原因
glassdoor是专门给老板评价的网站,如果一家公司黑心了,就该爆光它,包括老板和他的裙带关联公司,免得再去害更多的人!支持这个repo!
看准网和这个比较类似,上面是给公司评价的。但是海军无处不在。
| gharchive/issue | 2019-04-04T15:48:39 | 2025-04-01T06:04:03.122033 | {
"authors": [
"350050183",
"JeffongTan"
],
"repo": "shengxinjing/programmer-job-blacklist",
"url": "https://github.com/shengxinjing/programmer-job-blacklist/issues/260",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
534226101 | Create a page to add a project
Part of EPIC #19
[x] Follow the below sketch to create the UI
[ ] Input validation for non empty field https://github.com/shescoding/projects-platform-frontend/issues/29
This has been done in #28
| gharchive/issue | 2019-12-06T19:45:48 | 2025-04-01T06:04:03.164556 | {
"authors": [
"nurmerey",
"partiallymisplaced"
],
"repo": "shescoding/projects-platform-frontend",
"url": "https://github.com/shescoding/projects-platform-frontend/issues/23",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2208297921 | 🛑 Musikverein Margarethen am Moos is down
In 929d4c0, Musikverein Margarethen am Moos (http://www.mv-margarethen.at/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Musikverein Margarethen am Moos is back up in 840c957 after 5 minutes.
| gharchive/issue | 2024-03-26T13:42:12 | 2025-04-01T06:04:03.181752 | {
"authors": [
"shiermann"
],
"repo": "shiermann/upptime",
"url": "https://github.com/shiermann/upptime/issues/325",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2634764965 | Realistic segmentation of trachea and lung
After a short meeting with Maxime B. we have seen that the trachea segmentation lacks the bifurcation which connects the trachea with lungs. This would be very challenging to segment with a trained model but with the anatomical T1w image it is possible to discern.
This may ... | gharchive/issue | 2024-11-05T08:28:15 | 2025-04-01T06:04:03.194390 | {
"authors": [
"jcohenadad",
"mathieuboudreau",
"sriosq"
],
"repo": "shimming-toolbox/b0-fieldmap-realistic-simulation",
"url": "https://github.com/shimming-toolbox/b0-fieldmap-realistic-simulation/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
470858242 | SHFE不支持市价单
通知: 下单失败,已撤单报单被拒绝SHFE:不被支持的报单类型
客户端程序可以自己用涨/跌停价格来报单,但是能不能在sdk里面支持,这样client不用作特殊处理,保持接口一致性?
SHFE不支持市价,因此下单( insert_order() )时需填写limit_price字段。可以在代码中获取买一/卖一价然后填入insert_order的limit_price字段,
| gharchive/issue | 2019-07-22T02:03:18 | 2025-04-01T06:04:03.199483 | {
"authors": [
"4ever911",
"we4t"
],
"repo": "shinnytech/tqsdk-python",
"url": "https://github.com/shinnytech/tqsdk-python/issues/97",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
520085786 | Failed to build Xamarin solution after installing the package
After adding the Shiny.Notifications package, i am getting the build error;
Severity Code Description Project File Line Suppression State
Error Can not resolve reference: System.Threading.Tasks.Extensions, referenced by System.Reactive. Please add a NuGet... | gharchive/issue | 2019-11-08T15:44:46 | 2025-04-01T06:04:03.209422 | {
"authors": [
"Sattasundar"
],
"repo": "shinyorg/shiny",
"url": "https://github.com/shinyorg/shiny/issues/153",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
344266232 | Getting %1 is not a valid Win32-application. (error 0xc1) when running commands that require an interactive shell
Description
I have succesfully installed vessel on my windows 10 machine using git bash. Now I get an error whenever I use a command which requires an interactive shell. So when I ran ./vessel art migrate... | gharchive/issue | 2018-07-25T02:13:52 | 2025-04-01T06:04:03.219711 | {
"authors": [
"AnwarElbo",
"michaeljstutz"
],
"repo": "shipping-docker/vessel",
"url": "https://github.com/shipping-docker/vessel/issues/84",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1038582533 | As a Shipwright user, I want to see the name of the Git branch that was taken when I did not specify a revision in the Build
Understand the problem
Users can create builds without specifying a revision. In this case, we use the default branch. UX components can now use our results to show which commit was used. In th... | gharchive/issue | 2021-10-28T14:23:17 | 2025-04-01T06:04:03.224338 | {
"authors": [
"SaschaSchwarze0",
"adambkaplan"
],
"repo": "shipwright-io/build",
"url": "https://github.com/shipwright-io/build/issues/923",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
63130160 | ノードIDとパーツIDが同じ場合、404 Not Found
ノードIDとパーツIDが同じ場合、404 Not Found となる。
Cms::Node::PartsController は Cms::PartFilter を include している。
Cms::PartFilter は Cms::NodeFilter を include している。
Cms::NodeFilter#set_item で、"@item.id == @cur_node.id" の場合 404 を発生させている。
つまり、パーツの ID と パーツを入れているフォルダの ID が同じ場合、404 となる。
Cms::PartFilter は、C... | gharchive/issue | 2015-03-20T01:11:40 | 2025-04-01T06:04:03.228536 | {
"authors": [
"sunny4381"
],
"repo": "shirasagi/shirasagi",
"url": "https://github.com/shirasagi/shirasagi/issues/311",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1735403580 | Update protobuf@8.2
Build protobuf@8.2
:beers: @BrewTestBot has triggered a merge.
| gharchive/pull-request | 2023-06-01T04:03:48 | 2025-04-01T06:04:03.234917 | {
"authors": [
"shivammathur"
],
"repo": "shivammathur/homebrew-extensions",
"url": "https://github.com/shivammathur/homebrew-extensions/pull/2832",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
829640496 | Update php@8.1
Build php@8.1
:beers: @BrewTestBot has triggered a merge.
| gharchive/pull-request | 2021-03-12T00:28:00 | 2025-04-01T06:04:03.235938 | {
"authors": [
"shivammathur"
],
"repo": "shivammathur/homebrew-php",
"url": "https://github.com/shivammathur/homebrew-php/pull/211",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2198072906 | Imposible install apc, mycript, PHP 7.3, 7.4.
Imposible install extensions apc, mycript, PHP 7.3, 7.4.
thks 👍
This has been resolved. Please restart your workflows.
https://twitter.com/launchpadstatus/status/1770532196257849798
| gharchive/issue | 2024-03-20T17:06:15 | 2025-04-01T06:04:03.237874 | {
"authors": [
"shivammathur",
"terabytesoftw"
],
"repo": "shivammathur/setup-php",
"url": "https://github.com/shivammathur/setup-php/issues/829",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
718026938 | Update voice assistant
not better than urs but still give it a go
not better than urs but still give it a go
| gharchive/pull-request | 2020-10-09T10:15:12 | 2025-04-01T06:04:03.238613 | {
"authors": [
"Aashish2023"
],
"repo": "shivangdubey/HacktoberFest2020",
"url": "https://github.com/shivangdubey/HacktoberFest2020/pull/245",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1783994962 | dsn_class v.0.1.9
Added color constants back to dsn_class. Also created DSNElement to hold information for drawing a pygame rect, including the color and dimensions. Both are necessary in loading information from a text file. The text file is being loaded in the Memory class with the "load_levels" method/function. Th... | gharchive/pull-request | 2023-07-01T14:59:22 | 2025-04-01T06:04:03.261106 | {
"authors": [
"shoc71",
"slysnivy"
],
"repo": "shoc71/dont-stop-now",
"url": "https://github.com/shoc71/dont-stop-now/pull/114",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
311863612 | parrallel computation of sample in LogDetEstimator
This is [WIP]
In #4103 we decided to use something like
#pragma omp parallel for reduction(+:samples[:num_estimates])
but this is not working because openmp does not support vector reduction in this manner.
I declared a custom reduction for vector type which did the ... | gharchive/pull-request | 2018-04-06T06:43:36 | 2025-04-01T06:04:03.279904 | {
"authors": [
"karlnapf",
"shubham808"
],
"repo": "shogun-toolbox/shogun",
"url": "https://github.com/shogun-toolbox/shogun/pull/4235",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
589557761 | update notebooks
Change notebook python version
This is grep right?
I think some of them will not run without errors in Py3, or did you run them?
I fixed the notebook job on buildbot so I am running stuff until all the notebooks are functional. But yes, I just did grep and I am just running through the PR until i... | gharchive/pull-request | 2020-03-28T11:21:56 | 2025-04-01T06:04:03.283291 | {
"authors": [
"gf712",
"karlnapf"
],
"repo": "shogun-toolbox/shogun",
"url": "https://github.com/shogun-toolbox/shogun/pull/4973",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1817195499 | 🛑 Shopstar Platform is down
In 9ff38e9, Shopstar Platform (https://app.shopstar.co.za) was down:
HTTP code: 502
Response time: 1537 ms
Resolved: Shopstar Platform is back up in 140f8b2.
| gharchive/issue | 2023-07-23T16:38:31 | 2025-04-01T06:04:03.295350 | {
"authors": [
"chrisedington"
],
"repo": "shopstarco/shopstatus",
"url": "https://github.com/shopstarco/shopstatus/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1346140260 | Update customer language on login
1. Why is this change necessary?
Fixes: https://issues.shopware.com/issues/NEXT-22927
2. What does this change do, exactly?
Update languageId from customer to the active language from the shop on login
3. Describe each step to reproduce the issue or behaviour.
See: https://issues.sho... | gharchive/pull-request | 2022-08-22T10:01:06 | 2025-04-01T06:04:03.301185 | {
"authors": [
"NiklasLimberg",
"alessandroaussems",
"shopwareBot"
],
"repo": "shopware/platform",
"url": "https://github.com/shopware/platform/pull/2664",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1528314455 | Fixed typo in error code, expectations failed, not exceptions
1. Why is this change necessary?
Super confusing to read when you try to understand the API, when it says, that an exception failed, but rather the expectations failed.
2. What does this change do, exactly?
Change a "constant" where value has a typo.
3. De... | gharchive/pull-request | 2023-01-11T02:33:48 | 2025-04-01T06:04:03.307481 | {
"authors": [
"JoshuaBehrens",
"NiklasLimberg",
"aragon999",
"mitelg",
"shopwareBot"
],
"repo": "shopware/platform",
"url": "https://github.com/shopware/platform/pull/2923",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2327747903 | Development setup with devenv failed:
PHP Version
8.2
Shopware Version
6.6.2
Expected behaviour
git clone git@github.com:shopware/shopware.git
cd shopware
devenv up
Then I created a .env file with the database url
DATABASE_URL="mysql://shopware:shopware@127.0.0.1:3306/shopware?sslmode=disable&charset=utf8mb4"
in ne... | gharchive/issue | 2024-05-31T12:37:04 | 2025-04-01T06:04:03.313102 | {
"authors": [
"Lanzelot711",
"shyim"
],
"repo": "shopware/shopware",
"url": "https://github.com/shopware/shopware/issues/3741",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2466168666 | Change / suggest new password >wrong fields are filled
Log into customer account, go to "change password":
https://www.domain.tld/account/profile
Let browser suggest new strong password.
Firefox (MacOS): nothing happens
Safari (MacOS): fields "password repeat" and "old password" are filled (look at screenshot)
[pub... | gharchive/issue | 2024-08-14T15:22:26 | 2025-04-01T06:04:03.317368 | {
"authors": [
"shopwareBot"
],
"repo": "shopware/shopware",
"url": "https://github.com/shopware/shopware/issues/4411",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
383275623 | [SW-23003] fix Exception Object Constructor call
1. Why is this change necessary?
see: https://issues.shopware.com/issues/SW-23003
2. What does this change do, exactly?
corrects the Exceptions Object initialisation
3. Describe each step to reproduce the issue or behaviour.
delete or rename an image file thats within ... | gharchive/pull-request | 2018-11-21T20:07:51 | 2025-04-01T06:04:03.321768 | {
"authors": [
"marcelloceschia",
"shopwareBot"
],
"repo": "shopware/shopware",
"url": "https://github.com/shopware/shopware/pull/1895",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1515634577 | Feature/support non bbc web playlists 2
Closes #2
Can now add any web based html or xml dox and extract the track names with a configurable xPath
Merging
| gharchive/pull-request | 2023-01-01T15:13:29 | 2025-04-01T06:04:03.333846 | {
"authors": [
"shortall"
],
"repo": "shortall/BbcPlaylistToSpotify",
"url": "https://github.com/shortall/BbcPlaylistToSpotify/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2565378077 | [bug]: Error when trying to close right side window
Description
An error message occurs when trying to close a window. Upon pressing Enter to dismiss the error, the closed window immediately comes back.
Specifically, this error only occurs when the blank side buffers are currently hidden because their width is under ... | gharchive/issue | 2024-10-04T03:57:45 | 2025-04-01T06:04:03.341697 | {
"authors": [
"ClaimedLizard",
"shortcuts"
],
"repo": "shortcuts/no-neck-pain.nvim",
"url": "https://github.com/shortcuts/no-neck-pain.nvim/issues/407",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1616419851 | Custom transforms design investigation
We have long held the idea that shotover needs some kind of user writable custom transforms.
But we've never known what it should actually look like.
Some of the possibilities are:
dynamically linked libraries (a plugin system)
wasm transforms
some kind of embedded scripting la... | gharchive/issue | 2023-03-09T05:03:35 | 2025-04-01T06:04:03.387909 | {
"authors": [
"rukai"
],
"repo": "shotover/shotover-proxy",
"url": "https://github.com/shotover/shotover-proxy/issues/1071",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1393045639 | Reverse Integer
Reverse a integer
Can I get more details about the problem mentioned?
Hey @shubham7668 assign this to me
hey @shubham7668 assign this to me pls . i can do it in short trick in python
Reverse a integer
Hey @shubham7668 Can u assign this to me. I will add cpp code for this.
hey please assign... | gharchive/issue | 2022-09-30T21:35:34 | 2025-04-01T06:04:03.411859 | {
"authors": [
"aatharvauti",
"rohit07v",
"saurabh9887",
"sayanm16",
"shubham7668",
"shubhammaurya767"
],
"repo": "shubham7668/hacktober",
"url": "https://github.com/shubham7668/hacktober/issues/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1066481719 | Better built-in search
Generate https://github.com/nextapps-de/flexsearch indexes at build time as webpack assets for each language.
This would be great, stork is not working too great with CJK from my own experience
Yep I felt the same, but this feature requires tons of time to work so...
@shuding is it done? ... | gharchive/issue | 2021-11-29T20:42:42 | 2025-04-01T06:04:03.415182 | {
"authors": [
"YikSanChan",
"ankit-gaur",
"shuding"
],
"repo": "shuding/nextra",
"url": "https://github.com/shuding/nextra/issues/265",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2511585851 | [v3] add focus-ring option to theme configuration
Description
This PR is part of https://github.com/shuding/nextra/pull/3154. I’ve split out the focus ring portion to make the code review process easier.
To avoid conflicts with the focus-visible style in external components, I added a nextra-focus-ring class to repla... | gharchive/pull-request | 2024-09-07T10:31:37 | 2025-04-01T06:04:03.419271 | {
"authors": [
"87xie",
"dimaMachina"
],
"repo": "shuding/nextra",
"url": "https://github.com/shuding/nextra/pull/3209",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1552140331 | Add Playwright tests
It would be great to setup some basic e2e tests for this lib.
I'd be open to help out here. I've got some experience with playwright, and we just adopted this lib at sana labs.
| gharchive/issue | 2023-01-22T14:30:47 | 2025-04-01T06:04:03.420317 | {
"authors": [
"AntonNiklasson",
"shuding"
],
"repo": "shuding/react-wrap-balancer",
"url": "https://github.com/shuding/react-wrap-balancer/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
41772296 | markdownfmt eats frontmatter :(
diff git-pretty.markdown markdownfmt/git-pretty.markdown
--- /var/folders/jl/9k0vmk1s2076hqq8mr1m1hh80000gn/T/markdownfmt556382536 2014-09-02 18:01:13.000000000 -0700
+++ /var/folders/jl/9k0vmk1s2076hqq8mr1m1hh80000gn/T/markdownfmt741505031 2014-09-02 18:01:13.000000000 -0700
@@ -1,19 ... | gharchive/issue | 2014-09-03T01:01:49 | 2025-04-01T06:04:03.432702 | {
"authors": [
"bobthecow",
"moorereason",
"shurcooL"
],
"repo": "shurcooL/markdownfmt",
"url": "https://github.com/shurcooL/markdownfmt/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
204510344 | Add Topics
Github recently introduced "Topics": https://github.com/blog/2309-introducing-topics.
I would like to suggest the topics "shopware" and "shopware-plugin".
Done thank you
| gharchive/issue | 2017-02-01T06:55:33 | 2025-04-01T06:04:03.485600 | {
"authors": [
"bcremer",
"shyim"
],
"repo": "shyim/shopware-profiler",
"url": "https://github.com/shyim/shopware-profiler/issues/36",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
494320791 | set up everything and error happens after login
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /Users/username/Downloads/warehouse-inventory-system/includes/load.php:1) in /Users/username/Downloads/warehouse-inventory-system/includes/session.php on line 2
any id... | gharchive/issue | 2019-09-16T23:16:01 | 2025-04-01T06:04:03.493577 | {
"authors": [
"ilovefood2"
],
"repo": "siamon123/warehouse-inventory-system",
"url": "https://github.com/siamon123/warehouse-inventory-system/issues/43",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
875345952 | resolver metadata added
Signed-off-by: Luis Gomez luis.gomezalonso@sicpa.com
Pending to be approved https://github.com/sicpa-dlab/aries-cloudagent-python/pull/81
Integration tests are successful using https://github.com/sicpa-dlab/aries-cloudagent-python/pull/81 code
It works with the following acapy code:
git ... | gharchive/pull-request | 2021-05-04T10:58:22 | 2025-04-01T06:04:03.503991 | {
"authors": [
"Luis-GA"
],
"repo": "sicpa-dlab/acapy-resolver-didcomm",
"url": "https://github.com/sicpa-dlab/acapy-resolver-didcomm/pull/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2393877085 | --layout option unnecessary?
It seems like the --layout option is unnecessary. It only matters because the easily-available version of hledger on ubuntu is a little outdated and doesn't have that option (which causes puffin to break). I made the following change to remove that option and it seems to work as expected.... | gharchive/issue | 2024-07-07T03:35:37 | 2025-04-01T06:04:03.516274 | {
"authors": [
"rahji",
"siddhantac"
],
"repo": "siddhantac/puffin",
"url": "https://github.com/siddhantac/puffin/issues/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1212607763 | more components button fix resolves #238
What is the change?
the position for more components button was fixed for mobile view
Related issue?
closes: #238
How was it tested?
Using chrome dev tools are running website on live server
Checklist:
Before you create this PR, confirm all the requirements listed below by che... | gharchive/pull-request | 2022-04-22T17:27:35 | 2025-04-01T06:04:03.522941 | {
"authors": [
"Saurav-Singh-Rauthan",
"siddhi-244"
],
"repo": "siddhi-244/Embellish",
"url": "https://github.com/siddhi-244/Embellish/pull/242",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
103673192 | key设置过期时间后ldb文件减小不明显
测试发现key设置过期时间,当超过过期时间后保存数据的ldb文件会大小会减小一小部分,但是不会减小为0,请问是什么原因
leveldb/rocksdb这种的会有阀值,当超过之后才会进行compact处理。
理论上我的理解是这样的,当我给key设置过期时间时,当超过过期时间此key会被删除,那么保存其信息的ldb文件中也会删除此条数据,不然的话ldb文件会一直增长下去
不会,LSM模型是使用的文件追加方式,你的任何delete操作是append到文件末尾的,而不是直接去对应的位置删除。
只有过了相应的阀值,才会触发compact。
好的,请问阀值是在什么地方去查看与设置的
... | gharchive/issue | 2015-08-28T08:44:22 | 2025-04-01T06:04:03.527049 | {
"authors": [
"bittoy",
"siddontang"
],
"repo": "siddontang/ledisdb",
"url": "https://github.com/siddontang/ledisdb/issues/180",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1655291081 | IxToggle checked attribute value ignored by component
What happened?
I noticed that checked attribute of IxToggle component completely ignores any value assigned to it, except for when the element loads for the first time.
That means, that if we for example have a stateful boolean variable of which the value is dete... | gharchive/issue | 2023-04-05T09:48:50 | 2025-04-01T06:04:03.566013 | {
"authors": [
"CptGeo",
"danielleroux",
"nuke-ellington",
"robert-wettstaedt"
],
"repo": "siemens/ix",
"url": "https://github.com/siemens/ix/issues/481",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1741830822 | Siemens iX Cypress plugin?
Suggestion / feature request
We do a lot of testing with Cypress, but we find that some of our tests fail intermittently, and when they do, it's always the Siemens iX components (in particular, IxSelect and IxDropdown) that failed to function correctly.
One workaround that we've toyed with ... | gharchive/issue | 2023-06-05T13:48:08 | 2025-04-01T06:04:03.569676 | {
"authors": [
"James-Richardson",
"danielleroux"
],
"repo": "siemens/ix",
"url": "https://github.com/siemens/ix/issues/573",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
319156798 | FEATURE 1: Number Scroll to select donation - $5 to $99
Idea 1) One of those number flict scroll wheels
idea 2) A set of buttons.. [+$1] [+$5] [+$10] and a [Donate] button to trigger the final amount?
Added a NumberPicker in a8644af
| gharchive/issue | 2018-05-01T09:38:20 | 2025-04-01T06:04:03.576913 | {
"authors": [
"ashleyhull-versent",
"sighmon"
],
"repo": "sighmon/OpenDonation",
"url": "https://github.com/sighmon/OpenDonation/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
583723902 | Refactoring of kustomize code and upgrading to kustomize v3
Hi team!
as discussed in the trello card: https://trello.com/c/I3VlnpRU/56-refactor-dual-nginx i refactored the code in order to avoid duplication.
The upgrade to kustomize v3 was totally painless because there wasn't any section that was under the breaking ... | gharchive/pull-request | 2020-03-18T13:21:36 | 2025-04-01T06:04:03.583233 | {
"authors": [
"angelbarrera92",
"lzecca78"
],
"repo": "sighupio/fury-kubernetes-ingress",
"url": "https://github.com/sighupio/fury-kubernetes-ingress/pull/18",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
801729538 | docker.io is the correct package (at least in Ubuntu)
it is really weird that docker-compose does not give a more meaningful error message when it cannot find the docker daemon
The instructions as currently written install Docker fine on Ubuntu 20.04.2.
Without apt install docker.io the init-certificate.sh throw ... | gharchive/pull-request | 2021-02-05T00:07:10 | 2025-04-01T06:04:03.690123 | {
"authors": [
"GenosseFlosse",
"flogriesser",
"ftpmorph",
"jacko0",
"mmahmoudian",
"qlx4r"
],
"repo": "signalapp/Signal-TLS-Proxy",
"url": "https://github.com/signalapp/Signal-TLS-Proxy/pull/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
945954408 | 🛑 signalwerk – ci is down
In cafabd1, signalwerk – ci (https://ci.signalwerk.ch/) was down:
HTTP code: 404
Response time: 349 ms
Resolved: signalwerk – ci is back up in 0d1777b.
| gharchive/issue | 2021-07-16T05:19:19 | 2025-04-01T06:04:03.707726 | {
"authors": [
"signalwerk"
],
"repo": "signalwerk/uptime",
"url": "https://github.com/signalwerk/uptime/issues/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
659675642 | [FUZZ] Lodestar crash-a5b0215768616e956c13a3b4c662e59e1a7aac817a50cfced3a4da1d14ea5b0f
I've identified a fuzzer crash and am contributing to the security of Ethereum 2!
I've done and provided the following:
[x] Checked to see if any other [FUZZ] issue already refers to that crasher
[x] Attached the crashing input... | gharchive/issue | 2020-07-17T22:04:06 | 2025-04-01T06:04:03.757379 | {
"authors": [
"cooganb",
"pventuzelo"
],
"repo": "sigp/beacon-fuzz",
"url": "https://github.com/sigp/beacon-fuzz/issues/52",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
601786052 | Linear Mix ?
is working on the linear mix that is computed by summing the sources will yield the same results as working on the non-linear mix ?
Hi. Is this questions related to the MUSDB18 dataset (where the we have a linear mix and a non-linear mix?)
Our Dataloader assumes a linear mix by summing the sources, exc... | gharchive/issue | 2020-04-17T08:09:42 | 2025-04-01T06:04:03.773620 | {
"authors": [
"HusseinYoussef",
"faroit"
],
"repo": "sigsep/open-unmix-pytorch",
"url": "https://github.com/sigsep/open-unmix-pytorch/issues/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
936474519 | Add initial Azure KMS support
Add initial Azure KMS support, Just saw now that there are some refactors to do. I will apply those.
Opening as a draft for gathering any feedback
integrated with cosign
@dlorenc this is an initial implementation, I'm sure there are lots of things to improve. But I think we can do a... | gharchive/pull-request | 2021-07-04T14:51:40 | 2025-04-01T06:04:03.776224 | {
"authors": [
"cpanato",
"dlorenc"
],
"repo": "sigstore/sigstore",
"url": "https://github.com/sigstore/sigstore/pull/76",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
633879839 | Add future
Hi, can you add button to exclude form scope
Thank you
I released v0.2 with this included.
| gharchive/issue | 2020-06-07T23:45:03 | 2025-04-01T06:04:03.822258 | {
"authors": [
"dnet",
"mhmh55516"
],
"repo": "silentsignal/burp-periscope",
"url": "https://github.com/silentsignal/burp-periscope/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
103907423 | WIP added a provider for VarDumper
WIP
already exists https://github.com/flint/Brick/blob/master/src/Provider/DebugServiceProvider.php :+1:
| gharchive/pull-request | 2015-08-30T08:26:30 | 2025-04-01T06:04:03.825902 | {
"authors": [
"fabpot",
"henrikbjorn"
],
"repo": "silexphp/Silex",
"url": "https://github.com/silexphp/Silex/pull/1234",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1935332904 | SF: Project admin can override the language codes used by Serval for the source and target
Issue 3: https://docs.google.com/spreadsheets/d/13Y8d3z3JajAoR2B1zDbsjb0q_GLVQaB6iX9rZPM9it4/edit#gid=0
Guidance for user in UI: the language for the training source and the pretranslation source must be the same.
Admin UI: A... | gharchive/issue | 2023-10-10T13:05:37 | 2025-04-01T06:04:03.847871 | {
"authors": [
"johnml1135",
"pmachapman"
],
"repo": "sillsdev/serval",
"url": "https://github.com/sillsdev/serval/issues/161",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1602123442 | Feature Request: Table of Contents
Feature Request: a Plug to inline generate a Table of contents
description
I would like a plug that allows me to create a Table of Contents in my page. A special Tag <!-- TOC --> .... <!-- EndToc --> could be used to embed the current hierarchy. Of course a nice addon would be if a ... | gharchive/issue | 2023-02-27T23:39:10 | 2025-04-01T06:04:03.855151 | {
"authors": [
"jwalzer",
"zefhemel"
],
"repo": "silverbulletmd/silverbullet",
"url": "https://github.com/silverbulletmd/silverbullet/issues/375",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1966997777 | Alternative storage back-end support
Currently SilverBullet primarily supports using a folder on disk to store space content. Technically there is also S3 support, but this is mostly undocumented. It would be great to properly support multiple storage backends, e.g.:
Disk (current default)
S3
Deno KV (for easily dep... | gharchive/issue | 2023-10-29T13:44:36 | 2025-04-01T06:04:03.860783 | {
"authors": [
"kothavade",
"virtadpt",
"zefhemel"
],
"repo": "silverbulletmd/silverbullet",
"url": "https://github.com/silverbulletmd/silverbullet/issues/548",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
137843225 | FulltextSearchable::enable() causes build error (3.3.1)
It seems the DB engine doesn't actually get updated to MyISAM, resulting in a "The used table type doesn't support FULLTEXT indexes" build-error when applying the FulltextSearchable extension in FulltextSearchable::enable().
Both MySQLDatabase and MySQLPDODataba... | gharchive/issue | 2016-03-02T11:07:13 | 2025-04-01T06:04:03.866998 | {
"authors": [
"micschk",
"sminnee",
"tractorcow"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/issues/5126",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
193380668 | Fatal error on login if SS_DEFAULT_ADMIN_PASSWORD is unset
This was rather counter-intuitive for me...
This is the first project I started using _ss_environment.php on - certainly handy - but after developing for a while, I didn't particularly like that my password was in that file as plain text (even though it's onl... | gharchive/issue | 2016-12-04T22:23:49 | 2025-04-01T06:04:03.871072 | {
"authors": [
"JorisDebonnet",
"dhensby",
"tractorcow"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/issues/6361",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
235196547 | BUG HtmlEditorField insert link toggle broken with pre3.2 form ID/classes set
On one of my sites we have the FormTemplateHelper_Pre32 enabled for forms, this seems to break the HtmlEditorField insert link feature, when selecting the link type the form options aren't updated.
This looks to be down to https://github.co... | gharchive/issue | 2017-06-12T11:03:21 | 2025-04-01T06:04:03.874794 | {
"authors": [
"chillu",
"christopherdarling",
"nglasl"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/issues/7013",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
29327810 | ADD updateViewer extension hook to getViewer
Allows extensions to modify template selection before rendering a veiw
In thinking, updateViewer is potentially dangerous. I'd rather use something like injector to ensure this is used.
| gharchive/pull-request | 2014-03-13T06:00:50 | 2025-04-01T06:04:03.875781 | {
"authors": [
"sheadawson",
"wilr"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/pull/2948",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
159054383 | BUG Fix buttonClicked() error
Fixes #3208
Thanks
| gharchive/pull-request | 2016-06-08T00:27:29 | 2025-04-01T06:04:03.876481 | {
"authors": [
"dhensby",
"tractorcow"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/pull/5665",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
253515481 | Bump deprecation to 4.0 in preparation for rc and stable tags
The effect of this change is that all Deprecation::notice('4.0') calls will now display as actual deprecation notices. This is best done before RC in order to capture any un-upgraded APIs marked for removal at 4.0.
We're heading to release candidates soo... | gharchive/pull-request | 2017-08-29T03:03:49 | 2025-04-01T06:04:03.877978 | {
"authors": [
"flamerohr",
"tractorcow"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/pull/7321",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
274459863 | Fix HTTP::get_mime_type with uppercase filenames.
The fallback of HTTP::get_mime_type (that uses a lookup instead of finfo, see #441) doesn't ensure the extension is converted to lowercase before the lookup. A file named Image.JPG will return 'application/unknown'.
This change fixes this issue.
This looks like a bu... | gharchive/pull-request | 2017-11-16T10:09:24 | 2025-04-01T06:04:03.879823 | {
"authors": [
"bummzack",
"dhensby"
],
"repo": "silverstripe/silverstripe-framework",
"url": "https://github.com/silverstripe/silverstripe-framework/pull/7608",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
832847235 | silx.io.h5py_utils: Fixed tests in CI environment
closes #3420
With this, tests looks to pass where they seldom did: https://gitlab.esrf.fr/silx/bob/silx/-/pipelines/43129
I started a second run to check if it is still fine: https://gitlab.esrf.fr/silx/bob/silx/-/pipelines/43133
Still failing: https://gitlab.esrf.f... | gharchive/pull-request | 2021-03-16T14:16:21 | 2025-04-01T06:04:03.954927 | {
"authors": [
"t20100",
"woutdenolf"
],
"repo": "silx-kit/silx",
"url": "https://github.com/silx-kit/silx/pull/3421",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1274934304 | Documentation issue: Expressions
Exists
Regarding the example code:
Future<List> emptyCategories() {
final hasNoTodo = notExistsQuery(
select(todos)..where((row) => row.category.equalsExp(categories.id)));
return select(categories)..where((row) => hasNoTodo);
}
Visual Studio Code indicates problems with the return st... | gharchive/issue | 2022-06-17T11:47:37 | 2025-04-01T06:04:03.976486 | {
"authors": [
"mkhan-akhan",
"simolus3"
],
"repo": "simolus3/drift",
"url": "https://github.com/simolus3/drift/issues/1892",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2492277223 | 🛑 Cloud Assess is down
In 286b530, Cloud Assess (https://$CA_SITE1/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Cloud Assess is back up in e7acf6b after 5 minutes.
| gharchive/issue | 2024-08-28T14:35:56 | 2025-04-01T06:04:03.978627 | {
"authors": [
"simon2871"
],
"repo": "simon2871/fs-websitemonitor",
"url": "https://github.com/simon2871/fs-websitemonitor/issues/1251",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1527620315 | 🛑 Metrocopiers is down
In 8bfddbe, Metrocopiers (https://$MC_SITE1/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Metrocopiers is back up in b2b4b28.
| gharchive/issue | 2023-01-10T15:47:45 | 2025-04-01T06:04:03.980723 | {
"authors": [
"simon2871"
],
"repo": "simon2871/fs-websitemonitor",
"url": "https://github.com/simon2871/fs-websitemonitor/issues/75",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
151157000 | Problem with run command Kitchen Test
I add set :backend, :exec in the spec_helper.rb
but I got a new error
default: Guest Additions Version: 5.0.16
default: VirtualBox Version: 4.3
==> default: Setting hostname...
==> default: Machine not provisioned because `--no-provision` is sp... | gharchive/issue | 2016-04-26T14:55:09 | 2025-04-01T06:04:04.006525 | {
"authors": [
"barkingfoodog",
"cmarzullo",
"epcim",
"lelix"
],
"repo": "simonmcc/kitchen-salt",
"url": "https://github.com/simonmcc/kitchen-salt/issues/47",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.