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 |
|---|---|---|---|---|---|
178360561 | java.lang.ClassNotFoundException: org.postgresql.Driver
使用postgresql,无法运行
感谢你的使用与反馈,目前bin中的jar仅import了mariadb的驱动jar。
所以默认支持mariadb与mysql, 当在使用其它类型的数据库运行时,需要import相应的数据库驱动jar。
主要操作方法有两个:
1、fork源码在pom.xml中增加数据库驱动依赖,重新打包再以jar -jar GGCode-xxx.jar运行
2、将驱动包下载到GGCode-0.0.1.jar同级目录,使用java -cp GGCode-0.0.1.jar:[driver.jar] ... | gharchive/issue | 2016-09-21T14:18:24 | 2025-04-01T06:40:29.868671 | {
"authors": [
"printfcoder",
"stotem"
],
"repo": "stotem/GGCode",
"url": "https://github.com/stotem/GGCode/issues/1",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
125920771 | and another package version not initialised
before a repository can be released, all package.xml need to have the same version or prepare-release is doomed to fail :-(
I'll merge it myself and re-release afterwards
now the re-release worked: https://lcas.lincoln.ac.uk/jenkins/job/prepare-release/384/
| gharchive/pull-request | 2016-01-11T11:09:23 | 2025-04-01T06:40:29.870729 | {
"authors": [
"marc-hanheide"
],
"repo": "strands-project/v4r_ros_wrappers",
"url": "https://github.com/strands-project/v4r_ros_wrappers/pull/24",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2316551808 | StatefulJob can't easily tar node data
The StatefulJob docs state this, and I'm attempting to use it for the same function.
Strangelove uses it to compress and upload snapshots of chain data.
I'm having a problem achieving this though. On the Provenance chain our nonpruned nodes contain about 1TB of data. Our PVCs a... | gharchive/issue | 2024-05-25T01:30:57 | 2025-04-01T06:40:29.873610 | {
"authors": [
"agouin",
"scirner22"
],
"repo": "strangelove-ventures/cosmos-operator",
"url": "https://github.com/strangelove-ventures/cosmos-operator/issues/420",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2490451932 | fix alpine version crahes for cosmwasm based networks
reference: https://github.com/CosmWasm/wasmvm/issues/523
Currently Osmosis builds cause a cgo panic. Also affected wormhole w/ testing for Joel.
I have found a solution to this problem if necessary CosmWasm/wasmvm#576
I think we should submit a PR on the Heighli... | gharchive/issue | 2024-08-27T22:06:06 | 2025-04-01T06:40:29.876715 | {
"authors": [
"Reecepbcups",
"mrzigha",
"nourspace",
"vimystic"
],
"repo": "strangelove-ventures/heighliner",
"url": "https://github.com/strangelove-ventures/heighliner/issues/273",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
332569040 | Quickstart is not working on my mac
api_1 | [2018-06-14T21:18:40.844Z] info Creating your application... It might take a few seconds.
api_1 | [2018-06-14T21:18:40.928Z] error $ strapi new can only be called in an empty directory.
api_1 | [2018-06-14T21:18:41.177Z] error This command can only be used inside a Strap... | gharchive/issue | 2018-06-14T21:21:49 | 2025-04-01T06:40:29.886884 | {
"authors": [
"demobo-com"
],
"repo": "strapi/strapi-docker",
"url": "https://github.com/strapi/strapi-docker/issues/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
302732519 | tmpop: add tendermint evidence
At last, we're able to compute full tendermint evidence for our segments!
We can't really use the lite package as it's meant to be used by clients and is quite complex to fit in our infrastructure (it acts as a proxy node) but I think the data we're able to access in the votes is enough... | gharchive/pull-request | 2018-03-06T14:54:52 | 2025-04-01T06:40:30.029194 | {
"authors": [
"alexppxela",
"simonvadee",
"such",
"t-bast"
],
"repo": "stratumn/go-indigocore",
"url": "https://github.com/stratumn/go-indigocore/pull/356",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1920261385 | Fix: DjangoOptimizerExtension corrupts nested objects' fields' prefetch objects
Description
This PR aims to resolve issue #379 .
I included a reproducible test and a suggested fix, where the Prefetch object gets deepcopied to avoid the side effects from add_prefix.
Considerations:
There were multiple ways to do t... | gharchive/pull-request | 2023-09-30T13:29:03 | 2025-04-01T06:40:30.040822 | {
"authors": [
"aprams",
"codecov-commenter"
],
"repo": "strawberry-graphql/strawberry-graphql-django",
"url": "https://github.com/strawberry-graphql/strawberry-graphql-django/pull/380",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2097921153 | Deprecate starlite
Now that we Litestar support I think we can deprecate Starlite 😊
### Tasks
- [ ] Add notice in the docs
- [ ] Use typing_extensions.deprecated to mark class as deprecated (see https://peps.python.org/pep-0702/)
- [ ] Trigger deprecation warning (with test), this might
Upvote & Fund
We're using... | gharchive/issue | 2024-01-24T10:15:45 | 2025-04-01T06:40:30.043879 | {
"authors": [
"erikwrede",
"patrick91"
],
"repo": "strawberry-graphql/strawberry",
"url": "https://github.com/strawberry-graphql/strawberry/issues/3359",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2319373394 | default_factory doesn't work
Hi!
I use default_factory to initialize my variable, but variable always returns the same result. It seems like default_factory doesn't work and it returns always the same result of function.
Here is example to reproduce:
https://play.strawberry.rocks/?gist=a7a5e62ffe4e68696b44456398d1110... | gharchive/issue | 2024-05-27T15:13:17 | 2025-04-01T06:40:30.056813 | {
"authors": [
"ShtykovaAA",
"bellini666",
"coady",
"patrick91"
],
"repo": "strawberry-graphql/strawberry",
"url": "https://github.com/strawberry-graphql/strawberry/issues/3517",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1957218713 | Can't build
In raising this issue I confirm that
[X] I have fully completed the issue template
[X] I have searched open and closed issues for duplicates
[X] I have read the Contribution Guidelines
[X] I have read the Code of Conduct
[X] I have read the Documentation
Describe the bug
Trying to build but failing
Step... | gharchive/issue | 2023-10-23T13:48:03 | 2025-04-01T06:40:30.096631 | {
"authors": [
"Quintar",
"Razer0123"
],
"repo": "streamdeck-linux-gui/streamdeck-linux-gui",
"url": "https://github.com/streamdeck-linux-gui/streamdeck-linux-gui/issues/107",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
278073697 | expose Readable & Writable
fixes #1
There is a way to add streams to unionfs, but it is not trivial.
Your implementation is obviously invalid, all it does is it creates some "placeholders".
What is the reason for doing so?
graceful-fs tries to get those streams (fs.prototype.ReadStream, fs.prototype.WriteStream),... | gharchive/pull-request | 2017-11-30T10:42:09 | 2025-04-01T06:40:30.102680 | {
"authors": [
"digitalkaoz",
"streamich"
],
"repo": "streamich/unionfs",
"url": "https://github.com/streamich/unionfs/pull/8",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2008315073 | 🛑 WSDL SAM SCS Demo is down
In 77c4f7a, WSDL SAM SCS Demo (https://wsdl-demo.streamlined-scs.cl/api/Scssalidabodega/getcontadorsalidabodega) was down:
HTTP code: 502
Response time: 452 ms
Resolved: WSDL SAM SCS Demo is back up in cdfd912 after 1 hour, 54 minutes.
| gharchive/issue | 2023-11-23T14:14:15 | 2025-04-01T06:40:30.105572 | {
"authors": [
"streamlined-scs"
],
"repo": "streamlined-scs/upptime",
"url": "https://github.com/streamlined-scs/upptime/issues/819",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1666397435 | Is it possible to know how why have 20 seconds delay between issuing the stressapptest command and system running
We run the command to enable the StressAppTest with testing time, take our 100 seconds test for example, after issuing the command it is 04/13 21:02:32, but it start from 21:02:51 so it takes around 20 se... | gharchive/issue | 2023-04-13T13:12:24 | 2025-04-01T06:40:30.191824 | {
"authors": [
"AlecHsiao",
"nickjsanders"
],
"repo": "stressapptest/stressapptest",
"url": "https://github.com/stressapptest/stressapptest/issues/107",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
51143142 | Update Facebook to use v2 of their API as the current v1 will expire in a few months
facebookTokenURL string = "https://graph.facebook.com/v2.2/oauth/access_token"
facebookEndpointProfile string = "https://graph.facebook.com/v2.2/me?fields=email,first_name,last_name,link,about,id,name,picture,location"
@tms... | gharchive/issue | 2014-12-05T20:36:35 | 2025-04-01T06:40:30.195254 | {
"authors": [
"bscott",
"maggit",
"matryer",
"tmsoft"
],
"repo": "stretchr/gomniauth",
"url": "https://github.com/stretchr/gomniauth/issues/26",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1582342770 | [WIP] Roslyn based serialization source generator
PR Details
Opening draft PR in order to be able to reference it in documentation, once I make some progress on this I'll update the description.
Description
TODO
Related Issue
TODO
Motivation and Context
TODO
Types of changes
[ ] Docs change / refactoring / depe... | gharchive/pull-request | 2023-02-13T13:18:56 | 2025-04-01T06:40:30.208407 | {
"authors": [
"IXLLEGACYIXL",
"manio143"
],
"repo": "stride3d/stride",
"url": "https://github.com/stride3d/stride/pull/1609",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1928481187 | [Native] - Implement some existing C++ methods in C#
PR Details
Description
This PR focuses on migrating most of the C++ code in Stride.Native to C#.
My change also applies to Stride.Graphics, so with a few gimmicks it should be possible to build this library outside of Windows.
Related Issue
#1394
Types of changes
... | gharchive/pull-request | 2023-10-05T14:47:04 | 2025-04-01T06:40:30.226864 | {
"authors": [
"Eideren",
"Ethereal77",
"IXLLEGACYIXL",
"Jklawreszuk",
"ly3027929699",
"xen2"
],
"repo": "stride3d/stride",
"url": "https://github.com/stride3d/stride/pull/1896",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
527451532 | Go server updates
Used FormValue
Renamed method
Handled Stripe error
Ran gofmt
Thanks!
@andybons
Thanks again @andybons ! 👏
Yay thanks, @adreyfus-stripe! Hope my lack of context in the suggestions or comments came off poorly. Sometimes I forget to say why I'm suggesting changes.
Not at all @andybons! I appre... | gharchive/pull-request | 2019-11-22T22:50:23 | 2025-04-01T06:40:30.241165 | {
"authors": [
"adreyfus-stripe",
"andybons"
],
"repo": "stripe-samples/checkout-subscription-and-add-on",
"url": "https://github.com/stripe-samples/checkout-subscription-and-add-on/pull/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
406451413 | Demo for how to Save Card with PaymentIntents
I can't seem to work out a way to save a card when making payment using the new PaymentIntents.
The old way of making a token on the client-side and passing this to the backend meant I could use the token as a source to make a customer and the card would be saved.
With Pa... | gharchive/issue | 2019-02-04T18:06:02 | 2025-04-01T06:40:30.307302 | {
"authors": [
"Fossil01",
"PranayShah",
"SpaceyRezum",
"dsampaolo",
"enzoferey",
"fthuk",
"it-creed",
"jahudka",
"kernio",
"loctrice",
"lucasgsati",
"thandaanda",
"thorsten-stripe",
"vinnyvimto"
],
"repo": "stripe/stripe-payments-demo",
"url": "https://gi... |
503263570 | Issue 1500: Use the built-in formatting in logging methods
Pull Request Description
This pull request closes #1500
Acceptance Test
[X] Building the code with mvn clean install -Dintegration.tests still works.
[X] Running mvn spring-boot:run in the strongbox-web-core still starts up the application correctly.
[X] Bui... | gharchive/pull-request | 2019-10-07T06:50:21 | 2025-04-01T06:40:30.329753 | {
"authors": [
"carlspring",
"raksit31667"
],
"repo": "strongbox/strongbox",
"url": "https://github.com/strongbox/strongbox/pull/1506",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
945775296 | Command Groups
Hey, I've tested your Help command and I had one problem, when I added a command group, the bot just put the typing status and after that nothing happens, after I removed the command group all was working again. I checked the Cog, if there was any mistake in it, but no. So let me know, if it is my faul... | gharchive/issue | 2021-07-15T21:46:09 | 2025-04-01T06:40:30.397192 | {
"authors": [
"Sluggyy"
],
"repo": "stroupbslayen/discord-pretty-help",
"url": "https://github.com/stroupbslayen/discord-pretty-help/issues/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
350115908 | Migrate global datepicker_options into Datepicker component, limit jQuery UI imports
Who is this PR for?
developers
What problem does this PR fix?
It's a step towards https://github.com/studentinsights/studentinsights/issues/1758. This came up as I was looking to see what it would take to upgrade to jQuery 3.x, sinc... | gharchive/pull-request | 2018-08-13T17:09:44 | 2025-04-01T06:40:30.412651 | {
"authors": [
"kevinrobinson"
],
"repo": "studentinsights/studentinsights",
"url": "https://github.com/studentinsights/studentinsights/pull/1971",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
377507320 | Profile: Allow showing MCAS in summary if no STAR, remove SGP graphs if no data
Who is this PR for?
Bedford educators
What problem does this PR fix?
In Bedford, they don't use STAR assessments, but the profile still assumes these are meaningful.
Separately, there's no SGP data for students in younger grades (or other... | gharchive/pull-request | 2018-11-05T17:37:28 | 2025-04-01T06:40:30.416123 | {
"authors": [
"kevinrobinson"
],
"repo": "studentinsights/studentinsights",
"url": "https://github.com/studentinsights/studentinsights/pull/2234",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
202257717 | Remove eager includes from schools_controller
These aren't needed on the precomputed path, so are probably pulling in more data than is needed.
Tests pass locally and kevin says 🚢
| gharchive/pull-request | 2017-01-20T22:24:18 | 2025-04-01T06:40:30.417084 | {
"authors": [
"alexsoble",
"kevinrobinson"
],
"repo": "studentinsights/studentinsights",
"url": "https://github.com/studentinsights/studentinsights/pull/827",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
589549634 | 20200205 Go: Image Rendering in 2D Video Games with Ebiten
标题:Go: Image Rendering in 2D Video Games with Ebiten
原文链接:https://medium.com/a-journey-with-go/go-image-rendering-in-2d-video-games-with-ebiten-912cc2360c4f
译者自己根据原文翻译,译文保存为 markdown 格式,并附上尾部的签名。
---
via: https://medium.com/a-journey-with-go/go-image-renderin... | gharchive/issue | 2020-03-28T10:25:25 | 2025-04-01T06:40:30.428319 | {
"authors": [
"alandtsang",
"polaris1119"
],
"repo": "studygolang/GCTT",
"url": "https://github.com/studygolang/GCTT/issues/1650",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
645411460 | Nuget包上面的目前是.Net Core和Framework,能不能改成.Net Standard?
Nuget包上面的目前是.Net Core和Framework,能不能改成.Net Standard?
.net standard 请使用以前的版本,.net core 3.0+ 元包机制的更改,无法继续使用 .net standard
| gharchive/issue | 2020-06-25T09:40:07 | 2025-04-01T06:40:30.433126 | {
"authors": [
"stulzq",
"xxdqr"
],
"repo": "stulzq/IPTools",
"url": "https://github.com/stulzq/IPTools/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
38108812 | manifest.json
This gem definitely, solved my problem in precompiling my assets with same fingerprinting to be deployed to multiple instances of app server code. I am however seeing a side effect when trying to redeploy by seeing the following exception:
`parse': (<unknown>): mapping values are not allowed in this con... | gharchive/issue | 2014-07-17T18:00:07 | 2025-04-01T06:40:30.450636 | {
"authors": [
"hootan-nikbakht",
"nozpheratu",
"steakchaser",
"stve"
],
"repo": "stve/capistrano-local-precompile",
"url": "https://github.com/stve/capistrano-local-precompile/issues/8",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2080247753 | 🛑 Panel is down
In 80e5d17, Panel (https://portal.xoro-hosting.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Status is back up in 9b1b003 after 43 minutes.
| gharchive/issue | 2024-01-13T11:19:35 | 2025-04-01T06:40:30.455721 | {
"authors": [
"stxrlite"
],
"repo": "stxrlite/xoro-updates",
"url": "https://github.com/stxrlite/xoro-updates/issues/1265",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2731179994 | [EXCLUSIVE CLIP] Five Girls Five Rocket Viral Video
In the fast-paced world of social media, it doesn’t take long for a unique or intriguing clip to capture the imagination of millions. The latest phenomenon? The “Five Girls Five Rocket Viral Video”, a dazzling piece of content that has become an instant sensation ac... | gharchive/issue | 2024-12-10T20:59:10 | 2025-04-01T06:40:30.482199 | {
"authors": [
"Hussainuse",
"biliman001"
],
"repo": "styled-components/styled-components",
"url": "https://github.com/styled-components/styled-components/issues/4465",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
317850704 | Perf with responsive styling and pure components
I'm a big fan of styled-system so first, thanks!
I was curious about the use of the array literal in responsive styling: <RoundedBox borderRadius={[1,2]} /> I created a little sandbox to show this: a responsive-styled pure component will re-render even though incoming ... | gharchive/issue | 2018-04-26T01:59:14 | 2025-04-01T06:40:30.487882 | {
"authors": [
"AaronBuxbaum",
"adiun",
"georgefeast",
"jxnblk"
],
"repo": "styled-system/styled-system",
"url": "https://github.com/styled-system/styled-system/issues/172",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1913005683 | 🛑 Cubari (Dynasty Scans) is down
In ce2a1ea, Cubari (Dynasty Scans) (https://cubari.moe/read/dynasty/the_engagement_of_the_disgraced_witch_and_the_cross_dressing_princess/?cache_buster=$GITHUB_RUN_NUMBER) was down:
HTTP code: 500
Response time: 430 ms
Resolved: Cubari (Dynasty Scans) is back up in 312dc9b after ... | gharchive/issue | 2023-09-26T08:43:10 | 2025-04-01T06:40:30.540070 | {
"authors": [
"funkyhippo"
],
"repo": "subject-f/cubari-status-page",
"url": "https://github.com/subject-f/cubari-status-page/issues/118",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2559783391 | 🛑 Cubari (MangaSee) is down
In 92eb439, Cubari (MangaSee) (https://cubari.moe/read/mangasee/One-Piece/?cache_buster=$GITHUB_RUN_NUMBER) was down:
HTTP code: 500
Response time: 306 ms
Resolved: Cubari (MangaSee) is back up in 5e879b2 after 1 minute.
| gharchive/issue | 2024-10-01T17:10:16 | 2025-04-01T06:40:30.542661 | {
"authors": [
"funkyhippo"
],
"repo": "subject-f/cubari-status-page",
"url": "https://github.com/subject-f/cubari-status-page/issues/3274",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2074728501 | 🛑 Cubari (Gist) is down
In 34f5103, Cubari (Gist) (https://cubari.moe/read/gist/OPM/?cache_buster=$GITHUB_RUN_NUMBER) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Cubari (Gist) is back up in 258f0ad after 23 minutes.
| gharchive/issue | 2024-01-10T16:25:30 | 2025-04-01T06:40:30.545168 | {
"authors": [
"funkyhippo"
],
"repo": "subject-f/cubari-status-page",
"url": "https://github.com/subject-f/cubari-status-page/issues/769",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2561227063 | ⚠️ Guya.moe Proxied has degraded performance
In 10e7b04, Guya.moe Proxied (https://ice.guya.moe/) experienced degraded performance:
HTTP code: 200
Response time: 12904 ms
Resolved: Guya.moe Proxied performance has improved in 173a2e9 after 2 hours, 27 minutes.
| gharchive/issue | 2024-10-02T10:35:28 | 2025-04-01T06:40:30.547597 | {
"authors": [
"funkyhippo"
],
"repo": "subject-f/guya-status-page",
"url": "https://github.com/subject-f/guya-status-page/issues/181",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1466851033 | No color decorators for syntax from SublimeText/Tailwind CSS
When I set the syntax of my stylesheet files in Sublime Text to one of the default ones (CSS, CSS3) the color decorators work just fine. For working with Tailwind CSS I use https://github.com/SublimeText/TailwindCSS/ because directives like @apply and nesti... | gharchive/issue | 2022-11-28T18:02:12 | 2025-04-01T06:40:30.600085 | {
"authors": [
"jnns",
"rchl"
],
"repo": "sublimelsp/LSP-tailwindcss",
"url": "https://github.com/sublimelsp/LSP-tailwindcss/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1279699910 | Fix image tagging
Images should be cross-tagged without v prefix, make sure it's so.
Signed-off-by: Mike Kolesnik mkolesni@redhat.com
Backported as #409
| gharchive/pull-request | 2022-06-22T07:35:24 | 2025-04-01T06:40:30.619654 | {
"authors": [
"mkolesnik"
],
"repo": "submariner-io/releases",
"url": "https://github.com/submariner-io/releases/pull/407",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
716503753 | Document everything OVN
The OVN support will bring some changes that need to be documented from the architecture point of view.
See: https://github.com/submariner-io/enhancements/pull/11
Related-Issue: https://github.com/submariner-io/submariner/issues/778
I was discussing this with @sridhargaddam, and wanted to s... | gharchive/issue | 2020-10-07T12:53:56 | 2025-04-01T06:40:30.625557 | {
"authors": [
"mangelajo",
"nyechiel",
"sridhargaddam"
],
"repo": "submariner-io/submariner-website",
"url": "https://github.com/submariner-io/submariner-website/issues/304",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1305998326 | Decode extrinsic error at ingestion
Hi guys,
For the moment an extrinsic module error is coming in the form
{
"__kind": "Module",
"value": {
"error": "0x06000000",
"index": 9
}
}
Unfortunately, this is not very helpful when we try to show it in the UI of an explorer. It would be nice to have it in the ... | gharchive/issue | 2022-07-15T12:48:24 | 2025-04-01T06:40:30.636565 | {
"authors": [
"XY-Wang",
"dzhelezov"
],
"repo": "subsquid/squid-sdk",
"url": "https://github.com/subsquid/squid-sdk/issues/76",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
66588261 | Update Travis CI tests to use newer Node.js versions
As the ^1.4.1 syntax used for currently including the escodegen module was first introduced in npm 1.3, the npm 1.2 verison included with node 0.8.x fails at installing the dependency.
The escodegen module itself also in version 1.3.3 changed from requiring node >=... | gharchive/pull-request | 2015-04-06T11:43:10 | 2025-04-01T06:40:30.640007 | {
"authors": [
"voxpelli",
"zertosh"
],
"repo": "substack/node-detective",
"url": "https://github.com/substack/node-detective/pull/43",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
362276149 | Find and Replace: Select All in one of the inputs should not select all in the document.
At the moment, keyboard events bubble up to the editor which handles certain combos, such as CtrlOrCommand-a, having the effect that Select All is applied to the area where the internal selection is.
We should either prevent all... | gharchive/issue | 2018-09-20T16:54:59 | 2025-04-01T06:40:30.646806 | {
"authors": [
"michael",
"oliver----"
],
"repo": "substance/texture",
"url": "https://github.com/substance/texture/issues/912",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
831086983 | add rubocop to travis
Seems like a shame to have defined rubocop config (and implemented rubocop changes) and not enforce it.
I've pinned the version of rubocop to the latest version to prevent arbitrary correctness changes.
Thank you so much for contributing.
We run Rubocop via Code Climate, though, (see https://c... | gharchive/pull-request | 2021-03-14T07:21:25 | 2025-04-01T06:40:30.650771 | {
"authors": [
"koppen",
"timdiggins"
],
"repo": "substancelab/route_downcaser",
"url": "https://github.com/substancelab/route_downcaser/pull/47",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
222682008 | Use programmaitc SS API instead of REST API from Hub Manager module
Currently there are some classes in hub manager module that address SS API via REST. However we have programmatic code API that could be used. REST API is for external clients
Done
| gharchive/issue | 2017-04-19T09:51:47 | 2025-04-01T06:40:30.652909 | {
"authors": [
"Dilshat"
],
"repo": "subutai-io/base",
"url": "https://github.com/subutai-io/base/issues/1817",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
139073456 | [UI] [Monitoring] Too many values impacts usability.
For replay this improvement you need:
Test case
Go to SS and login under any account.
Go to Monitoring page.
Improvement: On the Monitoring graphs (i.e. disk) usability is impacted by excessive values. The popup displayed is out of control. Let's condense some of... | gharchive/issue | 2016-03-07T19:40:47 | 2025-04-01T06:40:30.655493 | {
"authors": [
"NikolaiB",
"akarasulu"
],
"repo": "subutai-io/base",
"url": "https://github.com/subutai-io/base/issues/189",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1500555444 | Add DellyBoard theme
DellyBoard
https://github.com/Dellyare/DellyThemes
Theme for keyboard in Apple style
Checklist
Failure to complete this checklist or deleting boxes from the checklist will result in the closing of your pull request unless this is a theme update. Please write any comments regarding this checklist ... | gharchive/pull-request | 2022-12-16T16:59:56 | 2025-04-01T06:40:30.662646 | {
"authors": [
"Dellyare",
"suchmememanyskill"
],
"repo": "suchmememanyskill/CssLoader-ThemeDb",
"url": "https://github.com/suchmememanyskill/CssLoader-ThemeDb/pull/140",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
483095576 | "Community Guidelines" footer link clicked on mobile loads that forum page scrolled down rather than at its top
Same issue that once existed for the main forum link, turbo-links whitelist or something?
Closed by https://github.com/sudara/alonetone/commit/b2a0979f7075e6b56652e80eb7606e5bdf0b1999
| gharchive/issue | 2019-08-20T21:37:42 | 2025-04-01T06:40:30.668289 | {
"authors": [
"ofsound",
"sudara"
],
"repo": "sudara/alonetone",
"url": "https://github.com/sudara/alonetone/issues/684",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2318143646 | chromadb问题
大神 好, 因为docker镜像太大 ,所以我目前采用的是 "Use with Nuxt 3 Development Server" 安装方式 。 我目前只想把本地RAG跑通 ,因此用了 qwen:0.5b + nomic-embed-text 的组合 ,我用了两台虚拟机 ,一个安装:ollama , 一个安装了:chat-ollama + chromadb + redis . 我的.env大概如下:
问题 : 是因为这个域名导致我不能保存向量数据吗 , 我被卡住了,麻烦大神指导下 ,谢谢。
| gharchive/issue | 2024-05-27T03:20:58 | 2025-04-01T06:40:30.690016 | {
"authors": [
"Raul1044"
],
"repo": "sugarforever/chat-ollama",
"url": "https://github.com/sugarforever/chat-ollama/issues/487",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
378283075 | WOS client should log non-200 responses
It currently does not check the response code or log anything. As a result, the user has no way of knowing if there was an error.
| gharchive/issue | 2018-11-07T13:16:38 | 2025-04-01T06:40:30.758261 | {
"authors": [
"justinlittman"
],
"repo": "sul-dlss/rialto-etl",
"url": "https://github.com/sul-dlss/rialto-etl/issues/285",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1179537375 | 🛑 SISTEMA ROYAL-HOLIDAY is down
In 155cbf9, SISTEMA ROYAL-HOLIDAY (https://www.royalholiday.com.ar/reservas/admin/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SISTEMA ROYAL-HOLIDAY is back up in a0c6d0f.
| gharchive/issue | 2022-03-24T13:42:21 | 2025-04-01T06:40:30.800794 | {
"authors": [
"sumito74"
],
"repo": "sumito74/upptime",
"url": "https://github.com/sumito74/upptime/issues/416",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1213280047 | 🛑 SISTEMA ROYAL-HOLIDAY is down
In ece920f, SISTEMA ROYAL-HOLIDAY (https://www.royalholiday.com.ar/reservas/admin/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SISTEMA ROYAL-HOLIDAY is back up in 4064cbb.
| gharchive/issue | 2022-04-23T11:45:37 | 2025-04-01T06:40:30.803266 | {
"authors": [
"sumito74"
],
"repo": "sumito74/upptime",
"url": "https://github.com/sumito74/upptime/issues/820",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1289681304 | 一些3.4.0新增功能的语法检查异常
单独写lua没能复现
另外有没有强制修改类型的配置方式,比如
`---@class A
local a = {}
---@class B:A
---@type string|number
local c = 1
---comment
---@return A
---@return string|number
local function func1()
return a, c
end
---comment
---@return B
---@return number
local function func2()
local ta, tb = func1()
return ta, tb
... | gharchive/issue | 2022-06-30T06:52:47 | 2025-04-01T06:40:30.817715 | {
"authors": [
"Whimsyduke",
"septbr",
"sniper00",
"sumneko"
],
"repo": "sumneko/lua-language-server",
"url": "https://github.com/sumneko/lua-language-server/issues/1260",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
840569449 | "Lua.workspace.ignoreDir" doesn't ignore my file
I use custom format to store my settings, similar to json but in lua notation. I called it "luat" and when I added "*.luat" pattern to "Lua.workspace.ignoreDir" it is still highlighted red:
The language service currently has a setting. If a lua file is ignored, but ... | gharchive/issue | 2021-03-25T05:23:03 | 2025-04-01T06:40:30.819789 | {
"authors": [
"sumneko",
"winterwolf"
],
"repo": "sumneko/lua-language-server",
"url": "https://github.com/sumneko/lua-language-server/issues/465",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
637449351 | Which is PHPUnit coverage type, C0 or C1 or C2?
Coverage type:
Type
Name
Description
C0
Statement coverage
Tỉ lệ bao phủ câu lệnh
C1
Branch coverage
Tỉ lệ bao phủ nhánh - Mỗi nhánh của if phải được test ít nhất 1 lần
C2
Condition Coverage
Tỉ lệ bao phủ điều kiện - Mỗi điều kiện trong lên if đều được test 2... | gharchive/issue | 2020-06-12T03:01:52 | 2025-04-01T06:40:30.842987 | {
"authors": [
"huongvnq-1722",
"nganltb-1258",
"taipt-0504",
"tuanpt-0634"
],
"repo": "sun7pro/phpunit-training-coverage",
"url": "https://github.com/sun7pro/phpunit-training-coverage/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1687124330 | 棋譜形式一括変換機能
せっかく CSA や KIF, SFEN, USI に対応したので、棋譜一括変換機能を作っても良いと思う。
ただ、 Electron 将棋に搭載すべき機能なのか微妙なのと、自分が頻繁に使うわけではないのでモチベーションもそこまで高くはない。
https://github.com/yaneurao/YaneuraOu/wiki/定跡の作成
やねうら王は拡張子 .sfen で SFEN (というか USI) を行ごとに記載しているらしい。
| gharchive/issue | 2023-04-27T15:50:19 | 2025-04-01T06:40:30.847489 | {
"authors": [
"sunfish-shogi"
],
"repo": "sunfish-shogi/electron-shogi",
"url": "https://github.com/sunfish-shogi/electron-shogi/issues/482",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
155826301 | About me and Contact sections are not clearly delineated on Home page
On home navigation, about me and contacts do not have distinctive sections.
Created headers to separate these items and display them with very clear sections.
| gharchive/issue | 2016-05-19T20:22:32 | 2025-04-01T06:40:30.854423 | {
"authors": [
"sungkim3"
],
"repo": "sungkim3/portfolio",
"url": "https://github.com/sungkim3/portfolio/issues/18",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
610730522 | Hard to find docs
Do docs exist for this project? If so some sort of link on the github page (maybe in the Readme) would be helpful, as I can't obviously find one.
In case you haven't found them already they are here: https://docs.sunpy.org/projects/radiospectra/en/latest/ :rofl:
| gharchive/issue | 2020-05-01T12:36:40 | 2025-04-01T06:40:30.916668 | {
"authors": [
"Cadair",
"dstansby"
],
"repo": "sunpy/radiospectra",
"url": "https://github.com/sunpy/radiospectra/issues/36",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
479723389 | Update to official latest mergeable
Our mergeable is full of bugs. We should update our config and move to the official hosted version.
Well, I thought mergeable had implemented my feature, but it's actually still sitting in the issue queue. Fuck.
https://github.com/mergeability/mergeable/issues/145
https://github.... | gharchive/issue | 2019-08-12T15:54:29 | 2025-04-01T06:40:30.932566 | {
"authors": [
"roblabla"
],
"repo": "sunriseos/SunriseOS",
"url": "https://github.com/sunriseos/SunriseOS/issues/414",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
547299335 | v2.50 release
What features and issues are more urgent for version 2.5.0? And what is your plan for 2.5.0?
@dota17 @jjenkov @ChristianWilkie
I like you guys feedback on this. In my mind it is
get jenkins up and running with code coverage
its been a while since last release, so get a release out soon
maybe we... | gharchive/issue | 2020-01-09T07:26:15 | 2025-04-01T06:40:31.406733 | {
"authors": [
"DraqueT",
"apatrida",
"dota17",
"edu-de",
"jjenkov",
"kbilsted",
"patric-r",
"shawnweeks"
],
"repo": "super-csv/super-csv",
"url": "https://github.com/super-csv/super-csv/issues/176",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "... |
122486429 | Delete File
Just want to know whether we can delete a file using supercsv.
First created the ICsvBeanWriter
Write the data using ICsvBeanWriter
Close the ICsvBeanWriter
even if the data is not available in the step 2 we are creating the file and their is not way to delete the file.
any idea how can we achieve this?... | gharchive/issue | 2015-12-16T11:45:31 | 2025-04-01T06:40:31.411279 | {
"authors": [
"ZioberMichal",
"kbilsted",
"nagraj321"
],
"repo": "super-csv/super-csv",
"url": "https://github.com/super-csv/super-csv/issues/87",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
94581798 | Add java.time parsers and formatters
Fixes #53 . I have tried to match the structure of the java.time package, which diverges from joda.time. I also tried to design locale-independent tests that also use the current locale.
Hi. It looks really good! I've noticed that you are using different imports order than it is... | gharchive/pull-request | 2015-07-12T17:05:25 | 2025-04-01T06:40:31.414352 | {
"authors": [
"ZioberMichal",
"ludovicofischer"
],
"repo": "super-csv/super-csv",
"url": "https://github.com/super-csv/super-csv/pull/60",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1987373388 | 🛑 Cabinet Place Online is down
In 7c6f6cd, Cabinet Place Online (https://www.cabinetplaceonline.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Cabinet Place Online is back up in 3721f57 after 6 minutes.
| gharchive/issue | 2023-11-10T10:42:14 | 2025-04-01T06:40:31.503331 | {
"authors": [
"jflores1"
],
"repo": "superwebpros/uptime",
"url": "https://github.com/superwebpros/uptime/issues/566",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1274325740 | 远程唤醒
基于RT-Thread+RA6M4的远程开机助手概要
https://club.rt-thread.org/ask/article/e086a4b93cd3b143.html
WOL 远程唤醒,需要网卡带电支持。
进去BIOS打开这个功能
参考
https://mp.weixin.qq.com/s/9p_LTT-7w14MqGiDDNRVmA
设置一下电源按钮,然后记录一下mac地址
然后关闭计算机
然后进入小程序
输入计算机的mac地址即可
#小程序://网络唤醒WakeOnLan/mPDLCY0OakAkNif
https://blog.csdn.net/m0_37624610/article/d... | gharchive/issue | 2022-06-17T01:15:40 | 2025-04-01T06:40:31.507665 | {
"authors": [
"supperthomas"
],
"repo": "supperthomas/bluetoothlover_doc",
"url": "https://github.com/supperthomas/bluetoothlover_doc/issues/342",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1396704368 | blackjackgame
this will help to learn the javascript concept by making this game
Thanks for PR. Merged.
| gharchive/pull-request | 2022-10-04T18:50:07 | 2025-04-01T06:40:31.510532 | {
"authors": [
"mdfaisalahmed057",
"surajondev"
],
"repo": "surajondev/JavaScript",
"url": "https://github.com/surajondev/JavaScript/pull/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
235856143 | Only health at container level
Right now pod spec allows you to do both livenessProbe and readinessProbe and since both the fields represent the same data strcuture behind the scene which is called probes.
So a container will look like the following:
containers:
- image: wordpress:4
health:
httpGet:
path:... | gharchive/issue | 2017-06-14T12:02:15 | 2025-04-01T06:40:31.513283 | {
"authors": [
"kadel",
"surajssd"
],
"repo": "surajssd/opencomposition",
"url": "https://github.com/surajssd/opencomposition/issues/23",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2237591398 | feat: Added a service for displaying snacks
Checklist
A service has been written that will help you use flutter_easy_dialogs to display snacks "out of the box".
https://github.com/surfstudio/surf-flutter-app-template/assets/39735343/142d53c3-d05f-4d2c-b4de-421ab6411766
[x] Have you added an explanation of what your ... | gharchive/pull-request | 2024-04-11T12:16:41 | 2025-04-01T06:40:31.563391 | {
"authors": [
"codecov-commenter",
"internetova"
],
"repo": "surfstudio/surf-flutter-app-template",
"url": "https://github.com/surfstudio/surf-flutter-app-template/pull/114",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2126803933 | feat: Changed readme file
Changes
updated readme file
Checklist for self-check
[x] Commits and PRs have been filed according to the rules on the project.
[x] The author is marked as an assigne and assigned mandatory reviewers.
[x] Required labels marked
[ ] Specified related tasks and/or related PRs.
[x] Specified... | gharchive/pull-request | 2024-02-09T09:53:53 | 2025-04-01T06:40:31.571924 | {
"authors": [
"Evgenia-bit",
"samir-a-ts"
],
"repo": "surfstudio/surf-flutter-faded-text",
"url": "https://github.com/surfstudio/surf-flutter-faded-text/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
280158499 | widget request "lokesh pretty checkbox"
https://lokesh-coder.github.io/pretty-checkbox/#basic-checkbox
from the https://github.com/surveyjs/editor/issues/232
I've added pretty-checkbox custom widget basic implementation. It works for checkboxes and radiobuttons with limited set of options. The widget inner markup h... | gharchive/issue | 2017-12-07T14:53:32 | 2025-04-01T06:40:31.704565 | {
"authors": [
"dmitrykurmanov",
"tjtaojiang",
"tsv2013"
],
"repo": "surveyjs/widgets",
"url": "https://github.com/surveyjs/widgets/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
506141399 | Shadab M S
I have added my code here please accept the pull request.
Hey @shadabms ,
Could you please change the font size?
| gharchive/pull-request | 2019-10-12T06:31:57 | 2025-04-01T06:40:31.725696 | {
"authors": [
"Inframind",
"shadabms"
],
"repo": "sushant-j/my-first-pull-request",
"url": "https://github.com/sushant-j/my-first-pull-request/pull/152",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
683069915 | New version
New version should be released in order to start using SPM. I would suggest doing a minor bump to 2.3.0.
Yes indeed, that also occurred to me while I was drinking my beer this evening 😀 Will do tomorrow!
Thanks a lot and enjoy that beer 💪
Done! Since nothing else changed, I labeled the version 2.2... | gharchive/issue | 2020-08-20T20:18:32 | 2025-04-01T06:40:31.789170 | {
"authors": [
"LucianoPolit",
"svdo"
],
"repo": "svdo/ReRxSwift",
"url": "https://github.com/svdo/ReRxSwift/issues/14",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1879005804 | Wallet Standard support, bug fixes and upgrades
Wallet Standard support
Dependencies upgraded to recent versions
Accessibility warnings fixed
If you can't wait for the merge of this PR, consider using aztemi/svelte-on-solana-wallet-adapter repo instead. It is a fork and already has these commits with additional f... | gharchive/pull-request | 2023-09-03T09:16:27 | 2025-04-01T06:40:31.792560 | {
"authors": [
"JayeshVP24",
"cogoo",
"t4top"
],
"repo": "svelte-on-solana/wallet-adapter",
"url": "https://github.com/svelte-on-solana/wallet-adapter/pull/57",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2642176520 | feat: simple testing library
Alternative to #32
This takes more of a lightweight approach where we provide a bare minimum api for testing rather than controlling the whole testing pipeline. This should allow for better flexibility as we're no longer tied to any particular testing framework.
Notes:
Had to rename the ... | gharchive/pull-request | 2024-11-07T20:55:14 | 2025-04-01T06:40:31.800143 | {
"authors": [
"AdrianGonz97",
"manuel3108"
],
"repo": "sveltejs/cli",
"url": "https://github.com/sveltejs/cli/pull/275",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1202238620 | Support for subdomains in SvelteKit
Describe the problem
I do want to start this off with the acknowledgment that subdomains with SvelteKit is possible. However, there is no clear documentation nor have I found any clear and concise examples on how to do so. The only reason I even assume it is possible is because of... | gharchive/issue | 2022-04-12T18:28:50 | 2025-04-01T06:40:31.807026 | {
"authors": [
"Conduitry",
"benmccann",
"cowboycodr",
"rocketinventor"
],
"repo": "sveltejs/kit",
"url": "https://github.com/sveltejs/kit/issues/4598",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1363961052 | 1.0.0-next.455 causing broken Netlify response header behavior
Describe the bug
With a simple upgrade to @sveltejs/kit from 1.0.0-next.454 to 1.0.0-next.455 with no code changes except the ones needed for the upgrade, the response headers of the pages as served from Netlify are different. I suspect that something cha... | gharchive/issue | 2022-09-07T01:05:58 | 2025-04-01T06:40:31.814495 | {
"authors": [
"Rich-Harris",
"papiro"
],
"repo": "sveltejs/kit",
"url": "https://github.com/sveltejs/kit/issues/6626",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1535632866 | Adapter Vercel Image Optimizations
Describe the problem
Would be really awesome if adapter-vercel package accepted images option for using Vercel's native image optimization. It only requires simple addition of images object to build config file .vercel/output/config.json. I would submit a pull request but I am sure... | gharchive/issue | 2023-01-17T00:38:50 | 2025-04-01T06:40:31.828517 | {
"authors": [
"aakash14goplani",
"benmccann",
"dummdidumm",
"hartwm",
"izznatsir",
"leoj3n",
"lettucebowler"
],
"repo": "sveltejs/kit",
"url": "https://github.com/sveltejs/kit/issues/8561",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
851621816 | Fetching works on initial page load, not on page reload
Describe the bug
I'm fetching data from an API in my route's load function, but I can't find a way to make it work on subsequential loads.
Logs
using ctx.fetch: TypeError: Failed to execute 'fetch' on 'Window': Illegal invocation at load
using fetch: ReferenceEr... | gharchive/issue | 2021-04-06T17:01:49 | 2025-04-01T06:40:31.841533 | {
"authors": [
"CaptainCodeman",
"evan-thurston",
"rmunn"
],
"repo": "sveltejs/kit",
"url": "https://github.com/sveltejs/kit/issues/906",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1716926676 | Component styles flicker/blink with SSR mode on
Describe the bug
When applying stylings to components or pages, on SSR mode, first server stylings get rendered, and then client ones.
In some cases, when components / pages use more 'dynamic' data like slots, $$restProps with class names, lists, etc., what oddly happen... | gharchive/issue | 2023-05-19T09:22:37 | 2025-04-01T06:40:31.848147 | {
"authors": [
"Destaq",
"geoffrich"
],
"repo": "sveltejs/kit",
"url": "https://github.com/sveltejs/kit/issues/9984",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1484994739 | Inspector - open parent component
Describe the problem
If I have a button and i open it with inspector, it opens the button component, but usually I dont care about the button component, but about component where the button is used.
Describe the proposed solution
If i click on component with inspector, i could get li... | gharchive/issue | 2022-12-08T16:33:33 | 2025-04-01T06:40:31.935679 | {
"authors": [
"ToP29",
"dominikg"
],
"repo": "sveltejs/vite-plugin-svelte",
"url": "https://github.com/sveltejs/vite-plugin-svelte/issues/531",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1991097478 | Svelte 5 - css nesting broke
Describe the bug
Not sure if this is the right spot to report, but since the error window mentions this plugin specifically, figured I'd start here.
Anyways, not sure if I'm doing something wrong but in the current stable version of Svelte, the following component compiles and functions a... | gharchive/issue | 2023-11-13T17:14:42 | 2025-04-01T06:40:31.942119 | {
"authors": [
"dominikg",
"sortofsleepy"
],
"repo": "sveltejs/vite-plugin-svelte",
"url": "https://github.com/sveltejs/vite-plugin-svelte/issues/792",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2428430294 | Cannot find svelte inspector when running dev server
Describe the bug
Recently had to reinstall Windows and am trying to pick my svelte-kit project back up again. I get the following issue when trying to run the dev server:
error when starting dev server:
file:///C:/Users/llewe/Documents/web/projects/reg-message/reg-... | gharchive/issue | 2024-07-24T09:48:25 | 2025-04-01T06:40:31.948172 | {
"authors": [
"dominikg",
"f-llewellyn",
"rrrrigel"
],
"repo": "sveltejs/vite-plugin-svelte",
"url": "https://github.com/sveltejs/vite-plugin-svelte/issues/948",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
116690645 | update peer dependencies
This is so that npm doesnt complain when using react 0.14
Thanks :)
| gharchive/pull-request | 2015-11-13T02:58:52 | 2025-04-01T06:40:31.949214 | {
"authors": [
"svenanders",
"tikotzky"
],
"repo": "svenanders/react-iframe",
"url": "https://github.com/svenanders/react-iframe/pull/2",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
2465850589 | Non-zero exit status 3
Using pdf-sign file.pdf, I receive the error below. I haven't run into this before the new version (maybe when pdftk was used?). Seems to be for only some files.
WARNING: file.pdf, object 52 0 at offset 395659: this widget annotation is not reachable from /AcroForm in the document catalog
WARN... | gharchive/issue | 2024-08-14T13:32:01 | 2025-04-01T06:40:31.963607 | {
"authors": [
"GregorySchwartz",
"svenssonaxel"
],
"repo": "svenssonaxel/pdf-sign",
"url": "https://github.com/svenssonaxel/pdf-sign/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1909862225 | RoadRunner integration
[x] #29
[x] #30
[ ] #31
[x] #36
Ryan is working on this
| gharchive/issue | 2023-09-23T12:50:30 | 2025-04-01T06:40:31.980010 | {
"authors": [
"JJTech0130"
],
"repo": "svhsrobotics/FtcRobotController",
"url": "https://github.com/svhsrobotics/FtcRobotController/issues/28",
"license": "BSD-3-Clause-Clear",
"license_type": "permissive",
"license_source": "github-api"
} |
125299736 | MethodError: |(::Pattern, ::SubstitutionString{ASCIIString})
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Versio... | gharchive/issue | 2016-01-07T01:07:16 | 2025-04-01T06:40:31.999245 | {
"authors": [
"Ismael-VC",
"swadey"
],
"repo": "swadey/Lisp.jl",
"url": "https://github.com/swadey/Lisp.jl/issues/2",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
281277106 | "oneOf" property in @Schema annotation ignored in resource response
Q
A
Bug or feature request?
Unknown
Which Swagger-Core version?
v2.0.0-rc2
Which Java version?
1.8.0_131
Which JAX-RS framework & version?
2.0.1
I try to annotate my jaxrs class in order to generate an open api 3.0.0 spec that support... | gharchive/issue | 2017-12-12T06:56:38 | 2025-04-01T06:40:32.039279 | {
"authors": [
"duerrm",
"frantuma"
],
"repo": "swagger-api/swagger-core",
"url": "https://github.com/swagger-api/swagger-core/issues/2579",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2603066083 | Improved footer
Issue resolved: #630
Pull Request Format
PR Title
Issue #0 : ISSUE NAME solved
Type of PR
Add X in the box to specify the improvement type.
[X] Bug fix
[ ] Feature enhancement
[ ] Documentation update
[ ] Other (specify): ___________
Description
This pull request aims to [briefly describe what the p... | gharchive/pull-request | 2024-10-21T16:20:58 | 2025-04-01T06:40:32.113701 | {
"authors": [
"Kajalmehta29",
"swaraj-das"
],
"repo": "swaraj-das/Collect-your-GamingTools",
"url": "https://github.com/swaraj-das/Collect-your-GamingTools/pull/633",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2595715716 | exportToExcel getting Call to undefined method EDL::isGroup() on v2.1.27
Before we get into the details, a quick question: does v2.1.27 require a newer PHP version?
I'm still running PHP v8.3.11.
Also, my installed older version was showing as 2.1.25 but I think it was a bugfix dev release that rolled into v2.1.26 if... | gharchive/issue | 2024-10-17T20:45:37 | 2025-04-01T06:40:32.129330 | {
"authors": [
"bethatasitmay",
"swaschkut"
],
"repo": "swaschkut/pan-os-php",
"url": "https://github.com/swaschkut/pan-os-php/issues/29",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
2327689154 | doc: add @swc/core dependency to usage example
On a fresh repo, running the previous example would result in a Error: Cannot find module '@swc/core' otherwise.
I think it'd also be good to add @swc/core as a peer dependency to @swc-node/register, so that @swc/core will be installed automatically when missing.
Than... | gharchive/pull-request | 2024-05-31T12:04:01 | 2025-04-01T06:40:32.140162 | {
"authors": [
"CLAassistant",
"silverwind",
"yeliex"
],
"repo": "swc-project/swc-node",
"url": "https://github.com/swc-project/swc-node/pull/782",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1160189902 | Unicode character U+309B not accepted in identifiers
Describe the bug
Some unicode character not accepted in identifiers.
If using unicode character, it will get the error “”Invalid character in identifier"
If using encoded character, it will get the error: Unexpected character '゛'
Input code
var ゛; // U+309B
var \u3... | gharchive/issue | 2022-03-05T02:12:17 | 2025-04-01T06:40:32.146447 | {
"authors": [
"alexander-akait",
"clhiker",
"kdy1",
"kwonoj"
],
"repo": "swc-project/swc",
"url": "https://github.com/swc-project/swc/issues/3862",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1976290497 | JSX automatic contains classic output when jsx spread comes before other props
Describe the bug
It seems the emit output contains the classic output when a jsx spread comes before other props.
Input code
const TabButton = (tab) => {
const props = { className: tab };
return (
<button {...props} key={tab}>
... | gharchive/issue | 2023-11-03T14:10:01 | 2025-04-01T06:40:32.153170 | {
"authors": [
"dsherret",
"kdy1"
],
"repo": "swc-project/swc",
"url": "https://github.com/swc-project/swc/issues/8215",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1044536758 | fix(node-swc/types): add missing es6 config type(#2633)
Closes #2633
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.You have signed the CLA already but the status is still pending?... | gharchive/pull-request | 2021-11-04T09:53:28 | 2025-04-01T06:40:32.155908 | {
"authors": [
"CLAassistant",
"kdy1",
"magic-akari"
],
"repo": "swc-project/swc",
"url": "https://github.com/swc-project/swc/pull/2648",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1889360731 | feat(es/compat): impl pure_getters for optional_chaining
Description:
BREAKING CHANGE:
Related issue (if exists):
Closes #7921
I don't believe it would be easy. Both are referenced many times.
| gharchive/pull-request | 2023-09-10T22:24:09 | 2025-04-01T06:40:32.157830 | {
"authors": [
"Austaras"
],
"repo": "swc-project/swc",
"url": "https://github.com/swc-project/swc/pull/7933",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1537277079 | fixes branch ref
currently refs
ref: 912/merge
which is incorrect branch name.
Frontend and Release Workflow Started here
Frontend and Release Workflow Started here
| gharchive/pull-request | 2023-01-18T01:52:48 | 2025-04-01T06:40:32.197859 | {
"authors": [
"adrian-kong",
"swiftnav-travis"
],
"repo": "swift-nav/swift-toolbox",
"url": "https://github.com/swift-nav/swift-toolbox/pull/914",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
273076454 | Use Dockerfile.template as root source of truth.
This commit takes the lead from
docker-node, separating
supported versions into their own folders, using Dockerfiles generated
from template. This commit closes #92 by backporting Clang 3.8 into 3.1.
I have also removed two soon to expire PGP keys from the file and add... | gharchive/pull-request | 2017-11-10T22:16:56 | 2025-04-01T06:40:32.200017 | {
"authors": [
"hamin",
"swizzlr"
],
"repo": "swiftdocker/docker-swift",
"url": "https://github.com/swiftdocker/docker-swift/pull/95",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2598404536 | Tests can’t jump to generated interface of stdlib
I needed to disable a few tests in SwiftInterfaceTests because they can’t jump to generated interfaces of the stdlib. Investigate why.
Synced to Apple’s issue tracker as rdar://138210215
| gharchive/issue | 2024-10-18T21:19:58 | 2025-04-01T06:40:32.205433 | {
"authors": [
"ahoppen"
],
"repo": "swiftlang/sourcekit-lsp",
"url": "https://github.com/swiftlang/sourcekit-lsp/issues/1771",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2669873402 | Long cache retrieval when resolving dependencies
Description
SPM dependency resolution takes a very long time to extract. Each packet takes on average ~1 second to extract.
As I understand it, the problem is that the cache is stored in a compressed form and takes time to extract. But it seems to me that this is of le... | gharchive/issue | 2024-11-18T20:46:42 | 2025-04-01T06:40:32.207829 | {
"authors": [
"Ernest0-Production",
"dschaefer2"
],
"repo": "swiftlang/swift-package-manager",
"url": "https://github.com/swiftlang/swift-package-manager/issues/8123",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2545186033 | [DO NOT MERGE] Check the codepage used on Windows in Jenkins
[One line description of your change]
Motivation:
[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]
Modifications:
[Describe the modifications you've done.]
Result:
[After your change, what will chang... | gharchive/pull-request | 2024-09-24T11:54:30 | 2025-04-01T06:40:32.211447 | {
"authors": [
"grynspan"
],
"repo": "swiftlang/swift-testing",
"url": "https://github.com/swiftlang/swift-testing/pull/727",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2420916565 | [Macros] Remove SwiftOperators dependency
Looks like this got missed by #74502
@swift-ci please test
| gharchive/pull-request | 2024-07-20T14:15:56 | 2025-04-01T06:40:32.212323 | {
"authors": [
"hamishknight"
],
"repo": "swiftlang/swift",
"url": "https://github.com/swiftlang/swift/pull/75384",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2485777492 | [Concurrency] Add missing Sendable conformances to nested value types in Async{Throwing}Stream.
Termination, BufferingPolicy, and YieldResult all have trivial conformances to Sendable. The conformance on YieldResult is conditional on Element: Sendable because one of the enum cases stores an element in its associated ... | gharchive/pull-request | 2024-08-26T03:24:46 | 2025-04-01T06:40:32.213791 | {
"authors": [
"hborla"
],
"repo": "swiftlang/swift",
"url": "https://github.com/swiftlang/swift/pull/76079",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2508296069 | scan-deps-deterministic-check-windows
Test commit to see the test failure on windows.
@swift-ci please smoke test windows platform
Closing as I have an idea what is going on.
| gharchive/pull-request | 2024-09-05T16:52:35 | 2025-04-01T06:40:32.214996 | {
"authors": [
"cachemeifyoucan"
],
"repo": "swiftlang/swift",
"url": "https://github.com/swiftlang/swift/pull/76284",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2515264450 | [Diagnostics] Add -print-diagnostic-groups flag
This change adds the -print-diagnostic-groups flag as described by SE-0443.
@DougGregor please take a look
I've also added the flag to many relevant tests. This way we test that the messages we're getting are expected and belong to the expected group. IMO it's nice ... | gharchive/pull-request | 2024-09-10T02:29:50 | 2025-04-01T06:40:32.221440 | {
"authors": [
"DmT021",
"DougGregor"
],
"repo": "swiftlang/swift",
"url": "https://github.com/swiftlang/swift/pull/76363",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2348852925 | Always register the swift-lldb debug adapter provider
Issue: #848
We can always register this and that way the user does not need to reload the window when use change to using lldb-dap. Now they can use the updated debug configurations right away
@adam-fowler the debug session does nothing if the path does not exis... | gharchive/pull-request | 2024-06-12T13:58:33 | 2025-04-01T06:40:32.223341 | {
"authors": [
"award999"
],
"repo": "swiftlang/vscode-swift",
"url": "https://github.com/swiftlang/vscode-swift/pull/886",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
284299670 | Brackets in SetFrom are missing
Q
A
Bug report?
yes
Feature request?
no
RFC?
no
How used?
in Yii 2
Swiftmailer version
5.4.3
PHP version
7.1.1
Observed behaviour
$mailer->setFrom(["name@mail.com" => "Name (Something in Brackets) xxx"])
generates this header information:
From: Name (Something in Br... | gharchive/issue | 2017-12-23T10:36:44 | 2025-04-01T06:40:32.231787 | {
"authors": [
"Rotzbua",
"cech12"
],
"repo": "swiftmailer/swiftmailer",
"url": "https://github.com/swiftmailer/swiftmailer/issues/1033",
"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.