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
973440272
Update LICENSE 2021 fixes # Checklist: [ ] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. [ ] Add or update relevant docs, in the docs folder and in code. [ ] Add an entry in CHANGES.rst summarizing the change and linking to the issue. [ ] Add .. versionchan...
gharchive/pull-request
2021-08-18T09:02:20
2025-04-01T04:35:27.849875
{ "authors": [ "jab", "masguit42" ], "repo": "pallets/jinja", "url": "https://github.com/pallets/jinja/pull/1483", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
172428764
疑似内存泄露的现象 测试用例: SpritePrefab引用了一张贴图A,在Lua端执行如下代码 function main() local prefab = Resources.Load('SpritePrefab',GameObject) Resources.UnloadUnusedAssets() end 利用Unity的Profiler内存分析 可以看到,即使在调用UnloadUnusedAssets后, 贴图A仍有静态引用。 但是在c#端运行同样的代码,则贴图A会得到正常释放。。 知道问题了, 首先要调用lua的 collectgarbage() 释放lua的引用, 再调用 Resources.UnloadUnus...
gharchive/issue
2016-08-22T11:23:15
2025-04-01T04:35:27.943401
{ "authors": [ "wlgys8" ], "repo": "pangweiwei/slua", "url": "https://github.com/pangweiwei/slua/issues/154", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2406486694
Correct the target and actor in Slack Audit log UserPrivilegeEscalation plus clean up Background Updating the Slack Audit log UserPrivilegeEscalation to correctly user target instead of actor. We got alerts for our IT team promoted to Admin or Owner. Realized it was an error in the alert and corrected it. Changes Up...
gharchive/pull-request
2024-07-12T23:32:37
2025-04-01T04:35:27.987131
{ "authors": [ "ben-githubs", "bmbeverst" ], "repo": "panther-labs/panther-analysis", "url": "https://github.com/panther-labs/panther-analysis/pull/1288", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
228091357
Question: League Standings I hope this is the proper place to ask a question. If not please forgive me. I have been playing around with mlbgame and am looking for a way to generate the current standings by league and division. Is this at all possible? Example: American League East 1 Yankees 21-10 2 Orioles 2...
gharchive/issue
2017-05-11T19:08:52
2025-04-01T04:35:28.029471
{ "authors": [ "bradleyhurley", "chrissmithto", "digitalSaint", "panzarino" ], "repo": "panzarino/mlbgame", "url": "https://github.com/panzarino/mlbgame/issues/31", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
860652860
Fix KeyError in calculate_splits.py key is "CID" not "cid" Thanks for the catch! Thanks for the catch! You're welcome! But really it was Python that caught it and gave the error message, and since it's correct elsewhere in that line it was a pretty easy fix. Remind me to ramble about the bugs I fixed in NetHac...
gharchive/pull-request
2021-04-18T12:29:23
2025-04-01T04:35:28.031050
{ "authors": [ "paoloruiz", "psymar" ], "repo": "paoloruiz/ootp-pt-analysis", "url": "https://github.com/paoloruiz/ootp-pt-analysis/pull/4", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
842025875
Enhancement: Filter by name I have about 100 queues/topics in a single ServiceBus and it takes a while to navigate. A text box above the queues/topics tree for filtering items would be great. If I were to submit a PR would this be something you'd consider including? PRs are almost always most welcome, but have you ...
gharchive/issue
2021-03-26T14:48:39
2025-04-01T04:35:28.042288
{ "authors": [ "ErikMogensen", "mrpmorris", "paolosalvatori" ], "repo": "paolosalvatori/ServiceBusExplorer", "url": "https://github.com/paolosalvatori/ServiceBusExplorer/issues/526", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
678812591
Add chat widget component support for Expo/React Native A lot of people want to be able to use our chat widget in Expo/React Native -- this should be possible with a few tweaks to our web widget. TODOs: Probably need to create a separate repo from https://github.com/papercups-io/chat-widget and remove all browser-sp...
gharchive/issue
2020-08-14T00:13:39
2025-04-01T04:35:28.057292
{ "authors": [ "reichert621" ], "repo": "papercups-io/papercups", "url": "https://github.com/papercups-io/papercups/issues/139", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1794481870
Total peer additions metric Describe the feature Geth has the following metric: p2p/dials/success - the total number of dials that result in a peer being added to the peerset It would be great to add this to reth as well! cc @maxwolff Additional context No response will do
gharchive/issue
2023-07-07T22:28:12
2025-04-01T04:35:28.091734
{ "authors": [ "Rjected", "maxwolff" ], "repo": "paradigmxyz/reth", "url": "https://github.com/paradigmxyz/reth/issues/3667", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1818918094
Use a trait for size methods in primitive types Describe the feature Many primitive types have methods which calculate a heuristic for the heap size of the type, for example: https://github.com/paradigmxyz/reth/blob/b69a18dc47255304b3943ca859dc6eb9da579b19/crates/primitives/src/block.rs#L192-L200 This should be captu...
gharchive/issue
2023-07-24T18:26:33
2025-04-01T04:35:28.101895
{ "authors": [ "Rjected", "altugbakan" ], "repo": "paradigmxyz/reth", "url": "https://github.com/paradigmxyz/reth/issues/3893", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2395979809
chore: bump revm 11 new revm release with new call schemes closing in favor of #156
gharchive/pull-request
2024-07-08T15:44:01
2025-04-01T04:35:28.102983
{ "authors": [ "mattsse" ], "repo": "paradigmxyz/revm-inspectors", "url": "https://github.com/paradigmxyz/revm-inspectors/pull/159", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
700942561
version and repo tag Hello, The package on pip is versioned 0.2.0 whereas the lastet tag / __version__ in pyls_isort/__about__.py in master is 0.1.1 Nice catch, I forgot to push... Should be okay now https://github.com/paradoxxxzero/pyls-isort/releases/tag/0.2.0 perfect, thanks!
gharchive/issue
2020-09-14T09:42:29
2025-04-01T04:35:28.105018
{ "authors": [ "fesaille", "paradoxxxzero" ], "repo": "paradoxxxzero/pyls-isort", "url": "https://github.com/paradoxxxzero/pyls-isort/issues/6", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
962300317
v0.2.3 has a broken Cargo.toml I'm trying to follow https://substrate.dev/docs/en/tutorials/create-your-first-substrate-chain/setup but my build fails with: $ cargo build --release error: failed to download `parity-db v0.2.3` Caused by: unable to get packages from source Caused by: failed to parse manifest at `...
gharchive/issue
2021-08-06T00:48:36
2025-04-01T04:35:28.194845
{ "authors": [ "Atomosk", "arkpar", "bernardoaraujor" ], "repo": "paritytech/parity-db", "url": "https://github.com/paritytech/parity-db/issues/39", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
928172089
polkadot-launch cannot register parachain to rococo-local of polkadot-v0.9.5 it works fine in polkadot-v0.9.4, but the registration doesn't work anymore in polkadot-v0.9.5 close as the master + #117 worked for me
gharchive/issue
2021-06-23T11:50:54
2025-04-01T04:35:28.198765
{ "authors": [ "GopherJ" ], "repo": "paritytech/polkadot-launch", "url": "https://github.com/paritytech/polkadot-launch/issues/116", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1563373150
ensure_none naming is misleading FRAME System's ensure_none ensures that the origin o represents an unsigned extrinsic. This naming is consistent with the inner member of the RawOrigin enum: pub enum RawOrigin<AccountId> { Root, Signed(AccountId), None, } During a Milestone Review for the Substrate Builders Progr...
gharchive/issue
2023-01-30T23:32:22
2025-04-01T04:35:28.274532
{ "authors": [ "bernardoaraujor", "gitofdeepanshu" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/issues/13279", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
836775466
frame contracts: expected associated type, found enum pallet::Event i just tried building from latest 'master' branch and got the following error: error[E0308]: mismatched types --> /Users/me/code/paritytech/substrate/frame/contracts/src/exec.rs:914:30 | 914 | <T as Config>::Event::from(event)....
gharchive/issue
2021-03-20T10:32:57
2025-04-01T04:35:28.279168
{ "authors": [ "bkchr", "ltfschoen" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/issues/8408", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
524028459
Bump dependencies, respecting semver We really need a bot to make these PRs, but in the meantime, I can do so with almost no effort. ✄ ----------------------------------------------------------------------------- closing since it's now stale. this really needs to be done and merged immediately upon CI pass.
gharchive/pull-request
2019-11-17T19:04:23
2025-04-01T04:35:28.280865
{ "authors": [ "DemiMarie-parity", "gavofyork" ], "repo": "paritytech/substrate", "url": "https://github.com/paritytech/substrate/pull/4117", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
363910527
JDK 11 compatibility Nassau does not currently compile on JDK 11, most likely due to the Error Prone usage. This was fixed in 805ccc3184061964c94dbf1580dd15f9a9c9a0a9.
gharchive/issue
2018-09-26T08:22:34
2025-04-01T04:35:28.291053
{ "authors": [ "jvirtanen" ], "repo": "paritytrading/nassau", "url": "https://github.com/paritytrading/nassau/issues/52", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
297718992
XLC : Unable to execute in single thread (spawns multiple threads by default) XLC runs workload on many CPUs despite of no parallel tasks in code. GCC executes in single CPU only but still gives better performance than XLC. CPU pinning gives poorest performance to XLC here. https://github.com/parthsl/TSP_XeonPhi/b...
gharchive/issue
2018-02-16T09:09:04
2025-04-01T04:35:28.469701
{ "authors": [ "parthsl" ], "repo": "parthsl/TSP_XeonPhi", "url": "https://github.com/parthsl/TSP_XeonPhi/issues/11", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2748227357
[profile]: đổi lại ảnh avatar ảnh avatar đang dùng của quizlet, cần đổi lại Đã xong
gharchive/issue
2024-12-17T15:30:57
2025-04-01T04:35:28.473616
{ "authors": [ "nqmgaming" ], "repo": "pass-with-high-score/quick_mem", "url": "https://github.com/pass-with-high-score/quick_mem/issues/103", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1911405924
Make ApiSecret a required property If a property is not nullable and does not have a default value, then it must be marked as required. That way, if the user doesn't set it, it becomes a compile-time error and not a run-time error. @Tyrrrz I don't have any feedback of value here - I know way to little about polyfil...
gharchive/pull-request
2023-09-25T12:29:36
2025-04-01T04:35:28.476710
{ "authors": [ "Tyrrrz", "abergs", "justindbaur" ], "repo": "passwordless/passwordless-dotnet", "url": "https://github.com/passwordless/passwordless-dotnet/pull/40", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
679266251
How do I style this? I'd like to add a bit of css to style this component. What's the best way of achieving this? This is just a wrapper for the leaflet minimap plugin. The minimap plugin has several CSS classes added you can use to style it any way you wish. The top level CSS class is leaflet-control-minimap. You ...
gharchive/issue
2020-08-14T16:24:31
2025-04-01T04:35:28.496199
{ "authors": [ "CodyBontecou", "patrickcate" ], "repo": "patrickcate/vue-leaflet-minimap", "url": "https://github.com/patrickcate/vue-leaflet-minimap/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
514772775
Pfe-accordion animations on desktop and iOS Safari Pfe-accordion animations do not complete in desktop and iOS safari. Expected: the arrow should rotate 90º on state change Actual: (iOS) opening the panel works correctly, but on close the arrow is rotated incorrectly until changing the focus. Screenshot: Actual (des...
gharchive/issue
2019-10-30T15:39:13
2025-04-01T04:35:28.517899
{ "authors": [ "Djfaucette", "castastrophe" ], "repo": "patternfly/patternfly-elements", "url": "https://github.com/patternfly/patternfly-elements/issues/597", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
360350778
Type-Ahead Filter We require a Type-Ahead Filter component that supports a variety of filtering use case across products. Some requirements for this can be found here: https://docs.google.com/document/d/15w2gpUb7__4oINMtnU7hwSqtlD6cwDIvkDeHM1TMfiQ/edit?usp=sharing and also a preliminary design here: Unified Filter De...
gharchive/issue
2018-09-14T15:25:09
2025-04-01T04:35:28.520022
{ "authors": [ "mcarrano", "rachael-phillips" ], "repo": "patternfly/patternfly-next", "url": "https://github.com/patternfly/patternfly-next/issues/731", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
355622826
feature(stylelint): add rule to match pattern for custom properties fix https://github.com/patternfly/patternfly-next/issues/668 yeah!! let's make the linter evil! 🕶 Deploy preview for pf-next ready! Built with commit a22030081000192c9ff94d8da262380039ff3eee https://deploy-preview-669--pf-next.netlify.com
gharchive/pull-request
2018-08-30T14:53:50
2025-04-01T04:35:28.521962
{ "authors": [ "andresgalante", "michael-coker", "patternfly-build" ], "repo": "patternfly/patternfly-next", "url": "https://github.com/patternfly/patternfly-next/pull/669", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
165343968
question about error not mentioned in documentation Hi, when using ProxyMockFactory to mock a trait, I get a compilation error: <from inside IntelliJ 2016.2: using scala version 2.11.7, jvm version 1.8.0_91,> I'm using Scalatest FlatSpec class in the test class not the FlatSpecLike trait. Inside the IDE, no compilati...
gharchive/issue
2016-07-13T15:02:45
2025-04-01T04:35:28.577458
{ "authors": [ "barkhorn", "bkowalik", "lkemmerer", "london-coder" ], "repo": "paulbutcher/ScalaMock", "url": "https://github.com/paulbutcher/ScalaMock/issues/146", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
463826216
Feature Request: Long-text or HTML editor column type support We have spreadsheets that often have very long text values such as titles and descriptions of images. I haven't found an obvious way to have a column wrap text or adjust the row height to display the full field value. Also, since the existing columns are b...
gharchive/issue
2019-07-03T15:44:04
2025-04-01T04:35:28.596418
{ "authors": [ "paulhodel", "seth-shaw-unlv" ], "repo": "paulhodel/jexcel", "url": "https://github.com/paulhodel/jexcel/issues/419", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2152980130
Validate Forms We need to validate forms to make sure users input the correct type of data. We also got a list from the project partner telling us which fields are required, so we'll need to change the form to reflect that. Here is the list of fields we need to make required: Entity Name Status Industrial/Chemi...
gharchive/issue
2024-02-25T22:57:19
2025-04-01T04:35:28.602910
{ "authors": [ "paullpp" ], "repo": "paullpp/hemp-db", "url": "https://github.com/paullpp/hemp-db/issues/57", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1835468976
Resolve unintentional MIT License omission Hi Paul, It appears that the subs in this repo are either: copies of the stubs in https://github.com/Josverl/micropython-stubs generated by the use of the micropython-stubber tool : https://github.com/Josverl/micropython-stubbber That in itself is not a problem at all, hap...
gharchive/issue
2023-08-03T17:36:42
2025-04-01T04:35:28.609813
{ "authors": [ "Josverl", "paulober" ], "repo": "paulober/Pico-W-Stub", "url": "https://github.com/paulober/Pico-W-Stub/issues/11", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
617628502
Syntax error with deps dependencies Hello! I was super excited to find this extension and installed it, but it appears there's an error with one of my dependencies: bump: desc: Bump the version deps: - task: build:generated-dir Note that this is proper syntax, and is outlined in the section on task...
gharchive/issue
2020-05-13T17:31:38
2025-04-01T04:35:28.621594
{ "authors": [ "klauern", "paulvarache" ], "repo": "paulvarache/vscode-taskfile", "url": "https://github.com/paulvarache/vscode-taskfile/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2283797225
Game Scene - Layers should be stored within a singular vector/list versus the normal elements list Layers are a crucial part of the scene object and to avoid eternal typecasting up from the branch class they should be stored in a vector or list within the scene class. This way the scene class can interact with the la...
gharchive/issue
2024-05-07T16:39:38
2025-04-01T04:35:28.641285
{ "authors": [ "nhurde" ], "repo": "pawbyte/Game-Pencil-Engine-Editor", "url": "https://github.com/pawbyte/Game-Pencil-Engine-Editor/issues/141", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2462263281
Some arguments type is missing in afterOperation hook Link to reproduction No response Payload Version 3.0.0-beta.77 Node Version 20 Next.js Version 15.0.0-canary.53 Describe the Bug Some arguments type is missing in afterOperation hook Reproduction Steps export const afterOperation: CollectionAfterOperationHook = as...
gharchive/issue
2024-08-13T02:44:33
2025-04-01T04:35:28.676631
{ "authors": [ "paulpopus", "smoothdvd" ], "repo": "payloadcms/payload", "url": "https://github.com/payloadcms/payload/issues/7642", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2477687786
Extend formBuilderPlugin fields: not persist data Link to reproduction Payload Version 3.0.0-beta.86 Node Version v20 Next.js Version 15.0.0-canary.121 Describe the Bug If I add a custom field in the plugin configuration, it displays correctly in the admin UI but the data is not persisted. If I add the "slug" prop...
gharchive/issue
2024-08-21T10:35:08
2025-04-01T04:35:28.679955
{ "authors": [ "matteo-naif", "siobahnschuck" ], "repo": "payloadcms/payload", "url": "https://github.com/payloadcms/payload/issues/7787", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2592102768
CSS z-hight for lexical toolbar is off Describe the Bug The toolbar for lexical editor appears over a dropdown menu: I use PayloadCMS v3 beta-114 Link to the code that reproduces this issue npx create-payload-app@beta -t website Reproduction Steps npx create-payload-app@beta Visit http://localhost:4444/admin/col...
gharchive/issue
2024-10-16T14:39:26
2025-04-01T04:35:28.685233
{ "authors": [ "akhrarovsaid", "exoer", "r1tsuu" ], "repo": "payloadcms/payload", "url": "https://github.com/payloadcms/payload/issues/8740", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2707013419
The custom view of AfterNavLinks has a position mismatch in Safari on initial state Describe the Bug. macOS: 15.1.1, Safari 18.1.1 Chrome: 131.0.6778.86 My component code: 'use client' import Link from 'next/link' import { usePathname } from 'next/navigation' import { NavGroup } from '@payloadcms/ui' import React ...
gharchive/issue
2024-11-30T08:51:12
2025-04-01T04:35:28.687196
{ "authors": [ "smoothdvd" ], "repo": "payloadcms/payload", "url": "https://github.com/payloadcms/payload/issues/9626", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1533569620
Region is Missing Error Getting the current error on s3 upload. I can't find anything in the docs about "Region" in configuration. [00:11:06] ERROR (payload): Region is missing Error: Region is missing at default (/path/node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js:10:15) a...
gharchive/issue
2023-01-15T00:15:52
2025-04-01T04:35:28.689065
{ "authors": [ "dundas", "jmikrut", "tomsvogel" ], "repo": "payloadcms/plugin-cloud-storage", "url": "https://github.com/payloadcms/plugin-cloud-storage/issues/33", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
210699237
Allow any intent to be executed on the client side Right now only sale is supported. Fixed and pushed.
gharchive/issue
2017-02-28T06:32:53
2025-04-01T04:35:28.697864
{ "authors": [ "bluepnume" ], "repo": "paypal/paypal-checkout", "url": "https://github.com/paypal/paypal-checkout/issues/205", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2035589759
🛑 Departamento is down In 5389320, Departamento (http://cca.unb.br/) was down: HTTP code: 0 Response time: 0 ms Resolved: Departamento is back up in e216a20 after 21 minutes.
gharchive/issue
2023-12-11T12:37:55
2025-04-01T04:35:28.699366
{ "authors": [ "pazkero" ], "repo": "pazkero/status.cacic.bsb.br", "url": "https://github.com/pazkero/status.cacic.bsb.br/issues/1573", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2201844591
🛑 Departamento is down In 20bfb8d, Departamento (http://cca.unb.br/) was down: HTTP code: 0 Response time: 0 ms Resolved: Departamento is back up in 3907ee4 after 12 minutes.
gharchive/issue
2024-03-22T07:10:18
2025-04-01T04:35:28.700844
{ "authors": [ "pazkero" ], "repo": "pazkero/status.cacic.bsb.br", "url": "https://github.com/pazkero/status.cacic.bsb.br/issues/2869", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
379100070
show solution: fails when replaying commands with o/xxx in them Problem I use git checkout -b fixForMR o/feature in a solution. When replaying this command via show solution, there are some transcoding errors as it tries to run 2 commands: $ git checkout -b fixForMR o&#x2F The ref o&#x2F does not exist or is unknown ...
gharchive/issue
2018-11-09T10:11:49
2025-04-01T04:35:28.741435
{ "authors": [ "arnaudjolly", "pcottle" ], "repo": "pcottle/learnGitBranching", "url": "https://github.com/pcottle/learnGitBranching/issues/497", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
361744384
Split reserve into 2 functions Currently reserve() has an optional timeout parameter. This leads to an optional return type; since if a timeout happens no exception is thrown yet we don't get a Job as return value. I propose: Change reserve() to: /** @throws someException **/ public function reserve(): Job Add re...
gharchive/issue
2018-09-19T13:16:15
2025-04-01T04:35:28.752179
{ "authors": [ "SamMousa", "alister" ], "repo": "pda/pheanstalk", "url": "https://github.com/pda/pheanstalk/issues/178", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
860131936
Added information to readme on supported models and setup requirements Included some useful information (mainly from closed issues) to the readme Users continue to raise issues (#11, #14) about compatible models which might be preempted with updated documentation
gharchive/pull-request
2021-04-16T20:12:07
2025-04-01T04:35:28.760307
{ "authors": [ "lukestein" ], "repo": "pdemarco925/homebridge-icomfort", "url": "https://github.com/pdemarco925/homebridge-icomfort/pull/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
803085768
Memory leak? Bug report A description of the bug Somewhere in pdfminer.six there appears to be a memory leak; even after a Python process is done handling a PDF, the memory it required is not released. Steps to reproduce the bug pip install memory_profiler Save this script as memory.py: from pdfminer.high_level imp...
gharchive/issue
2021-02-07T23:14:32
2025-04-01T04:35:28.767642
{ "authors": [ "Rumpelcita", "dominikhait", "jsvine", "jugmac00", "pietermarsman", "yoavkedem1" ], "repo": "pdfminer/pdfminer.six", "url": "https://github.com/pdfminer/pdfminer.six/issues/580", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1373366151
[ldd-msn] Change cardinality of mission_phase_identifier and mission_phase_name Describe the issue identified (if applicable) In some cases, particularly in bundle and collection labels, the mission_phase_identifier and mission_phase_name attributes may be multivalued. However, the cardinality for these two attribute...
gharchive/issue
2022-09-14T17:47:00
2025-04-01T04:35:28.786612
{ "authors": [ "cgobat", "jmafi" ], "repo": "pds-data-dictionaries/PDS4-LDD-Issue-Repo", "url": "https://github.com/pds-data-dictionaries/PDS4-LDD-Issue-Repo/issues/238", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
67762273
Add new layout attributes. Added foregroundColor, backgroundColor, headings, paragraphs and lastUpdated. Ping @matthewtole Coverage remained the same at 100.0% when pulling 4396365e760db08b3c693bf070355959d1ca770e on feature/headings-paragraphs-colors into faca07ea269664dc68c0bf71a8b5f1f07e5395ae on master. Cov...
gharchive/pull-request
2015-04-11T09:40:17
2025-04-01T04:35:28.800973
{ "authors": [ "Neal", "coveralls", "matthewtole" ], "repo": "pebble/pebble-api-node", "url": "https://github.com/pebble/pebble-api-node/pull/10", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1237008823
Create fr.json add locales FR Hey @scorpio686, could you update the json with this? Ty! "headOverlays": { "title": "Appearance", "hair": { "title": "Hair", "style": "Style", "color": "Color", "highlight": "Highlight" "highlight": "Highlight", "fade": "Fade" // This need...
gharchive/pull-request
2022-05-16T11:24:14
2025-04-01T04:35:28.803133
{ "authors": [ "franfdezmorales", "scorpio686" ], "repo": "pedr0fontoura/fivem-appearance", "url": "https://github.com/pedr0fontoura/fivem-appearance/pull/44", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
258531237
npm install --save node-pdfbox When i try to install on centos 6 typing npm install --save node-pdfbox i got this error: gyp ERR! build error gyp ERR! stack Error: make failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23) gyp ER...
gharchive/issue
2017-09-18T15:55:13
2025-04-01T04:35:28.809798
{ "authors": [ "Giancarlo1974", "dashtom3" ], "repo": "pedro-lucas/node-pdfbox", "url": "https://github.com/pedro-lucas/node-pdfbox/issues/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
357337829
Dimensões maiores que 70cm aumenta o valor do frete em R$20,00 (SOLUÇÃO) Segue arquivos em anexo corrigidos com a opção no admin para atualizar o valor dos correios sempre que necessário (atualmente 79 reais). (apagar o .txt do final do arquivo e substituir). ect/system.xml model/carrier/correiosMethod.php CorreiosMe...
gharchive/issue
2018-09-05T17:53:40
2025-04-01T04:35:28.845361
{ "authors": [ "cesaroito", "fernandoplanejar91", "gilliattbastos", "malkahakuk", "mateussantin", "rafaelpatro", "ricardopi70" ], "repo": "pedro-teixeira/correios", "url": "https://github.com/pedro-teixeira/correios/issues/393", "license": "mit", "license_type": "permissive", "...
867053084
RSTP Server? anyone have any recommendation on using online rtsp server? thanks I'm currently using rtmp with Youtube and it works great. You have a list of servers in the wiki page: https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/wiki/Media-servers-tested
gharchive/issue
2021-04-25T16:28:35
2025-04-01T04:35:28.852909
{ "authors": [ "ToysoftInc", "pedroSG94" ], "repo": "pedroSG94/rtmp-rtsp-stream-client-java", "url": "https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/issues/846", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
115136395
Optional custom top-level domains Hello! I've added opt-in support for custom (non-standard) top-level domains, primarily for supporting use of parse-domains on local environments, where the TLD could feasibly be set to anything. The aim was to implement this in a way that hopefully eases factoring between developmen...
gharchive/pull-request
2015-11-04T20:07:56
2025-04-01T04:35:28.889183
{ "authors": [ "jhnns", "mattlubner" ], "repo": "peerigon/parse-domain", "url": "https://github.com/peerigon/parse-domain/pull/3", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2080338954
Simplifying Setup As of now, the repo is not very well organized to get started with running the experiments. Makes it difficult for a new user to come to the repo and start scaling experiments. The aim here is to make it easy for any user to come and start running experiments as easily as possible. [ ] run-factoriz...
gharchive/issue
2024-01-13T15:12:25
2025-04-01T04:35:28.925116
{ "authors": [ "pegasus-lynx" ], "repo": "pegasus-lynx/bytetok-nmt", "url": "https://github.com/pegasus-lynx/bytetok-nmt/issues/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
603143123
When workable version of code will be uploaded? When workable version of code will be uploaded? Hi, I will have some time working on it in the next few days and hopefully will release a workable version sometime in the next week. @peiyunh Any updates on workable version?
gharchive/issue
2020-04-20T10:53:50
2025-04-01T04:35:28.973511
{ "authors": [ "chowkamlee81", "peiyunh" ], "repo": "peiyunh/opcseg", "url": "https://github.com/peiyunh/opcseg/issues/1", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2032919558
ImageCLEFmedCaption_2022 Please tell me how to obtain the ImageCLEFmedCaption_2022 data set. It seems that the clf official website cannot download this data set now. Thank you! Please tell me how to obtain the ImageCLEFmedCaption_2022 data set. It seems that the clf official website cannot download this data set ...
gharchive/issue
2023-12-08T15:56:31
2025-04-01T04:35:29.059675
{ "authors": [ "deng1604", "tntdc585" ], "repo": "pengfeiliHEU/M2I2", "url": "https://github.com/pengfeiliHEU/M2I2/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
740676055
Property 'yaml' does not exist on type 'typeof languages' i'm using ngx-monaco-editor (https://github.com/atularen/ngx-monaco-editor#readme) library in my Angular project. also i would like to use monaco-yaml: monaco.languages.yaml.yamlDefaults.setDiagnosticsOptions({ ... }) for some reason i get following error: err...
gharchive/issue
2020-11-11T11:01:37
2025-04-01T04:35:29.064329
{ "authors": [ "mraimon", "yazaabed" ], "repo": "pengx17/monaco-yaml", "url": "https://github.com/pengx17/monaco-yaml/issues/37", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
55009681
[PMD-994] - Add Redshift dialect to Pentaho Metadata add Redshift to kettle-database-types.xml @mbatchelor @lucboudreau this fixes failing projects that use metadata(like PIR) Do we need this as a native plugin,r would it work as a PDI Database plugin? As a rule I'd like to kethe list of native types small if possi...
gharchive/pull-request
2015-01-21T11:58:50
2025-04-01T04:35:29.099204
{ "authors": [ "aliakseihaidukou", "lucboudreau", "mattyb149" ], "repo": "pentaho/pentaho-kettle", "url": "https://github.com/pentaho/pentaho-kettle/pull/965", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2047416728
Endpoints and client work for Search #10 PR fills out the skeleton for #10. In progress, but tasks tackled thus far: Added basic client route for search results, /search/[query] SearchBar now redirects to /search/[query] updating /api/search to return result oriented data updating validators for this data + checking...
gharchive/pull-request
2023-12-18T20:40:51
2025-04-01T04:35:29.103754
{ "authors": [ "ejmg" ], "repo": "penumbra-zone/cuiloa", "url": "https://github.com/penumbra-zone/cuiloa/pull/44", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2195963207
cnidarium: implement incremental jmt migration Close #3506, WIP rustc segfault? 😈 Yeah for sure, waiting for CI to pass
gharchive/pull-request
2024-03-19T20:39:08
2025-04-01T04:35:29.104815
{ "authors": [ "erwanor" ], "repo": "penumbra-zone/penumbra", "url": "https://github.com/penumbra-zone/penumbra/pull/4053", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
162867779
Wrong warning for public imports Just like #381 this produces a warning one cannot get rid of. package T1 public class A package T2 import public T1 package T3 import T2 <-- The import T2 is never used directly class B extends A When removed this of course causes a compilation error. Well, you can get rid of i...
gharchive/issue
2016-06-29T08:25:32
2025-04-01T04:35:29.140653
{ "authors": [ "Frotty", "peq" ], "repo": "peq/WurstScript", "url": "https://github.com/peq/WurstScript/issues/449", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1581407566
[Question] Why PerAct couldn't solve "Push Buttons" (compares to HiveFormer)? Dear author, Thank you for sharing your awesome work! In the readme, you mention that " Impossible tasks: Some tasks like push_buttons are not solvable by PerAct since it doesn't have any memory." Is it because the PerAct's policy is P(a_t ...
gharchive/issue
2023-02-12T20:58:56
2025-04-01T04:35:29.142890
{ "authors": [ "MohitShridhar", "berniewang8177" ], "repo": "peract/peract", "url": "https://github.com/peract/peract/issues/14", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2568211603
K8SPG-648 add PG17 support 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 referenced properly? [ ] Does ...
gharchive/pull-request
2024-10-05T16:40:26
2025-04-01T04:35:29.284466
{ "authors": [ "JNKPercona", "hors" ], "repo": "percona/percona-postgresql-operator", "url": "https://github.com/percona/percona-postgresql-operator/pull/921", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
164608658
/routine/Str contains doc for method Str.val sub val is a sub among methods what may cause the confusion. Although how we generate /routine/*s can be improved, the very issue has disappeared(?) Please check it. Methods … … sub val No, that's not resolved. Most of we list all routines available below heading "...
gharchive/issue
2016-07-08T20:19:58
2025-04-01T04:35:29.343599
{ "authors": [ "AlexDaniel", "JJ", "W4anD0eR96", "gfldex" ], "repo": "perl6/doc", "url": "https://github.com/perl6/doc/issues/683", "license": "Artistic-2.0", "license_type": "permissive", "license_source": "github-api" }
213518633
Add Perl 6 from haskell / python Add Perl 6 from haskell / python to "Resources" Looks good. Thanks :)
gharchive/pull-request
2017-03-11T09:42:05
2025-04-01T04:35:29.353484
{ "authors": [ "hankache", "samcv" ], "repo": "perl6/perl6.org", "url": "https://github.com/perl6/perl6.org/pull/79", "license": "Artistic-2.0", "license_type": "permissive", "license_source": "github-api" }
952134158
Automatic Release | Validate opa/opal version added workflow to validate opa/opal version added release workflow to GitHub & pypi it is also possible to add release notes to the automation (ref: https://github.com/softprops/action-gh-release) fixed the trigger for on release workflow putting it on hold for now, @R...
gharchive/pull-request
2021-07-24T19:24:47
2025-04-01T04:35:29.382100
{ "authors": [ "asafc", "nir1212" ], "repo": "permitio/opal", "url": "https://github.com/permitio/opal/pull/114", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2215572662
Error when importing lib in Next 14 I'm submitting a ... [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this project Summary I am getting below error, while integrating this with Nextjs14: Any idea why? This is the snippet: > 4 | const p...
gharchive/issue
2024-03-29T15:26:38
2025-04-01T04:35:29.385637
{ "authors": [ "jeremyrx7", "obsd" ], "repo": "permitio/permit-node", "url": "https://github.com/permitio/permit-node/issues/76", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1834789641
Choose a validation lib and use it to make basic validation on each form From the discussion we had with @sjcobb @Gladorme, best candidates for now seems to be a conjunction of https://react-hook-form.com/ + https://zod.dev/ From the discussion we had with @sjcobb @Gladorme, best candidates for now seems to be a co...
gharchive/issue
2023-08-03T10:33:16
2025-04-01T04:35:29.394122
{ "authors": [ "Gladorme", "celian-garcia", "sjcobb" ], "repo": "perses/perses", "url": "https://github.com/perses/perses/issues/1348", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1618284813
[ENHANCEMENT] Fetch updates to show full error message Update fetch to throw UserFriendlyError, tested with invalid panel properties Screenshots Checklist [ ] Pull request has a descriptive title and context useful to a reviewer. [ ] Pull request title follows the [<catalog_entry>] <commit message> naming convent...
gharchive/pull-request
2023-03-10T03:03:44
2025-04-01T04:35:29.398389
{ "authors": [ "Nexucis", "sjcobb" ], "repo": "perses/perses", "url": "https://github.com/perses/perses/pull/1015", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
786584413
🛑 Procal-tech is down In c6d0796, Procal-tech (http://iot.procal-tech.com) was down: HTTP code: 0 Response time: 0 ms Resolved: Procal-tech is back up in b4e4d17. Resolved: Procal-tech is back up in b4e4d17.
gharchive/issue
2021-01-15T06:12:21
2025-04-01T04:35:29.401498
{ "authors": [ "personlin" ], "repo": "personlin/website_uptime", "url": "https://github.com/personlin/website_uptime/issues/76", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
186411159
Updated Jetty dependency and a test broken by Jetty changes. See issue: #694 9.4.0.v20161208 is out now @ph-hs I noticed, started updating the pull request last night, but there were complications. It is interesting that it is only the test that's broken with the Jetty upgrade. In real life, you can do the mave...
gharchive/pull-request
2016-10-31T22:03:16
2025-04-01T04:35:29.405949
{ "authors": [ "jakaarl", "paul-hammant", "ph-hs", "tipsy" ], "repo": "perwendel/spark", "url": "https://github.com/perwendel/spark/pull/698", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
316119345
ie: fix errors found by vet This pull request was made with an automated tool. The suggested change fixes one or more problems discovered by "go vet". See https://github.com/functionary/functionary for more details on the @functionary GitHub user. Duplicate. I hope you're not planning on opening the same PR every d...
gharchive/pull-request
2018-04-20T03:56:43
2025-04-01T04:35:29.408824
{ "authors": [ "functionary", "pesco" ], "repo": "pesco/go", "url": "https://github.com/pesco/go/pull/2", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
380935999
Petablox loses context on Queue.peek() Consider the following program: import java.util.*; class Main { public static void main(String args[]) throws InterruptedException { Queue<Main> mains = new ArrayDeque(); mains.add(new Main()); mains.peek().notfound(); } public...
gharchive/issue
2018-11-14T23:41:11
2025-04-01T04:35:29.415991
{ "authors": [ "KihongHeo", "kalhauge" ], "repo": "petablox-project/petablox", "url": "https://github.com/petablox-project/petablox/issues/28", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
111687626
Minor memory efficiency improvement for Ruby 2.1+ Using the memory_profiler gem, I noticed a significant number of "VV" allocations during a job that checks the language of many relatively short strings. Thanks! Will see if we can get this on a 1.0.7 soon.
gharchive/pull-request
2015-10-15T19:15:03
2025-04-01T04:35:29.437783
{ "authors": [ "djudd", "peterc" ], "repo": "peterc/whatlanguage", "url": "https://github.com/peterc/whatlanguage/pull/35", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
421912693
Animated theme support It'd be fantastic to have support for animated themes. Animated GIFs or even a series of .png would do! Working on it :) Done.
gharchive/issue
2019-03-17T11:47:28
2025-04-01T04:35:29.443250
{ "authors": [ "mileyvirus", "peterprd" ], "repo": "peterprd/Xeon", "url": "https://github.com/peterprd/Xeon/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1721337512
Safari compatibility/Performance Dear Peter, after all this time I finally have a case where I can make really good use of your venerable workspacer extension! Thanks for this :) I’m not sure if you are interested in further development of it, but still I wanted to share an issue I found regarding usage in Safari 16....
gharchive/issue
2023-05-23T06:47:42
2025-04-01T04:35:29.457701
{ "authors": [ "animaux", "petertron" ], "repo": "petertron/workspacer", "url": "https://github.com/petertron/workspacer/issues/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
243247577
Process text from stdin As a potential solution to #2, I was thinking that titlecase could inspect the number of arguments it's being passed, and in case if there are no arguments, would try to read from stdin. I'm not sure if you agree with this approach or would prefer to use - (echo 'hello world' | titlecase -), s...
gharchive/pull-request
2017-07-16T15:40:56
2025-04-01T04:35:29.459421
{ "authors": [ "cust0dian", "peti" ], "repo": "peti/titlecase", "url": "https://github.com/peti/titlecase/pull/3", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
51523208
Relationship to tj's co? Promises newb here, so sorry if this is a dumb question, but could someone better informed than I comment on tj's co library as it relates to this project? Do the two projects "compete" in any way or are they complimentary? If they compete, how do they compare (and should benchmarks be added)...
gharchive/issue
2014-12-10T06:25:02
2025-04-01T04:35:29.463317
{ "authors": [ "benjamingr", "petkaantonov", "taoeffect", "timaschew" ], "repo": "petkaantonov/bluebird", "url": "https://github.com/petkaantonov/bluebird/issues/400", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
108493044
Promise.map and co throws TypeError: fn should be a function Hey, I'm refactoring my code base from a full promises api and trying to mix with generators, But I don't know how to execute a yield operator inside Bluebird.map, exports.saveAll = function* (items, options) { options || (options = {}) options.upsert =...
gharchive/issue
2015-09-26T20:12:27
2025-04-01T04:35:29.466577
{ "authors": [ "bergus", "rafaeljesus" ], "repo": "petkaantonov/bluebird", "url": "https://github.com/petkaantonov/bluebird/issues/783", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2394136454
Website Loading on Desktop Browsers on Safari Description: Verify the website loads correctly on Safari (latest version) on macOS. Preconditions: The website https://oportunitatisicariere.ro/ is live and accessible. Step 1 : Open Safari on a macOS desktop. Expected Result: The website should load without any visual...
gharchive/issue
2024-07-07T17:05:44
2025-04-01T04:35:29.485202
{ "authors": [ "Georgianaredenstein" ], "repo": "peviitor-ro/oportunitatisicariere", "url": "https://github.com/peviitor-ro/oportunitatisicariere/issues/243", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2290852699
"Fântânele", "Bozieni", villages are listed in the drop-down menu. The villages are listed in the drop-down menu alongside its corresponding county and commune, according to the law Preconditions : the website (https://peviitor-ro.github.io/ui.orase/) is up and runing. After every step delete the text you typed from ...
gharchive/issue
2024-05-11T11:35:52
2025-04-01T04:35:29.488844
{ "authors": [ "Elena1303996" ], "repo": "peviitor-ro/ui.orase", "url": "https://github.com/peviitor-ro/ui.orase/issues/5466", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2309740513
"Bârsești", "Topești", are listed in the drop-down menu "Bârsești", "Topești" are listed in the drop-down menu alongside its corresponding county and commune, according to the law Preconditions : the website (https://peviitor-ro.github.io/ui.orase/) is up and running. After every step delete the text you typed from ...
gharchive/issue
2024-05-22T07:03:01
2025-04-01T04:35:29.492792
{ "authors": [ "yonutzu" ], "repo": "peviitor-ro/ui.orase", "url": "https://github.com/peviitor-ro/ui.orase/issues/6550", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2323802657
"Șopârlița" is listed in the drop-down menu Description: When user writes ”Șopârlița” the location appear in the drop-down menu next to the comune and the county which is a part according to the law. Precondition: The website is up an running. After every step delete the text you typed from the search bar. Step 1 ...
gharchive/issue
2024-05-29T16:59:23
2025-04-01T04:35:29.496524
{ "authors": [ "Elena1303996" ], "repo": "peviitor-ro/ui.orase", "url": "https://github.com/peviitor-ro/ui.orase/issues/7178", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
786147173
Constructing model with Matrix with missing values it fails using Mill x = ArrayNode([1f0 2f0; missing missing]) reflectinmodel(x, d -> Chain(Dense(d,10, selu), Dense(10, 10))) crashes but using Mill x = ArrayNode([1f0 2f0; missing missing]) reflectinmodel(x, d ->Dense(d, 10)) works, which suggest the problem in ma...
gharchive/issue
2021-01-14T16:48:24
2025-04-01T04:35:29.499381
{ "authors": [ "Sheemon7", "pevnak" ], "repo": "pevnak/Mill.jl", "url": "https://github.com/pevnak/Mill.jl/issues/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1350279632
How to apply 100% completed Chinese translation in iOS version? Hi dev, since the Chinese translation is 100% complete, how can I apply it to the game? Thanks! Simplified Chinese (100% complete! 🎉) Hi! Check your app store for updates, the latest update should contain Chinese in the languages settings. Hi! Ch...
gharchive/issue
2022-08-25T03:50:21
2025-04-01T04:35:29.504682
{ "authors": [ "SKPG-Tech", "haolloyin", "jyaif" ], "repo": "pewpewlive/ppl-i18n", "url": "https://github.com/pewpewlive/ppl-i18n/issues/271", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
993475167
Update scalafmt-core to 3.0.3 Updates org.scalameta:scalafmt-core from 3.0.0 to 3.0.3. GitHub Release Notes - Version Diff I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just ment...
gharchive/pull-request
2021-09-10T18:14:54
2025-04-01T04:35:29.508128
{ "authors": [ "scala-steward" ], "repo": "pfcoperez/thebutlerdidit", "url": "https://github.com/pfcoperez/thebutlerdidit/pull/49", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1460073064
Support Helm Chart depends on #8 fixes #6 This PR introduces helm chart support. chart itself in charts/gcp-workload-identity-federation-webhook dir chart is linted in GitHub Actions (ci.yaml) chart validation by chart-testing generated manifests by default values.yaml are validated by kubeconform release workflo...
gharchive/pull-request
2022-11-22T15:19:37
2025-04-01T04:35:29.516681
{ "authors": [ "JorTurFer", "everpeace" ], "repo": "pfnet-research/gcp-workload-identity-federation-webhook", "url": "https://github.com/pfnet-research/gcp-workload-identity-federation-webhook/pull/9", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
97682410
Negative padding I fixed pooling functions to support negative value for padding. fix #138 I notice that when pad < 0, cudnn cannot pass gradient check. It makes a fatal conflict. I'll close this pr because I cannot merge the current master.
gharchive/pull-request
2015-07-28T11:32:32
2025-04-01T04:35:29.518231
{ "authors": [ "unnonouno" ], "repo": "pfnet/chainer", "url": "https://github.com/pfnet/chainer/pull/274", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
722084123
Add metrics to evaluator Add some hooks to calculate metrics easily in the evaluation, this avoids having to override evaluators with all the boilerplate code /test LGTM!
gharchive/pull-request
2020-10-15T07:40:34
2025-04-01T04:35:29.519347
{ "authors": [ "asi1024", "emcastillo" ], "repo": "pfnet/pytorch-pfn-extras", "url": "https://github.com/pfnet/pytorch-pfn-extras/pull/79", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
842283286
Language and province selection in under hamburger menu We would like to add the ability for users to switch provinces and language once they are in the app. The languages vary based on province. Zeplin screens here See the video of the flow: https://user-images.githubusercontent.com/21990736/112690528-2631a580-8e3...
gharchive/issue
2021-03-26T20:43:00
2025-04-01T04:35:29.527041
{ "authors": [ "alysha-PG", "cherrielam" ], "repo": "pg-irc/pathways-frontend", "url": "https://github.com/pg-irc/pathways-frontend/issues/1451", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
2624441461
Qualcomm Atheros QCNFA765: ath11k_pci crashing Description Appliance seems to detect the hardware but firmware crashes on load. mhi mhi0: Direct firmware load for ath11k/WCN6855/hw2.1/amss.bin failed with error -2 Host operating system FreeBSD 13.3-RELEASE-p7 GENERIC amd64 Wireless NIC Qualcomm Technologies, Inc QCN...
gharchive/issue
2024-10-30T15:15:12
2025-04-01T04:35:29.557936
{ "authors": [ "Defenso-QTH", "pgj" ], "repo": "pgj/freebsd-wifibox", "url": "https://github.com/pgj/freebsd-wifibox/issues/137", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
2008764452
Update to Npsql 8 - Issue with TypeHandlerResolverFactory Describe the bug When using Microsoft.SemanticKernel.Connectors.Memory.Postgres 1.0.0-beta8 with Npsql 8.0 I'm not able to run the application. It fails with this exception: System.TypeLoadException: 'Could not load type 'Npgsql.Internal.TypeHandling.TypeHandl...
gharchive/issue
2023-11-23T20:34:52
2025-04-01T04:35:29.569516
{ "authors": [ "Cotspheer", "ankane", "redx177" ], "repo": "pgvector/pgvector-dotnet", "url": "https://github.com/pgvector/pgvector-dotnet/issues/26", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
601949722
default cut-offs for mob_typer Dear devs, thanks a lot for a very useful piece of software. I've been browsing the documentation and paper but it seems I can't find what is the default threshold values for mob_typer similarity cut_offs (min seq. ident.; min. coverage & min evalue) for each database elements (ie. rep;...
gharchive/issue
2020-04-17T12:44:36
2025-04-01T04:35:29.603869
{ "authors": [ "jnesme", "jrober84" ], "repo": "phac-nml/mob-suite", "url": "https://github.com/phac-nml/mob-suite/issues/48", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
514995170
Release tarball doesn't include submodules Apparently this is a problem across many projects. Doesn't apply to cloned repo. Include source package (tar.gz to directly install in R) in the releases
gharchive/issue
2019-10-30T21:31:33
2025-04-01T04:35:29.605005
{ "authors": [ "TheZetner" ], "repo": "phac-nml/wade", "url": "https://github.com/phac-nml/wade/issues/36", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
124772514
How to update an existing install ? Hi, I am happy with my fresh install of Koel but I am wondering : how to update it ? After git pull, do I need to run npm install and/or composer install ? The instruction is right in the README. Thank you, I have read carefully the wiki,not the README...
gharchive/issue
2016-01-04T14:52:15
2025-04-01T04:35:29.627163
{ "authors": [ "Roudaille77", "phanan" ], "repo": "phanan/koel", "url": "https://github.com/phanan/koel/issues/179", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
913388278
create a matrix to display admirals AdAM IG coverage (1) goal: come up with a way to measure how much of the ADaM IG standards are covered by admiral show overall coverage show Roche coverage show GSK coverage question for testing: how much is covered by the testing companies? I see this was moved to Sprint Done. ...
gharchive/issue
2021-06-07T10:23:16
2025-04-01T04:35:29.629649
{ "authors": [ "bms63", "koegerr" ], "repo": "pharmaverse/admiral", "url": "https://github.com/pharmaverse/admiral/issues/205", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
323615191
Missing browse scoped option In Nautilus, a really really cool option is "browse scoped" allowing to browse only a subset of the system (a package, a class...). This allows browsing senders/implementors/references... only in a part of the system, which is useful when we look for common methods. This should probably b...
gharchive/issue
2018-05-16T13:13:52
2025-04-01T04:35:29.645509
{ "authors": [ "dionisiydk", "jecisc" ], "repo": "pharo-ide/Calypso", "url": "https://github.com/pharo-ide/Calypso/issues/271", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
140034318
YamlReader is not working as expected Is inheritance always followed? The id field does not appear to be populated This is partly related to https://github.com/phenopackets/phenopacket-format/issues/32 The underlying issue is that Jackson doesn't know what it's supposed to be creating as YAML requires a type e.g. !...
gharchive/issue
2016-03-10T23:01:34
2025-04-01T04:35:29.742171
{ "authors": [ "cmungall", "julesjacobsen" ], "repo": "phenopackets/phenopacket-reference-implementation", "url": "https://github.com/phenopackets/phenopacket-reference-implementation/issues/16", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1117621679
Add options to change order of custom commands This PR adds one improvement and implements a feature request #4. Command buttons are now removed from ribbon immediately, no restart necessary I've added up/down arrow buttons in command settings to reorder commands (closes #4) That looks really good! Thank you
gharchive/pull-request
2022-01-28T16:46:53
2025-04-01T04:35:29.819703
{ "authors": [ "miluoshi", "phibr0" ], "repo": "phibr0/obsidian-customizable-sidebar", "url": "https://github.com/phibr0/obsidian-customizable-sidebar/pull/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
472584873
Fatal Exception with A_HelloWorld As a recap, I couldn't get any of the examples to compile. I was using a git version of ESP8266/Arduino. I didn't want to change that version back to 2.5.2 so I went to my ESP32 machine, installed ESP8266/Arduino 2.5.2 release code. That solved the compile issue I raised so I closed ...
gharchive/issue
2019-07-24T22:48:08
2025-04-01T04:35:29.831405
{ "authors": [ "RudyFiero", "philbowles" ], "repo": "philbowles/esparto", "url": "https://github.com/philbowles/esparto/issues/22", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1524970898
请求帮助,使用task_create无法建任务 tasks.data 返回了这些 {'title': 'xxxx-建任务', 'customFields': {'story': '相关需求', 'estStarted': '预计开始', 'deadline': '截止日期', 'mailto': '抄送给', 'pri': '优先级', 'estimate': '最初预计'}..... 官方文档上的这些参数改如何填写呢? $params = array( 'project' => 1, 'type' => 'ui', 'module' => 0...
gharchive/issue
2023-01-09T05:48:40
2025-04-01T04:35:29.847339
{ "authors": [ "GbingSong", "philip1134" ], "repo": "philip1134/pyzentao", "url": "https://github.com/philip1134/pyzentao/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
642516225
请教关于生成订阅的问题。 我有4台VPS,想生成一个订阅便于管理,不需要流量控制这些功能,请问有什么好软件推荐吗? 可以用我写的另一个工具 Shawdowrockets 訂閱鏈接編輯器 如果不想用我的API,把这个工具生成的 BASE64 放到一个纯文本档案里再放到你的服务器或 Github Gist 上也可以达成订阅的效果。 好的,谢谢。
gharchive/issue
2020-06-21T07:56:37
2025-04-01T04:35:29.885339
{ "authors": [ "LeiD215", "phlinhng" ], "repo": "phlinhng/v2ray-tcp-tls-web", "url": "https://github.com/phlinhng/v2ray-tcp-tls-web/issues/18", "license": "WTFPL", "license_type": "permissive", "license_source": "github-api" }
1989700784
Merge Branch Merging Heinrich's and cleaning again bibs-Merge1 ended up merging all Omar/Princess/Heinrich/Sam
gharchive/issue
2023-11-13T01:07:13
2025-04-01T04:35:29.891067
{ "authors": [ "bibiygarcia" ], "repo": "phobs-co/phobs-co.github.io", "url": "https://github.com/phobs-co/phobs-co.github.io/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
36567594
WP8 push notification I have easily applied push notification service for my android app, but confused how to do in windows phone. if(device.platform == "Win32NT"){ pushNotification.register( channelHandler, errorHandler, { "channelName": channelName, "ecb": "onNotificationWP8", "uccb": "channelHandler", "errcb": "js...
gharchive/issue
2014-06-26T11:34:16
2025-04-01T04:35:29.907386
{ "authors": [ "fabiofapeli", "gustter", "joshilomas", "kundan1988", "mohammadmanzoor8972", "revaret", "tetreault" ], "repo": "phonegap-build/PushPlugin", "url": "https://github.com/phonegap-build/PushPlugin/issues/255", "license": "mit", "license_type": "permissive", "license_...