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 |
|---|---|---|---|---|---|
1571091578 | Slice: doc and tests
Main feature:
Closes #95
Looks good, thanks for your contribution!
| gharchive/pull-request | 2023-02-04T19:27:06 | 2025-04-01T04:57:40.657278 | {
"authors": [
"Xmaster6y",
"jbloomAus"
],
"repo": "neelnanda-io/TransformerLens",
"url": "https://github.com/neelnanda-io/TransformerLens/pull/166",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1331743913 | Added 76-Minimum-Window-Substring.kt
File(s) Modified: 76-Minimum-Window-Substring.kt
Language(s) Used: kotlin
Submission URL: _https://leetcode.com/submissions/detail/768357060/_
Thanks, @Raven1233!
| gharchive/pull-request | 2022-08-08T11:38:44 | 2025-04-01T04:57:40.662997 | {
"authors": [
"Ahmad-A0",
"Raven1233"
],
"repo": "neetcode-gh/leetcode",
"url": "https://github.com/neetcode-gh/leetcode/pull/760",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
155162960 | BasePresenter 中 parentFragment 需要 api >= 17
当全部使用 android.app.Fragment 时,它的 getParentFragment() 方法需要的 api 版本要大于等于 17。
@Berial 是的,Kotlin 1.0.2 添加了 Android Lint Check 后才发现以前用了些高版本的 API,目前打算抽空改。
而且如果用了 v4 的 Fragment,arguments(就是说的bundle) 关于 put 和 get 的 api 要求是 21,更加蛋疼。
@Berial 不考虑 v4 了,之前尝试过,坑更多,。。
| gharchive/issue | 2016-05-17T02:20:32 | 2025-04-01T04:57:40.714196 | {
"authors": [
"Berial",
"nekocode"
],
"repo": "nekocode/kotgo",
"url": "https://github.com/nekocode/kotgo/issues/10",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
779121474 | IAR comiler for ARM errornously reports __has_attribute(nonnull) true
The IAR compiler appears to by lying about attribute support:
__has_attribute(nonnull), __has_attribute(const) and __has_attribute(pure) are falsely reporting existing compiler support for these attributes (which leads to warnings when the resultin... | gharchive/issue | 2021-01-05T14:44:39 | 2025-04-01T04:57:40.728735 | {
"authors": [
"badbadc0ffee",
"nemequ"
],
"repo": "nemequ/hedley",
"url": "https://github.com/nemequ/hedley/issues/46",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
910870849 | fix aggregate bonded transaction error "Failure_Core_Future_Deadline"
fix #1490
upgrading to newer alpha-sdk
updated here #1552 .
| gharchive/pull-request | 2021-06-03T21:34:58 | 2025-04-01T04:57:40.732950 | {
"authors": [
"bassemmagdy"
],
"repo": "nemgrouplimited/symbol-desktop-wallet",
"url": "https://github.com/nemgrouplimited/symbol-desktop-wallet/pull/1516",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1091283716 | Logo click back to home
Try to make the logo as link to home , when i click the logo it 'll send u home @nemo256
Fixed logo now goes back to home.
| gharchive/issue | 2021-12-30T20:05:01 | 2025-04-01T04:57:40.734206 | {
"authors": [
"nemo256",
"ouadjih"
],
"repo": "nemo256/hotel",
"url": "https://github.com/nemo256/hotel/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
337323364 | Typo in method name: Lantency -should be latency
https://github.com/neo-ngd/Happynodes/blob/4306071dc73b85be118ea7b92560b960ee4e1912/neo-collector/insert/insertData.py#L74
get_lantency -> get_latency
fixed by #28
| gharchive/issue | 2018-07-01T21:24:54 | 2025-04-01T04:57:40.754932 | {
"authors": [
"i25959341",
"wy"
],
"repo": "neo-ngd/Happynodes",
"url": "https://github.com/neo-ngd/Happynodes/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2454732071 | Error: [vite]: Rollup failed to resolve import "@segment/analytics-next"
When I used the main branch, I encountered similar errors. After checking the issues, I learned that I should use the dev branch, but errors still occurred. Below are the commands I executed
git clone -b DEV https://github.com/neo4j-labs/llm-gra... | gharchive/issue | 2024-08-08T02:18:46 | 2025-04-01T04:57:40.787096 | {
"authors": [
"edferr",
"elheremes",
"kartikpersistent",
"lissettecarlr",
"maxlawdify"
],
"repo": "neo4j-labs/llm-graph-builder",
"url": "https://github.com/neo4j-labs/llm-graph-builder/issues/669",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
... |
1536149789 | Add a optional packages property for packages to scan for sessionfactory
var sessionFactoryRuntimeValue = recorder
.initializeSessionFactory(driverBuildItem.getValue(), shutdownContext, ogmProperties, allPackages);
In Neo4jOgmProcessor currently scans all packages.
I could not get it work and i started to add lots of... | gharchive/issue | 2023-01-17T10:34:32 | 2025-04-01T04:57:40.834680 | {
"authors": [
"dicksonprof",
"michael-simons"
],
"repo": "neo4j/neo4j-ogm-quarkus",
"url": "https://github.com/neo4j/neo4j-ogm-quarkus/issues/131",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
280633371 | Filter should have a constructor that has a BooleanOperator parameter
Expected Behavior
Users should be able to instantiate filters with boolean operators in one line.
For example, perhaps something like:
Filter filter = new Filter(BooleanOperator.AND, "someProperty", ComparsionOperator.EQUALS, "foo");
Current Behav... | gharchive/issue | 2017-12-08T22:16:15 | 2025-04-01T04:57:40.837475 | {
"authors": [
"josephtaylor",
"meistermeier"
],
"repo": "neo4j/neo4j-ogm",
"url": "https://github.com/neo4j/neo4j-ogm/issues/445",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1845958183 | :bug: Exports clash with package names
For example, if I wanted to import the @middleware decorator, I'd do:
from neoclient import middleware
and if I wanted to import the middleware sub-package, I'd do:
from neoclient import middleware
... oh.
This also affects service and a few others.
Perhaps the answer to thi... | gharchive/issue | 2023-08-10T22:08:19 | 2025-04-01T04:57:40.879546 | {
"authors": [
"tombulled"
],
"repo": "neoclient/neoclient",
"url": "https://github.com/neoclient/neoclient/issues/132",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1907792537 | Extract features tqin
functime/feature_extraction/tq_feature_extractions.py
permutation_entropy: done
query_similarity_count: done, but not sure if this is correct... I think we agreed this one is sort of useless and can be ignored
range_count: done
ratio_beyond_r_sigma: done
ratio_value_number_to_length (ratio_n_uni... | gharchive/pull-request | 2023-09-21T21:26:35 | 2025-04-01T04:57:40.881747 | {
"authors": [
"abstractqqq",
"topher-lo"
],
"repo": "neocortexdb/functime",
"url": "https://github.com/neocortexdb/functime/pull/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1856067533 | Updates logo
Replaces the neoforgeteam with the new banner and uses the new logo, also converted into .svg format
Please close this pull request, since, this commit has made in a previous pull request.
Superseded by #4.
| gharchive/pull-request | 2023-08-18T05:15:07 | 2025-04-01T04:57:40.882766 | {
"authors": [
"DataDalton",
"UltimatChamp",
"sciwhiz12"
],
"repo": "neoforged/websites",
"url": "https://github.com/neoforged/websites/pull/2",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
255045576 | Rust: doesn't seem to parse some errors
Using :Neomake cargo in a rust library project.
When running cargo build I get these warnings and errors (omitting similar errors):
warning: doc comment not used by rustdoc
--> src/err.rs:2:1
|
2 | / error_chain! {
3 | | // The type defined for this error. These ... | gharchive/issue | 2017-09-04T13:39:28 | 2025-04-01T04:57:40.916287 | {
"authors": [
"Ploppz",
"blueyed"
],
"repo": "neomake/neomake",
"url": "https://github.com/neomake/neomake/issues/1552",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2051431671 | neonvm: Refactor runner pod cgroup cpu scaling
Move cgroup updates to VmScaling phase. Rewrote updating CPU status in VmRunning phase based on the values from cgroups and qemu.
Fixes https://github.com/neondatabase/autoscaling/issues/462
LGTM
| gharchive/pull-request | 2023-12-20T23:04:36 | 2025-04-01T04:57:40.928929 | {
"authors": [
"cicdteam",
"shayanh"
],
"repo": "neondatabase/autoscaling",
"url": "https://github.com/neondatabase/autoscaling/pull/702",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2266435741 | neonvm-runner-image-loader: Faster rollout
Specifically, this PR sets maxUnavailable = 3, which allows updating up to 3 copies in parallel.
An issue we see during rollout is that it often takes 30+ seconds to create a new neonvm-runner-image-loader on a node, and doing this for many nodes takes an unreasonable amount... | gharchive/pull-request | 2024-04-26T20:08:16 | 2025-04-01T04:57:40.932944 | {
"authors": [
"Omrigan",
"cicdteam",
"sharnoff"
],
"repo": "neondatabase/autoscaling",
"url": "https://github.com/neondatabase/autoscaling/pull/923",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1283653663 | test_wal_acceptor_async.py::test_restarts_under_load fails in CI
First failure:
https://github.com/neondatabase/neon/runs/7020122796?check_suite_focus=true
Most recent failure is
https://github.com/neondatabase/neon/runs/7040698735?check_suite_focus=true
I reproduced it locally, it seems that new etcd walreceiver ... | gharchive/issue | 2022-06-24T11:49:58 | 2025-04-01T04:57:40.944273 | {
"authors": [
"SomeoneToIgnore",
"lubennikovaav",
"petuhovskiy"
],
"repo": "neondatabase/neon",
"url": "https://github.com/neondatabase/neon/issues/1985",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1468517218 | neon_local: allow rr recordings via env var
record as in 'rr record $cmd' for later playback. configured via NEON_LOCAL_RECORD_COMMANDS environment variable, for example:
NEON_LOCAL_RECORD_COMMANDS=pageserver ./scripts/pytest \
test_runner/regress/test_gc_aggressive.py
will then show up as a new recording with rr ... | gharchive/pull-request | 2022-11-29T18:28:38 | 2025-04-01T04:57:40.949610 | {
"authors": [
"hlinnaka",
"koivunej"
],
"repo": "neondatabase/neon",
"url": "https://github.com/neondatabase/neon/pull/2958",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1742465754 | fix: break dev dependencies between wal_craft and pg_ffi
Problem
close https://github.com/neondatabase/neon/issues/4266
Summary of changes
With this PR, rust-analyzer should be able to give lints and auto complete in mod tests, and this makes writing tests easier. Previously, rust-analyzer cannot do auto completion.
... | gharchive/pull-request | 2023-06-05T19:33:51 | 2025-04-01T04:57:40.955157 | {
"authors": [
"bojanserafimov",
"skyzh"
],
"repo": "neondatabase/neon",
"url": "https://github.com/neondatabase/neon/pull/4424",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2358419728 | Make activity monitor take pg_stat_wal_receiver into account
Problem
We currently don't check if there's any physical replication happening, which can cause the compute to get suspended during a RO replica benchmark!
Summary of changes
Make activity monitor look at last message received in pg_stat_wal_receiver.
Sou... | gharchive/pull-request | 2024-06-17T22:52:26 | 2025-04-01T04:57:40.957161 | {
"authors": [
"kelvich",
"save-buffer"
],
"repo": "neondatabase/neon",
"url": "https://github.com/neondatabase/neon/pull/8085",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1830092098 | Test Issue: 020c7ab7-45e5-4240-8085-1843b050b779
HELLO WORLD!
COMMENT: 1
COMMENT: 2
| gharchive/issue | 2023-07-31T21:47:06 | 2025-04-01T04:57:40.964655 | {
"authors": [
"jefflill"
],
"repo": "neontest/neon-git",
"url": "https://github.com/neontest/neon-git/issues/126",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2128882308 | fix user communities when seeding and userCount updating
userCount wasn't updating correctly when a user joined so that works now and also the seeds were messed up and not adding all of the communites the user was a part of
fixed the create community page change and the communities page should update correctly
| gharchive/pull-request | 2024-02-11T07:53:51 | 2025-04-01T04:57:41.045096 | {
"authors": [
"nephh"
],
"repo": "nephh/project-3",
"url": "https://github.com/nephh/project-3/pull/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2052252819 | Mapping of gaussians with pixels
Is there any variable which is storing all the pixels a gaussian affects (irrespective of the depth or distance from centre)?
If yes, how can we expose it to the python interface?
hello @saswat0,
did you find a solution?
I am also interested in something like this #108
@pknmax Not... | gharchive/issue | 2023-12-21T11:34:19 | 2025-04-01T04:57:41.046708 | {
"authors": [
"hariharan1412",
"pknmax",
"saswat0"
],
"repo": "nerfstudio-project/gsplat",
"url": "https://github.com/nerfstudio-project/gsplat/issues/88",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2206639831 | Get rid of redundant projection matrix computations in Splatfacto (needs a gsplat update)
Requires https://github.com/nerfstudio-project/gsplat/pull/97
One more thing, the gsplat version should be bumped to gsplat>=0.1.9 in pyproject.toml
Done!
We need to bump up gsplat version first before we can merge this PR... | gharchive/pull-request | 2024-03-25T20:26:20 | 2025-04-01T04:57:41.048714 | {
"authors": [
"jb-ye",
"oseiskar"
],
"repo": "nerfstudio-project/nerfstudio",
"url": "https://github.com/nerfstudio-project/nerfstudio/pull/3019",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
352507718 | Error:about the new customized layer
@nerox8664 Hi, we train a model with customized, called SegmentConsensus, layer by torch.0.4.0, and getting the following error:
Using TensorFlow backend.
Freezing BatchNorm2D except the first one.
Freezing BatchNorm2D except the first one.
Traceback (most recent call last):
File ... | gharchive/issue | 2018-08-21T12:01:18 | 2025-04-01T04:57:41.057199 | {
"authors": [
"Ai-is-light",
"nerox8664"
],
"repo": "nerox8664/pytorch2keras",
"url": "https://github.com/nerox8664/pytorch2keras/issues/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
555611692 | [ᚬmaster] chore: update package versions and changelogs
0.27.1 (2020-01-27)
Note: Version bump only for package ckb-sdk-js
Subscription rpc will be not added in v0.27.1 ?
Subscription rpc will be not added in v0.27.1 ? @Keith-CY
It works with websocket that I prefer to implement later.
Subscription rpc will ... | gharchive/pull-request | 2020-01-27T14:29:13 | 2025-04-01T04:57:41.071393 | {
"authors": [
"Keith-CY",
"duanyytop"
],
"repo": "nervosnetwork/ckb-sdk-js",
"url": "https://github.com/nervosnetwork/ckb-sdk-js/pull/421",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
572540114 | [ᚬmaster] Rc/v0.29.1
0.29.1 (2020-02-28)
Bug Fixes
core: fix the calculation of epoch locks in nervos dao operation (d914007)
This fix is missing in v0.29.0
This fix is missing in v0.29.0
OK. I remeber https://github.com/nervosnetwork/ckb-sdk-js/pull/424 has the same changes.
| gharchive/pull-request | 2020-02-28T06:02:54 | 2025-04-01T04:57:41.074258 | {
"authors": [
"Keith-CY",
"duanyytop"
],
"repo": "nervosnetwork/ckb-sdk-js",
"url": "https://github.com/nervosnetwork/ckb-sdk-js/pull/426",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1065881961 | feat(helpers)!: deprecated short fmt address
Breaking change
generateAddress
// before
generateAddress(script)
// after
generateAddress(script, { __generateShortAddressWhenShortIDInConfig: true } )
note: parseAddress We will be compatible with the current all format
Background
Due to the upgrade of CKB2021, addres... | gharchive/pull-request | 2021-11-29T10:44:42 | 2025-04-01T04:57:41.076804 | {
"authors": [
"homura"
],
"repo": "nervosnetwork/lumos",
"url": "https://github.com/nervosnetwork/lumos/pull/201",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
246592830 | DFPlayer Behavior on LSOS 1.5
I am having troubles with my DFPlayer, the volume is correctly set, but it keeps looping on "Soundfont" sound and doesn't play anything.
I have tried with the old library, and it is sometimes working.
What can I do to fix this ?
try the modes with the usual LEDs on newpixel it happens
... | gharchive/issue | 2017-07-30T16:08:23 | 2025-04-01T04:57:41.078992 | {
"authors": [
"DRagonenko",
"azsde"
],
"repo": "neskweek/LightSaberOS",
"url": "https://github.com/neskweek/LightSaberOS/issues/68",
"license": "cc0-1.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2044052416 | New skills viz
Description
This PR will produce top non-green skills for occupations based on overall greenness. the script needs to be updated to:
use soc 2020 ext
the occ_aggregated dataset
tfidfs by 'greenness score'
Fixes # (issue)
Instructions for Reviewer
In order to test the code in this PR you need to ...
... | gharchive/pull-request | 2023-12-15T16:54:26 | 2025-04-01T04:57:41.096754 | {
"authors": [
"india-kerle",
"lizgzil"
],
"repo": "nestauk/dap_prinz_green_jobs",
"url": "https://github.com/nestauk/dap_prinz_green_jobs/pull/118",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1012653828 | chore(): migrate to github issue forms
PR Checklist
Please check if your PR fulfills the following requirements:
[x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md
[ ] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / up... | gharchive/pull-request | 2021-09-30T21:46:52 | 2025-04-01T04:57:41.107020 | {
"authors": [
"kamilmysliwiec",
"micalevisk"
],
"repo": "nestjs/axios",
"url": "https://github.com/nestjs/axios/pull/167",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2485323540 | Request for the Release of QNAP Native Installation Package
Is your feature request related to a problem? Please describe.
As a well-known system alongside Synology, the QNAP system also faces the issue of intranet penetration. Unfortunately, netbird has not yet provided good support for this system.
Both the existin... | gharchive/issue | 2024-08-25T15:14:06 | 2025-04-01T04:57:41.180101 | {
"authors": [
"allblue",
"houpi"
],
"repo": "netbirdio/netbird",
"url": "https://github.com/netbirdio/netbird/issues/2482",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1780817684 | Error: token invalid 401
Describe the problem
After upgrading from v0.14.4 to v0.21.3 I am unable to access the dashboard and get this error:
I suspect this is related to the new IdP changes but I am not sure what.
To Reproduce Steps to reproduce the behavior:
1. Pull latest `https://github.com/netbirdio/netbird.gi... | gharchive/issue | 2023-06-29T13:25:40 | 2025-04-01T04:57:41.201287 | {
"authors": [
"Akruidenberg",
"UncleJ4ck",
"bcmmbaga",
"hadleyrich",
"mlsmaycon",
"thijsa"
],
"repo": "netbirdio/netbird",
"url": "https://github.com/netbirdio/netbird/issues/996",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
964803485 | Instance operator - container environment refactor
Description
This PR continues the instances operator refactor by renewing the container environment section.
How Has This Been Tested?
[ ] Locally
[ ] Staging
/deploy-staging
| gharchive/pull-request | 2021-08-10T09:57:32 | 2025-04-01T04:57:41.267675 | {
"authors": [
"QcFe"
],
"repo": "netgroup-polito/CrownLabs",
"url": "https://github.com/netgroup-polito/CrownLabs/pull/537",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1890349604 | feat: support npm modules in edge functions
Summary
Needs https://github.com/netlify/edge-bundler/pull/475. Setting as draft until that lands.
Superseded by https://github.com/netlify/cli/pull/6018.
| gharchive/pull-request | 2023-09-11T11:58:28 | 2025-04-01T04:57:41.283716 | {
"authors": [
"eduardoboucas"
],
"repo": "netlify/cli",
"url": "https://github.com/netlify/cli/pull/5987",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
226996397 | Use pr base branch to configure editorial workflow for different environments (stage/production)
I have been looking at how to configure the cms for different environments develop -> stage -> production.
What I would like to achieve is to have a dedicated repository that will contains the contents. This repository wi... | gharchive/issue | 2017-05-08T09:58:50 | 2025-04-01T04:57:41.287066 | {
"authors": [
"calavera",
"rewop"
],
"repo": "netlify/netlify-cms",
"url": "https://github.com/netlify/netlify-cms/issues/412",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
983188629 | Only default locale editable i18n
Describe the bug
In the admin ui, only the default locale is shown.
Therefor it is not possible to edit other locale.
To Reproduce
Goto Admin UI -> any Collection
Open an entry
Expected behavior
Other locales are shown.
Screenshots
Applicable Versions:
Netlify CMS version: 2.10.... | gharchive/issue | 2021-08-30T20:46:17 | 2025-04-01T04:57:41.294311 | {
"authors": [
"erezrokah",
"tw1t611"
],
"repo": "netlify/netlify-cms",
"url": "https://github.com/netlify/netlify-cms/issues/5770",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
986961082 | Next.js website with Netlify Forms is not deploying
Describe the bug:
Next.JS website with a form fails to deploy. The site builds perfectly, but in the deploying phase, the log states:
Post processing - HTML
...5 times and the build fails. Post processing is completely off. Upon further investigation it was found t... | gharchive/issue | 2021-09-02T16:54:05 | 2025-04-01T04:57:41.302501 | {
"authors": [
"DaveKeehl",
"Hrishikesh-K",
"ingride"
],
"repo": "netlify/netlify-plugin-nextjs",
"url": "https://github.com/netlify/netlify-plugin-nextjs/issues/634",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1491290922 | implemented multiplier in transform-generic
This PR allows to add in the configuration file a multiplier to apply to particular fields in a flow log.
For example, if we know that we only get a sampling of the flow logs (e.g. 1/20), then the administrator may want us to multiply the measured number of bytes and/or pac... | gharchive/pull-request | 2022-12-12T08:24:07 | 2025-04-01T04:57:41.318027 | {
"authors": [
"KalmanMeth",
"codecov-commenter"
],
"repo": "netobserv/flowlogs-pipeline",
"url": "https://github.com/netobserv/flowlogs-pipeline/pull/345",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
897394268 | ByteBuf Leak in SslHandler when running in paranoid mode
Expected behavior
No leak
Actual behavior
[ERROR] LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
Recent access records:
#1:
io.netty.handler.codec.ByteToMessa... | gharchive/issue | 2021-05-20T20:16:08 | 2025-04-01T04:57:41.355771 | {
"authors": [
"NiteshKant",
"normanmaurer",
"svaithia"
],
"repo": "netty/netty",
"url": "https://github.com/netty/netty/issues/11289",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1117345033 | Vulnerability found in Netty 4.1.73 version
Hi,
Veracode scan reported Medium Vulnerabilities found in netty.
netty-handler-4.1.73.Final.jar
Files:
io/netty/handler/ssl/JdkAlpnSslUtils.java : 51
io/netty/handler/ssl/JdkSslClientContext.java : 292
io/netty/handler/ssl/JdkSslContext.java : 74
io/netty/handler/ssl/J... | gharchive/issue | 2022-01-28T12:23:41 | 2025-04-01T04:57:41.366612 | {
"authors": [
"hyperxpro",
"shyam94"
],
"repo": "netty/netty",
"url": "https://github.com/netty/netty/issues/12055",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
3281795 | Fix checkstyle warning
Build was failing for me
Thanks was my fault.
| gharchive/issue | 2012-02-18T23:19:58 | 2025-04-01T04:57:41.367634 | {
"authors": [
"jabley",
"normanmaurer"
],
"repo": "netty/netty",
"url": "https://github.com/netty/netty/issues/193",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
384928196 | [Netty 5] Revisit AbstractReferenceCounted
If #8543 results in ReferenceCounted remaining on the public API, we should put in some verbiage for what implementations are expected to do.
For other C++ programs, the pattern I see is that retaining an object is a memory order relaxed atomic increment, and released is an ... | gharchive/issue | 2018-11-27T18:27:20 | 2025-04-01T04:57:41.370762 | {
"authors": [
"carl-mastrangelo",
"franz1981"
],
"repo": "netty/netty",
"url": "https://github.com/netty/netty/issues/8602",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1794833303 | Give explicit error on missing BouncyCastle PKIX library
Motivation:
If the BounyCastle PKIX library is missing from the classpath, Netty throws an exception like this: Failed to generate a self-signed X.509 certificate using Bouncy Castle. This is not really helpful as the user has to go through Stacktrace to find o... | gharchive/pull-request | 2023-07-08T08:01:24 | 2025-04-01T04:57:41.373349 | {
"authors": [
"hyperxpro",
"normanmaurer"
],
"repo": "netty/netty",
"url": "https://github.com/netty/netty/pull/13475",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
69411586 | Get uploaded size while upload is in progress 3.10
Proposal to fix issue #3636 (this has to be fix in all versions: version 3.10)
Motivations:
Currently, while adding the next buffers to the decoder (decoder.offer()), there is no way to access to the current HTTP object being decoded since it can only be available cu... | gharchive/pull-request | 2015-04-19T10:48:24 | 2025-04-01T04:57:41.380868 | {
"authors": [
"Scottmitch",
"fredericBregier"
],
"repo": "netty/netty",
"url": "https://github.com/netty/netty/pull/3663",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
162821295 | HPACK Encoder headerFields improvements
Motivation:
HPACK Encoder has a data structure which is similar to a previous version of DefaultHeaders. Some of the same improvements can be made.
Motivation:
Enforce the restriction that the Encoder's headerFields length must be a power of two so we can use masking instead o... | gharchive/pull-request | 2016-06-29T01:16:12 | 2025-04-01T04:57:41.391612 | {
"authors": [
"Scottmitch",
"buchgr",
"carl-mastrangelo",
"nmittler",
"normanmaurer"
],
"repo": "netty/netty",
"url": "https://github.com/netty/netty/pull/5466",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
165838438 | Fix the tcnative lib loading problem in OSGi
Motivation:
As the issue #5539 say, the OpenSsl.class will throw java.lang.UnsatisfiedLinkError: org.apache.tomcat.jni.Library.version(I)I when it is invoked. This path try to resolve the problem by modifying the native library loading logic of OpenSsl.class.
Modifications... | gharchive/pull-request | 2016-07-15T17:29:24 | 2025-04-01T04:57:41.405820 | {
"authors": [
"Scottmitch",
"jasontedor",
"johnou",
"normanmaurer",
"xsir"
],
"repo": "netty/netty",
"url": "https://github.com/netty/netty/pull/5545",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
529902274 | Remove support for epoll level-triggered
Motivation:
Netty uses epoll edge-triggered by default forever and there is really not reason why someone should use level-triggered (its considered a implementation detail).
Modifications:
Remove code that was related to level-triggered mode
Adjust testclass names
Result:
F... | gharchive/pull-request | 2019-11-28T13:06:34 | 2025-04-01T04:57:41.409236 | {
"authors": [
"normanmaurer"
],
"repo": "netty/netty",
"url": "https://github.com/netty/netty/pull/9826",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
747878192 | Crashes when deploying to Heroku
I'm stuck when deploying to Heroku. I click the "Deploy to Heroku" button in the tutorial. The app looks to install correctly, however upon launching it crashes. I'm very new to all this so may be a mistake on my end, but its not obvious where I've gone wrong. (Thanks for developing t... | gharchive/issue | 2020-11-21T00:24:38 | 2025-04-01T04:57:41.421497 | {
"authors": [
"ghoople",
"vincentfretin"
],
"repo": "networked-aframe/naf-easyrtc-adapter",
"url": "https://github.com/networked-aframe/naf-easyrtc-adapter/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2505924472 | Chore/style cleanup utility functions
Summary
This PR focuses on stylistic improvements and cleanup of utility functions.
Goal
Ensure better package maintainability, scalability, and ease of contribution for new developers.
Code Style Adjustments
Refactored variable names and formatting to improve readability.
Impro... | gharchive/pull-request | 2024-09-04T17:26:01 | 2025-04-01T04:57:41.470849 | {
"authors": [
"Schefflera-Arboricola",
"dPys",
"dschult"
],
"repo": "networkx/nx-parallel",
"url": "https://github.com/networkx/nx-parallel/pull/80",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
160999080 | da edits
[x] add all FlashX citations, including FlashGraph
[ ] in Fig4, what did you use for c? please specify.
what is c in Fig 4? did you add another subfigure?
BTW, In the caption of Fig 4, LOL in external memory takes 23 minutes to find the embedding on a dataset with 64M dimension, which is 1TB (64M * 2000... | gharchive/issue | 2016-06-18T00:59:41 | 2025-04-01T04:57:41.497689 | {
"authors": [
"jovo",
"zheng-da"
],
"repo": "neurodata/LOL",
"url": "https://github.com/neurodata/LOL/issues/52",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
570719059 | Adding SGM algorithm implementation to the match submodule
What does this implement/fix? Explain your changes.
This PR adds the Seeded Graph Matching (SGM) algorithm to the match submodule of graspy. Specifically, this is an implementation of algorithm 1 (hard seeding) from "Seeded graph matching" (Fishkind, 2018). ... | gharchive/pull-request | 2020-02-25T17:18:47 | 2025-04-01T04:57:41.522793 | {
"authors": [
"SHAAAAN",
"asaadeldin11",
"bdpedigo",
"codecov-io",
"gkang7"
],
"repo": "neurodata/graspy",
"url": "https://github.com/neurodata/graspy/pull/323",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
778031783 | Add CLI support to generate morphometrics file.
Following discussions in issue #421, this PR aims to implement CLI to generate morphometrics file.
CLI COMMAND : axondeepseg_morphometrics -i path_to_image.png -f axon_morphometrics.xlsx -s pixel_size -a axon_shape
DOCUMENTATION - https://axondeepseg--434.org.readthe... | gharchive/pull-request | 2021-01-04T11:34:33 | 2025-04-01T04:57:41.561874 | {
"authors": [
"jcohenadad",
"mariehbourget",
"mathieuboudreau",
"vs74"
],
"repo": "neuropoly/axondeepseg",
"url": "https://github.com/neuropoly/axondeepseg/pull/434",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
337970412 | qMRGenBatch: How is the sensitivity analysis plotted variable chosen?
@agahkarakuzu you're the one who wrote qMRGenBatch right? If so this question is for you.
I ran qMRGenBatch for two models today, inversion_recovery and vfa_t1.
For IR, the sensitivity analysis plot (fig 4) of the generated script showed me what I ... | gharchive/issue | 2018-07-03T16:24:36 | 2025-04-01T04:57:41.575751 | {
"authors": [
"agahkarakuzu",
"mathieuboudreau",
"tanguyduval"
],
"repo": "neuropoly/qMRLab",
"url": "https://github.com/neuropoly/qMRLab/issues/244",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
379510771 | User Conditioningd
유저들이 바라는 조건에 맞는 장소 추천
#앉아서 보고 듣기
SeeAndHear=['자동차극장',
'극장',
'공연예술 극장',
'영화관',
'경기장',
'교육 컨설턴트']
#운동하기
Exercise = [ '스포츠 단지',
'건강 센터']
#복지
Welfare =['사회 복지 센터',
'문화센터',
'여행사']
#구경하기
Watch =['국립박물관',
'미술관',
'박물관',
'역사 박물관',
'전쟁 박물관',
'현대미술관']
# 쇼핑하기
Shopping=[ '시가 전문점',
'쇼핑몰',
'커피용품 ... | gharchive/issue | 2018-11-11T10:48:00 | 2025-04-01T04:57:41.649288 | {
"authors": [
"newhiwoong"
],
"repo": "newhiwoong/Sejong_ITIP-",
"url": "https://github.com/newhiwoong/Sejong_ITIP-/issues/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1089524459 | New I/O Banner
New banner for Instant Observability site
Closes #1979
| gharchive/pull-request | 2021-12-27T23:44:07 | 2025-04-01T04:57:41.650312 | {
"authors": [
"josephgregoryii"
],
"repo": "newrelic/developer-website",
"url": "https://github.com/newrelic/developer-website/pull/1978",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2507122700 | feat: bump minimal agent version for agent upgrade scenarios
The new minimum version is supported by SUSE 15.6, else the pipelines will fail on the agent upgrade scenario.
Closing as this will be done when a new release needs to be published.
| gharchive/pull-request | 2024-09-05T08:25:18 | 2025-04-01T04:57:41.663521 | {
"authors": [
"DavSanchez"
],
"repo": "newrelic/infrastructure-agent",
"url": "https://github.com/newrelic/infrastructure-agent/pull/1918",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2410409777 | change source for nvidia-gpu
Summary
Migration of NVIDIA-GPU from docs to Install Framework
The owners of this repo are not experts in the subject matter of the quickstarts. We review for the quickstart to be functional and for security risks. If you are seeking feedback on the content of the quickstart, please seek ... | gharchive/pull-request | 2024-07-16T07:21:56 | 2025-04-01T04:57:41.670335 | {
"authors": [
"CLAassistant",
"RamanaReddy8801",
"abhinav1602"
],
"repo": "newrelic/newrelic-quickstarts",
"url": "https://github.com/newrelic/newrelic-quickstarts/pull/2485",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
910200047 | Fix Rack instrumentation for "kwarg middlewares" in Ruby 3.0
Overview
Prior to this change, in Ruby 3.0, using a middleware with keyword arguments would fail with an ArgumentError.
This fix is pretty much the same as https://github.com/rack/rack/pull/1505
Reviewer Checklist
[ ] Perform code review
[ ] Add performanc... | gharchive/pull-request | 2021-06-03T07:30:32 | 2025-04-01T04:57:41.675432 | {
"authors": [
"CLAassistant",
"tannalynn",
"walro"
],
"repo": "newrelic/newrelic-ruby-agent",
"url": "https://github.com/newrelic/newrelic-ruby-agent/pull/694",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
505164104 | Fix small issues and typos in Instructions
These fixes are only for some typos and other small issues that I noticed while preparing for FS so it can be merged without much work and review.
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor ... | gharchive/pull-request | 2019-10-10T09:57:31 | 2025-04-01T04:57:41.677848 | {
"authors": [
"CLAassistant",
"olanguyenvan",
"tangollama"
],
"repo": "newrelic/nr1-workshop",
"url": "https://github.com/newrelic/nr1-workshop/pull/66",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
767794743 | Confusing behavior of ignore-mode "download"
If ignore-mode "download" is set, the common sense expectation is non-visible articles not to exist in local cache. However, when set after the articles have already been downloaded, they remain.
This is not really a bug, but it deserves some attention. Possible solutions:... | gharchive/issue | 2020-12-15T16:41:40 | 2025-04-01T04:57:41.683786 | {
"authors": [
"Minoru",
"emanruse"
],
"repo": "newsboat/newsboat",
"url": "https://github.com/newsboat/newsboat/issues/1361",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
190560334 | Error when building with Unity 5.5
Hi,
first I'd like to let you know that this is fantastic!
However I'm having issues when Building with Unity 5.5. In editor.log, I get the following messagen:
Assets/3rd Party/Tools/Runtime Animation Recorder/UnityAnimSaver/UnityAnimationRecorder.cs(123,3): error CS0103: The name `... | gharchive/issue | 2016-11-20T14:14:27 | 2025-04-01T04:57:41.706092 | {
"authors": [
"newyellow",
"spaggi2"
],
"repo": "newyellow/Unity-Runtime-Animation-Recorder",
"url": "https://github.com/newyellow/Unity-Runtime-Animation-Recorder/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
211067373 | Added identifier for package nodes
The nodes that includes packages will now have '(P)' appended in their filename.
@Rishav159 Thanks! @jdaguil your to review
@Rishav159 could there be another way may be with an icon for the node rather than adding extra characters to the node name?
@jdaguil what do you think?
... | gharchive/pull-request | 2017-03-01T12:29:42 | 2025-04-01T04:57:41.708961 | {
"authors": [
"Rishav159",
"jdaguil",
"pombredanne"
],
"repo": "nexB/aboutcode-manager",
"url": "https://github.com/nexB/aboutcode-manager/pull/42",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
870738897 | Improve RTD installation documentation
https://scancodeio.readthedocs.io/en/latest/installation.html
it states "PostgreSQL" is optional, but if I follow the instruction without installing the postgreSQL, I will get the following error:
~/scancode.io$ make postgres
-> Configure PostgreSQL database
-> Create database u... | gharchive/issue | 2021-04-29T08:12:02 | 2025-04-01T04:57:41.724199 | {
"authors": [
"chinyeungli",
"pombredanne",
"tdruez"
],
"repo": "nexB/scancode.io",
"url": "https://github.com/nexB/scancode.io/issues/167",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1715379046 | Support ABOUT files for code that is patched or vendored
We should likely consider ABOUT files as "curations" for packages and they may likely override other scans/manifest data collection.
Here is a design:
Using ABOUT file for overries and curations
Say I have reviewed and curated the origin and license of this JAR... | gharchive/issue | 2023-05-18T10:15:56 | 2025-04-01T04:57:41.731516 | {
"authors": [
"pombredanne",
"tdruez"
],
"repo": "nexB/scancode.io",
"url": "https://github.com/nexB/scancode.io/issues/740",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1437427518 | [Step1] 지하철역 인수 테스트 작성
안녕하세요.
Step1 지하철역 인수 테스트 작성에 대한 코드 리뷰 요청드립니다.
RestAssured를 사용하는 부분이 코드가 길어져 가독성을 해친다고 생각해서 메소드를 분리해봤는데 이렇게 진행하는 것이 일반적인지 궁금합니다.
또, 메소드를 분리하다보니 createStation 메소드가 이름이 겹쳐 의도치 않은 오버로딩이 되었는데요.
메소드 이름을 바꾸자니 의도를 명확하게 보여주기보다는 헷갈릴 만한 소지가 생긴다고 생각해서 일단 그대로 두었습니다.
이런 경우에는 공통으로 사용되는 (여기에서는 제가 분리한) 메소드들을 클래... | gharchive/pull-request | 2022-11-06T14:41:07 | 2025-04-01T04:57:41.818990 | {
"authors": [
"ohtaeg",
"ychxexn"
],
"repo": "next-step/atdd-subway-admin",
"url": "https://github.com/next-step/atdd-subway-admin/pull/830",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1615546561 | 🚀 1단계 - 경로 조회 타입 추가
안녕하세요, 이슬님. 1단계 미션 진행완료하여 리뷰 요청드립니다.
[개발 사항]
[x] 경로 조회 시 최소 시간 기준으로 조회할 수 있도록 기능을 추가하세요.
[x] 노선추가 & 구간 추가 시 거리와 함께 소요시간 정보도 추가하세요.
[x] 노선 등록 시, 소요 시간 정보를 보내도록 수정
[x] 구간 등록 시, 소요 시간 정보를 보내도록 수정
[x] 역과 역 사이에 구간을 등록할 시, 기존 구간의 소요 시간도 함께 변경해야함.
ex) 강남역 - 선릉역 (소요시간 8분), 새로운 구간 강남역 - 역삼역 (소요시간 3분) -... | gharchive/pull-request | 2023-03-08T16:18:45 | 2025-04-01T04:57:41.821848 | {
"authors": [
"cafitac"
],
"repo": "next-step/atdd-subway-fare",
"url": "https://github.com/next-step/atdd-subway-fare/pull/319",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
655115857 | Step0 수행해봤습니다
안녕하세요 리뷰어님 :) 스탭0 진행해보았습니다.
과제 진행하면서 mock을 이용하여 가짜 협력객체를 만들어 stubbing 할 때, 어떤 메소드를 stub할지 계속 구현해놓으신 코드를 보게 되어것 같아서 찝찝한 마음이 있었습니다. 이게 아무래도 이미 구현해놓으신 샘플코드가 있어서 더 그랬던 것일까요....?
아니면 원래 stub을 하려면 세부 구현에 의존할 수 밖에 없는 것인가요? 😭
stub을 하려면 세부 구현을 알아야만 할 수 있습니다, 지금 고민하시는 부분은 stub을 통해 편하게 테스트 해볼 수 있는 점을 경험해보며 찝찝함... | gharchive/pull-request | 2020-07-11T02:21:53 | 2025-04-01T04:57:41.823259 | {
"authors": [
"heesunjeong",
"junwoochoi"
],
"repo": "next-step/atdd-subway-path",
"url": "https://github.com/next-step/atdd-subway-path/pull/64",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1284749278 | [그럴듯한 인프라 만들기] STEP2 : 배포하기
java 경험이 없어서 조금 헤맸네요!
다음 주에는 step3 해보도록 노력하겠습니다 :D
말씀해주신 내용 해결했습니다 :D 감사합니다!
| gharchive/pull-request | 2022-06-26T00:03:11 | 2025-04-01T04:57:41.824346 | {
"authors": [
"JerryK026"
],
"repo": "next-step/infra-subway-deploy",
"url": "https://github.com/next-step/infra-subway-deploy/pull/685",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2568095723 | Bug: junit.xml not generated
Description of the issue
Description:
I have a multi-module project using workspaces. In the workspace cargo.toml I have a [profile.dev.junit] block giving a path for junit.xml. When I run cargo nextest run, it is successfully running the tests for the sub-module containing some tests, bu... | gharchive/issue | 2024-10-05T14:06:22 | 2025-04-01T04:57:42.179972 | {
"authors": [
"drdozer",
"sunshowers"
],
"repo": "nextest-rs/nextest",
"url": "https://github.com/nextest-rs/nextest/issues/1765",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2121503402 | 🛑 /getMusicFeed - Get music feed by URL or ID is down
In 7154768, /getMusicFeed - Get music feed by URL or ID (https://tiktok.nextpost.tech/getMusicFeed?query=7129970471625362182&cache_timeout=0&license_key=$API_KEY) was down:
HTTP code: 400
Response time: 5461 ms
Resolved: /getMusicFeed - Get music feed by URL ... | gharchive/issue | 2024-02-06T19:16:28 | 2025-04-01T04:57:42.263220 | {
"authors": [
"sergeykomlev"
],
"repo": "nextpost-tech/tiktok-status",
"url": "https://github.com/nextpost-tech/tiktok-status/issues/1805",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2430471919 | XIOS: Private methods for converting between strings and durations
We already have private methods for converting between strings and dates:
std::string convertXiosDatetimeToString(const cxios_date datetime, const bool isoFormat = true);
cxios_date convertStringToXiosDatetime(const std::string datetime, const bool is... | gharchive/issue | 2024-07-25T16:19:20 | 2025-04-01T04:57:42.264773 | {
"authors": [
"jwallwork23"
],
"repo": "nextsimhub/nextsimdg",
"url": "https://github.com/nextsimhub/nextsimdg/issues/628",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2709384840 | fix server deletion api, add issue templates
Fix https://github.com/nezhahq/nezha/issues/489
用户前端导流到 nezha-dash
用户前端导流到 nezha-dash
已经改了 看看
| gharchive/pull-request | 2024-12-01T15:33:18 | 2025-04-01T04:57:42.291499 | {
"authors": [
"naiba",
"uubulb"
],
"repo": "nezhahq/nezha",
"url": "https://github.com/nezhahq/nezha/pull/526",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
308919435 | Update for Dockerfile
This addresses issue #17 , and should provide a cleaner conda environment.
Aha cool - so the entire Dockerfile needed replacing! Sorry, I thought that #17 was just about adding the one conda clean command..
Ahhhh, wait - I did already do this in #12, I'm not going crazy 😛
I think your fork ... | gharchive/pull-request | 2018-03-27T10:56:20 | 2025-04-01T04:57:42.296178 | {
"authors": [
"apeltzer",
"ewels",
"sven1103"
],
"repo": "nf-core/cookiecutter",
"url": "https://github.com/nf-core/cookiecutter/pull/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
123316852 | Running on Windows
Hello!
How can I start on bootup in Windows?
How start, stop, restart and control status?
Joachim
@Joey-1970: You can create a start skript over a bacht file. I have write a tool to start Homebridge "invisible" on windows.
What do you mean by: How to start, stop, restart and control status?
Greet... | gharchive/issue | 2015-12-21T16:56:47 | 2025-04-01T04:57:42.312301 | {
"authors": [
"Joey-1970",
"PatcherMustermann"
],
"repo": "nfarina/homebridge",
"url": "https://github.com/nfarina/homebridge/issues/433",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2367044172 | Are the priors in the gamma_model.stan truncated?
In https://github.com/nfidd/nfidd/blob/459d1bfcc5424a1e36f193ce7a575fc8d7ee48cd/sessions/R-Stan-and-statistical-concepts.qmd#L154, you state that the priors are truncated. I thought they would be if they were defined using T[] like here https://github.com/nfidd/nfidd/... | gharchive/issue | 2024-06-21T18:21:33 | 2025-04-01T04:57:42.345220 | {
"authors": [
"jamesmbaazam",
"sbfnk"
],
"repo": "nfidd/nfidd",
"url": "https://github.com/nfidd/nfidd/issues/197",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
542345583 | Release/5.3.0
Add new functionality to inject custom tags string in the head through HelmetsOpenedVisor element.
This closes #323 .
I've rebased it here instead of https://github.com/nfl/react-helmet/pull/496 .
Looks like something wrong with test/build environment. I've passed all local tests successfully. @KraigW... | gharchive/pull-request | 2019-12-25T13:53:26 | 2025-04-01T04:57:42.347047 | {
"authors": [
"kokushkin"
],
"repo": "nfl/react-helmet",
"url": "https://github.com/nfl/react-helmet/pull/497",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1653500007 | XCP VM tools
VM tools are not getting installed for XCP/XenServer nodes.
CLOSING: These are being installed but XenCenter seems to report that they aren't installed for more advanced CPUs with better virtualization capabilities.
Have yet another look at this.
Required XenServerImageHost changes:
[ ] There's no... | gharchive/issue | 2023-04-04T09:16:02 | 2025-04-01T04:57:42.349923 | {
"authors": [
"jefflill",
"marcusbooyah"
],
"repo": "nforgeio/neonKUBE",
"url": "https://github.com/nforgeio/neonKUBE/issues/1761",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
429874894 | WIP: fix antimeridian queries via second r-tree
Add a second r-tree indexed with extents in the range [0, 360] and use that r-tree when the extent query crosses the antimeridian.
resolves #468
This is marked as WIP because it should not be merged until it is compared with the other solution PR.
Closing because we... | gharchive/pull-request | 2019-04-05T18:07:38 | 2025-04-01T04:57:42.415793 | {
"authors": [
"wallw-bits"
],
"repo": "ngageoint/opensphere",
"url": "https://github.com/ngageoint/opensphere/pull/469",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2038830097 | Specify supported njs version.
https://unit.nginx.org/scripting/
Warning
Unit 1.31+ doesn’t support pre-0.8 njs [versions](https://nginx.org/en/docs/njs/changes.html); please update.
Because of the change of njs 0.8.2, Unit doesn't support this version, it looks like we need to specify which versions we support.
... | gharchive/issue | 2023-12-13T02:13:38 | 2025-04-01T04:57:42.426311 | {
"authors": [
"Dean-Coakley",
"hongzhidao"
],
"repo": "nginx/unit-docs",
"url": "https://github.com/nginx/unit-docs/issues/72",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
218269467 | [enhancement] any plans to make it for real-time dev?
Do you have any plans to do it for real time developing?
At the moment it takes too much time for compiling new bundles and serving in a browser.
I think all of us wants to see best performance in building and new nice features like HMR, etc. (what we see in @Angu... | gharchive/issue | 2017-03-30T17:25:16 | 2025-04-01T04:57:42.455377 | {
"authors": [
"IPRIT",
"MuhammadShaban",
"fulls1z3",
"wozniakm"
],
"repo": "nglibs/universal-example-app",
"url": "https://github.com/nglibs/universal-example-app/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1105911210 | Add Abbrevation option to gender
Description
gender({ abbrev: true }) // F M
Proposed solution
No response
Alternatives considered
No response
Do you want to create a pull request?
No
I would like to do, can you tell me where in the code, we have to add this
https://github.com/ngneat/falso/blob/main/packages/fals... | gharchive/issue | 2022-01-17T14:16:00 | 2025-04-01T04:57:42.462377 | {
"authors": [
"NetanelBasal",
"RishiKumarRay",
"dsa0x",
"michaelxvoelker"
],
"repo": "ngneat/falso",
"url": "https://github.com/ngneat/falso/issues/50",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1376858944 | Multiple allowed IPs not in the wg config
If I add multiple Allowed IPs for a client, I only can see first one appears in the config
However if I add a second one to the field "Extra Allowed IPs" it works, but I don't see it on the web page only "Allowed IPs"
this Bug already exists!!
| gharchive/issue | 2022-09-17T19:47:58 | 2025-04-01T04:57:42.467015 | {
"authors": [
"einbit",
"vlad-infra-admin"
],
"repo": "ngoduykhanh/wireguard-ui",
"url": "https://github.com/ngoduykhanh/wireguard-ui/issues/226",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2164988214 | Added items
Added assorted barrows items, Changed Dart animation, Added dragon knife special attack and lastly blazing blowpipe + venator bow. Sorry about that
I forgot to push the darts change as well whenever i restarted it
Can you squash this into one commit and get rid of the 3 "changed darts as well" commits... | gharchive/pull-request | 2024-03-02T21:40:18 | 2025-04-01T04:57:42.468512 | {
"authors": [
"BillsLate",
"ngraves95"
],
"repo": "ngraves95/attacktimer",
"url": "https://github.com/ngraves95/attacktimer/pull/38",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
768341464 | Timing issue - with Validator & Change Expression
I've got 2 fields, A - with a validation fn & B - with a change expression.
On change A - triggers B's change expression
I need A's validation fn to wait for B's change expression to complete - as A needs the latest value from B.
Is there a way to control the timing s... | gharchive/issue | 2020-12-16T00:40:49 | 2025-04-01T04:57:42.485511 | {
"authors": [
"aitboudad",
"warrendodsworth"
],
"repo": "ngx-formly/ngx-formly",
"url": "https://github.com/ngx-formly/ngx-formly/issues/2627",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
340679253 | Ionic pro - deploy
We are looking to setup ionic pro within our project but we are having a few issues. Has anyone had any luck with this?
The issues we have faced are due to the folder structure. Ionic looks for src/app/main.ts but it is actually in src/main.ts. I am not able to find any configuration settings for t... | gharchive/issue | 2018-07-12T15:06:43 | 2025-04-01T04:57:42.488847 | {
"authors": [
"mhuntley",
"sinedied"
],
"repo": "ngx-rocket/generator-ngx-rocket",
"url": "https://github.com/ngx-rocket/generator-ngx-rocket/issues/340",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
299698341 | MissingTranslationHandler fires even when there is a translation available
I'm submitting a ... (check one with "x")
[x] bug report => check the FAQ and search github for a similar issue or PR before submitting
[ ] support request => check the FAQ and search github for a similar issue before submitting
[ ] feature r... | gharchive/issue | 2018-02-23T12:38:21 | 2025-04-01T04:57:42.492451 | {
"authors": [
"CodeAndWeb",
"chrillewoodz"
],
"repo": "ngx-translate/core",
"url": "https://github.com/ngx-translate/core/issues/801",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
891172826 | Subscriptions are failing to update (Windows/Flutter)
This was originally reported by @escamoteur via Discord.
After running the software, leaving it for a bit and coming back, subscriptions were no longer updating, and mutations hang.
I'm attempting to reproduce now.
I have been unable to reproduce on macOS, using... | gharchive/issue | 2021-05-13T16:10:27 | 2025-04-01T04:57:42.532884 | {
"authors": [
"seyaobey-dev",
"shyndman"
],
"repo": "nhost/nhost-dart",
"url": "https://github.com/nhost/nhost-dart/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2393167759 | 🛑 Core is down
In a03f25a, Core ($CORE_URL) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Core is back up in 45422c4 after 12 minutes.
| gharchive/issue | 2024-07-05T21:37:04 | 2025-04-01T04:57:42.536841 | {
"authors": [
"nhs-work"
],
"repo": "nhs-work/test-upptime",
"url": "https://github.com/nhs-work/test-upptime/issues/1608",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
238505617 | :globe_with_meridians: Remove opening times and fix lon/lat
I've also made the output alphabetised.
:rocket: deployment of profiles succeeded (http://profiles-pr-171.dev.beta.nhschoices.net)
| gharchive/pull-request | 2017-06-26T10:47:14 | 2025-04-01T04:57:42.538062 | {
"authors": [
"c2s-dev",
"st3v3nhunt"
],
"repo": "nhsuk/profiles",
"url": "https://github.com/nhsuk/profiles/pull/171",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1373234530 | Update licenses, packages, other docs in repo for open source usage
😯 Problem to Solve
Updates are needed to get our repo ready for being a public repo
💁 Proposed Solution/Tasks
[ ] Update repo to use an MIT license
[ ] Update package.json files license field correctly
[ ] Source code files have comments describin... | gharchive/issue | 2022-09-14T15:59:15 | 2025-04-01T04:57:42.546096 | {
"authors": [
"jattasNI",
"nate-ni",
"rajsite"
],
"repo": "ni/nimble",
"url": "https://github.com/ni/nimble/issues/740",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
567932520 | race condition fix
get_current_frames() can crash because the list of active threads can change between calling threading.enumerate() and later sys._current_frames()
Following is one way to refactor to avoid that crash. Basically, the thread has to exist in both sets of data to qualify to be returned from the functio... | gharchive/issue | 2020-02-19T23:49:05 | 2025-04-01T04:57:42.548502 | {
"authors": [
"niccokunzmann",
"remdragon"
],
"repo": "niccokunzmann/hanging_threads",
"url": "https://github.com/niccokunzmann/hanging_threads/issues/89",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
321957497 | 在Mac下使用多个SSH key | 天意人间舫
https://blog.lovejade.cn/2016/01/27/ssh-mac.html
ssh 准备连接远程服务器却遭提示 Permission denied (publickey) , 这是由于您没有将公钥( publickey ) 添加到本地 ssh 环境造成的,或者是由于多日未 进行ssh 登录操作,本地 publickey 失效造成的。我的mac os x 环境隔几天没有登录ssh 就会报 “Permission denied ” 啦。只要 使用 ssh-add 命令再次添加一下公钥即可。
| gharchive/issue | 2018-05-10T14:43:20 | 2025-04-01T04:57:42.559885 | {
"authors": [
"nicejade"
],
"repo": "nicejade/nicejade.github.io",
"url": "https://github.com/nicejade/nicejade.github.io/issues/15",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2229674488 | Wands fail at very large world coordinates
Note: I'm writing this up for a patron of AoF7... English is their second language and are not comfortable in it.
At very large distances, the holograms the wands draw to preview where blocks will be placed get wonky and "wavy"... animatedly so. It becomes difficult to accur... | gharchive/issue | 2024-04-07T10:02:26 | 2025-04-01T04:57:42.563525 | {
"authors": [
"SubordinalBlue",
"nicguzzo"
],
"repo": "nicguzzo/wands",
"url": "https://github.com/nicguzzo/wands/issues/53",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
340287461 | Update binaries to 0.12.5 version
Hi @nicholasklick! Here is updated versions of binaries. Initially the PR was requests from https://github.com/nicholasklick/wkhtmltoimage-binary/issues/12, but since it won't fix the problem of the issue I'm not sure if we should close the issue.
Thanks for this. I will try to rev... | gharchive/pull-request | 2018-07-11T15:13:12 | 2025-04-01T04:57:42.565193 | {
"authors": [
"AmirMingaliev",
"nicholasklick",
"ziaulrehman40"
],
"repo": "nicholasklick/wkhtmltoimage-binary",
"url": "https://github.com/nicholasklick/wkhtmltoimage-binary/pull/13",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1284699119 | 🛑 Authinator is down
In 2b04ee5, Authinator (https://www.authinator.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Authinator is back up in 1d1ba2e.
| gharchive/issue | 2022-06-25T19:52:56 | 2025-04-01T04:57:42.567446 | {
"authors": [
"nickadam"
],
"repo": "nickadam/status",
"url": "https://github.com/nickadam/status/issues/409",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
243943470 | run python script telegram bot with webhook
I'm writing a telegram bot by python telepot package.I used getupdate method, so I want to use webhook method ,how can i do it?
I can set webhook another script that is very simple on my host, but i dont know how convert getupdate to webhook.i use telepot.
For webhook us... | gharchive/issue | 2017-07-19T07:12:59 | 2025-04-01T04:57:42.580775 | {
"authors": [
"Duiesel",
"nickoala",
"samira4237"
],
"repo": "nickoala/telepot",
"url": "https://github.com/nickoala/telepot/issues/266",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
158681717 | anyof syntax
I am trying to validate a list of different dicts.
Can't seem to find it in the docs. So I hope I put it here....
Trying to validate the following:
{
"products": [
{
"title": "test"
},
{
"name": 1
}]
}
But below schema don't work.
schema1 = {
'products': {'type': ... | gharchive/issue | 2016-06-06T13:46:05 | 2025-04-01T04:57:42.588657 | {
"authors": [
"sander76"
],
"repo": "nicolaiarocci/cerberus",
"url": "https://github.com/nicolaiarocci/cerberus/issues/243",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
372332466 | Return the selected attribute names using clickCallback
Hi there,
I'm trying to return the attribute names using clickCallback - i.e. when you click on a cell it returns the Column and Row titles that particular cell belongs to. Is there anyway of doing this?
Thank you,
Kind Regards,
Dan
Sorry I figured it out usin... | gharchive/issue | 2018-10-21T16:31:33 | 2025-04-01T04:57:42.609191 | {
"authors": [
"DaveSimmons1234"
],
"repo": "nicolaskruchten/pivottable",
"url": "https://github.com/nicolaskruchten/pivottable/issues/1030",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
496646394 | Allow Laravel 6.0
As there is no breaking change for illuminate/database from 5 to 6, allowing Laravel 6.0 is OK
please merge this
Hi @veneliniliev for the record, for now I use my fork, you can use it too. I will keep it until it's merged:
composer.json
"repositories": [
{
"type": "vcs",
... | gharchive/pull-request | 2019-09-21T11:34:23 | 2025-04-01T04:57:42.610729 | {
"authors": [
"kylekatarnls",
"veneliniliev"
],
"repo": "nicolaslopezj/searchable",
"url": "https://github.com/nicolaslopezj/searchable/pull/203",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.