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 |
|---|---|---|---|---|---|
936377462 | Responsive issues
[x] User card username too long
[x] Post item content too long
Done
| gharchive/issue | 2021-07-04T04:54:33 | 2025-04-01T04:57:42.611748 | {
"authors": [
"nicolasparada"
],
"repo": "nicolasparada/nakama",
"url": "https://github.com/nicolasparada/nakama/issues/47",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
438005380 | events.endTurn() doesn't work with multiplayer: local
I'm trying to get Local Master multiplayer working, looking at
https://boardgame.io/#/multiplayer
In the version in the codesandbox,
the onClick handler for the TicTacToeBoard is
onClick(id) { if (this.isActive(id)) { this.props.moves.clickCell(id); } }... | gharchive/issue | 2019-04-28T02:48:58 | 2025-04-01T04:57:42.621986 | {
"authors": [
"nicolodavis",
"peelin"
],
"repo": "nicolodavis/boardgame.io",
"url": "https://github.com/nicolodavis/boardgame.io/issues/388",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
250908324 | [Pseudo Code] Catch Kappa Instances
Catches kappa regardless of position in the string.
IT BROKE THE DAMN BOT LMAO
| gharchive/pull-request | 2017-08-17T11:10:51 | 2025-04-01T04:57:42.643416 | {
"authors": [
"Celestz",
"nightbox69"
],
"repo": "nightbox69/nightbot96",
"url": "https://github.com/nightbox69/nightbot96/pull/2",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
1720974818 | The calculation of state_mean and state_std in d4rl_info.py
Hello there, we are currently trying to use the code to give some other dataset a go, like walker2d-random-v2. So we would like to kindly ask how state_mean and state_std in d4rl_info are calculated, or whether there is any open data for these values. Thank ... | gharchive/issue | 2023-05-23T01:26:58 | 2025-04-01T04:57:42.674028 | {
"authors": [
"justcrossheaven",
"nikhilbarhate99"
],
"repo": "nikhilbarhate99/min-decision-transformer",
"url": "https://github.com/nikhilbarhate99/min-decision-transformer/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
452086834 | Tagset
Hi,
what is the full tagset used by the parser?
Thanks!
We use the Penn Treebank to train -- here is one page that explains the labels used: http://www.surdeanu.info/mihai/teaching/ista555-fall13/readings/PennTreebankConstituents.html
You can also access parser._label_vocab and parser._tag_vocab (for the new... | gharchive/issue | 2019-06-04T16:13:57 | 2025-04-01T04:57:42.688349 | {
"authors": [
"bustrofedico",
"nikitakit"
],
"repo": "nikitakit/self-attentive-parser",
"url": "https://github.com/nikitakit/self-attentive-parser/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
295007747 | onclone callback removed?
Has the onclone callback removed? If yes, what's the recommended way of manipulating the cloned document?
JSFiddle: http://jsfiddle.net/w8woox8c/3/
Specifications:
html2canvas version tested with: 1.0.0-alpha.9
Browser & version: Chrome 63
Operating system: Windows 8, Ubuntu 17.10
Any n... | gharchive/issue | 2018-02-07T05:01:54 | 2025-04-01T04:57:42.695147 | {
"authors": [
"JasonTheAdams",
"agiratech-vigneshm",
"emahuni",
"erensertkaya",
"markokoleznik",
"moettinger",
"sagrawal-idrc"
],
"repo": "niklasvh/html2canvas",
"url": "https://github.com/niklasvh/html2canvas/issues/1434",
"license": "MIT",
"license_type": "permissive",
"lice... |
185424609 | Laravel 5.3 compatibility added
I tested this with Laravel 5.3.21.
I tested this via a patch file on some basic functionality in a Laravel v5.3.19 project and didn't have any issues.
The unit tests for this are failing because of the differences between Laravel 5.2 & 5.3, have a look at the changes on my latest c... | gharchive/pull-request | 2016-10-26T15:17:10 | 2025-04-01T04:57:42.720801 | {
"authors": [
"Stubbs",
"aethr",
"dneckel",
"mspiderv"
],
"repo": "nilportugues/laravel5-jsonapi",
"url": "https://github.com/nilportugues/laravel5-jsonapi/pull/108",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
653307279 | Package structure issue
I've received this warning during an installation
Downloading https://github.com/nim-appkit/values using git Warning: Package 'values' has an incorrect structure. The top level of the package source directory should contain at most one module, named 'values.nim', but a file named 'values_te... | gharchive/issue | 2020-07-08T13:40:26 | 2025-04-01T04:57:42.722967 | {
"authors": [
"theduke",
"vulogov"
],
"repo": "nim-appkit/values",
"url": "https://github.com/nim-appkit/values/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1615979196 | Implement new package scanner
Changes to the original package scanner:
Can compare two package lists and only check the modified packages.
Checking the availability of URLs is now a runtime option.
Checks not just the web URL for availability but also docs and download URLs.
All URLs are ensured to be https.
License... | gharchive/pull-request | 2023-03-08T21:35:38 | 2025-04-01T04:57:42.729358 | {
"authors": [
"Araq",
"Yepoleb",
"ringabout"
],
"repo": "nim-lang/packages",
"url": "https://github.com/nim-lang/packages/pull/2532",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
197314586 | Fix buffering in extractFile
Fixes #14
Changed following @Araq's suggestion
| gharchive/pull-request | 2016-12-23T05:21:34 | 2025-04-01T04:57:42.730270 | {
"authors": [
"nigredo-tori"
],
"repo": "nim-lang/zip",
"url": "https://github.com/nim-lang/zip/pull/15",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1707145746 | [gh385] Minify the CSS and JS for production build
close #385
What happened 👀
We customize the build process between development and production, as we want the production build to be as minimal as possible.
Insight 📝
With JS, we config the esbuild configuration:
Add minify option to be true in the case we don't ha... | gharchive/pull-request | 2023-05-12T07:56:51 | 2025-04-01T04:57:42.742902 | {
"authors": [
"malparty",
"sanG-github",
"tyrro"
],
"repo": "nimblehq/rails-templates",
"url": "https://github.com/nimblehq/rails-templates/pull/405",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1514318026 | install_debian: Cleanup and add Linux Mint
TODO: Merge install_debian with main install script.
@windowz414 done with ❤️
| gharchive/pull-request | 2022-12-30T07:45:48 | 2025-04-01T04:57:42.746270 | {
"authors": [
"nimsandu",
"windowz414"
],
"repo": "nimsandu/spicetify-bloom",
"url": "https://github.com/nimsandu/spicetify-bloom/pull/144",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
599033239 | Any way to ask ninja to prioritise a file in compile order?
(Asked the same question over at cmake, and it was suggested I look to ninja.)
I was pointed at an old (open) issue. I'm not sure if it applies directly to what I'm asking or if anything was implemented.
I have a large project with many, many files.
One file... | gharchive/issue | 2020-04-13T17:51:06 | 2025-04-01T04:57:42.769201 | {
"authors": [
"asmaloney",
"jhasse"
],
"repo": "ninja-build/ninja",
"url": "https://github.com/ninja-build/ninja/issues/1761",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
611324822 | More accessible coloring on Team Scores
#redScore and #blueScore now have background colors for the teams, as the fonts being the colors are difficult to differentiate on poorly calibrated monitors.
I just did this as a "first pass" since it personally affected some of the people I played with.
Assuming you want so... | gharchive/pull-request | 2020-05-03T03:41:27 | 2025-04-01T04:57:42.771224 | {
"authors": [
"dlinning"
],
"repo": "ninjabunny/KodeNames",
"url": "https://github.com/ninjabunny/KodeNames/pull/32",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1719586222 | [RESOLVED] High ICMP ping response time
Problem started at 08:25:14 on 2023.05.22
Problem name: High ICMP ping response time
Host: MF-FG
Severity: Warning
Operational data: Value: 695ms
Original problem ID: 21551
Event details in Zabbix: http://192.168.232.99/tr_events.php?triggerid=23132&eventid=21551
Problem has ... | gharchive/issue | 2023-05-22T12:25:19 | 2025-04-01T04:57:42.780728 | {
"authors": [
"ninpartners"
],
"repo": "ninpartners/gu_uptime",
"url": "https://github.com/ninpartners/gu_uptime/issues/822",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
913147095 | throw exceptions while reading picture position from Excel (2.4.1-2.5.3)
test-Pic.xlsx
进过进一步的测试,发现从Excel中复制的图片时,报以上错误。从其他地方复制或剪切的图片或从文件中加载的图片正常。
#403
The answer to your question exists in xl/drawings/drawing1.xml. This is an onecellanchor block.
if you want to get the exact position of a picture, you have t... | gharchive/issue | 2021-06-07T06:19:14 | 2025-04-01T04:57:42.813869 | {
"authors": [
"dragon-p",
"tonyqus"
],
"repo": "nissl-lab/npoi",
"url": "https://github.com/nissl-lab/npoi/issues/571",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1228819838 | Any way to change smart plug "In Use" threshold?
Basically, I have a consumer that uses the smart plug and while it's on sleep mode sometimes I'm getting InUse=true, maybe because of the power supply drawing higher current on some random points. I believe it's drawing less than it's on.
this isUse value affects my au... | gharchive/issue | 2022-05-08T07:52:35 | 2025-04-01T04:57:42.825127 | {
"authors": [
"nitaybz",
"tamir61"
],
"repo": "nitaybz/homebridge-switcher-platform",
"url": "https://github.com/nitaybz/homebridge-switcher-platform/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1644716962 | add open telemetry tracing
Closes: https://github.com/nitrictech/node-sdk/issues/149
Codecov Report
Patch coverage: 87.42% and project coverage change: +0.08 :tada:
Comparison is base (13a77b3) 85.81% compared to head (b8e447f) 85.90%.
:exclamation: Current head b8e447f differs from pull request most recent head... | gharchive/pull-request | 2023-03-28T22:04:01 | 2025-04-01T04:57:42.841039 | {
"authors": [
"HomelessDinosaur",
"codecov-commenter"
],
"repo": "nitrictech/node-sdk",
"url": "https://github.com/nitrictech/node-sdk/pull/170",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
621350131 | How can I override the normal controls?
I'm trying to change how the save button looks in the editor but I simply can't find a way where I could just override the Save icon.
I'm trying to build a customControl but the props returned don't suit what I need to do. All I need is to have the same behavior as the Save but... | gharchive/issue | 2020-05-19T23:30:55 | 2025-04-01T04:57:42.846050 | {
"authors": [
"Kauyumari",
"niuware"
],
"repo": "niuware/mui-rte",
"url": "https://github.com/niuware/mui-rte/issues/121",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1702953841 | Revert #16
Somehow #16 makes cargo test unstopped.
Issued: https://github.com/laysakura/beam/issues/17
I revert #16 for now.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
[ ] Choose reviewer(s) and mention them in a comment (R: @username).
[ ] Me... | gharchive/pull-request | 2023-05-10T01:14:27 | 2025-04-01T04:57:42.853649 | {
"authors": [
"laysakura"
],
"repo": "nivaldoh/beam",
"url": "https://github.com/nivaldoh/beam/pull/28",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2539816411 | plugins/avante: init
Add support for avante.nvim, an AI companion plugin.
cc @synthe102 for testing
Fixes #2096
@mergifyio queue
Thanks for the review !
Has anyone tested the diff bindings ? Can't get them to work
| gharchive/pull-request | 2024-09-20T23:36:18 | 2025-04-01T04:57:42.866402 | {
"authors": [
"GaetanLepage",
"elythh"
],
"repo": "nix-community/nixvim",
"url": "https://github.com/nix-community/nixvim/pull/2285",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1190859153 | 先决条件
[x] 我已尝试更新模板版本
[X] 我已检索模板手册
[X] 我已检索项目 wiki
[X] 我已确认这个请求没有在其他 issues中提出过。
现有模板的不便之处
为了避免页眉出现文字重叠的问题,我使用了模板中的短标题功能。
\section[短标题]{这是我非常非常非常非常完整的标题}
但也因此导致目录显示了短标题而难以表达其原有含义。
提出可能的解决方案
是否可采用文档选项或者其它形式使用户可选择目录使用完整标题呢?
提出考虑过的方案
No response
额外信息
No response
需要修改 \chapter、\section 等命令的底层实现。
清华这边的格式允许页眉换行(ht... | gharchive/issue | 2022-04-03T08:26:32 | 2025-04-01T04:57:42.875787 | {
"authors": [
"atxy-blip",
"vill-jiang",
"zepinglee"
],
"repo": "nju-lug/NJUThesis",
"url": "https://github.com/nju-lug/NJUThesis/issues/119",
"license": "LPPL-1.3c",
"license_type": "permissive",
"license_source": "github-api"
} |
224105353 | Added new library 'prop-types'
#33
I suggest to make all these changes in one PR, there is no need to split it to multiple =)
sorry, I just made the changes in the online editor and there did not seem to be a way to merge the patches into on PR
You can choose your patch branch and edit more files.
updated #37... | gharchive/pull-request | 2017-04-25T11:26:09 | 2025-04-01T04:57:42.878888 | {
"authors": [
"aribronstein",
"nkbt"
],
"repo": "nkbt/react-page-click",
"url": "https://github.com/nkbt/react-page-click/pull/36",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
225977625 | Webpack v2 support
Add support for resolve.modules.
Supersedes #39.
@nkt Can you take a look ?
Thanks!
| gharchive/pull-request | 2017-05-03T12:59:57 | 2025-04-01T04:57:42.888946 | {
"authors": [
"MatthieuLemoine",
"nkt"
],
"repo": "nkt/atom-autocomplete-modules",
"url": "https://github.com/nkt/atom-autocomplete-modules/pull/64",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1223036903 | EEPROM not written to flash anymore
The simulated EEPROM seems to be written to flash no longer.
Parameters revert to older values after a reset of the device.
These older values were written at some point, so writing to flash used to work.
Suggestion: write small FW to just read/write single value to flash, to verif... | gharchive/issue | 2022-05-02T15:38:52 | 2025-04-01T04:57:42.896169 | {
"authors": [
"loostrum"
],
"repo": "nlesc-recruit/PowerSensor3",
"url": "https://github.com/nlesc-recruit/PowerSensor3/issues/40",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
415766613 | Repository is almost 450MB
The size of this repository is 436MB unpacked (although the download is 'only' ~150MB), which is insane for a tiny JSON parsing library. There are multiple cases where (IMO) the size can be trimmed down massively without actually impacting the repo.
The .git directory is 178MB, likely since... | gharchive/issue | 2019-02-28T18:39:29 | 2025-04-01T04:57:42.898197 | {
"authors": [
"nlohmann",
"toomanybananas"
],
"repo": "nlohmann/json",
"url": "https://github.com/nlohmann/json/issues/1497",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
584396793 | Build error when modify value
Hi, all
When build code ,got this error: ,bug use g++ -fpermissive test.cpp can build success and work success, how to fix this bug
The follow is my code :
`
#include
#include
#include <nlohmann/json.hpp>
using namespace nlohmann;
int main()
{
constexpr auto jsfile = "/home/parallels... | gharchive/issue | 2020-03-19T13:03:50 | 2025-04-01T04:57:42.902697 | {
"authors": [
"FrankRenn"
],
"repo": "nlohmann/json",
"url": "https://github.com/nlohmann/json/issues/1998",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
775331613 | Allow parsing from std::byte containers
Fixes the lexer to read from containers of std::byte.
Closes #2546.
Todo:
[ ] add regression test
Coverage remained the same at 100.0% when pulling 5dd06714b13b375acdc987b9261679d0c331b9ed on std_bytes into dfedefb99369dabc86e307ba7edaeb4e9116720d on develop.
| gharchive/pull-request | 2020-12-28T10:37:24 | 2025-04-01T04:57:42.905219 | {
"authors": [
"coveralls",
"nlohmann"
],
"repo": "nlohmann/json",
"url": "https://github.com/nlohmann/json/pull/2550",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
261135264 | nist_score vs bleu_score's SmoothingFunction.method3
The 3.2.5 release introduced the nltk.translate.nist_score module, but I was under the impression that the BLEU score using nltk.translate.bleu_score.SmoothingFunction.method3() for smoothing was the NIST metric, as its docstring says "NIST geometric sequence smoot... | gharchive/issue | 2017-09-27T22:16:35 | 2025-04-01T04:57:42.915395 | {
"authors": [
"alvations",
"goodmami"
],
"repo": "nltk/nltk",
"url": "https://github.com/nltk/nltk/issues/1842",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2045231703 | feat: getcharid and getguildinfo base command
Description
Implementing missing features for Kafra NPC.
To-do
[x] cutin
[ ] percentheal
[ ] viewpoint
[x] implode
[ ] countitem
[ ] delitem
[ ] basicskillcheck
[ ] getskilllv
[x] getcharid
[ ] getguildinfo
[ ] savepoint
[ ] emotion
[ ] logmes
@nmeylan There's any eas... | gharchive/pull-request | 2023-12-17T14:03:30 | 2025-04-01T04:57:42.930907 | {
"authors": [
"DanielHe4rt",
"nmeylan"
],
"repo": "nmeylan/rust-ro",
"url": "https://github.com/nmeylan/rust-ro/pull/36",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1140121346 | Add error for range of month inputs (must be 1.0 - 12.99)
Thanks Ian, for pointing this out!!
Ian wrote:
The User Manual has example month inputs including "spawning biomass is calculated at this time of year (1.5 means January 15)", "Survey timing is now cruise-specific and specified in units of months (e.g., April ... | gharchive/issue | 2022-02-16T14:50:43 | 2025-04-01T04:57:42.940830 | {
"authors": [
"Rick-Methot-NOAA",
"k-doering-NOAA"
],
"repo": "nmfs-stock-synthesis/stock-synthesis",
"url": "https://github.com/nmfs-stock-synthesis/stock-synthesis/issues/262",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
687268334 | How do you make a bounded up-down counter without modulo?
Modulo operators for negative numbers are a known issue, and the operator is not implemented on stable.
What is the work around for a decrement to underflow around an arbitrary bounds?
This test shows the modulo producing strange results on decrement that disa... | gharchive/issue | 2020-08-27T14:01:32 | 2025-04-01T04:57:42.944373 | {
"authors": [
"BrettRD",
"DaKnig",
"whitequark"
],
"repo": "nmigen/nmigen",
"url": "https://github.com/nmigen/nmigen/issues/492",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
727734169 | Fix {r,w}_level in AsyncFIFOBuffered
This Fixes #485 as per discussion in https://freenode.irclog.whitequark.org/glasgow/2020-10-22#1603367304-1603369561
This should be rebased onto master now (which includes the other PR)
Thanks!
| gharchive/pull-request | 2020-10-22T21:30:28 | 2025-04-01T04:57:42.946081 | {
"authors": [
"anuejn",
"whitequark"
],
"repo": "nmigen/nmigen",
"url": "https://github.com/nmigen/nmigen/pull/512",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2706756013 | feat/starlark scripting
Starlark Scripting Support:
Added Starlark scripting support to the project.
Updated scripting/scripting.go to include functions for running Starlark programs and handling Starlark scripts.
Added a new file scripting/starlark_wrapper.go to define Starlark built-ins and helper functions for co... | gharchive/pull-request | 2024-11-30T06:09:32 | 2025-04-01T04:57:42.956336 | {
"authors": [
"nmondal",
"sanjayJ369"
],
"repo": "nmondal/goscow",
"url": "https://github.com/nmondal/goscow/pull/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
43233934 | Linechart: Dataset labels and highlight colors
Great library, not sure if this has been mentioned before but I noticed two things when adding data to a empty line chart:
Dataset labels are not available in the points themselves, meaning I can't make use of them in the tooltip template. I have to iterate through all ... | gharchive/issue | 2014-09-19T12:43:07 | 2025-04-01T04:57:42.964153 | {
"authors": [
"Maxdw",
"derekperkins"
],
"repo": "nnnick/Chart.js",
"url": "https://github.com/nnnick/Chart.js/issues/636",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1079250268 | [API] Add layer visitor for the model
Dependency of the PR
Commits to be reviewed in this PR
[API] Add layer visitor for the model
This patch add visitor for the model api
Self evaluation:
Build test: [X]Passed [ ]Failed [ ]Skipped
Run test: [X]Passed [ ]Failed [ ]Skipped
Signed-off-by: Jihoon Lee jhoon.it.lee@sams... | gharchive/pull-request | 2021-12-14T03:00:38 | 2025-04-01T04:57:42.967844 | {
"authors": [
"taos-ci",
"zhoonit"
],
"repo": "nnstreamer/nntrainer",
"url": "https://github.com/nnstreamer/nntrainer/pull/1788",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1830969846 | [FIX] modified for checking weight grad
This path checks requested memory is weight gradient which information will be used for planning.
:memo: TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #2264. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your P... | gharchive/pull-request | 2023-08-01T10:35:05 | 2025-04-01T04:57:42.969971 | {
"authors": [
"jihochu",
"taos-ci"
],
"repo": "nnstreamer/nntrainer",
"url": "https://github.com/nnstreamer/nntrainer/pull/2264",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
661501970 | [activation] Move activation functions to activation file
Move activation operator functions to activation file as static members
Rename sigmoidePrime to sigmoid Prime
Signed-off-by: Parichay Kapoor pk.kapoor@samsung.com
:memo: TAOS-CI Version: 1.4.20191203. Thank you for submitting PR #339. Please a submit 1commit... | gharchive/pull-request | 2020-07-20T07:56:39 | 2025-04-01T04:57:42.973454 | {
"authors": [
"kparichay",
"taos-ci"
],
"repo": "nnstreamer/nntrainer",
"url": "https://github.com/nnstreamer/nntrainer/pull/339",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
877546282 | Include asymmetric parametric wind capability
Include asymmetric parametric wind capability
@pvelissariou1
Please update this issue following our meeting today.
[ ] validation test case for ADC+PAHM through nupoc caps for Sandy
[ ] symmetric and asymmetric runs
[ ] validation maxelev against HWM
[ ] ti... | gharchive/issue | 2021-05-06T14:15:29 | 2025-04-01T04:57:42.984807 | {
"authors": [
"pvelissariou1",
"saeed-moghimi-noaa"
],
"repo": "noaa-ocs-modeling/PaHM",
"url": "https://github.com/noaa-ocs-modeling/PaHM/issues/1",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
96641931 | Debugger window cuts off top (debugger toolbar and first few lines not visible)
I just restarted my machine because of an update and suddenly the debugger window will not display the debug tools (pause, step over etc.) and the top of my source file is not visible even when scrolled to the top. Please see attachment. ... | gharchive/issue | 2015-07-22T19:08:28 | 2025-04-01T04:57:43.034217 | {
"authors": [
"CodeFred",
"akras14",
"asgerhallas",
"bigeasy",
"chk-",
"ghendricks",
"juuxstar",
"mnaughto",
"roysG",
"tlancina"
],
"repo": "node-inspector/node-inspector",
"url": "https://github.com/node-inspector/node-inspector/issues/699",
"license": "bsd-2-clause",... |
2427503327 | v5.1AuthorizationOptions.scopeBreaking Change
related: #305, #306
Version 5.1 changed the accepted type of AuthorizationOptions.scope from string[] to string, which is a breaking change.
introduced in #267
The only sensible approach is to accept both strings and arrays of strings for this argument.
Resolved by #3... | gharchive/issue | 2024-07-24T12:49:38 | 2025-04-01T04:57:43.037133 | {
"authors": [
"Lordfirespeed",
"dhensby",
"jankapunkt"
],
"repo": "node-oauth/node-oauth2-server",
"url": "https://github.com/node-oauth/node-oauth2-server/issues/307",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
741357502 | Add message catalog for Japanese translation
I added the Japanese message catalog to the swagger node. It can also solve the following error when Node-RED starts in the Japanese browser environment.
12 Nov 16:31:19 - [info] フローを開始します
12 Nov 16:31:19 - [info] フローを開始しました
12 Nov 16:31:19 - [info] サーバは http://127.0.0.1:1... | gharchive/pull-request | 2020-11-12T07:36:00 | 2025-04-01T04:57:43.038260 | {
"authors": [
"kazuhitoyokoi"
],
"repo": "node-red/node-red-node-swagger",
"url": "https://github.com/node-red/node-red-node-swagger/pull/76",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2208369482 | For long running node installs show a message
Current Behavior
If a node install takes a long time the UI just returns to the list of nodes in the catalogue and allows the currently installing node button to be pressed again.
Expected Behavior
The UI should show a message saying the install will continue in the backg... | gharchive/issue | 2024-03-26T14:09:35 | 2025-04-01T04:57:43.042099 | {
"authors": [
"hardillb"
],
"repo": "node-red/node-red",
"url": "https://github.com/node-red/node-red/issues/4622",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
103406790 | JavaScript editor using Chrom browser on Mac OS has issue for editing.
One of the user of Node-RED reported that JavaScript editor ( function node ) is not usable. There is a problem in cursor position. For example, put the mouse cursor among the code, and then try to edit goes to different place.
Env: Mac OS
Browser... | gharchive/issue | 2015-08-27T02:08:52 | 2025-04-01T04:57:43.046951 | {
"authors": [
"PearceDuan",
"dceejay",
"ibmamnt",
"knolleary",
"shemethy",
"t-oster"
],
"repo": "node-red/node-red",
"url": "https://github.com/node-red/node-red/issues/718",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1179384775 | Fix down arrow triggering menu in search box
fixes #3491
[x] Bugfix (non-breaking change which fixes an issue)
Proposed changes
Only show the drop down in the search menu if the search term is blank
Fixes the issue where after you have typed something in the action bar search field & you press down to select a foun... | gharchive/pull-request | 2022-03-24T11:31:16 | 2025-04-01T04:57:43.051436 | {
"authors": [
"Steve-Mcl",
"coveralls"
],
"repo": "node-red/node-red",
"url": "https://github.com/node-red/node-red/pull/3507",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1101548801 | Using navigator.usb in the browser
Hi there!
With node-usb v2 now supporting the WebUSB API, would it maybe be possible to have the library use navigator.usb when available? I would love to be able to use the same code in Node.js, Electron and the browser, and at the moment I'm having to use what feels like a hacky w... | gharchive/issue | 2022-01-13T11:04:13 | 2025-04-01T04:57:43.054059 | {
"authors": [
"gniezen",
"thegecko"
],
"repo": "node-usb/node-usb",
"url": "https://github.com/node-usb/node-usb/issues/466",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1590462682 | Out of bounds memory access
cjs-module-lexer has a stack depth of 2048:
https://github.com/nodejs/cjs-module-lexer/blob/dd9d9f9d9546e2b000d02f1aa038900f170cd438/src/lexer.c#L8
this creates two stacks:
https://github.com/nodejs/cjs-module-lexer/blob/dd9d9f9d9546e2b000d02f1aa038900f170cd438/src/lexer.c#L36-L37
However,... | gharchive/issue | 2023-02-18T20:33:44 | 2025-04-01T04:57:43.137279 | {
"authors": [
"devongovett",
"guybedford"
],
"repo": "nodejs/cjs-module-lexer",
"url": "https://github.com/nodejs/cjs-module-lexer/issues/81",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
101751488 | Add a Gitter chat badge to README.md
nodejs/docs now has a Chat Room on Gitter
@bengl has just created a chat room. You can visit it here: https://gitter.im/nodejs/docs.
This pull-request adds this badge to your README.md:
If my aim is a little off, please let me know.
Happy chatting.
PS: Click here if you would pre... | gharchive/pull-request | 2015-08-18T21:20:05 | 2025-04-01T04:57:43.141049 | {
"authors": [
"Qard",
"drewfish",
"gitter-badger"
],
"repo": "nodejs/docs",
"url": "https://github.com/nodejs/docs/pull/35",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2736974289 | chore(ci): add "publish" GHA
Todo:
[ ] Set up repo secret for codemod
[x] Each recipe being published needs to be bundled and then sent to the codemod registry. Thereafter, the bundle generated by CI can be discarded.
npm i should fix the CI
There are a few issues blocking this:
bundling via esbuild encounters... | gharchive/pull-request | 2024-12-12T22:10:27 | 2025-04-01T04:57:43.396635 | {
"authors": [
"AugustinMauroy",
"JakobJingleheimer"
],
"repo": "nodejs/userland-migrations",
"url": "https://github.com/nodejs/userland-migrations/pull/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1057199359 | Test Issue created at Thu, 18 Nov 2021 10:40:02 GMT
Test issue body Thu, 18 Nov 2021 10:40:02 GMT
Comment on issue at Thu, 18 Nov 2021 10:40:06 GMT
| gharchive/issue | 2021-11-18T10:40:03 | 2025-04-01T04:57:43.397618 | {
"authors": [
"nodemationqa"
],
"repo": "nodemationqa/nodeQA",
"url": "https://github.com/nodemationqa/nodeQA/issues/323",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
390793993 | Handle version aliases within an lts directory
In combination with https://github.com/nodenv/nodenv-aliases/pull/25, this PR should allow for the ability to make and view aliases in the form of lts/*. This should increase the compatibility of auto-switching to nvm-style versions (e.g. lts/carbon).
@jasonkarns what ... | gharchive/pull-request | 2018-12-13T18:00:18 | 2025-04-01T04:57:43.417253 | {
"authors": [
"jamesacarr",
"jasonkarns",
"lumaxis",
"romansavrulin"
],
"repo": "nodenv/nodenv",
"url": "https://github.com/nodenv/nodenv/pull/118",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1979672667 | [1.20.1-4.0.2] The configuration option "invulnerable" does not take full effect.
According to the description in custom-bingos.md, the "invulnerable" option allows the player to resist most damage and automatically restore the player's Hunger Value.
However, when I actually played the game, I found that this option ... | gharchive/issue | 2023-11-06T17:27:54 | 2025-04-01T04:57:43.449578 | {
"authors": [
"Junnaturefox",
"noeppi-noeppi"
],
"repo": "noeppi-noeppi/Bongo",
"url": "https://github.com/noeppi-noeppi/Bongo/issues/65",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
166098175 | network.data messages not shown
I thought it was my runtime but I just checked noflo-nodejs and I get the same result, network.begingroup and network.endgroup both show in the debug panel when the edge is selected but the network.data is not, I tried this with the lastest noflo-ui stable release and master and I get... | gharchive/issue | 2016-07-18T13:51:19 | 2025-04-01T04:57:43.457372 | {
"authors": [
"bergie",
"schmurfy"
],
"repo": "noflo/noflo-ui",
"url": "https://github.com/noflo/noflo-ui/issues/600",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1388825396 | LuaPushable does not impl for Vec
The custom completion list function require a type Function<(String, String, usize), Vec<String>>: https://docs.rs/nvim-oxi/latest/nvim_oxi/types/enum.CommandComplete.html#variant.CustomList. However the trait LuaPushable doesn't implemented for Vec, so I can't create a new function ... | gharchive/issue | 2022-09-28T06:50:39 | 2025-04-01T04:57:43.459757 | {
"authors": [
"Avimitin",
"noib3"
],
"repo": "noib3/nvim-oxi",
"url": "https://github.com/noib3/nvim-oxi/issues/59",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1931791997 | chore: allow omitting the --name flag in nargo init
Problem
Resolves #3007
Additional Context
PR Checklist
[x] I have tested the changes locally.
[x] I have formatted the changes with Prettier and/or cargo fmt on default settings.
cc @TomAFrench, should be good for re-review(?)
| gharchive/pull-request | 2023-10-08T12:43:25 | 2025-04-01T04:57:43.461990 | {
"authors": [
"Savio-Sou",
"f01dab1e"
],
"repo": "noir-lang/noir",
"url": "https://github.com/noir-lang/noir/pull/3031",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2211367915 | chore: include durations of tracing spans in log output
Description
Problem*
Resolves
Summary*
This PR updates the filter on span events so that we get the duration of the span being printed.
Example output:
2024-03-27T17:18:17.207634Z TRACE check_crate{crate_id=Root(1) deny_warnings=false disable_macros=false}: noi... | gharchive/pull-request | 2024-03-27T17:25:13 | 2025-04-01T04:57:43.468617 | {
"authors": [
"TomAFrench",
"jfecher"
],
"repo": "noir-lang/noir",
"url": "https://github.com/noir-lang/noir/pull/4660",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2313672055 | Update to Noir v0.31.0
### Prerequisite
- [ ] https://github.com/noir-lang/noir/pull/5072
- [ ] https://github.com/noir-lang/noir/pull/5061
Following https://github.com/noir-lang/noir/pull/5072, proving and verification workflow would no longer rely on NoirJS but proving backends' JS packages (e.g. bb.js) instead.
T... | gharchive/issue | 2024-05-23T19:26:29 | 2025-04-01T04:57:43.472133 | {
"authors": [
"Savio-Sou",
"critesjosh"
],
"repo": "noir-lang/tiny-noirjs-app",
"url": "https://github.com/noir-lang/tiny-noirjs-app/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1801747321 | 🛑 mastodonczech.cz is down
In b7873e0, mastodonczech.cz (https://mastodonczech.cz/nodeinfo/2.0) was down:
HTTP code: 0
Response time: 0 ms
Resolved: mastodonczech.cz is back up in 69d1f6f.
| gharchive/issue | 2023-07-12T20:54:11 | 2025-04-01T04:57:43.479514 | {
"authors": [
"matejdivecky"
],
"repo": "nolog-it/mastodon-uptime",
"url": "https://github.com/nolog-it/mastodon-uptime/issues/189",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
596154745 | Update LanguageServer submodule to v1.0.0 and SymbolServer to v1.0.1
This will at least allow the LanguageServer to work with Julia 1.3
Works for me, thank you! How did you pick the submodule versions? They are almost all different from the latest tags/master from julia-vscode/julia-vscode.
I just used the [deps]... | gharchive/pull-request | 2020-04-07T21:11:33 | 2025-04-01T04:57:43.521374 | {
"authors": [
"AlexLewandowski",
"gdkrmr"
],
"repo": "non-Jedi/lsp-julia",
"url": "https://github.com/non-Jedi/lsp-julia/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1823671128 | Crash with my modpack
https://pastebin.com/rMkkSXxH
Yeah looks like some sort of compatibility issue, doesn't look like Ender Trigon is doing anything wrong. What other mods do you have installed?
Ok, I'll try to list the latest mods I added as much as I can(I have about 418 mods):
recipes library
dynamical compa... | gharchive/issue | 2023-07-27T05:57:58 | 2025-04-01T04:57:43.531888 | {
"authors": [
"VanillaSnowGolem",
"nonamecrackers2"
],
"repo": "nonamecrackers2/ender-trigon",
"url": "https://github.com/nonamecrackers2/ender-trigon/issues/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2030415695 | 升级到 0.15.3 版本后, 打包报错
降到 0.15.2 版本后解决
`
kml_admin@1.0.0 build
vite build
vite:config bundled config file loaded in 180.19ms +0ms
vite:config using resolved config: {
vite:config build: {
vite:config target: [ 'es2020', 'edge88', 'firefox78', 'chrome87', 'safari14' ],
vite:config cssTarget: [ 'es2020', 'e... | gharchive/issue | 2023-12-07T10:23:02 | 2025-04-01T04:57:43.576009 | {
"authors": [
"nailaojiang",
"nonzzz"
],
"repo": "nonzzz/vite-plugin-cdn",
"url": "https://github.com/nonzzz/vite-plugin-cdn/issues/34",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2030746417 | Error messages need to be corrected for account creation-GIT must be a number
Environment info
NooBaa Version: noobaa-core-5.15.0-20231207-master.el8.x86_64.rpm
Platform: standalone
Actual behavior
node src/cmd/manage_nsfs account add --name noobaa1 --email noobaa@gmail.com --new_buckets_path /ibm/fs1/test --uid 1 ... | gharchive/issue | 2023-12-07T13:17:21 | 2025-04-01T04:57:43.580285 | {
"authors": [
"ramya-c3",
"romayalon"
],
"repo": "noobaa/noobaa-core",
"url": "https://github.com/noobaa/noobaa-core/issues/7650",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
800557370 | Remove possibility to use go back button as it messes up state
Remove functionality of backPress since it is buggy
I would say quick fix. The backPress is not a critical function so it's better to just remove it in the worst case.
I think the solution would be to trigger handleFlowResultAsync if you are in the firs... | gharchive/pull-request | 2021-02-03T17:47:04 | 2025-04-01T04:57:43.617028 | {
"authors": [
"stefanab"
],
"repo": "nordicbraintech/ad-b2c-react-native",
"url": "https://github.com/nordicbraintech/ad-b2c-react-native/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
188137051 | Use dotenv to set up environment variables
In preparation for adding some new features, I'd like to be able to run tests against my own credentials. Pulling in https://github.com/bkeepers/dotenv will make it easier to swap out credentials in an .env file.
Should we perhaps rename to .env.default and require people r... | gharchive/pull-request | 2016-11-08T23:58:44 | 2025-04-01T04:57:43.633539 | {
"authors": [
"alexagranov",
"szich"
],
"repo": "northworld/google_calendar",
"url": "https://github.com/northworld/google_calendar/pull/93",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
956235039 | Fix: False negative in prefer-message-ids rule
In some rules, context is passed to functions that eventually call context.report(), like no-duplicate-imports or padding-lines-between-statements, and that will prevent this existing rule from flagging such instances of context.report({ message: ... });.
So in addition ... | gharchive/pull-request | 2021-07-29T21:56:34 | 2025-04-01T04:57:43.652131 | {
"authors": [
"aladdin-add",
"bmish"
],
"repo": "not-an-aardvark/eslint-plugin-eslint-plugin",
"url": "https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/pull/173",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2057921763 | 이슈 체계화
배경
혼자서 여러 이슈를 관리하기 힘듦. 그렇다보니, 이슈의 처리 속도가 늦어짐.
또한, 작업 진척 현황을 명확하게 알기 힘들어, 커뮤니티의 오픈소스 기여 참여가 적극적으로 이루어지지 못함.
TODO
이슈를 체계화할 수 있는 방법을 검토해야 함
-> 이슈 템플릿, 깃허브 프로젝트 등 깃허브 이외에 의존성이 없는 방안이 가장 좋음.
but, 다른 방안이 더 문제를 효과적으로 해결할 수 있다면, 해결하기 위한 프로덕트를 새로 만들거나 외부 서비스에 의존할 수 있음.
사용해보기 위해, Github Project를 활성화하였음.
대부분의 작업이 가능할... | gharchive/issue | 2023-12-28T02:36:44 | 2025-04-01T04:57:43.672949 | {
"authors": [
"note11g"
],
"repo": "note11g/flutter_naver_map",
"url": "https://github.com/note11g/flutter_naver_map/issues/140",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1459443422 | Greeting from the Po river
Open source moment
https://user-images.githubusercontent.com/12383260/203658485-1a532e4f-0414-42eb-89b3-f8c6eae034f7.mov
Open source moment
| gharchive/issue | 2022-11-22T09:08:11 | 2025-04-01T04:57:43.717586 | {
"authors": [
"AlexSartori",
"notfilippo"
],
"repo": "notfilippo/karmacount",
"url": "https://github.com/notfilippo/karmacount/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2174336458 | Update dependencies to remove vulnerable package json-schema@0.2.3
I updated node-pushnotifications and jest to remove vulnerable package json-schema@0.2.3
Could you merge it and release a new version please?
Thanks for the PR.
There is a problem with jest version: https://github.com/notifme/notifme-sdk/actions/ru... | gharchive/pull-request | 2024-03-07T17:04:40 | 2025-04-01T04:57:43.730022 | {
"authors": [
"BDav24",
"Dinerville"
],
"repo": "notifme/notifme-sdk",
"url": "https://github.com/notifme/notifme-sdk/pull/132",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2518709 | Parsing a JWT without signature fails with JSON::JWS::InvalidFormat: Unknown Signature Algorithm
jwt.rb expects header[:alg] to be :none, but we get "none" from JSON.parse.
Thanks, I just released json-jwt v0.0.4 with your fix :)
| gharchive/issue | 2011-12-12T01:24:26 | 2025-04-01T04:57:43.741257 | {
"authors": [
"mad-p",
"nov"
],
"repo": "nov/json-jwt",
"url": "https://github.com/nov/json-jwt/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2482464726 | Governance. Delegate. Broken state when Delegate->Revoke
Description
Can't delegate again due to broken state after delegate->revoke (need to restart the app)
https://github.com/user-attachments/assets/9efe351c-3e32-4004-a283-79e4cd476d8d
Environment
https://github.com/novasamatech/nova-spektr/commit/79488c9a756ec074... | gharchive/issue | 2024-08-23T07:05:06 | 2025-04-01T04:57:43.746230 | {
"authors": [
"stepanLav"
],
"repo": "novasamatech/nova-spektr",
"url": "https://github.com/novasamatech/nova-spektr/issues/2194",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
231076551 | ExoPlayer2/ Listeners and forwarders
Problem
The architecture behind no-player goes something like this.
The client requests a Player which can be either an ExoPlayer or an AndroidMediaPlayer, each of which has an underlying facade(forgive the naming)which talks directly to either the realexoplayerormediaplayer. NoPl... | gharchive/pull-request | 2017-05-24T15:17:33 | 2025-04-01T04:57:43.756538 | {
"authors": [
"Mecharyry"
],
"repo": "novoda/no-player",
"url": "https://github.com/novoda/no-player/pull/18",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
232924603 | Demo audio track selection
Problem
The player supports audio track selecting but it's not present in the demo.
Solution
To add the ability to switch audio tracks to the demo.
Test(s) added
nil tests around the demo code
Screenshots
Before
After
Paired with
@Dorvaryn
Looks good to me ! 💯
| gharchive/pull-request | 2017-06-01T15:47:37 | 2025-04-01T04:57:43.759756 | {
"authors": [
"jackSzm",
"ouchadam"
],
"repo": "novoda/no-player",
"url": "https://github.com/novoda/no-player/pull/29",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1116139514 | adding network policies to enforce minimal connectivity
Fixes # .
Change summary:
Remaining issues / concerns:
query
src_ns
src_pods
dst_ns
dst_pods
connection
, config: .
[default]
[app in (checkoutservice,frontend,recommendationservice)]
[default]
[productcatalogservice]
TCP 3550
[default]
[app ... | gharchive/pull-request | 2022-01-27T12:15:02 | 2025-04-01T04:57:43.802267 | {
"authors": [
"zivnevo"
],
"repo": "np-guard/online-boutique",
"url": "https://github.com/np-guard/online-boutique/pull/48",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2543602501 | Update leaflet to 1.9.4
This is a starting point to update Leaflet to the most recent version (solves #792).
I managed to fix the most obvious issue with the no-go-area. They are usable.
However, there is still one exception on the browser console that I couldn't solve so far.
Maybe someone else is able to fix it.
... | gharchive/pull-request | 2024-09-23T20:31:28 | 2025-04-01T04:57:44.058165 | {
"authors": [
"bagage",
"gorgobacka",
"mjaschen"
],
"repo": "nrenner/brouter-web",
"url": "https://github.com/nrenner/brouter-web/pull/824",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
381959938 | Conservative fences
Hey all,
This change introduces two major things:
Uses an AcqRel compiler fence before the end of each driver function that invokes DMA, to prevent misoptimization
Adds my write_read interface to TWIM, useful for I2C devices that implement a typical register interface (write address/subaddress, t... | gharchive/pull-request | 2018-11-18T13:25:39 | 2025-04-01T04:57:44.060637 | {
"authors": [
"jamesmunns"
],
"repo": "nrf-rs/nrf52-hal",
"url": "https://github.com/nrf-rs/nrf52-hal/pull/34",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1337269862 | new new-icon
Do you have an svg icon file?
Please upload this file as an attachment or name the upstream branch containing it.
Is the icon file ready to be added to the library?
It has been trimmed using a minifier like SVGOMG. (Lowest precision without visual degradation)
It has fill-rule of fill="currentColor"
It... | gharchive/issue | 2022-08-12T14:20:38 | 2025-04-01T04:57:44.203246 | {
"authors": [
"Isdoda",
"marve-s",
"stefanogden"
],
"repo": "nrkno/core-icons",
"url": "https://github.com/nrkno/core-icons/issues/184",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
124384892 | Bundler could not find compatible versions for gem "rails"
Bundler could not find compatible versions for gem "rails":
In snapshot (Gemfile.lock):
rails (= 5.0.0.alpha)
In Gemfile:
knock (>= 0) ruby depends on
rails (~> 4.2) ruby
rails (>= 0) ruby
Any news about Rails 5 support?
I just subm... | gharchive/issue | 2015-12-30T18:41:55 | 2025-04-01T04:57:44.277567 | {
"authors": [
"nsarno",
"sespindola",
"stephanngamedev"
],
"repo": "nsarno/knock",
"url": "https://github.com/nsarno/knock/issues/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
198855843 | Replace waf with Makefile
Using Python to build a C library seems a bit... odd.
Makefiles have been around for decades, and work perfectly for both small and large projects.
Makefiles have the advantage of being ubiquitous across UNIX-like systems. Anyone with a C compiler will have make, but a lot of people with C c... | gharchive/pull-request | 2017-01-05T01:40:29 | 2025-04-01T04:57:44.286987 | {
"authors": [
"nsf",
"rofl0r",
"vktec"
],
"repo": "nsf/termbox",
"url": "https://github.com/nsf/termbox/pull/94",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1976367884 | NEOFS_HTTP_GATE parameter not clear
Problem
This parameter confuses me as a regular user. Usually, I read the parameters of any function/action as a part of its code: if it needs it, it should use it and I can understand it better. How http gate is used in this action?
Context
Why do we need this parameter? It is a h... | gharchive/issue | 2023-11-03T14:48:04 | 2025-04-01T04:57:44.302838 | {
"authors": [
"carpawell",
"roman-khimov"
],
"repo": "nspcc-dev/gh-push-to-neofs",
"url": "https://github.com/nspcc-dev/gh-push-to-neofs/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1970335276 | can't initialize StateRoot service: open : no such file or directory
bad error description:
./neo-go-linux-amd64 node --config-file config.yml
...
can't initialize StateRoot service: open : no such file or directory
config.yml:
StateRoot:
Enabled: true
the same for oracle:
can't initialize Oracle module: op... | gharchive/issue | 2023-10-31T12:15:27 | 2025-04-01T04:57:44.304594 | {
"authors": [
"532910"
],
"repo": "nspcc-dev/neo-go",
"url": "https://github.com/nspcc-dev/neo-go/issues/3180",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1989376560 | Add support for reading from quorum queues
This PR adds the ability to specify queue type via the flags in the fluentd configuration file.
@mmasaki Thank you so much for this plugin for fluentd! I have no idea why fluentd doesn't have a supported rabbitmq plugin. I found that for the queue type that I needed to use... | gharchive/pull-request | 2023-11-12T12:13:48 | 2025-04-01T04:57:44.378167 | {
"authors": [
"karchf",
"mmasaki"
],
"repo": "nttcom/fluent-plugin-rabbitmq",
"url": "https://github.com/nttcom/fluent-plugin-rabbitmq/pull/22",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2092258082 | 🛑 Secret Site BIS is down
In d503fc4, Secret Site BIS ($SECRET_SITE) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Secret Site BIS is back up in c2f470c after 14 minutes.
| gharchive/issue | 2024-01-20T22:15:00 | 2025-04-01T04:57:44.396156 | {
"authors": [
"nueve9"
],
"repo": "nueve9/uptime",
"url": "https://github.com/nueve9/uptime/issues/1076",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1418882698 | 🛑 Secret Site BIS is down
In 39b4ef5, Secret Site BIS ($SECRET_SITE) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Secret Site BIS is back up in 5ed9cb4.
| gharchive/issue | 2022-10-21T21:34:43 | 2025-04-01T04:57:44.398239 | {
"authors": [
"nueve9"
],
"repo": "nueve9/uptime",
"url": "https://github.com/nueve9/uptime/issues/325",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1430472197 | 🛑 TCP ping is down
In 419a29b, TCP ping (1.1.1.1) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TCP ping is back up in b2658c9.
| gharchive/issue | 2022-10-31T20:44:00 | 2025-04-01T04:57:44.400289 | {
"authors": [
"nueve9"
],
"repo": "nueve9/uptime",
"url": "https://github.com/nueve9/uptime/issues/338",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1858546860 | 🛑 Università e ricerca is down
In e4ffa82, Università e ricerca (https://www.mur.gov.it/it) was down:
HTTP code: 403
Response time: 633 ms
Resolved: Università e ricerca is back up in cc17b47 after 149 days, 4 hours, 32 minutes.
| gharchive/issue | 2023-08-21T04:10:50 | 2025-04-01T04:57:44.407875 | {
"authors": [
"nuke86"
],
"repo": "nuke86/ransomPing",
"url": "https://github.com/nuke86/ransomPing/issues/4257",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1961663226 | 🛑 Agricoltura, Sovranità alimentare e Foreste is down
In b312d1c, Agricoltura, Sovranità alimentare e Foreste (http://www.politicheagricole.it/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Agricoltura, Sovranità alimentare e Foreste is back up in d6a3df7 after 28 minutes.
| gharchive/issue | 2023-10-25T15:09:43 | 2025-04-01T04:57:44.410285 | {
"authors": [
"nuke86"
],
"repo": "nuke86/ransomPing",
"url": "https://github.com/nuke86/ransomPing/issues/5361",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2016725745 | 🛑 Guardia di Finanza is down
In 8eac4c5, Guardia di Finanza (https://www.gdf.gov.it) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Guardia di Finanza is back up in 755bda5 after 5 minutes.
| gharchive/issue | 2023-11-29T14:31:29 | 2025-04-01T04:57:44.412585 | {
"authors": [
"nuke86"
],
"repo": "nuke86/ransomPing",
"url": "https://github.com/nuke86/ransomPing/issues/5720",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2494259286 | Komga Integration Does Not Seem to be Accurately Tracking Progress in App
Steps to reproduce
Follow manga in self-hosted Komga instance
Set Manga to Track in Yokai
Tracking lists 0/x chapters
Read Chapters in Yokai, these are correctly tracked locally
Tracking remains 0/x chapters in Yokai for the Komga In... | gharchive/issue | 2024-08-29T12:09:33 | 2025-04-01T04:57:44.433245 | {
"authors": [
"Nitrousoxide"
],
"repo": "null2264/yokai",
"url": "https://github.com/null2264/yokai/issues/175",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
328106098 | README
README文件的启动方式需要修改下吧
最近很快会合并2.0分支,readme会同步修改
| gharchive/issue | 2018-05-31T11:46:59 | 2025-04-01T04:57:44.474604 | {
"authors": [
"daviyang35",
"kugeligui"
],
"repo": "nuls-io/nuls",
"url": "https://github.com/nuls-io/nuls/issues/25",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
624667031 | Using Exceptions to trigger continue in loops fails
using the latest version (v0.49.1), would expect this to work without an error - it's not particularly urgent though
from numba import njit
import numpy as np
a=np.arange(10)
@njit
def foo(a):
for _ in a:
try:
raise Exception
... | gharchive/issue | 2020-05-26T07:40:41 | 2025-04-01T04:57:44.492387 | {
"authors": [
"esc",
"p-ortmann",
"stuartarchibald"
],
"repo": "numba/numba",
"url": "https://github.com/numba/numba/issues/5749",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
588748340 | Bump deprecation notices.
Move these forward slightly to match reality.
LGMT.
| gharchive/pull-request | 2020-03-26T21:44:42 | 2025-04-01T04:57:44.494117 | {
"authors": [
"esc",
"stuartarchibald"
],
"repo": "numba/numba",
"url": "https://github.com/numba/numba/pull/5440",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2631448107 | Inconsistency in visualizer lifecycle; should it be changed?
Like the testing issues, the documentation issues are great for surfacing underlying problems. Responsive to #46, I am designing a "visualizer lifecycle diagram" (along the lines of the Vue component lifecycle diagram). That exercise has uncovered the follo... | gharchive/issue | 2024-11-03T20:20:28 | 2025-04-01T04:57:44.497983 | {
"authors": [
"gwhitney",
"katestange"
],
"repo": "numberscope/frontscope",
"url": "https://github.com/numberscope/frontscope/issues/487",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2229121426 | Add document
Purpose
We want to turn impress into a pad ie being able to create, edit, persist, print and share our content directly in the application.
Proposal
Add a Document model and the related API.
We propose to persist the document content (which is json content output by ProseMiror) to object storage. We thus... | gharchive/pull-request | 2024-04-06T07:25:14 | 2025-04-01T04:57:44.502610 | {
"authors": [
"AntoLC",
"sampaccoud"
],
"repo": "numerique-gouv/impress",
"url": "https://github.com/numerique-gouv/impress/pull/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
193231565 | Better default for reg_param_vec in prob_calibration_function
right now it is 10**linspace(-6,6,241) but it is a little slow (241 might be overkill) and that may be too wide of a range. Consider a default with fewer points to search.
Reduced to 43 values
| gharchive/issue | 2016-12-02T22:18:11 | 2025-04-01T04:57:44.503740 | {
"authors": [
"blucena"
],
"repo": "numeristical/introspective",
"url": "https://github.com/numeristical/introspective/issues/19",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
318158163 | How can I run the test?
I am new to c#. Try to run the test. Where is the main function? Please advise.
Can you update the read me for some one new to c#?
After building the test, you run the assembly that is created. Running tests is completely language-agnostic since it only deals with the output assembly.
For in... | gharchive/issue | 2018-04-26T19:01:41 | 2025-04-01T04:57:44.647041 | {
"authors": [
"CharliePoole",
"xueenda"
],
"repo": "nunit/nunit-csharp-samples",
"url": "https://github.com/nunit/nunit-csharp-samples/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
108696028 | Long names prevent tests from being discovered
I get the following error while discovering tests which prevent me from getting tests from all projects.
I would expect to get the same shorted, perhaps receive a warning and then move forward.
Error:
Operation failed. The index entry of length 906 bytes for the index 'I... | gharchive/issue | 2015-09-28T16:31:17 | 2025-04-01T04:57:44.656804 | {
"authors": [
"CharliePoole",
"OsirisTerje",
"elbaloo",
"jaime-rq"
],
"repo": "nunit/nunit-vs-adapter",
"url": "https://github.com/nunit/nunit-vs-adapter/issues/83",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
120664709 | Feature Request: Ability to reference UAP/WinRT C++ projects
I noticed that when I try to add a reference to a WinRT C++ project (it outputs an assembly dll), I get the following error (these are projects that have the vcxproj extension)
---------------------------
Microsoft Visual Studio
---------------------------
... | gharchive/issue | 2015-12-06T22:24:22 | 2025-04-01T04:57:44.703512 | {
"authors": [
"heaths",
"kovalikp",
"ravensorb"
],
"repo": "nuproj/nuproj",
"url": "https://github.com/nuproj/nuproj/issues/179",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
967036623 | How to install the dropdown list plug-in on UNIX
Hi! I was watching the introductory videos and noticed that there was a plug-in installed on the terminal which had dropdown list suggestions where you can easily tab out longer command lines (for eg. just by typing "System" the entire "System.out.print()" can be auto-... | gharchive/issue | 2021-08-11T16:30:35 | 2025-04-01T04:57:44.721959 | {
"authors": [
"ReubenChay",
"hwkchia"
],
"repo": "nus-cs2030/2122-s1",
"url": "https://github.com/nus-cs2030/2122-s1/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1719588812 | Add feature: gnu_legacy mode for ansi styles
Hi,
gnu coreutils are still using double digit styles instead of single digit styles.
To make this available in uucoreutils (the rust drop in replacement for gnu core utils) I added a feature called gnu_legacy.
Related PR
By turning it on it will generate styles double dig... | gharchive/pull-request | 2023-05-22T12:27:02 | 2025-04-01T04:57:44.780984 | {
"authors": [
"fdncred",
"schoki040"
],
"repo": "nushell/nu-ansi-term",
"url": "https://github.com/nushell/nu-ansi-term/pull/39",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2687483822 | Reverted: force separator around binary operators
This PR reverts this trick introduced by #149 :
/**
* group operator and its preceding/succeeding whitespace/newline
* @param {string} opr
* @param {boolean} parenthesized
*/
function operator_with_separator(opr, parenthesized) {
const sep = parenthesized ? choi... | gharchive/pull-request | 2024-11-24T09:57:35 | 2025-04-01T04:57:44.850924 | {
"authors": [
"blindFS",
"fdncred"
],
"repo": "nushell/tree-sitter-nu",
"url": "https://github.com/nushell/tree-sitter-nu/pull/154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.