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
206765228
Property inheritance from extended class Bug Report TSLint version: 0.19.1 TypeScript version: 2.1.5 Running TSLint via: nodejs The problem : Using : Angular2 I have class A and class B extends A In B.component.html I use a var story that is defined in class A. The linter doesn't like this (see result below) TypeSc...
gharchive/issue
2017-02-10T10:51:03
2025-04-01T06:39:57.344924
{ "authors": [ "Shahor", "ajafff" ], "repo": "palantir/tslint", "url": "https://github.com/palantir/tslint/issues/2197", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
253388089
tslint:disable-next-line disables two subsequent lines Bug Report TSLint version: 5.7.0 TypeScript version: 2.4.2 Running TSLint via: (pick one) CLI TypeScript code being linted /* tslint:disable-next-line:max-line-length */ const a = '1111111111111111111111111111111111111111111111111111111111111111111111111111111...
gharchive/issue
2017-08-28T16:46:59
2025-04-01T06:39:57.350939
{ "authors": [ "JoshuaKGoldberg", "ajafff", "dylanpyle", "paulTchaa8" ], "repo": "palantir/tslint", "url": "https://github.com/palantir/tslint/issues/3174", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1270571767
Redis add() without timeout expires immediately I fixed this in flask-caching some time ago, but it looks like it's broken here as well (and with flask-caching now relying on this, it's broken there again too): https://github.com/pallets-eco/flask-caching/pull/218 Thanks for letting me know, will write a fix this w...
gharchive/issue
2022-06-14T10:10:01
2025-04-01T06:39:57.393597
{ "authors": [ "ThiefMaster", "northernSage" ], "repo": "pallets-eco/cachelib", "url": "https://github.com/pallets-eco/cachelib/issues/156", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
439783230
option with bool type @click.command() @click.option('--shout/--no-shout', default=False) def info(shout): pass info() is ok, but @click.command() @click.option('--shout/--no-shout', default=False, type=bool) def info(shout): pass info() will raise a TypeError: Got secondary option for non boolean flag. ...
gharchive/issue
2019-05-02T20:52:58
2025-04-01T06:39:57.400799
{ "authors": [ "Cologler", "Ketzalkotal", "Xevion", "davidism", "jab", "xingheng" ], "repo": "pallets/click", "url": "https://github.com/pallets/click/issues/1287", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
487131617
WIP: Set permissions for atomic open_file() Previously, when open_file() was called with atomic=True, the target file's permissions were always set to 0600, i.e. readable and writable by the current user. These permissions come from the temporary file created by tempfile.mkstemp(). This commit changes an atomic open_...
gharchive/pull-request
2019-08-29T19:17:02
2025-04-01T06:39:57.406387
{ "authors": [ "andersk", "davidism", "msmolens", "untitaker" ], "repo": "pallets/click", "url": "https://github.com/pallets/click/pull/1382", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
423972774
Mixed-up names in docs explaining relationships I believe that section detailing relationships has a naming mix-up in the model definitions. At first there is: class Person(db.Model): id = db.Column(db.Integer, primary_key=True) name = db.Column(db.String(50), nullable=False) addresses = db.relationship('Address', ba...
gharchive/issue
2019-03-21T22:40:35
2025-04-01T06:39:57.409287
{ "authors": [ "davidism", "pfabri", "rsyring" ], "repo": "pallets/flask-sqlalchemy", "url": "https://github.com/pallets/flask-sqlalchemy/issues/706", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
308909086
teardown_request can't remove session's attribute I use before_request to set session's attribute,and use teardown_request to remove it.But only first request don't have session's attribute in before_request,other requests all decide request have session's attribute in before_request.Why? Sample code: from flask impo...
gharchive/issue
2018-03-27T10:22:38
2025-04-01T06:39:57.417586
{ "authors": [ "MrLiupython", "davidism" ], "repo": "pallets/flask", "url": "https://github.com/pallets/flask/issues/2673", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
270778465
Fixed typo in docs Changed "when" to "how" as the subsequent text talks about "how to store data on the g object". Thanks, but I'm completely rewriting the tutorial so this won't be relevant. BTW, the PR itself was fine, thanks for making it. If you run into any other documentation fixes, please submit them! 👍 ...
gharchive/pull-request
2017-11-02T19:25:21
2025-04-01T06:39:57.419646
{ "authors": [ "davidism", "faheel" ], "repo": "pallets/flask", "url": "https://github.com/pallets/flask/pull/2509", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
716676021
Raise an error if rule starts or ends with a space This PR solves https://github.com/pallets/flask/issues/3780. After this PR is merged creating routes like this will throw an error: @bp.route("/bar ") @bp.route(" /bar") See #3780 for close reason.
gharchive/pull-request
2020-10-07T16:24:17
2025-04-01T06:39:57.421336
{ "authors": [ "davidism", "lalnuo" ], "repo": "pallets/flask", "url": "https://github.com/pallets/flask/pull/3781", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
56785119
支持编辑html 也就是源码编辑功能嘛 如题,我发现好多这种编辑器都不支持 html编辑 不支持。 @pandao 呵呵,那挺遗憾的 @9073194 呵呵,术业有专攻。
gharchive/issue
2015-02-06T08:41:45
2025-04-01T06:39:57.446348
{ "authors": [ "9073194", "pandao" ], "repo": "pandao/editor.md", "url": "https://github.com/pandao/editor.md/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
3260405
uWSGI application not found error after install on Ubuntu 11.10 Installing on Ubuntu 11.10, after running the install script I can run /opt/panda/manage.py runserver and voila, I get a functional Panda instance running. But when I go to localhost on port 80, I get this error: "uWSGI error: Python application not foun...
gharchive/issue
2012-02-16T23:11:24
2025-04-01T06:39:57.466179
{ "authors": [ "eads" ], "repo": "pandaproject/panda", "url": "https://github.com/pandaproject/panda/issues/454", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
754871929
Fix table-short-captions Support for Pandoc 2.10 is not working, and all the tests are broken too, they do not check anything. This PR also fixes Pandoc 2.10 support, and also fixes the tests to ensure they do run (and updates them to the changes introduced by 7a49118). Commit 6e1b2cc introduced support for Pandoc 2...
gharchive/pull-request
2020-12-02T02:13:23
2025-04-01T06:39:57.696153
{ "authors": [ "smancill" ], "repo": "pandoc/lua-filters", "url": "https://github.com/pandoc/lua-filters/pull/149", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
143657635
LuaState.checkRef > u.act will be NullReference i dont know why,but throw this Exception in sometimes. i think it is a bug,maybe delegate had been gced
gharchive/issue
2016-03-26T03:00:15
2025-04-01T06:39:57.713096
{ "authors": [ "chiuan", "pangweiwei" ], "repo": "pangweiwei/slua", "url": "https://github.com/pangweiwei/slua/issues/134", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2193735730
[Question]: gnet.run()时提示错误:gnet engine is stopping with error: kevent add|clear:function not implemented Actions I've taken before I'm here [X] I've thoroughly read the documentations about this problem but still have no answer. [X] I've searched the Github Issues/Discussions but didn't find any similar problems th...
gharchive/issue
2024-03-19T00:17:45
2025-04-01T06:39:57.725083
{ "authors": [ "dul666888", "panjf2000" ], "repo": "panjf2000/gnet", "url": "https://github.com/panjf2000/gnet/issues/551", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
266879663
Render documentation by default Unless it is configured otherwise, have Grove render documentation by default. This minimizes the need for configuration and gives the user the best experience right out of the box. I thought about doing this but after surveying our 20 to 30 repos, I realized that documentation would...
gharchive/issue
2017-10-19T15:11:29
2025-04-01T06:39:57.734972
{ "authors": [ "alexgig", "cscalfani" ], "repo": "panosoft/elm-grove", "url": "https://github.com/panosoft/elm-grove/issues/4", "license": "Unlicense", "license_type": "permissive", "license_source": "github-api" }
2407340295
File descriptor from content URI isn't closed when disposed Describe the bug .close isn't called (or .use isn't used) when the file descriptor (here from a content URI) is not needed anymore when using supersampling. Affected platforms Select of the platforms below: [x] Android [x] Desktop Versions zoomimage versi...
gharchive/issue
2024-07-14T09:08:30
2025-04-01T06:39:57.748769
{ "authors": [ "panpf", "theskyblockman" ], "repo": "panpf/zoomimage", "url": "https://github.com/panpf/zoomimage/issues/29", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
432914641
Update Composer dependencies (2019-04-14-00-03) Loading composer repositories with package information Updating dependencies Writing lock file Generating optimized autoload files > DrupalProject\composer\ScriptHandler::createRequiredFiles Visual regression test passed! View the visual regression test report
gharchive/pull-request
2019-04-14T00:03:33
2025-04-01T06:39:57.785379
{ "authors": [ "ataylorme" ], "repo": "pantheon-training-org/eseguinte-drupalcon-seattle-2019", "url": "https://github.com/pantheon-training-org/eseguinte-drupalcon-seattle-2019/pull/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
952233737
Update Posts “technologyvshumantrafficking” Automatically generated by Netlify CMS 👷 Deploy Preview for rangitoto-reporter processing. 🔨 Explore the source changes: 14f4034e313ddec9f71b90fb1be1dd1467420fb1 🔍 Inspect the deploy log: https://app.netlify.com/sites/rangitoto-reporter/deploys/60fd2de1d46c3a00073a97db...
gharchive/pull-request
2021-07-25T09:24:48
2025-04-01T06:39:57.796109
{ "authors": [ "pantryfight" ], "repo": "pantryfight/rangitoto-reporter", "url": "https://github.com/pantryfight/rangitoto-reporter/pull/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
545859979
Logically dead code in requests auth.py https://github.com/pantsbuild/pex/blob/a2b6d0a645824e5ed20e422f34482b60e0e7cdd6/pex/vendor/_vendored/pip/pip/_vendor/requests/auth.py#L223 Line 175, entdig = None Line 222, if entdig: cannot be true Line 223 is never reached Closing as wont fix as explained in #844.
gharchive/issue
2020-01-06T18:03:36
2025-04-01T06:39:57.812635
{ "authors": [ "huornlmj", "jsirois" ], "repo": "pantsbuild/pex", "url": "https://github.com/pantsbuild/pex/issues/848", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2408433534
ExEx that registers an RLPx subprotocol Similar to https://github.com/paradigmxyz/reth/issues/7130, but integrated in as an ExEx. This should include a custom RLPx protocol, for example, broadcasting decoded logs or similar over p2p. May I get this @shekhirin ?
gharchive/issue
2024-07-15T10:51:05
2025-04-01T06:39:57.838276
{ "authors": [ "loocapro", "shekhirin" ], "repo": "paradigmxyz/reth-exex-examples", "url": "https://github.com/paradigmxyz/reth-exex-examples/issues/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1977589562
OOM and MerkleExecute Error While Syncing Describe the bug I've been trying to sync a new reth node (with Lighthouse) but am running into issues syncing the node and having it killed by OOM errors. Issues: Process is repeatedly killed when syncing due to OOM memory When running MerkleExecute, a validation error is e...
gharchive/issue
2023-11-05T01:50:04
2025-04-01T06:39:57.849718
{ "authors": [ "ChrisTorresLugo", "Rjected", "gakonst", "theforager" ], "repo": "paradigmxyz/reth", "url": "https://github.com/paradigmxyz/reth/issues/5298", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2126101903
reuse alloy eips constants Resolves #6489 sorry for blocking the issue for so long 😅 I'm a rust-newbie trying to figure this out on the fly, it's taking me some time to getting familiar with this code base (& rust itself) very sorry for the inconvenience all good :) this is not critical, so no rush happy to help...
gharchive/pull-request
2024-02-08T21:30:49
2025-04-01T06:39:57.852205
{ "authors": [ "ThreeHrSleep", "i-m-aditya", "mattsse" ], "repo": "paradigmxyz/reth", "url": "https://github.com/paradigmxyz/reth/pull/6496", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2308401123
KeyNotFoundException is thrown when Project Settings property is used for the first time . Describe the bug In my extension testing I observed that when using useProjectSettings hook the values displayed on the very first load are not coming from the projectSettings.json file, instead coming from the placeholders on ...
gharchive/issue
2024-05-21T14:07:30
2025-04-01T06:39:57.866403
{ "authors": [ "roopa0222", "tjcouch-sil" ], "repo": "paranext/paranext-core", "url": "https://github.com/paranext/paranext-core/issues/904", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1008279802
Improved notifications Notifications in the app are a little messy at the moment. If for instance you place a huge order that is filled in multiple parts, you will get one notification for each part in quick succession. Instead, the app should attempt to replace existing notifications an be clever. For example, if yo...
gharchive/issue
2021-09-27T15:16:20
2025-04-01T06:39:57.936293
{ "authors": [ "Dolivent", "pareeohnos" ], "repo": "pareeohnos/ktrade", "url": "https://github.com/pareeohnos/ktrade/issues/28", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2248131083
added generation of command documentation Generates in the GitHub summary a list of all the available commands with some information on their usage and (soon to be added) parameters. Resolves #12 Find a working example here
gharchive/pull-request
2024-04-17T12:06:11
2025-04-01T06:39:57.937833
{ "authors": [ "Bullrich" ], "repo": "paritytech/cmd-action", "url": "https://github.com/paritytech/cmd-action/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
383849350
Clean up repo Bump all packages to 3.0.0 All packages now require local packages. Which means when we modify one, all the other immediately know of the changes. added back the old api folder, because all tests pass there. That's most of the file changes in the file diff. to run those tests: yarn test:api in root fo...
gharchive/pull-request
2018-11-23T14:46:59
2025-04-01T06:39:57.951551
{ "authors": [ "amaurymartiny", "coveralls" ], "repo": "paritytech/js-libs", "url": "https://github.com/paritytech/js-libs/pull/53", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1801126031
Update to separate worker binaries Once https://github.com/paritytech/polkadot/pull/7337 is merged. This will probably require a workspace setup. Please let me know if you run into any issues. Any help with testing before https://github.com/paritytech/polkadot/pull/7337 is merged would be awesome.
gharchive/issue
2023-07-12T14:39:51
2025-04-01T06:39:57.981261
{ "authors": [ "mrcnski", "ordian" ], "repo": "paritytech/pvf-checker", "url": "https://github.com/paritytech/pvf-checker/issues/4", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1056011351
Refactor and rename sandboxing implementation The sandboxing code inside the client which is responsible for running the contracts of pallet-contracts needs a refactor. Currently, the different execution engines for contracts are crammed into sc-executor-common. Neither should different execution engines be in the sa...
gharchive/issue
2021-11-17T11:21:42
2025-04-01T06:39:57.998010
{ "authors": [ "0x7CFE", "atenjin", "athei", "pepyakin" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/issues/10297", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1367545201
MaxUnlockingChunks should be configurable via Runtime StakingLedger in the pallet-staking is using a hardcoded value of MaxUnlockingChunks. Pallet-staking also has a MaxUnlockingChunks in the configuration which is not used anywhere. I discussed this with @kianenigma, we should remove the hard coded value and use the...
gharchive/issue
2022-09-09T09:26:49
2025-04-01T06:39:58.001465
{ "authors": [ "Ank4n", "MrishoLukamba" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/issues/12227", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1210711490
Fix pallet_assets no_std compilation Could you port this to polkadot-v0.9.19 as well? thanks Hmm, it is included in the bin/node/runtime. So, it should already be compiled as part of the CI in wasm. Not sure why it didn't failed there :thinking: What compiler version are you using? @bkchr we are using: nightly-20...
gharchive/pull-request
2022-04-21T08:43:57
2025-04-01T06:39:58.006398
{ "authors": [ "GopherJ", "anantasty", "bkchr" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/pull/11256", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1236029803
contracts: Get rid of #[pallet::without_storage_info] All the pallet storage now implements MaxEncodedLen and hence we can remove #[pallet::without_storage_info]. Most of the changes were replacing Vec with BoundedVec and adding a derive for MaxEncodedLen. cumulus companion: https://github.com/paritytech/cumulus/pull...
gharchive/pull-request
2022-05-14T15:26:15
2025-04-01T06:39:58.008439
{ "authors": [ "athei" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/pull/11414", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1532595964
[DNM] Test CI Various CI testing. Works es expected @rcny :+1: bot help bot help wrong repo bot bench $ pallet dev pallet_balances
gharchive/pull-request
2023-01-13T16:34:24
2025-04-01T06:39:58.010119
{ "authors": [ "ggwpez" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/pull/13140", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1573101368
track total value locked in pools onchain could resolve #12838 as well. [ ] fix tests [ ] migration The CI pipeline was cancelled due to failure one of the required jobs. Job name: cargo-check-each-crate Logs: https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/2357659 The CI pipeline was cancelled due to ...
gharchive/pull-request
2023-02-06T18:49:41
2025-04-01T06:39:58.014029
{ "authors": [ "kianenigma", "liamaharon", "paritytech-cicd-pr" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/pull/13319", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
589105987
[wip] Batching experiments Opening for bot & performance testing /bench import /bench import /bench import /bench import /bench ed25519 /bench import /bench import /bench ed25519
gharchive/pull-request
2020-03-27T12:39:42
2025-04-01T06:39:58.016466
{ "authors": [ "NikVolf" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/pull/5434", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1384593768
Add new g-diffuser command "enhance" Rescale the input image to a higher resolution and use inpainting with a constant mask of some opacity, effectively using SD for super-resolution. The same function could be aliased as a style transfer function, since it would do the same thing depending on opacity value and the p...
gharchive/issue
2022-09-24T08:51:38
2025-04-01T06:39:58.045304
{ "authors": [ "lootsorrow", "parlance-zz" ], "repo": "parlance-zz/g-diffuser-lib", "url": "https://github.com/parlance-zz/g-diffuser-lib/issues/41", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
190138145
I guess AddCookie/AddCookies doesnt work? Hi! I just tried to use it vs sites which use cookies to confirm language/currency, and it's just do not work, I am not sure why... I can only confirm that same sites with standard approach (cookiejar and http.Client(jar: cookieJar)) work just fine. Hi @MikhailKlemin I jus...
gharchive/issue
2016-11-17T19:19:15
2025-04-01T06:39:58.054218
{ "authors": [ "MikhailKlemin", "han2015", "kervinson", "luckcry" ], "repo": "parnurzeal/gorequest", "url": "https://github.com/parnurzeal/gorequest/issues/117", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
283489592
Add 'Syntax' data type. Something along these lines? References #9 . Coverage decreased (-0.8%) to 84.566% when pulling a5e1e0c7d6a8230e750122414a46a05bbd072f6c on hit023:cleaner-imports into 0468c68f1df8cb7d07d746085e020bc219daae33 on parsonsmatt:master. Coverage decreased (-0.8%) to 84.566% when pulling a5e1e...
gharchive/pull-request
2017-12-20T08:51:40
2025-04-01T06:39:58.077766
{ "authors": [ "coveralls", "hit023" ], "repo": "parsonsmatt/kale", "url": "https://github.com/parsonsmatt/kale/pull/22", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
167669720
How to use with webpack? I am attempting to use this feature in webpack, but I cannot figure out how to inject custom properties. This is fairly easy to do for var let variables = { 'primary-toolbar': '#415464', 'secondary-toolbar': "#488fb4" } require("postcss-cssn...
gharchive/issue
2016-07-26T17:50:40
2025-04-01T06:39:58.097498
{ "authors": [ "chimon2000", "kevinSuttle", "pascalduez" ], "repo": "pascalduez/postcss-apply", "url": "https://github.com/pascalduez/postcss-apply/issues/9", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
2405014707
Dont render camera in Build I see https://github.com/pastasfuture/com.hauntedpsx.render-pipelines.psx/issues/28, but i have a lastet realise in project I change Graphics API for Linux to Vulkan and errors lose, but i also have a gray screen My OS: Ubuntu 20.04 LTS Ohh, well, i changed unity version to 2021 LTS a...
gharchive/issue
2024-07-12T08:13:55
2025-04-01T06:39:58.135795
{ "authors": [ "ValterGames-Coder" ], "repo": "pastasfuture/com.hauntedpsx.render-pipelines.psx", "url": "https://github.com/pastasfuture/com.hauntedpsx.render-pipelines.psx/issues/44", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2428159292
Update to ProtocolDataUnits with Nested PDU Support and Improved API This pull request introduces significant enhancements to the ProtocolDataUnits Python module (as discussed in pull request #1 ). The following features have been added or improved: Nested PDU Support: PDUs can now contain other PDUs, allowing for...
gharchive/pull-request
2024-07-24T17:52:29
2025-04-01T06:39:58.164635
{ "authors": [ "mchitre", "patel999jay" ], "repo": "patel999jay/ProtocolDataUnits", "url": "https://github.com/patel999jay/ProtocolDataUnits/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2425398404
Accelerate ODE solver [What did I miss?] Hi, I am playing around with diffrax's ODE solving functionality. In a nutshell, I define a simple feedforward MLP with random initialization and benchmark the runtime of using it as the temporal derivatives of an ODE. I wrote the following code to record the run-time of ODE s...
gharchive/issue
2024-07-23T14:42:41
2025-04-01T06:39:58.253640
{ "authors": [ "lockwo", "zhengqigao" ], "repo": "patrick-kidger/diffrax", "url": "https://github.com/patrick-kidger/diffrax/issues/466", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2043772276
State does not change the icon I noticed that the entity that is from integration does not update the icon when changing the status. It seems to me that this is due to the fact that the device does not have the right device_class or the supported_features are different. I am using beta version 2023.11.0b5 Probabl...
gharchive/issue
2023-12-15T13:55:33
2025-04-01T06:39:58.259677
{ "authors": [ "darkkatarsis", "zweckj" ], "repo": "patrickhilker/tedee_hass_integration", "url": "https://github.com/patrickhilker/tedee_hass_integration/issues/51", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1910167420
GMScreen compatibily is broken on Chronium based browser Describe the bug Hello, thanks for the last issue resolved! When editing a whiteboard and saving it, GM Screen preview is not updated until I hit the GM Screen refresh button. To Reproduce Steps to reproduce the behavior: Go to GM Screen (with a Whiteboard pag...
gharchive/issue
2023-09-24T09:25:25
2025-04-01T06:39:58.272497
{ "authors": [ "DarKDinDoN" ], "repo": "patrickporto/journal-whiteboard", "url": "https://github.com/patrickporto/journal-whiteboard/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2000122622
Icarus Server Not Listening on Port 17777 Followed your instructions. Server is finally running after suffering through figuring out how to get rid of the Visual C++ error message. I am on a fresh Windows 11 install. The Icarus server is not visible in the "Dedicated Servers" list, and is not available by direct c...
gharchive/issue
2023-11-18T00:42:05
2025-04-01T06:39:58.276943
{ "authors": [ "patrix87", "wizzbangwa" ], "repo": "patrix87/PowerShellGSM", "url": "https://github.com/patrix87/PowerShellGSM/issues/33", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
424599413
form control should have ellipsis when text overflows According to the image below when the text overflows, ellipsis should be shown: I believe it's easier to implement that using css's text-overflow than writing it in JavaScript. :tada: This issue has been resolved in version 2.0.0 :tada: The release is available...
gharchive/issue
2019-03-24T10:53:35
2025-04-01T06:39:58.285557
{ "authors": [ "boaz0", "patternfly-build" ], "repo": "patternfly/patternfly-next", "url": "https://github.com/patternfly/patternfly-next/issues/1618", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
578885408
fix(file-upload): removed message container, added form to error example fixes https://github.com/patternfly/patternfly-next/issues/2797 Preview: https://patternfly-next-pr-2807.surge.sh @mcarrano it just removes the file message/helper text at the bottom (instructions/error text) from the file upload component a...
gharchive/pull-request
2020-03-10T21:59:03
2025-04-01T06:39:58.291843
{ "authors": [ "mcarrano", "mcoker", "mturley", "patternfly-build", "redallen" ], "repo": "patternfly/patternfly-next", "url": "https://github.com/patternfly/patternfly-next/pull/2807", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
354919420
Extract components from page layout fixes https://github.com/patternfly/patternfly-next/issues/637 @andresgalante I left the JS that toggles the navigation in the demo. It's easy to remove if we want to. For the sake of consistency and for future demos, I don't think we should write javascript in our workspace, and j...
gharchive/pull-request
2018-08-28T21:57:38
2025-04-01T06:39:58.295088
{ "authors": [ "mattnolting", "michael-coker", "patternfly-build" ], "repo": "patternfly/patternfly-next", "url": "https://github.com/patternfly/patternfly-next/pull/658", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1004527348
[Feature]: Import original MusicDJ MIDI files Describe the problem you're having I've got a bunch of MusicDJ MIDI files made on SE K750i back in 2006, however nothing can open or convert them. Edit: VLC with fluidsynth can in fact open them (thanks to some people for the tips). MusicDJ data appears to be stored in th...
gharchive/issue
2021-09-22T17:07:01
2025-04-01T06:39:58.377492
{ "authors": [ "StepS-", "pattlebass" ], "repo": "pattlebass/Music-DJ", "url": "https://github.com/pattlebass/Music-DJ/issues/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2409696311
Add support for 8k tokens with Claude 3.5 Sonnet Issue Claude 3.5 Sonnet now supports a maximum output/response token length of 8,192 tokens (from 4,096 currently). To support 8k tokens, we need to add the header "anthropic-beta": "max-tokens-3-5-sonnet-2024-07-15" to our API calls: Issue Claude 3.5 Sonnet now su...
gharchive/issue
2024-07-15T21:44:06
2025-04-01T06:39:58.396837
{ "authors": [ "WilliamAGH", "berwinsingh", "bitnom", "flamerged", "jackyliang", "pascalandy", "paul-gauthier" ], "repo": "paul-gauthier/aider", "url": "https://github.com/paul-gauthier/aider/issues/867", "license": "Apache-2.0", "license_type": "permissive", "license_source": ...
105035609
"Null expectation context - missing withExpectations?" w/ ScalaTest FunSpec Hi, I'm currently trying to create a basic test suite using ScalaTest and wanted to try my hand at mocking too (I'm quite new to Scala so am just wanting to get used to a few things and pin down which libraries I can use to perform common tas...
gharchive/issue
2015-09-05T16:23:02
2025-04-01T06:39:58.409332
{ "authors": [ "SeerUK", "TEWatson", "Tolsi", "Woodz", "agile-jordi", "barkhorn", "eyalroth", "mdirkse" ], "repo": "paulbutcher/ScalaMock", "url": "https://github.com/paulbutcher/ScalaMock/issues/117", "license": "mit", "license_type": "permissive", "license_source": "bigqu...
514651042
SOLVED - Error importing androidx.core in FlutterBluePlugin.java :\Users\boris\AppData\Roaming\Pub\Cache\hosted\pub.dartlang.org\flutter_blue-0.6.3+1\android\src\main\java\com\pauldemarco\flutter_blue\FlutterBluePlugin.java:43: error: package androidx.core.app does not exist import androidx.core.app.ActivityCompat; ^...
gharchive/issue
2019-10-30T13:01:26
2025-04-01T06:39:58.415610
{ "authors": [ "borisllona", "bus710", "pauldemarco", "rjcasson" ], "repo": "pauldemarco/flutter_blue", "url": "https://github.com/pauldemarco/flutter_blue/issues/418", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1753089839
Port to 1.20 What's Working The mod builds, and Minecraft loads with it and BCLib 3.0.2 I can create a world without crashing I can construct an Eden Portal I can travel to the Eden Ring I saw a discwing (didn't grab a screenshot :disappointed:) Eden ring items show up in the creative inventory What...
gharchive/pull-request
2023-06-12T16:09:01
2025-04-01T06:39:58.798125
{ "authors": [ "OpenBagTwo" ], "repo": "paulevsGitch/EdenRing", "url": "https://github.com/paulevsGitch/EdenRing/pull/66", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
110106661
Why is fsevents mentioned twice in package.json? This as a dependency and as an optional dependency both? Furthermore I am unable to use npm shrinkwrap on my Ubuntu machine anymore because fsevents is targeted for OS machines only. It is breaking our build in our organization :( Looking at your issues, I think fseven...
gharchive/issue
2015-10-06T21:37:59
2025-04-01T06:39:58.867141
{ "authors": [ "binarykitchen", "es128", "paulmillr" ], "repo": "paulmillr/chokidar", "url": "https://github.com/paulmillr/chokidar/issues/363", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
504845756
allow watch for recursive not existing folder Solves #872 This pull request allows user to watch specific not existing folders. Was achieved via introducing a new function _mostSpecifiedExistingAncestor We should consider making the function public, as users might be interested in this functionality. We need tests...
gharchive/pull-request
2019-10-09T19:25:39
2025-04-01T06:39:58.870486
{ "authors": [ "XhmikosR", "exx8", "paulmillr" ], "repo": "paulmillr/chokidar", "url": "https://github.com/paulmillr/chokidar/pull/897", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
121879600
Question: When is Set/Map not? I am writing some type checking routines isSet and isMap among others. I have them using Object#toString when toStringTag is not available, .and when it is available then I'm using the size getter to perform a check. This is working nicely across realm and on all environments that I hav...
gharchive/issue
2015-12-12T20:56:02
2025-04-01T06:39:58.878506
{ "authors": [ "Xotic750", "cscott", "ljharb" ], "repo": "paulmillr/es6-shim", "url": "https://github.com/paulmillr/es6-shim/issues/382", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1175470808
Added docker image creation I added dockerfiles and instructions necessary to build a docker image containing: JuptyerLab Tomorec Kernel In the build of the docker image, I use as input the current user's uid. I did this in order to simplify the permissions issues that occur when writing to the host file system fr...
gharchive/pull-request
2022-03-21T14:28:50
2025-04-01T06:39:58.880909
{ "authors": [ "jasonbrudvik" ], "repo": "paulscherrerinstitute/tomorec", "url": "https://github.com/paulscherrerinstitute/tomorec/pull/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2590564399
🛑 FIT-nl is down In b044e30, FIT-nl (https://www.fit.nl) was down: HTTP code: 0 Response time: 0 ms Resolved: FIT-nl is back up in 931108b after 1 hour, 52 minutes.
gharchive/issue
2024-10-16T04:19:48
2025-04-01T06:39:58.883458
{ "authors": [ "paulwolters" ], "repo": "paulwolters/up", "url": "https://github.com/paulwolters/up/issues/100", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
851738356
essense --> essence Typo in intro.md, "essense" should be "essence". Thanks for the fix!
gharchive/pull-request
2021-04-06T19:17:06
2025-04-01T06:39:58.931612
{ "authors": [ "abrhim", "chrishtr" ], "repo": "pavpanchekha/emberfox", "url": "https://github.com/pavpanchekha/emberfox/pull/89", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1236845044
Laravel 9 - empty array on getPaymentMethods Hello, I'm integrating Paynow with Laravel 9 project / PHP 7.4. public function availablePaymentMethods() { $client = new Client(config('paynow.api_key'), config('paynow.signature_key'), Environment::SANDBOX); try { $payment = new Payment($c...
gharchive/issue
2022-05-16T09:04:09
2025-04-01T06:39:58.938265
{ "authors": [ "emilleszczak2", "m-pastuszek" ], "repo": "pay-now/paynow-php-sdk", "url": "https://github.com/pay-now/paynow-php-sdk/issues/65", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1560891839
Some entries disappear from collection page view table Hello! Bug Report After I've added draft system to this collection, I've got a problem with view table of the collection: 12 entries from 14 don't appear in table: But the view becomes ok if I sort with "-" by some field: So this /pages?sort=-_status&page=1 wi...
gharchive/issue
2023-01-28T15:12:18
2025-04-01T06:39:58.962898
{ "authors": [ "Kikky", "jmikrut", "joornby" ], "repo": "payloadcms/payload", "url": "https://github.com/payloadcms/payload/issues/1963", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2410751966
Switching locale doesn't update field UI based on certain access Link to reproduction https://github.com/chrisvanmook/payload/commit/c0be6a12eb7bc17b906f88832253e9d28c0a1fe6 Payload Version 3.0.0-beta.60 Node Version v20.11.1 Next.js Version 15.0.0-canary.58 Describe the Bug When switching locale, and you have an acc...
gharchive/issue
2024-07-16T10:06:46
2025-04-01T06:39:58.966965
{ "authors": [ "chrisvanmook", "paulpopus" ], "repo": "payloadcms/payload", "url": "https://github.com/payloadcms/payload/issues/7163", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1568101243
How to clear previous user paypal data? Example: Step 0: Initial state App User: nil Paypal User: nil Step 1: User A logs into the app App User: A Paypal User: nil Step 2: User A logs into their Paypal Checkout App User: A Paypal User: A Step 3: User A logs out of the app App User: nil Paypal User: A Step 4: User B l...
gharchive/issue
2023-02-02T13:51:59
2025-04-01T06:39:59.002007
{ "authors": [ "Oooooori", "saperi22", "tdchow" ], "repo": "paypal/android-checkout-sdk", "url": "https://github.com/paypal/android-checkout-sdk/issues/195", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
213725609
can not detect paypal dialog closed event. I can not find a close event callback when I manually close paypal dialog. This is possibly related to #250 and #211 Are you using onCancel with the iframe modal? In that case, your issue is probably due to be released with #211 I've used, but no effect. I don't know ...
gharchive/issue
2017-03-13T10:25:25
2025-04-01T06:39:59.006913
{ "authors": [ "bluepnume", "danigomez", "yuuk" ], "repo": "paypal/paypal-checkout", "url": "https://github.com/paypal/paypal-checkout/issues/257", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
203999821
replace map with foreach Thanks for your pull request. Please review the following guidelines. [ ] Title includes issue id. [x] Description of the change added. [x] Commits are squashed. [ ] Tests added. [ ] Documentation added/updated. [x] Also please review CONTRIBUTING.md. The change looks good. Just need hel...
gharchive/pull-request
2017-01-30T12:39:47
2025-04-01T06:39:59.012507
{ "authors": [ "akara", "thefourtheye" ], "repo": "paypal/squbs", "url": "https://github.com/paypal/squbs/pull/382", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1376955970
🛑 SIGAA is down In 62562c6, SIGAA (https://sig.unb.br/sigaa/) was down: HTTP code: 0 Response time: 0 ms Resolved: SIGAA is back up in a7d2141.
gharchive/issue
2022-09-18T06:01:13
2025-04-01T06:39:59.018649
{ "authors": [ "pazkero" ], "repo": "pazkero/status.cacic.bsb.br", "url": "https://github.com/pazkero/status.cacic.bsb.br/issues/161", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2211782891
🛑 Departamento is down In b92a3bb, Departamento (http://cca.unb.br/) was down: HTTP code: 0 Response time: 0 ms Resolved: Departamento is back up in dddba7f after 34 minutes.
gharchive/issue
2024-03-27T19:54:39
2025-04-01T06:39:59.021444
{ "authors": [ "pazkero" ], "repo": "pazkero/status.cacic.bsb.br", "url": "https://github.com/pazkero/status.cacic.bsb.br/issues/2969", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1921836875
🛑 Departamento is down In 175400f, Departamento (http://cca.unb.br/) was down: HTTP code: 0 Response time: 0 ms Resolved: Departamento is back up in 4644903 after 21 minutes.
gharchive/issue
2023-10-02T12:37:26
2025-04-01T06:39:59.024058
{ "authors": [ "pazkero" ], "repo": "pazkero/status.cacic.bsb.br", "url": "https://github.com/pazkero/status.cacic.bsb.br/issues/415", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1924427849
🛑 Departamento is down In 1288f32, Departamento (http://cca.unb.br/) was down: HTTP code: 0 Response time: 0 ms Resolved: Departamento is back up in 609f089 after 12 minutes.
gharchive/issue
2023-10-03T15:44:15
2025-04-01T06:39:59.026472
{ "authors": [ "pazkero" ], "repo": "pazkero/status.cacic.bsb.br", "url": "https://github.com/pazkero/status.cacic.bsb.br/issues/437", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
178423497
iOS 10, xCode 8: Error in Success callbackId Expected behaviour Tell us what should happen. Actual behaviour Tell us what happens instead. Provide a log message if relevant Error in Success callbackId: Sim1675580494 : TypeError: undefined is not an object (evaluating 'navigator.connection.type') I'm seeing this behav...
gharchive/issue
2016-09-21T18:17:12
2025-04-01T06:39:59.036771
{ "authors": [ "azn1viet" ], "repo": "pbakondy/cordova-plugin-sim", "url": "https://github.com/pbakondy/cordova-plugin-sim/issues/32", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
120592515
Tests for everything This tests all the features we have right now that I could think of. It also makes a fix for when the promise returns null, as I re-broke that in a previous commit. So if this gets merged, can you republish a patch version. This is great. :+1: I released the patch as 2.3.1. Doesn't seem to ...
gharchive/pull-request
2015-12-05T22:30:59
2025-04-01T06:39:59.082593
{ "authors": [ "pburtchaell", "tomatau" ], "repo": "pburtchaell/redux-promise-middleware", "url": "https://github.com/pburtchaell/redux-promise-middleware/pull/41", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
490024260
Add simple implementation of infinite list Fixes #29 for all list views in the application Codecov Report Merging #41 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #41 +/- ## ====================================== Coverage ...
gharchive/pull-request
2019-09-05T21:43:29
2025-04-01T06:39:59.087866
{ "authors": [ "codecov-io", "pbylicki" ], "repo": "pbylicki/rfhub-new", "url": "https://github.com/pbylicki/rfhub-new/pull/41", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
784787065
add a japanese translate on lockedMaster Thanks for the so great app !! I love this app. I added a japanese translate on lockedMaster. Sorry about the messy commits history, becouse I screwed up on the line feed code. TEST I passed the test on local. Executed 183 of 183 specs SUCCESS in 1 sec. Thank. 🎉 Thanks a b...
gharchive/pull-request
2021-01-13T04:55:04
2025-04-01T06:39:59.184783
{ "authors": [ "HosokawaR", "pcottle" ], "repo": "pcottle/learnGitBranching", "url": "https://github.com/pcottle/learnGitBranching/pull/779", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
52545345
cant join rooms Noooo! I'm home and connect through my sprint phone hotspot. I can't get into rooms. Turned off firewall. Your websocket link gives all "yes", looks fine. The log: 2014-12-19 19:58:30,613 DEBUG[SoundBounce.WindowsClient.Program]: Initial startup: Main() 2014-12-19 19:58:30,694 INFO [SoundBounce.Windo...
gharchive/issue
2014-12-20T00:57:53
2025-04-01T06:39:59.202642
{ "authors": [ "Tonybyte", "bgod" ], "repo": "pdaddyo/soundbounce", "url": "https://github.com/pdaddyo/soundbounce/issues/88", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2457778398
Use python setuptools & pip to distribute pdicfg_validate script In GitLab by @jbigot on Jul 15, 2019, 08:02 Replaced by #153 closed This is done for zpp, just need to copy now reopened
gharchive/issue
2019-07-15T06:02:50
2025-04-01T06:39:59.215572
{ "authors": [ "jbigot" ], "repo": "pdidev/pdi", "url": "https://github.com/pdidev/pdi/issues/143", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
788080842
Which features are a available and which are not? Maybe I'm blind or my browser renders it badly. From the main page: In such a list I'd expect some checked check boxes and some uncheck check boxes. Which raises the quesiton what available? Like (in Markdown): [ ] unchecked [x] checked Hi @frankgerhardt, Thank y...
gharchive/issue
2021-01-18T09:11:08
2025-04-01T06:39:59.221573
{ "authors": [ "Potherca", "frankgerhardt" ], "repo": "pdsinterop/php-solid-server", "url": "https://github.com/pdsinterop/php-solid-server/issues/46", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1381265501
Add new Category AlertDialog deactivates wrong button when no text is entered The cancel button is greyed out instead of the accept button when adding a new category. @peanut-brother I can take this on @peanut-brother Just finished a pull request addressing this issue. Let me know what you think
gharchive/issue
2022-09-21T17:28:34
2025-04-01T06:39:59.240655
{ "authors": [ "garrettcollier", "peanut-brother" ], "repo": "peanut-brother/categorical-to-do", "url": "https://github.com/peanut-brother/categorical-to-do/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
804228692
⚠️ Hartman Foundation has degraded performance In 3e8752f, Hartman Foundation (https://gordonhartman.com/) experienced degraded performance: HTTP code: 200 Response time: 2528 ms Resolved: Hartman Foundation performance has improved in 245fe9c.
gharchive/issue
2021-02-09T05:43:50
2025-04-01T06:39:59.243286
{ "authors": [ "pearanalytics" ], "repo": "pearanalytics/uptime", "url": "https://github.com/pearanalytics/uptime/issues/194", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1244348895
Examples for accountsChanged and chainChanged events Hi @pedrouid , These examples might help newcomers like me to understand WalletConnect a little bit more. I used the https://github.com/WalletConnect/walletconnect-test-wallet repo to test my changes. Cheers, Tamas I pushed an extra commit to get the Checksummed ...
gharchive/pull-request
2022-05-22T19:46:38
2025-04-01T06:39:59.278278
{ "authors": [ "moltam89" ], "repo": "pedrouid/web3modal-ethers-example", "url": "https://github.com/pedrouid/web3modal-ethers-example/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
122897910
Add git tags and/or a changelog Hello there :smile: I tried to update erroz in one of our applications from 0.1.4 to 1.0.0 and it's really hard to find out which breaking change caused the major version bump. To me it's unclear which git commits were used to publish 0.1.4 and 1.0.0 to npm. Maybe you can make this a b...
gharchive/issue
2015-12-18T07:35:31
2025-04-01T06:39:59.281162
{ "authors": [ "benurb", "meaku" ], "repo": "peerigon/erroz", "url": "https://github.com/peerigon/erroz/issues/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1782600399
🛑 API MERCADO PUBLICO is down In 5a14b9f, API MERCADO PUBLICO (https://api.mercadopublico.cl/servicios/v1/publico/ordenesdecompra.json?fecha=30122022&CodigoOrganismo=7312&ticket=E1951384-BF88-4EE5-8C33-934680281626) was down: HTTP code: 0 Response time: 0 ms Resolved: API MERCADO PUBLICO is back up in 2187fb0.
gharchive/issue
2023-06-30T14:12:18
2025-04-01T06:39:59.309236
{ "authors": [ "peimando" ], "repo": "peimando/fimosis_monitor", "url": "https://github.com/peimando/fimosis_monitor/issues/524", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1419927275
🛑 Beyond.pl is down In 41f576c, Beyond.pl (http://www.beyond.pl) was down: HTTP code: 0 Response time: 0 ms Resolved: Beyond.pl is back up in f465fbb.
gharchive/issue
2022-10-23T20:44:40
2025-04-01T06:39:59.312451
{ "authors": [ "pejotes" ], "repo": "pejotes/upptime", "url": "https://github.com/pejotes/upptime/issues/157", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
110538220
Updates to Get started topic Made the bullet list into paragraphs Add links to other topics Add examples of what you can do with search Take a look at the next-to-last paragraph, in particular. I wasn't as clear on the meaning of some of the bullet points as I was reworking them. In addition: update the URLs in th...
gharchive/pull-request
2015-10-08T20:49:09
2025-04-01T06:39:59.322199
{ "authors": [ "orangejulius", "rmglennon" ], "repo": "pelias/pelias-doc", "url": "https://github.com/pelias/pelias-doc/pull/45", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
2477140802
Formatted stats.py, added some documentation. Git is saying that I removed a line from config_default.txt. Not sure why, but it looks fine. Anyways, please let me know if you want to change anything with the documentation. It's pretty basic at the moment. Thank you for your contribution! The documentation updates l...
gharchive/pull-request
2024-08-21T06:06:50
2025-04-01T06:39:59.382392
{ "authors": [ "kurealnum", "morr0ne", "pennybelle" ], "repo": "pennybelle/pbfetch", "url": "https://github.com/pennybelle/pbfetch/pull/22", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2653553116
Add UIP-6: Noble Forwarding Opening as draft pending discussion on forum: https://forum.penumbra.zone/t/uip-noble-address-forwarding/125 #10 is already claiming UIP-6; mind bumping to UIP-7?
gharchive/pull-request
2024-11-12T22:54:15
2025-04-01T06:39:59.417558
{ "authors": [ "conorsch", "zbuc" ], "repo": "penumbra-zone/UIPs", "url": "https://github.com/penumbra-zone/UIPs/pull/11", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2317483490
specification: file organization in protocol spec Describe your changes Several parts of the protocol are not specified, while being referred to in other parts of the documentation. We should remove these empty patches in our protocol spec, and use this PR as a guiding reference of what sections were removed as we pe...
gharchive/pull-request
2024-05-26T04:59:40
2025-04-01T06:39:59.421028
{ "authors": [ "TalDerei" ], "repo": "penumbra-zone/penumbra", "url": "https://github.com/penumbra-zone/penumbra/pull/4485", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2414647496
chore: update cometbft version v0.37.5 -> v0.37.9 Describe your changes Updates the recommended CometBFT version to the latest in the 0.37.x series, and also relaxes the language in the guide, to make clear that anything in 0.37.x is acceptable. Issue ticket number and link N/A Checklist before requesting a review ...
gharchive/pull-request
2024-07-17T21:40:59
2025-04-01T06:39:59.424274
{ "authors": [ "conorsch" ], "repo": "penumbra-zone/penumbra", "url": "https://github.com/penumbra-zone/penumbra/pull/4720", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
557795824
Adding support for contextvars Currently this package uses thread locals to maintain the logging context. However, that doesn't work for async code, especially ASGI servers (which may concurrently handle multiple requests with a single thread). The way things like this are typically handled in the async world is thro...
gharchive/issue
2020-01-30T22:30:52
2025-04-01T06:39:59.427802
{ "authors": [ "124bit", "dmontagu", "ewjoachim" ], "repo": "peopledoc/pylogctx", "url": "https://github.com/peopledoc/pylogctx/issues/46", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
2115499970
pipestat summarize: columns view should only show stats NOT objects The columns should just show stats: Currently, it is also showing objects (which doesn't make sense): I spent some time on this but reverted my changes. It is a bit tricky because the summary table is tied to the column plotting (due to jinja tem...
gharchive/issue
2024-02-02T18:10:55
2025-04-01T06:39:59.477716
{ "authors": [ "donaldcampbelljr" ], "repo": "pepkit/pipestat", "url": "https://github.com/pepkit/pipestat/issues/148", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1996289212
K8SPG-430: Add labels to backup objects CHANGE DESCRIPTION Problem: Labels not aligned for backup objects (repo sts, jobs, and repo PVC). Solution: Add missing labels CHECKLIST Jira [x] Is the Jira ticket created and referenced properly? [x] Does the Jira ticket have the proper statuses for documentation (Needs Do...
gharchive/pull-request
2023-11-16T08:04:38
2025-04-01T06:39:59.506673
{ "authors": [ "JNKPercona", "inelpandzic" ], "repo": "percona/percona-postgresql-operator", "url": "https://github.com/percona/percona-postgresql-operator/pull/578", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1683484669
CLOUD-783 - Cleanup test cluster before deletion CHANGE DESCRIPTION Problem: Short explanation of the problem. Cause: Short explanation of the root cause of the issue if applicable. Solution: Short explanation of the solution we are providing with this PR. CHECKLIST Jira [ ] Is the Jira ticket created and referenc...
gharchive/pull-request
2023-04-25T16:21:38
2025-04-01T06:39:59.550513
{ "authors": [ "JNKPercona", "tplavcic" ], "repo": "percona/percona-server-mysql-operator", "url": "https://github.com/percona/percona-server-mysql-operator/pull/359", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1065350187
西楼 https://linux-learning.cn/self-talking/ 锋言疯语 锋言疯语加载中,请稍等... $.getScript("/js/gitalk_self.min.js", function () { var gitalk = new Gitalk({ clientID: 'dd578d2d286850459126', clientSecret: '3551db08e789d5 江湖几多雨,骤风晚驰疾。 束之高危阁,不得半日闲。 何妨典高楼,把酒尽余欢。 浮生三千日,有何不可堪 江湖几多雨,骤风晚驰疾。 束之高危阁,...
gharchive/issue
2021-11-28T14:45:06
2025-04-01T06:39:59.569486
{ "authors": [ "perfiffer" ], "repo": "perfiffer/hexo_blog_comments", "url": "https://github.com/perfiffer/hexo_blog_comments/issues/2", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
283798845
Use of a debug environment variable. Instead of defining a couple of methods with the same name 'Debug' to enable or disable the debugging output, borrow the same P6DOC_DEBUG environment variable. Example of usage: % export P6DOC_DEBUG=true % perl6 --doc=HTML ~/your_pod_file.pod Tested on: % perl6 --version This is R...
gharchive/pull-request
2017-12-21T07:48:46
2025-04-01T06:39:59.584483
{ "authors": [ "fluca1978", "zoffixznet" ], "repo": "perl6/Pod-To-HTML", "url": "https://github.com/perl6/Pod-To-HTML/pull/29", "license": "Artistic-2.0", "license_type": "permissive", "license_source": "github-api" }
1161278679
ETCD - Filter out locks from query results According to the ETCD concurrency code directly https://github.com/etcd-io/etcd/blob/8ac44ffa5fcccc7928876be4682c07f50b5e3b7e/client/v3/concurrency/mutex.go#L114 The value of the lock seems to be "" empty string. Thus I would like to filter empty values, hoping that it will ...
gharchive/pull-request
2022-03-07T11:16:02
2025-04-01T06:39:59.604882
{ "authors": [ "celian-garcia" ], "repo": "perses/common", "url": "https://github.com/perses/common/pull/40", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1427287778
put the variable in a sticky header when you scroll down This PR fixed #576. I slightly modified the variable component to made it. I hope you won't mind if it's modified like that. Perhaps if you don't want to have this behaviour by default we could add a boolean to activate it. So if someone want to use this compon...
gharchive/pull-request
2022-10-28T13:44:34
2025-04-01T06:39:59.612289
{ "authors": [ "Nexucis", "saminzadeh" ], "repo": "perses/perses", "url": "https://github.com/perses/perses/pull/703", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
308377461
text is not centered inside rings (d3 v4) The text displayed inside the rings is not being centered properly for D3 version 4. This is working for version 3. fixed in https://github.com/personality-insights/sunburst-chart/pull/38
gharchive/issue
2018-03-25T19:25:02
2025-04-01T06:39:59.614885
{ "authors": [ "soumak77" ], "repo": "personality-insights/sunburst-chart", "url": "https://github.com/personality-insights/sunburst-chart/issues/39", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
173675120
Spark does not start w/ only static file location set I have just started learning about Spark with the intention of using it as a lightweight application server that mostly serve static files and occasionally use templates for pages with data. I created a simply main method in my application class as follows: public...
gharchive/issue
2016-08-28T23:50:35
2025-04-01T06:39:59.619841
{ "authors": [ "acwwat", "s-rajaraman", "tipsy" ], "repo": "perwendel/spark", "url": "https://github.com/perwendel/spark/issues/648", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
144221184
Trim or ignore long lines If ack finds a match in e.g. minified js file, or other files with just one or few very long lines, it will flood the output with the contents of the file and likely push all useful matches off-screen. I would like an option to either ignore such matches altogether (maybe list the file name)...
gharchive/issue
2016-03-29T10:18:13
2025-04-01T06:39:59.672735
{ "authors": [ "digeomel", "jmhutch", "kevinlawler", "n1vux", "petdance", "stephenostermiller", "wheany" ], "repo": "petdance/ack2", "url": "https://github.com/petdance/ack2/issues/596", "license": "artistic-2.0", "license_type": "permissive", "license_source": "bigquery" }
157046737
--pager="less -R" = command not found If you add --pager="less -R" to your .ackrc file and the run it you get something like this: (venv) mbp0 AWS-43 $ ack TODO sh: less -R: command not found Hi @jeffmacdonald, thanks for the report! This is duplicate of #447; you can solve the issue by omitting the quotes around...
gharchive/issue
2016-05-26T18:19:56
2025-04-01T06:39:59.676325
{ "authors": [ "hoelzro", "jeffmacdonald" ], "repo": "petdance/ack2", "url": "https://github.com/petdance/ack2/issues/600", "license": "artistic-2.0", "license_type": "permissive", "license_source": "bigquery" }
222559967
Inline calls to print_line_if_context In the main loop, if the line isn't a match, we do this: else { chomp; # XXX Proper newline handling? print_line_if_context( $filename, $_, $., '-' ); } If we're not doing context (the most common case), then the chomp i...
gharchive/issue
2017-04-18T22:07:47
2025-04-01T06:39:59.678484
{ "authors": [ "petdance" ], "repo": "petdance/ack2", "url": "https://github.com/petdance/ack2/issues/638", "license": "artistic-2.0", "license_type": "permissive", "license_source": "bigquery" }
2060647787
Support Leader Access Could we get allowance for Support Leaders to use the add-on? It just displays an error message when trying to open within Terrain. I've tried doing a full clear of the cache and cookies with Terrain first to no avail. Hmm I am not sure how the support leaders work, I have tested with youth me...
gharchive/issue
2023-12-30T06:06:40
2025-04-01T06:39:59.684164
{ "authors": [ "pete-mc", "wilsteady" ], "repo": "pete-mc/Summit", "url": "https://github.com/pete-mc/Summit/issues/34", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }