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 |
|---|---|---|---|---|---|
1880949003 | Fix caret jumps for web composer
Fixes https://github.com/bluesky-social/social-app/issues/1300
Fixes caret jumping to the end when inserting an emoji in the middle of the post using our picker
Fixes caret jumping to the end when blurring out of the composer and focusing it back again (maybe controversial)
See htt... | gharchive/pull-request | 2023-09-04T23:13:34 | 2025-04-01T06:38:04.576556 | {
"authors": [
"gaearon"
],
"repo": "bluesky-social/social-app",
"url": "https://github.com/bluesky-social/social-app/pull/1374",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2334132466 | add types for desktopFixedHeight to List
Let's stop requiring @ts-ignore for this prop in our List implementation
Oh, actually need to look closer. In Views.web.tsx it's typed as boolean | number
I never implemented it for web actually. I think it's maybe used for native?
I'm not sure what it's really supposed ... | gharchive/pull-request | 2024-06-04T18:28:44 | 2025-04-01T06:38:04.580953 | {
"authors": [
"gaearon",
"haileyok"
],
"repo": "bluesky-social/social-app",
"url": "https://github.com/bluesky-social/social-app/pull/4356",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2364764052 | Factor out bluesky-tiled-plugins package
This creates a second Python package in the databroker repository, bluesky-tiled-plugins, with the "special client" objects BlueskyRun, BlueskyEventStream, and CatalogOfBlueskyRuns, as well as the custom query objects PartialUID, ScanID, and TimeRange. Quoting the README:
For... | gharchive/pull-request | 2024-06-20T15:46:22 | 2025-04-01T06:38:04.585266 | {
"authors": [
"danielballan"
],
"repo": "bluesky/databroker",
"url": "https://github.com/bluesky/databroker/pull/814",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2539766250 | TYPO should be lower case to be consistent with others in this module
Somehow, this missed testing. A long time ago.
tetramm = TetrAMM("8idTetra:QUAD1:", name="tetramm")
for axis in "x y".split():
for attr_name in "offset offset_calc scale".split():
getattr(tetramm, f"position_{attr_name}... | gharchive/pull-request | 2024-09-20T22:21:34 | 2025-04-01T06:38:04.587082 | {
"authors": [
"prjemian"
],
"repo": "bluesky/ophyd",
"url": "https://github.com/bluesky/ophyd/pull/1211",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2444012200 | 🛑 Skytalks SSL Website (v6) is down
In 3a82c3e, Skytalks SSL Website (v6) (https://skytalks.info) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Skytalks SSL Website (v6) is back up in 4f8f558 after 15 minutes.
| gharchive/issue | 2024-08-02T04:30:29 | 2025-04-01T06:38:04.590549 | {
"authors": [
"bluknight"
],
"repo": "bluknight/skytalks-monitor",
"url": "https://github.com/bluknight/skytalks-monitor/issues/660",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
126839719 | 検索
記事を検索したいニーズがありそう
実装案
LIKE検索で済ませる(遅いけどお手軽)
全文検索エンジンを使う(速いけど運用が複雑になる)
記事のタイトル、本文、著者情報 (?) から検索
一致した位置は出なくてもいいような気はするけど出たら嬉しい
検索した結果、記事のタイトル一覧が並んでいればそれで ok
固定ページは対象外
本文は Markdown を HTML としてレンダーした結果のテキスト部分から検索する
HTMLへの変換結果はDBに入れても良いのでは、と思いました。
変換部分のロジックをちょいちょい変えるなら、今のままでいいけど、一旦決まったらほとんど変えない気がするので、変換... | gharchive/issue | 2016-01-15T09:51:18 | 2025-04-01T06:38:04.606320 | {
"authors": [
"mtsmfm",
"myokoym",
"okkez",
"tricknotes"
],
"repo": "bm-sms/daimon-news-multi-tenant",
"url": "https://github.com/bm-sms/daimon-news-multi-tenant/issues/185",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
91775620 | Change status code description from 'warn' to 'warning'.
For compatibility with alerta dashboard (http://alerta.io) this change is needed as status 'warn' it treats as 'unknown'.
http://nagios.sourceforge.net/docs/3_0/pluginapi.html also describes it as 'WARNING', not 'WARN'.
Thanks for doing this! I didn't realize... | gharchive/pull-request | 2015-06-29T11:12:55 | 2025-04-01T06:38:04.631494 | {
"authors": [
"bmhatfield",
"ealekseev"
],
"repo": "bmhatfield/riemann-sumd",
"url": "https://github.com/bmhatfield/riemann-sumd/pull/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2066722477 | Adds kind field and ability to create Microshift ISO
PR is complete:
generates an iso using os-builder
uses redfish api to boot it into a system
@bn222 this script is currently working consistently. I have tested it out. After investigation, I figured out that the issue I was running into was a space problem whic... | gharchive/pull-request | 2024-01-05T04:47:42 | 2025-04-01T06:38:04.646662 | {
"authors": [
"bn222",
"vrindle",
"wizhaoredhat"
],
"repo": "bn222/cluster-deployment-automation",
"url": "https://github.com/bn222/cluster-deployment-automation/pull/95",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
241856433 | Possible bug in start/stop routines
Played with "echo" demo, as found on "Getting started" page (using stable branch with debug symbols).
All runs smoothly, however when I run this demo under valgrind and ^C it, the following errors are reported:
==7444== Memcheck, a memory error detector
==7444== Copyright (C) 2002-... | gharchive/issue | 2017-07-10T21:27:56 | 2025-04-01T06:38:04.670581 | {
"authors": [
"boazsegev",
"cdkrot"
],
"repo": "boazsegev/facil.io",
"url": "https://github.com/boazsegev/facil.io/issues/14",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2472060417 | Update README.md
Added new Section called Other Resources which contains SQL Tutorials and Interview questions Free resources...
Please let me know if any changes required.
Thank you!
Thank you but I think that this is not needed at the moment!
| gharchive/pull-request | 2024-08-18T17:00:01 | 2025-04-01T06:38:04.673147 | {
"authors": [
"CodeForHunger",
"bobbyiliev"
],
"repo": "bobbyiliev/introduction-to-sql",
"url": "https://github.com/bobbyiliev/introduction-to-sql/pull/88",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
70790805 | Missing Getting Started with Johnny Five and JY MCU Bluetooth Serial Port Module
I was unable to locate this article https://github.com/rwaldron/johnny-five/wiki/Getting-Started-with-Johnny-Five-and-JY-MCU-Bluetooth-Serial-Port-Module or anything talking about the JY-MCU module. Not sure if this was by design. If not... | gharchive/issue | 2015-04-24T20:48:29 | 2025-04-01T06:38:04.704974 | {
"authors": [
"bmf",
"rwaldron"
],
"repo": "bocoup/johnny-five.io",
"url": "https://github.com/bocoup/johnny-five.io/issues/44",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2516867844 | Scope and time scheduling of the meeting for overview of activities performed during development of dynamic systems (issue #908 related)
The goal is to schedule the meeting in Teams calendar on 2024.09.10 at 20:30.
Meeting scheduled.
| gharchive/issue | 2024-09-10T16:02:56 | 2025-04-01T06:38:04.743477 | {
"authors": [
"bogumilchilinski"
],
"repo": "bogumilchilinski/dynpy",
"url": "https://github.com/bogumilchilinski/dynpy/issues/909",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
505356074 | electron-prebuilt is deprecated
Following this blog: https://medium.com/developers-writing/building-a-desktop-application-with-electron-204203eeb658
$ npm install --save-dev electron-prebuilt
npm WARN deprecated electron-prebuilt@1.4.13: electron-prebuilt has been renamed to electron. For more details, see http://ele... | gharchive/issue | 2019-10-10T15:43:33 | 2025-04-01T06:38:04.745277 | {
"authors": [
"flaschbier"
],
"repo": "bojzi/sound-machine-electron-guide",
"url": "https://github.com/bojzi/sound-machine-electron-guide/issues/13",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
300483613 | Philippjfr/register kernel 2
fixes #10
supercedes #21
I'm pointing out that this PR causes us to expose the Jupyter kernel to viewers of a push_notebook plot. This should be revisited in the future.
| gharchive/pull-request | 2018-02-27T03:44:50 | 2025-04-01T06:38:04.791812 | {
"authors": [
"canavandl"
],
"repo": "bokeh/jupyterlab_bokeh",
"url": "https://github.com/bokeh/jupyterlab_bokeh/pull/22",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1513219532 | Ruby 3.x support
Summary
Ruby 3.x has been out for more than 2 years now, so I was surprised when I went to run jets new today and couldn't because there's no support for modern Ruby versions. 😞
I understand priorities need to be balanced when maintaining a project of this size, but it feels like it's time to bump t... | gharchive/issue | 2022-12-28T22:48:54 | 2025-04-01T06:38:04.840812 | {
"authors": [
"Jengah",
"jhunschejones",
"tongueroo"
],
"repo": "boltops-tools/jets",
"url": "https://github.com/boltops-tools/jets/issues/636",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2650241527 | Fix #100 bird identify or plugin unexpected error must be reported
Fix #100 bird identify or plugin unexpected error must be reported
Coverage after merging identify-500-must-be-reported into main will be77.96%
Coverage Report for Changed FilesFileStmtsBranchesFuncsLinesUncovered Linessrc/services PluginsCommonSe... | gharchive/pull-request | 2024-11-11T19:46:54 | 2025-04-01T06:38:04.845372 | {
"authors": [
"boly38"
],
"repo": "boly38/botEnSky",
"url": "https://github.com/boly38/botEnSky/pull/105",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1849854811 | Support annotations / properties for components / sboms
As you know, CDX and SPDX use different to tag/label/annotate components.
SPDX uses Annotations for adding additional data to SPDX Element, SPDX2.x has Document and Package/snippet/file... level annotations. While SPDX3 uses flat Annotations list with ref to and... | gharchive/issue | 2023-08-14T14:07:57 | 2025-04-01T06:38:04.854965 | {
"authors": [
"manifestori",
"puerco"
],
"repo": "bom-squad/protobom",
"url": "https://github.com/bom-squad/protobom/issues/71",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1242367156 | 🛑 Segunda Cia Bomberos is down
In edd0b79, Segunda Cia Bomberos (https://2da.cl) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Segunda Cia Bomberos is back up in aecad0a.
| gharchive/issue | 2022-05-19T21:51:27 | 2025-04-01T06:38:04.857888 | {
"authors": [
"bomberosalas"
],
"repo": "bomberosalas/status",
"url": "https://github.com/bomberosalas/status/issues/170",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2119069760 | 🛑 Segunda Cia Bomberos is down
In 7297278, Segunda Cia Bomberos (https://2da.cl) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Segunda Cia Bomberos is back up in c8aa505 after 6 minutes.
| gharchive/issue | 2024-02-05T17:20:16 | 2025-04-01T06:38:04.860601 | {
"authors": [
"bomberosalas"
],
"repo": "bomberosalas/status",
"url": "https://github.com/bomberosalas/status/issues/964",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1078595551 | Update the documentation with the changes required for "Redesign the eventing library to support multiple Streams and Consumers"
Hey @corcoja , can you please take a look and update the necessary documentation part of the changes done in #255 ?
You can create a new branch from useboomerang.io repo for this change.
... | gharchive/issue | 2021-12-13T14:25:31 | 2025-04-01T06:38:04.899513 | {
"authors": [
"corcoja",
"morarucostel"
],
"repo": "boomerang-io/roadmap",
"url": "https://github.com/boomerang-io/roadmap/issues/300",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
479736746 | Sending very large strings over websockets using Beast
I am trying to send a very large string (strlen 50,000) over websockets using beast.
std::string ss1 = some_function(); net::mutable_buffer cb0(&ss1[0], size(s1)); //size(s1) > - 45,000
I was not facing any issues if the size is less than 4096.
I am facing an is... | gharchive/issue | 2019-08-12T16:24:29 | 2025-04-01T06:38:04.926121 | {
"authors": [
"07sainishanth",
"vinniefalco"
],
"repo": "boostorg/beast",
"url": "https://github.com/boostorg/beast/issues/1676",
"license": "BSL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
329839372 | Add copyright to all sources
Add copyright headers to all source files in all bootique modules:
[ ] bootique
[ ] bootique-aws
[ ] bootique-bom
[ ] bootique-cayenne
[ ] bootique-curator
[ ] bootique-cxf
[ ] bootique-di
[ ] bootique-flyway
[ ] bootique-jcache
[ ] bootique-jdbc
[ ] bootique-jersey
[ ] bootique-jersey-c... | gharchive/issue | 2018-06-06T12:07:43 | 2025-04-01T06:38:05.001184 | {
"authors": [
"andrus",
"stariy95"
],
"repo": "bootique/bootique",
"url": "https://github.com/bootique/bootique/issues/226",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1708686792 | Help Request - Having trouble overriding the 'top-nav-search' widget in child theme
Wondered if I could get a little help.
I trying to override the top-nav-search widget in the child theme to added the 'mt-2' class into the div. I'm attempting to do this with the following code in the child themes functions.php
func... | gharchive/issue | 2023-05-13T17:09:16 | 2025-04-01T06:38:05.016127 | {
"authors": [
"crftwrk",
"hsankala"
],
"repo": "bootscore/bootscore",
"url": "https://github.com/bootscore/bootscore/issues/474",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1608394308 | Switch from medium featured images to an own bootScore size
There seems to be a weakness concerning dealing with Featured Images. I've described the effect in two posts: https://fodina.de/image-d/ and https://fodina.de/image-e/. If you want to see the difference, use your desktop machine and try this
Go to https://f... | gharchive/pull-request | 2023-03-03T10:40:41 | 2025-04-01T06:38:05.025288 | {
"authors": [
"crftwrk",
"justinkruit",
"kreincke"
],
"repo": "bootscore/bootscore",
"url": "https://github.com/bootscore/bootscore/pull/414",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
215338496 | using helper inside the form-builder
undefined method `team?' for #BootstrapForm::FormBuilder:0x007fe9c2c91590
BootstrapForm::FormBuilder.class_eval do
if manager_namespace?
end
if team_namespace?
end
end
apparently those namespace_methods aren't known.
they actually are defined in the BaseControl... | gharchive/issue | 2017-03-20T06:26:15 | 2025-04-01T06:38:05.027859 | {
"authors": [
"krtschmr"
],
"repo": "bootstrap-ruby/rails-bootstrap-forms",
"url": "https://github.com/bootstrap-ruby/rails-bootstrap-forms/issues/319",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1571640240 | 🛑 BORINGPLACE.NET main DC kerberos is down
In be3aba6, BORINGPLACE.NET main DC kerberos (hp.boringplace.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: BORINGPLACE.NET main DC kerberos is back up in 13d368a.
| gharchive/issue | 2023-02-05T22:28:23 | 2025-04-01T06:38:05.053488 | {
"authors": [
"vanaf"
],
"repo": "boringplace/status",
"url": "https://github.com/boringplace/status/issues/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1289513311 | System.InvalidOperationException: 'When 'UseTempDB' is set then BulkOperation has to be inside Transaction. Otherwise destination table gets dropped too early because transaction ends before operation is finished.'
System.InvalidOperationException: 'When 'UseTempDB' is set then BulkOperation has to be inside Transact... | gharchive/issue | 2022-06-30T02:56:43 | 2025-04-01T06:38:05.058089 | {
"authors": [
"DaveVdE",
"borisdj",
"proc01",
"tincann"
],
"repo": "borisdj/EFCore.BulkExtensions",
"url": "https://github.com/borisdj/EFCore.BulkExtensions/issues/867",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2381702150 | 🛑 clans.wowsgame.cn is down
In ee1bf66, clans.wowsgame.cn (https://clans.wowsgame.cn) was down:
HTTP code: 0
Response time: 0 ms
Resolved: clans.wowsgame.cn is back up in 40048f6 after 22 minutes.
| gharchive/issue | 2024-06-29T11:56:53 | 2025-04-01T06:38:05.061329 | {
"authors": [
"boriskhodok"
],
"repo": "boriskhodok/wowsuptime",
"url": "https://github.com/boriskhodok/wowsuptime/issues/792",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
72486057 | node.d.ts: interface Global / NodeJS.Global breaks current Node+TypeScript
TypeScript complains of missing names in the new interface Global type, from 5235188 (5 days ago).
tsc --module commonjs --target ES5 --declaration my_incredible_new_mvc_framework.ts
node/node.d.ts(198,26): error TS2304: Cannot find name 'Data... | gharchive/issue | 2015-05-01T18:06:37 | 2025-04-01T06:38:05.074546 | {
"authors": [
"Kelvin-Ng",
"aciccarello",
"chbrown",
"drudru",
"hsrobmln",
"lucasmciruzzi",
"omencat",
"sethx",
"vote539",
"vvakame"
],
"repo": "borisyankov/DefinitelyTyped",
"url": "https://github.com/borisyankov/DefinitelyTyped/issues/4249",
"license": "mit",
"lice... |
97176368 | lodash: added _.toPlainObject() method
https://lodash.com/docs#toPlainObject
@chrootsu thanks mate!
| gharchive/pull-request | 2015-07-25T00:51:56 | 2025-04-01T06:38:05.076012 | {
"authors": [
"chrootsu",
"vvakame"
],
"repo": "borisyankov/DefinitelyTyped",
"url": "https://github.com/borisyankov/DefinitelyTyped/pull/5071",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
108032268 | ng-dialog fix IDialogOpenResult.closePromise
create IDialogClosePromise type to be returned by IDialogOpenResult.closePromise.
ng-dialog/ng-dialog.d.ts
to author(@stephenlautier). could you review this PR?
:+1: or :-1:?
check list
[ ] pass the Travic-CI test?
Looks good :+1:. Thanks @marknadig
@vvakame looks ... | gharchive/pull-request | 2015-09-24T00:17:04 | 2025-04-01T06:38:05.078328 | {
"authors": [
"marknadig",
"stephenlautier",
"vvakame"
],
"repo": "borisyankov/DefinitelyTyped",
"url": "https://github.com/borisyankov/DefinitelyTyped/pull/5983",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
395966645 | Stable Release Date
Not really an issue, more of a question, but any ideas of when a stable release might happen for the Craft 3 version?
We want to use this for a client of ours but aren't too keen on using software which is still in beta as we'd like to avoid as many bugs as possible. Looks like a great plugin thou... | gharchive/issue | 2019-01-04T15:33:21 | 2025-04-01T06:38:05.082727 | {
"authors": [
"matt-adigital",
"roelvanhintum"
],
"repo": "born05/craft-twofactorauthentication",
"url": "https://github.com/born05/craft-twofactorauthentication/issues/22",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1881916967 | can't install in windows
in windows it try for some reason to locate python package then fail
full error
yarn install cobertura-merge
yarn install v1.22.19
error `install` has been replaced with `add` to add new dependencies. Run "yarn add cobertura-merge" instead.
info Visit https://yarnpkg.com/en/docs/cli/insta... | gharchive/issue | 2023-09-05T12:50:26 | 2025-04-01T06:38:05.090731 | {
"authors": [
"MattiJarvinen",
"jorgealgaba",
"robertIsaac"
],
"repo": "borremosch/cobertura-merge",
"url": "https://github.com/borremosch/cobertura-merge/issues/40",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
489501864 | Make the UTXO set re-entrant
This also needs to make sure it's memory-efficient. A simple (but naive) approach is to use a new Set for each time we return a utxoFinder delegate. But this would cause a lot of allocations.
Related to #194
Moving this out of Full Node and into Validator and removing it from the curren... | gharchive/issue | 2019-09-05T03:01:07 | 2025-04-01T06:38:05.101650 | {
"authors": [
"AndrejMitrovic",
"Geod24"
],
"repo": "bosagora/agora",
"url": "https://github.com/bosagora/agora/issues/300",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1552379118 | import boxing
Right now imports dump everything into the global space. Perhaps we should change this to create a box and then stuff everything in that box kind of like "use" does.
This would give the advantage of sectioning off everything imported.
Need to keep in mind that we don't import things multiple times right... | gharchive/issue | 2023-01-23T01:30:00 | 2025-04-01T06:38:05.108372 | {
"authors": [
"bosley"
],
"repo": "bosley/sauros",
"url": "https://github.com/bosley/sauros/issues/98",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
859549296 | Assignment 5
Forgot to upload to github and pull request it.
I did not have enough time to do bonus.
100!
| gharchive/pull-request | 2021-04-16T07:32:37 | 2025-04-01T06:38:05.109312 | {
"authors": [
"TonyRahme",
"haehn"
],
"repo": "bostongfx/cs480student",
"url": "https://github.com/bostongfx/cs480student/pull/142",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
96017530 | "Shouldn't be here" error upon query
My metric linux.net.sockets.used for one of hosts is shown fine for 3h-long data, but when I choose 4h interval I get an error:
opentsdb: {"start":"4h-ago","queries":[{"aggregator":"sum","metric":"linux.net.sockets.used","rateOptions":{},"tags":{"host":"app3"}}]}: Shouldn't be her... | gharchive/issue | 2015-07-20T08:51:00 | 2025-04-01T06:38:05.112094 | {
"authors": [
"k-bx",
"kylebrandt"
],
"repo": "bosun-monitor/bosun",
"url": "https://github.com/bosun-monitor/bosun/issues/1180",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
70786909 | Update and simplify botocore loaders to new dir layout
This reworks and greatly simplifies the loaders used in botocore.
This is part paying off technical debt as well as standardizing
on a shared common format.
In terms of the new layout, the loaders docstring discusses how it
looks like, but we now support the dire... | gharchive/pull-request | 2015-04-24T20:31:36 | 2025-04-01T06:38:05.129676 | {
"authors": [
"coveralls",
"jamesls",
"kyleknap"
],
"repo": "boto/botocore",
"url": "https://github.com/boto/botocore/pull/527",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
273190463 | LayerList layers prop behavior
Say I have two layers: an OSM basemap, and a geojson point layer. I've given each of these layers a metadata property called 'isBasemap', and set it to true for the OSM layer and false for the geojson.
I'm trying to exclude the basemap from the layer list component by passing an array ... | gharchive/issue | 2017-11-12T01:22:11 | 2025-04-01T06:38:05.239303 | {
"authors": [
"bartvde",
"brambow"
],
"repo": "boundlessgeo/sdk",
"url": "https://github.com/boundlessgeo/sdk/issues/734",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2108951694 | Callback for change
I read through the documentation and found there is no (simple) way to let the editor save user input automatically. Is it possible to have a callback function such as on_change which exists now in all streamlit official widgets?
I agree.
BTW is there an simple way to submit content by using an ... | gharchive/issue | 2024-01-30T23:00:44 | 2025-04-01T06:38:05.271207 | {
"authors": [
"bouzidanas",
"calvinchai",
"marcinsoftem"
],
"repo": "bouzidanas/streamlit-code-editor",
"url": "https://github.com/bouzidanas/streamlit-code-editor/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1954810873 | use truth in hash function of Sentence
@bowen-xu I looked at the code and it seems the core of the issue is the hash of Task not taking truth value into account. This simple change achieves what you described in the issue but I wonder if it could have some unintended consequences? Can you think of the situation when ... | gharchive/pull-request | 2023-10-20T18:14:22 | 2025-04-01T06:38:05.308752 | {
"authors": [
"bowen-xu",
"maxeeem"
],
"repo": "bowen-xu/PyNARS",
"url": "https://github.com/bowen-xu/PyNARS/pull/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
171698287 | 7-zip is not uninstalled correctly.
Currently, the 7-zip is getting installed as part of Windows boxes provisioning logic, by the script named vmtool.bat.
It is supposed to be completely and correctly removed at a later stage by the dedicated script uninstall-7zip.bat, however it does not perform the correct uninstal... | gharchive/issue | 2016-08-17T16:11:32 | 2025-04-01T06:38:05.332128 | {
"authors": [
"GolubevV",
"tas50"
],
"repo": "boxcutter/windows",
"url": "https://github.com/boxcutter/windows/issues/80",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2080745838 | Update sbt-scalajs, scalajs-compiler, ... to 1.15.0
About this PR
📦 Updates
org.scala-js:sbt-scalajs
org.scala-js:scalajs-compiler
org.scala-js:scalajs-library
org.scala-js:scalajs-library_2.13
org.scala-js:scalajs-test-bridge
org.scala-js:scalajs-test-bridge_2.13
from 1.13.2 to 1.15.0
📜 GitHub Release Notes - Ve... | gharchive/pull-request | 2024-01-14T14:14:19 | 2025-04-01T06:38:05.355677 | {
"authors": [
"scala-steward"
],
"repo": "bpholt/java-time-literals",
"url": "https://github.com/bpholt/java-time-literals/pull/117",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
180504476 | Add stock prices chart
Connected to #44
Coverage remained the same at 89.495% when pulling 0bcfb725c50e362d63893744f1e94a3ffccdeb64 on add-js-stock-graphs into 49a6b702e1b31aa5dd74707f0f7cb1e05c36d0a8 on master.
| gharchive/pull-request | 2016-10-02T09:47:12 | 2025-04-01T06:38:05.357501 | {
"authors": [
"bpietraga",
"coveralls"
],
"repo": "bpietraga/dollar_tracker",
"url": "https://github.com/bpietraga/dollar_tracker/pull/56",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1088469795 | [Enhancement] Look into reafactoring features to use createFeature
Is your enhancement request related to a problem? Please describe.
with ngrx 13, there is a new createFeature function that can be used to cut down on boilerplate.
Describe the solution you'd like
Refactor existing ngrx utils to leverage this.
Additio... | gharchive/issue | 2021-12-24T18:13:17 | 2025-04-01T06:38:05.380825 | {
"authors": [
"bradtaniguchi"
],
"repo": "bradtaniguchi/nx-workspace-template",
"url": "https://github.com/bradtaniguchi/nx-workspace-template/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1747539391 | Can we use a UI for configuration?
For those new to the process, configuring settings directly through json can be quite complex and may require referring to documentation. Perhaps a more user-friendly approach would be to offer a visual configuration method similar to that of vscode.
对于新手来说,直接通过json配置比较复杂,需要参考文档,也许我... | gharchive/issue | 2023-06-08T10:03:19 | 2025-04-01T06:38:05.390908 | {
"authors": [
"alili",
"bramblex"
],
"repo": "bramblex/niva",
"url": "https://github.com/bramblex/niva/issues/67",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2229842892 | where is default_path variable?
I could not find in config.py.
Hi Branislav. I'm a bit confused about that as well. As well as what value we're supposed to put in there? I'd really like to use your app :) Thanks in advance!
Hello.
If you think default checkpoint for SAM path, it is called from here:
https://githu... | gharchive/issue | 2024-04-07T16:31:58 | 2025-04-01T06:38:05.419256 | {
"authors": [
"Shigeto-Amatake",
"benibargera",
"branislavhesko"
],
"repo": "branislavhesko/segment-anything-ui",
"url": "https://github.com/branislavhesko/segment-anything-ui/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
316454229 | Upgrade to FFmpeg 4.0
https://ffmpeg.org/index.html#pr4.0
:tada:
I'm waiting for 4.0 too.
@AdityaAnand1 @liuatgit You guys can build it yourself, which I highly recommend. Most FFmpeg binaries you find online have modules enabled that you might never use which will increase the size of it immensely.
@AdityaAnan... | gharchive/issue | 2018-04-21T02:31:06 | 2025-04-01T06:38:05.773502 | {
"authors": [
"AdityaAnand1",
"Brianvdb",
"NiekAkerboom",
"liuatgit",
"nzackoya"
],
"repo": "bravobit/FFmpeg-Android",
"url": "https://github.com/bravobit/FFmpeg-Android/issues/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
246078561 | 对最近发生的事情感到遗憾和难过
唉
刚逛知乎看到,挺震惊的,作为一名学生的确不应该承受着么大的压力。只能说唯小人难伺候,放宽心。我想用过ssr的人都应该尊重你的贡献,你起码让数十万人拥有了他们想得到的东西,这应该是你人生中浓墨重彩的一笔。感谢。
感谢曾经的努力!看不惯那些人的嘴脸。
缅怀
我现在打这句话的流量是我自己用ssr建的双cn2通道,
有些人就是觉得有些猪比其他动物更加平等更加自由,
因为他既不理解麻烦的技术又没办法为自己争取自由
感谢作者无私奉献, 无论如何, 你干过伟大的事. 祝前程似锦, 平安健康.
感谢!
感谢破娃的付出
谢谢破娃的付出,你会后继有人的,吸血鬼杀死每一只报晓的公鸡... | gharchive/issue | 2017-07-27T15:25:58 | 2025-04-01T06:38:05.781122 | {
"authors": [
"1688pc",
"3160479057qq",
"JHrockice",
"JimTang67",
"Jingyu-Yan",
"LexsionLee",
"Martinjon146001",
"TwilightHome",
"ZhengHui-Z",
"Zzz97siao",
"a17uk",
"akiraxiao",
"dlmgis",
"evolutionjay",
"kj415j45",
"sailosha",
"shanlinfeiniao",
... |
334257681 | xlsxio fails in the presence of xmlnamespace qualification
The same proprietary file that I mentioned in #28 also includes namespace qualification on the elements in several of its xml files. For example
<?xml version="1.0" encoding="utf-8"?>
<x:sst xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main"... | gharchive/issue | 2018-06-20T21:33:13 | 2025-04-01T06:38:05.812293 | {
"authors": [
"brechtsanders",
"webern"
],
"repo": "brechtsanders/xlsxio",
"url": "https://github.com/brechtsanders/xlsxio/issues/29",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
595293512 | codespan-reporting and codespan-lsp compatibility
I've been using codespan and codespan-reporting for error reporting for my CLI. I'm now working on an LSP extension and want to use codespan-lsp to covert to the proper LSP types, but it seems like codespan-reporting doesn't play well.
For example, I have a custom fil... | gharchive/issue | 2020-04-06T17:28:38 | 2025-04-01T06:38:05.821256 | {
"authors": [
"aweary",
"brendanzab"
],
"repo": "brendanzab/codespan",
"url": "https://github.com/brendanzab/codespan/issues/227",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2134942543 | implement remove-by-model-name. Make backups of configs
I had several hundred iBeacon devices to get rid of, all with long hex-string names, so I extended your code to do model names as well. Minimal change w/o restructuring completely. In the spirit of it being a power-user tool, but even power users can sometimes s... | gharchive/pull-request | 2024-02-14T18:34:41 | 2025-04-01T06:38:05.840020 | {
"authors": [
"brettonw",
"reedstrm"
],
"repo": "brettonw/Remove-Home-Assistant-Device",
"url": "https://github.com/brettonw/Remove-Home-Assistant-Device/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
248192316 | PrometheusMetricsTrackerFactory should support custom registries
Prometheus collectors can typically be registered either in the default registry or in a user supplied registry. As the default registry is basically a singleton maintained in a static field of Prometheus' CollectorRegistry, using it in non-trivial clas... | gharchive/issue | 2017-08-05T15:51:09 | 2025-04-01T06:38:05.847139 | {
"authors": [
"apodkutin",
"chkal",
"djbehnke",
"edysli"
],
"repo": "brettwooldridge/HikariCP",
"url": "https://github.com/brettwooldridge/HikariCP/issues/950",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
100573408 | Fix #224 - aliased column in function
Fixed the aliased column in function call issue. When in a function call, columns must not have alias. Added some tests as well.
Hi @brianc. More conflicts resolved. I think this one is good to merge too
:dancer:
| gharchive/pull-request | 2015-08-12T15:44:04 | 2025-04-01T06:38:05.872274 | {
"authors": [
"brianc",
"edudutra"
],
"repo": "brianc/node-sql",
"url": "https://github.com/brianc/node-sql/pull/255",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
163054266 | Jitter when animating via transformNode.scale
Hey!
I'm currently trying to put together a project using masking and we've run across an issue wherein setting scale on a transformNode causes a visible jitter.
This behavior seems to become worse the more nodes are added to the graph.
Essentially we are running an reque... | gharchive/issue | 2016-06-30T00:03:50 | 2025-04-01T06:38:06.446454 | {
"authors": [
"brianchirls",
"johanbelin",
"tencircles"
],
"repo": "brianchirls/Seriously.js",
"url": "https://github.com/brianchirls/Seriously.js/issues/126",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1111673246 | AAD SignIns Insights
I wonder if there would be an interest for such a module. It's essentially a similar concept of what we have for analysts in the entity page available for automation and a bit of what we have in UEBA.
Takes a user and return stats such as:
Last successful logon data (timestamp + other metadata)
... | gharchive/issue | 2022-01-22T20:01:59 | 2025-04-01T06:38:06.458523 | {
"authors": [
"briandelmsft",
"piaudonn"
],
"repo": "briandelmsft/SentinelAutomationModules",
"url": "https://github.com/briandelmsft/SentinelAutomationModules/issues/210",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
46562977 | publish to npm
so ppl can npm install selectize --save :+1:
Caved in and published it: https://www.npmjs.com/package/selectize
:+1: Thank you :)
On Thursday, January 29, 2015, Brian Reavis notifications@github.com
wrote:
Closed #604 https://github.com/brianreavis/selectize.js/issues/604.
—
Reply to this email di... | gharchive/issue | 2014-10-22T21:28:08 | 2025-04-01T06:38:06.471518 | {
"authors": [
"brianreavis",
"gdibble"
],
"repo": "brianreavis/selectize.js",
"url": "https://github.com/brianreavis/selectize.js/issues/604",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
255324908 | Fix removed task file include
Fix bug introduced in : fb936053af1663abe4557befb4db36a845043c3a
I tested this is working on a single node install (ubuntu 17.04)
Our fixes just crossed as I just fixed this as well and made a new release.
| gharchive/pull-request | 2017-09-05T15:51:14 | 2025-04-01T06:38:06.472563 | {
"authors": [
"brianshumate",
"vincent-legoll"
],
"repo": "brianshumate/ansible-consul",
"url": "https://github.com/brianshumate/ansible-consul/pull/115",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2154845812 | Proper save time handling
Finally resolve the TODO for reading save time
use chrono::DateTime for parsed save time
if save does not have a time, use current time when writing
Result of read_json example
{
"version":10,
"game_version":6781,
"map":"Plate",
"description":"",
"author":{
"name":"x",
"i... | gharchive/pull-request | 2024-02-26T18:33:46 | 2025-04-01T06:38:06.493637 | {
"authors": [
"Kmschr",
"voximity"
],
"repo": "brickadia-community/brickadia-rs",
"url": "https://github.com/brickadia-community/brickadia-rs/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1349017990 | Add depth check for brace and paren to fix #297
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This patch added a depth check for brace and paren to fix incorrect tag value parse.
Unfortunately I found that the gosec issue and failed tests also exi... | gharchive/pull-request | 2022-08-24T07:50:18 | 2025-04-01T06:38:06.502959 | {
"authors": [
"lonegunmanb"
],
"repo": "bridgecrewio/yor",
"url": "https://github.com/bridgecrewio/yor/pull/298",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1324871695 | Publish v6.0.3
Publishes v6.0.3
Publishes fixes for all v.6.0.3 milestone issues
ran across this when I toggled theme...is correct with the white-ish?
@jeffvg for that section it's supposed to be a random image. It's just not rendering for you for some reason so I think this is ok for now. There's no styles o... | gharchive/pull-request | 2022-08-01T19:26:08 | 2025-04-01T06:38:06.587415 | {
"authors": [
"daileytj",
"jeffvg"
],
"repo": "brightlayer-ui/react-native-component-library",
"url": "https://github.com/brightlayer-ui/react-native-component-library/pull/286",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1033097366 | TableSortLabel should not be hidden when mouse is not hovering on it
Describe the desired behavior
When a .MuiTableSortLabel is not hovered on, the arrow should have the ~disabled color~
(edit: should be a "disabledBackground" color of Gray500@12% for light theme, and a Black200@24% for dark theme).
When it is hovere... | gharchive/issue | 2021-10-22T01:49:16 | 2025-04-01T06:38:06.590073 | {
"authors": [
"bkarambe",
"huayunh"
],
"repo": "brightlayer-ui/react-themes",
"url": "https://github.com/brightlayer-ui/react-themes/issues/11",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1642017995 | Weatherflow Hourly based Forecast: Unknown
As visible in the following screenshot, I sometimes get 'unknown' ('Inconnu' in French) as the current weather condition:
I get this for a few weeks/months now. Not sure if it was caused by a change in this plugin or if Weatherflow changed something in their API. One of the... | gharchive/issue | 2023-03-27T12:33:10 | 2025-04-01T06:38:06.592484 | {
"authors": [
"lostcontrol"
],
"repo": "briis/hass-weatherflow",
"url": "https://github.com/briis/hass-weatherflow/issues/66",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1697128985 | Discord Bot
Description
Create a new Discord Server for Vike, and use/create a Discord bot to teach users about https://github.com/brillout/vite-plugin-ssr/discussions/526.
Having a cozy firechat-like place to casually chit-chat about general topics could be lovely. Example use cases:
Show us what you're building (s... | gharchive/issue | 2023-05-05T07:13:36 | 2025-04-01T06:38:06.598289 | {
"authors": [
"brillout",
"samuelstroschein"
],
"repo": "brillout/vite-plugin-ssr",
"url": "https://github.com/brillout/vite-plugin-ssr/issues/860",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1989014187 | Show max depth or prevent drop on folders
I've got a tree that has categories and within those there are child links. I render two different trees, one that shows just the top level categories (and I want it only to ever display the root level nodes) and one that when you select a category shows the children of the s... | gharchive/issue | 2023-11-11T15:58:12 | 2025-04-01T06:38:06.601515 | {
"authors": [
"jameskerr",
"theearlofsandwich"
],
"repo": "brimdata/react-arborist",
"url": "https://github.com/brimdata/react-arborist/issues/187",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1508193376 | Replace zio/parquetio with zio/arrowio and pqarrow
We can replace the Parquet reader and writer in zio/parquetio with a combination of zio/arrowio and github.com/apache/arrow/go/v11/parquet/pqarrow, and we probably should since
it'll let us remove about 750 lines from zio/parquetio,
the Arrow Parquet implementation ... | gharchive/issue | 2022-12-22T16:42:00 | 2025-04-01T06:38:06.604239 | {
"authors": [
"nwt",
"philrz"
],
"repo": "brimdata/zed",
"url": "https://github.com/brimdata/zed/issues/4278",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
137374964 | Filter based on Gaussianity
We filter targets with extreme variance, the idea being that tangent normalization did a poor job with these and our model is unreliable for them. However, issue #378 will likely go a long way toward making this less of a concern. One thing we don't filter on and perhaps should is not ho... | gharchive/issue | 2016-02-29T21:06:06 | 2025-04-01T06:38:06.723382 | {
"authors": [
"davidbenjamin",
"samuelklee"
],
"repo": "broadinstitute/gatk-protected",
"url": "https://github.com/broadinstitute/gatk-protected/issues/380",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2611301659 | github video player having issues when playing video
Describe the bug
Video keeps restarting or seizing the volume button and playing with no sound
Desktop (please complete the following information):
chrome, edge
Additional context
Suggest the video is moved to youtube and displayed in the readme
@ukpagrace Thi... | gharchive/issue | 2024-10-24T11:38:51 | 2025-04-01T06:38:06.760685 | {
"authors": [
"Shchepotin",
"ukpagrace"
],
"repo": "brocoders/nestjs-boilerplate",
"url": "https://github.com/brocoders/nestjs-boilerplate/issues/1772",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1686493301 | Honkai Star Rail Support?
With the recent launch of Honkai Star Rail, seems adding it would be really easy.
https://act.hoyolab.com/bbs/event/signin/hkrpg/index.html?act_id=e202303301540311&bbs_auth_required=true&bbs_presentation_style=fullscreen&lang=en-us&utm_source=share&utm_medium=link&utm_campaign=web
yes plea... | gharchive/issue | 2023-04-27T09:40:37 | 2025-04-01T06:38:06.762051 | {
"authors": [
"Seantourage",
"ShatteredGod"
],
"repo": "brokiem/auto-hoyolab-checkin",
"url": "https://github.com/brokiem/auto-hoyolab-checkin/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1620226847 | refactor gpkg_write()
[x] vector write not working properly anymore
[x] better handling of list input for naming feature / tile sets / data_null
[x] basic post-processing/validating of result
[x] tests
I am happy with the functioning of gpkg_write() and think it is now more robust and better documented. Will crea... | gharchive/issue | 2023-03-12T04:04:08 | 2025-04-01T06:38:06.785024 | {
"authors": [
"brownag"
],
"repo": "brownag/gpkg",
"url": "https://github.com/brownag/gpkg/issues/1",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
292876140 | License / publication on hex
Hi brpandey,
thanks for this implementation. Is there any chance of publishing this on hex? And/or, could you put an explicit license on the code?
Thanks in advance
arnomi
https://hex.pm/packages/interval_tree
| gharchive/issue | 2018-01-30T17:47:15 | 2025-04-01T06:38:06.823047 | {
"authors": [
"arnomi",
"brpandey"
],
"repo": "brpandey/interval_tree",
"url": "https://github.com/brpandey/interval_tree/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
53504800 | Test assets folder copied in public folder on production env
In previous versions, too. Today one is 1.17.20
Change the assets convention in your config to be more specific, or rename the assets dir you don't want copied.
| gharchive/issue | 2015-01-06T11:14:56 | 2025-04-01T06:38:06.850829 | {
"authors": [
"devel-pa",
"es128"
],
"repo": "brunch/brunch",
"url": "https://github.com/brunch/brunch/issues/904",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
746353127 | Installation problem
Hi there,
I hope someone in the know could help point me in the right direction. What could I possibly be missing? Thank you!
/usr/local/lib/node_modules/gatsby-cli/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
throw ex;
^
Error: listen EADDRINUSE: addre... | gharchive/issue | 2020-11-19T08:18:35 | 2025-04-01T06:38:06.854741 | {
"authors": [
"brxck",
"thomasvaeth",
"yansusanto"
],
"repo": "brxck/gatsby-starter-stripe",
"url": "https://github.com/brxck/gatsby-starter-stripe/issues/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
363009858 | Quits with issue
Finally getting around to trying this again. (Thanks for #3)
I have:
[x] dayone2 cli installed
[x] iMessage journal created
[x] successfully run the app
When attempting to import (regardless of date range selected, and clearing the imported dates each time), I get an exception. Here's the full trac... | gharchive/issue | 2018-09-24T04:05:47 | 2025-04-01T06:38:06.884286 | {
"authors": [
"adambrault",
"bryan1anderson"
],
"repo": "bryan1anderson/iMessage-to-Day-One-Importer",
"url": "https://github.com/bryan1anderson/iMessage-to-Day-One-Importer/issues/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
98620899 | Allow the config_module key to be placed on any config block
Since there is now only one config item for Joken, config_module, it would probably be nice to make it so that the user can define which config block contains the key.
I propose change the config_module key to joken_module, and adding a using macro that tak... | gharchive/issue | 2015-08-02T16:43:25 | 2025-04-01T06:38:06.892131 | {
"authors": [
"bryanjos",
"cs-victor-nascimento"
],
"repo": "bryanjos/joken",
"url": "https://github.com/bryanjos/joken/issues/54",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2388636511 | Evaluate to implement other use cases from langgraph tutorial
Original langgraph tutorial contains a lot of interesting examples, I would implements others to promote langgraph4j as first citizen in langchain4j eco-system:
RAG
Agentic RAG
Corrective RAG (CRAG)
Corrective RAG (CRAG) using local LLMs
Self-RAG
Self-RAG... | gharchive/issue | 2024-07-03T13:28:47 | 2025-04-01T06:38:06.914512 | {
"authors": [
"243006306",
"ArnWEB",
"bsorrentino"
],
"repo": "bsorrentino/langgraph4j",
"url": "https://github.com/bsorrentino/langgraph4j/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1094980527 | Can't load plugins into Ableton 11 or Bitwig 4.1.2
For bug reports
Operating system(s): Windows 10 64-bit 21H2
Version of Rack if using official binary, or commit hash and branch if compiling from source: VCVRack:v2.0.5
All hardware relevant to your issue (e.g. graphic card model, audio/MIDI device): Radeon Pro WX31... | gharchive/issue | 2022-01-06T05:24:42 | 2025-04-01T06:38:06.920716 | {
"authors": [
"bsp2",
"loiteringsloth"
],
"repo": "bsp2/VeeSeeVSTRack",
"url": "https://github.com/bsp2/VeeSeeVSTRack/issues/33",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
786236497 | UX Improvements
"bootstrap native" breadcrumbs
"alert" wrapper for "Advanced Considerations"
tweak text related to "advanced" sections
use some "»" chars (for "next steps" prefix and before "Advanced Considerations" in titles)
tweak margins/padding in the base layout to give a little more breathing room
Love the ... | gharchive/pull-request | 2021-01-14T19:00:36 | 2025-04-01T06:38:06.929371 | {
"authors": [
"janoside",
"mflaxman"
],
"repo": "btcguide/btcguide.github.io",
"url": "https://github.com/btcguide/btcguide.github.io/pull/70",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
542407074 | bech32: Encode accepts invalid uppercase HRP
bech32.Encode will accept an uppercase HRP and generate an invalid bech32 encoding instead of normalizing it or returning an error.
BIP 0173 is clear that mixed case encodings are invalid, and that the lowercase encoding should be used for checksum purposes. This means the... | gharchive/issue | 2019-12-26T02:02:44 | 2025-04-01T06:38:06.956828 | {
"authors": [
"FiloSottile",
"davecgh"
],
"repo": "btcsuite/btcutil",
"url": "https://github.com/btcsuite/btcutil/issues/152",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
1186735128 | Tratamento de erros na entrada do usuario
Ao tentar converter a entrada do usuário para inteiro não tem nenhum tratamento de erro o que pode levar o programa a crashar caso o usuário entre com um valor que não seja possível converter
https://github.com/btwhelena/Swift-Challenge/blob/a540f08104cd97cc8b14e196eb9360499b... | gharchive/issue | 2022-03-30T16:52:41 | 2025-04-01T06:38:06.975871 | {
"authors": [
"btwhelena",
"laisbastosbg"
],
"repo": "btwhelena/Swift-Challenge",
"url": "https://github.com/btwhelena/Swift-Challenge/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
793032124 | 如何训练可以得到77maP
想问一下如何训练可以得到您给出的在voc上77mAP的权重?可以问一下训练策略吗?我在你的代码中注释了对预训练文件的引入,直接使用原始ResNet网络进行train.py文件中100epoch的训练,得到的训练效果很差?想问怎样可以训练出和您相同的voc的结果呢?
pretrain=True可以用主干的预训练权重吧
pretrain=True可以用主干的预训练权重吧
同问,请问你解决了嘛?
想问一下如何训练可以得到您给出的在voc上77mAP的权重?可以问一下训练策略吗?我在你的代码中注释了对预训练文件的引入,直接使用原始ResNet网络进行train.py文件中100epoch的训练,... | gharchive/issue | 2021-01-25T05:14:10 | 2025-04-01T06:38:06.989330 | {
"authors": [
"Runist",
"ZxSnow",
"bubbliiiing"
],
"repo": "bubbliiiing/centernet-pytorch",
"url": "https://github.com/bubbliiiing/centernet-pytorch/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2051369313 | sortedlist 试两次
{ "hash": "0x39c767e230f1cc4d8fa7baa4ef8c39bc2e4add8680d09bfe086e1efdaa0d6437", "score": 290 }, // 10
{ "hash": "0x39c767e230f1cc4d8fa7baa4ef8c39bc2e4add8680d09bfe086e1efdaa0d6438", "score": 290 }, // 10
看那个先进
According to current implementation, two items with the same score are sorted in order of... | gharchive/issue | 2023-12-20T22:19:56 | 2025-04-01T06:38:06.993855 | {
"authors": [
"fulldecent",
"weiqiushi"
],
"repo": "buckyos/DCRM",
"url": "https://github.com/buckyos/DCRM/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
313724601 | code splitting and uploading all source maps
Hi,
In my react app I am using code splitting (react-loadable) to reduce the bundle size and serve them on demand whenever the respective route is loaded. Using this technique I am getting about 53 chunks and a main file (.js and .map).
How can I upload all these source ma... | gharchive/issue | 2018-04-12T13:21:54 | 2025-04-01T06:38:07.030191 | {
"authors": [
"Shiv-Dangi",
"amanthegreatone",
"bengourley",
"pavan-syook"
],
"repo": "bugsnag/bugsnag-js",
"url": "https://github.com/bugsnag/bugsnag-js/issues/339",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
557429558 | RNCNetInfo.getCurrentState got 3 arguments, expected 2.
Enviornment info :
System:
OS: Windows 10 10.0.17763
CPU: (8) x64 Intel(R) Core(TM) i5-8350U CPU @ 1.70GHz
Memory: 1.06 GB / 7.88 GB
Binaries:
Node: 8.16.1 - C:\Program Files\nodejs\node.EXE
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
SDKs:
Android SDK:
API Lev... | gharchive/issue | 2020-01-30T11:23:07 | 2025-04-01T06:38:07.041568 | {
"authors": [
"Ashwini-ap",
"SanjanaTailor",
"lc3t35",
"mattdyoung",
"phillipsam",
"xander-jones"
],
"repo": "bugsnag/bugsnag-js",
"url": "https://github.com/bugsnag/bugsnag-js/issues/719",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
58300908 | Rename req.host to req.hostname
Just upgraded to Bugsnag v1.6.0, but express v4.11.2 started logging this warning:
express deprecated req.host: Use req.hostname instead node_modules/bugsnag/lib/request_info.js:6:46
This should fix this!
Original pull request broke on old versions of express. Just fixed that.
Awe... | gharchive/pull-request | 2015-02-20T01:59:12 | 2025-04-01T06:38:07.043737 | {
"authors": [
"ConradIrwin",
"paton"
],
"repo": "bugsnag/bugsnag-node",
"url": "https://github.com/bugsnag/bugsnag-node/pull/51",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
672786287 | Sourcemap path in case of android flavor builds
I have created flavor builds in the android side of the React Native app. Earlier there was no flavor builds
So I was uploading the source map using CI like this
- run:
name: Upload sourcemaps to Bugsnag
command: |
if [[ $BUGSNAG_KEY ]]; ... | gharchive/issue | 2020-08-04T13:17:48 | 2025-04-01T06:38:07.049707 | {
"authors": [
"GOVINDDIXIT",
"mattdyoung"
],
"repo": "bugsnag/bugsnag-react-native",
"url": "https://github.com/bugsnag/bugsnag-react-native/issues/473",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1514757688 | Use global default shell in release-tag.yml workflow
To remove the need to repeat default shell declaration in our workflow, we should set a global default so that it is available across all jobs in https://github.com/build-trust/ockam/blob/cdf925aa2adb4439061449e5ea5f9ad774833e20/.github/workflows/release-tag.yml#L1... | gharchive/issue | 2022-12-30T19:28:28 | 2025-04-01T06:38:07.052955 | {
"authors": [
"metaclips"
],
"repo": "build-trust/ockam",
"url": "https://github.com/build-trust/ockam/issues/4005",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
137796424 | Bootstrap script doesn't fetch correctly with Git < v1.9
TL;DR: In version 2.1.5, the bootstrap script runs git fetch origin --tags to update all heads and tags. In some older versions of Git, that command will only update the tags, which can cause the subsequent checkout to fail.
We upgraded to version 2.1.5 on Ub... | gharchive/issue | 2016-03-02T07:27:58 | 2025-04-01T06:38:07.058434 | {
"authors": [
"ab9",
"toolmantim"
],
"repo": "buildkite/agent",
"url": "https://github.com/buildkite/agent/issues/249",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
321134627 | Docker images docs
I have few suggestions about docker images:
There should be the docs on the dockerhub where explicitly stated base image for tags. Or at least how to determine which base image was used.
Agent docker images should have appropriate tag naming for ubuntu and alpine, etc.. Take a look on python do... | gharchive/issue | 2018-05-08T10:44:48 | 2025-04-01T06:38:07.062896 | {
"authors": [
"ksanderer",
"lox"
],
"repo": "buildkite/agent",
"url": "https://github.com/buildkite/agent/issues/761",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
151009758 | Add support for other aws regions
It would be nice to launch these in e.g. us-west-2 in my case.
@mikekap @deoxxa this is now live, you can now use the stack in:
us-west-1
us-west-2
eu-west-1
eu-central-1
ap-northeast-1
ap-northeast-2
ap-southeast-1
ap-southeast-2
sa-east-1
Excellent! Thank you!
| gharchive/issue | 2016-04-25T23:59:00 | 2025-04-01T06:38:07.065677 | {
"authors": [
"deoxxa",
"mikekap",
"toolmantim"
],
"repo": "buildkite/buildkite-aws-stack",
"url": "https://github.com/buildkite/buildkite-aws-stack/issues/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
603957345 | Make h3's linkable, and provide the ability for id and class overrides
Makes all the h3 elements linkable by adding an automatic id, and let's you customize the id and class.
For example, the following markdown:
## A long complicated section description
{: id="short-id"}
### Subsection 1
## Section 2
### Subsectio... | gharchive/pull-request | 2020-04-21T12:26:04 | 2025-04-01T06:38:07.072317 | {
"authors": [
"plaindocs",
"toolmantim"
],
"repo": "buildkite/docs",
"url": "https://github.com/buildkite/docs/pull/710",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
410498119 | Set individual environment variables for build
pack allows setting build-time environment variables via a file, but not
as individual values on the cli. This PR adds the ability to set one (or
more) environment variables directly as cli switches.
The same semantics are preserved from --env-file where a value can be
f... | gharchive/pull-request | 2019-02-14T21:22:48 | 2025-04-01T06:38:07.088690 | {
"authors": [
"ekcasey",
"scothis"
],
"repo": "buildpack/pack",
"url": "https://github.com/buildpack/pack/pull/99",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1274144466 | enable terse option for 'buildtest buildspec find invalid'
The two files that i edited was "tests/cli/test_buildspec.py" and "buildtest/cli/buildspec.py". I added a test to the test_buildspec.py and added some code to allow for the terse option in buildspec.py
It seems Black Formatter check is not passed.
@Jeffre... | gharchive/pull-request | 2022-06-16T22:28:28 | 2025-04-01T06:38:07.101727 | {
"authors": [
"JeffreyFG",
"Xiangs18",
"shahzebsiddiqui"
],
"repo": "buildtesters/buildtest",
"url": "https://github.com/buildtesters/buildtest/pull/1101",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1233844202 | 🛑 heartMap is down
In 6e1cf1e, heartMap (https://heartmap.buligadragos.work/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: heartMap is back up in 75f2a5e.
| gharchive/issue | 2022-05-12T11:29:42 | 2025-04-01T06:38:07.107941 | {
"authors": [
"buligadragos"
],
"repo": "buligadragos/UpTime",
"url": "https://github.com/buligadragos/UpTime/issues/186",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1999519850 | Add CI job for testing against the starter repo
This make it so that the GitHub Actions CI pipeline will:
Checkout the starter repo. We'll look for a branch on the starter repo that matches the name of the branch being tested. If we can't find one we'll test against the main branch.
Checkout the core repo, also look... | gharchive/pull-request | 2023-11-17T16:39:12 | 2025-04-01T06:38:07.112489 | {
"authors": [
"jagthedrummer",
"newstler"
],
"repo": "bullet-train-co/jbuilder-schema",
"url": "https://github.com/bullet-train-co/jbuilder-schema/pull/73",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
685214884 | Menu with options
Is your feature request related to a problem? Please describe.
It isn't clear how or there isn't a component yet to make a menu that contains options that could be selected
Describe the solution you'd like
If it's already possible with the current components we could add an example for it in the Do... | gharchive/issue | 2020-08-25T06:30:44 | 2025-04-01T06:38:07.126514 | {
"authors": [
"hazem3500",
"jxom"
],
"repo": "bumbag/bumbag-ui",
"url": "https://github.com/bumbag/bumbag-ui/issues/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
902106862 | D3 Plugin Pattern
Use Let’s Make a (D3) Plugin pattern for consistent result
Closing - #35 duplicate
| gharchive/issue | 2021-05-26T09:41:30 | 2025-04-01T06:38:07.127592 | {
"authors": [
"bumbeishvili"
],
"repo": "bumbeishvili/d3-organization-chart",
"url": "https://github.com/bumbeishvili/d3-organization-chart/issues/54",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
113186183 | Letzter Commit vor 3 Jahren
Finde ich sehr schade, dass das Repo nicht mehr verwaltet wird…
Obermenge von #54
Wenn es da im Netz noch Quellen gibt die aktuell gehalten werden, dann können wir ein Skript schreiben um sie dort Runterzuladen evtl. in md umwandeln. @UgnilJoZ Hast du eine idee?
@hhirsch Theoretisch gi... | gharchive/issue | 2015-10-24T22:13:07 | 2025-04-01T06:38:07.176075 | {
"authors": [
"ISSTJ",
"UgnilJoZ",
"darkdragon-001",
"hhirsch",
"keilw",
"laulens12",
"mdschweda",
"mk-pmb",
"rugk",
"stefanw",
"tom-richter",
"ulfgebhardt"
],
"repo": "bundestag/gesetze",
"url": "https://github.com/bundestag/gesetze/issues/55",
"license": "Unl... |
198291201 | gem error
Error details
Errno::EACCES: Permission denied @ rb_file_s_rename - (/var/folders/vj/dkscdd2x3wbftywhjf9d8lx80000gn/T/bundler-compact-index-20170101-53146-7cinnb/versions, /Users/pallaviaggarwal/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions)
/Users/pallaviaggarwal/... | gharchive/issue | 2017-01-02T02:18:36 | 2025-04-01T06:38:07.181902 | {
"authors": [
"colby-swandale",
"hmistry",
"pallavi16"
],
"repo": "bundler/bundler",
"url": "https://github.com/bundler/bundler/issues/5299",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
425982322 | backport: bundle clean native extensions for gems with a git source
Cherry-pick https://github.com/bundler/bundler/pull/7059 to 1-17-stable since, as https://github.com/bundler/bundler/issues/7058 mentioned, the bug is present on 1.17.3
This test error seems unrelated to this PR
ERROR: Error installing rubocop:
p... | gharchive/pull-request | 2019-03-27T14:08:46 | 2025-04-01T06:38:07.184308 | {
"authors": [
"colby-swandale",
"dylanahsmith"
],
"repo": "bundler/bundler",
"url": "https://github.com/bundler/bundler/pull/7069",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.