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 |
|---|---|---|---|---|---|
166748619 | Checking checkboxes in responsive table resets scroll in mobile view
I created a responsive table with checkboxes in the first column. When I switch to mobile view and try to check one of the boxes of, lets say the 5th record, it will reset the scroll bar of the table back to the left. Any workaround/fix for this?
... | gharchive/issue | 2016-07-21T06:44:17 | 2025-04-01T06:42:27.809775 | {
"authors": [
"Dogfalo",
"James-A1"
],
"repo": "Dogfalo/materialize",
"url": "https://github.com/Dogfalo/materialize/issues/3390",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
55496205 | Navbar not collapsing (only sometimes)
You can see the bug here: http://materializecss.com/navbar.html
Steps to reproduce:
resize the window enough to start seeing the menu icon
Click on it
It will show the sidenav
try to hide it by clicking on the right half of the page
It won't collapse.
This is only happening ... | gharchive/issue | 2015-01-26T15:36:29 | 2025-04-01T06:42:27.812296 | {
"authors": [
"acburst",
"urecio"
],
"repo": "Dogfalo/materialize",
"url": "https://github.com/Dogfalo/materialize/issues/530",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
416336086 | Dropdown not working after partial view reloaded via Ajax
After loading dropdown in partial view via Ajax it no longer works (opens), not throwing any errors.
Using v1.0.0
calling $(".YourClassName").dropdown(); after ajax call fixes the issue.
| gharchive/issue | 2019-03-02T01:02:25 | 2025-04-01T06:42:27.813685 | {
"authors": [
"mostaruk"
],
"repo": "Dogfalo/materialize",
"url": "https://github.com/Dogfalo/materialize/issues/6299",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
273579573 | Add link to Egghead Video Courses
Hello, This PR adds link to Getting Started with Redux Course to Courses section.
@RusPosevkin Thanks for your first PR 🎉
Unfortunately i can't accept your submission at this time:
No brief description and why the resource should be added
Egghead seems have to paywall. This migh... | gharchive/pull-request | 2017-11-13T21:13:28 | 2025-04-01T06:42:27.893330 | {
"authors": [
"Agheb",
"RusPosevkin"
],
"repo": "DomanskaGrzyb/awesome-google-mobile-web-challenge-links-2017",
"url": "https://github.com/DomanskaGrzyb/awesome-google-mobile-web-challenge-links-2017/pull/64",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2473522758 | fix: deployed app does not load/interact with the contract
potential fix:
remove src/contracs from .gitignore,
upload compiled contract & its address
It appears that the issue was the whitespaces in address (typo); fixed in a follow-up PR:
https://github.com/Domar95/tic-tac-toe/pull/23
Leaving the src/contracts u... | gharchive/pull-request | 2024-08-19T14:35:49 | 2025-04-01T06:42:27.895721 | {
"authors": [
"Domar95"
],
"repo": "Domar95/tic-tac-toe",
"url": "https://github.com/Domar95/tic-tac-toe/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
301225907 | Mocking a return type without Clone
I'm looking at using this crate for testing but have run into a bit of a road block. My trait is using the Error return type from the failure crate. Unfortunately it looks like this particular implementation of Error does not implement std::clone::Clone, which appears to be a requi... | gharchive/issue | 2018-02-28T23:38:16 | 2025-04-01T06:42:27.905264 | {
"authors": [
"luizdepra",
"plauche"
],
"repo": "DonaldWhyte/double",
"url": "https://github.com/DonaldWhyte/double/issues/15",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
241334117 | Dr-1216 show popup indicating upgrade successful
Overview
Add popup after successful payment.
Changes
Add new modal
Add general template for the future
Fix issue.
👍
| gharchive/pull-request | 2017-07-07T17:48:58 | 2025-04-01T06:42:27.910892 | {
"authors": [
"andresmoschini",
"mvillaseco"
],
"repo": "DopplerRelay/relay-webapp",
"url": "https://github.com/DopplerRelay/relay-webapp/pull/92",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2352594046 | The default value of -code option for sqli is wrong.
In usage of sqli command, it shows euc-jp is default.
However, utf-8 is used when -code is not specified.
Also -code 'euc-jp' is not allowed.
FIxed in https://github.com/DoqueDB/doquedb/pull/23
released in v1.1.1.
| gharchive/issue | 2024-06-14T06:10:07 | 2025-04-01T06:42:27.912726 | {
"authors": [
"htozaki"
],
"repo": "DoqueDB/doquedb",
"url": "https://github.com/DoqueDB/doquedb/issues/22",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
383460341 | StatementMustNotUseUnnecessaryParenthesis forces removing needed paranthesis
The mentioned rules claims that the following line is illegal:
if (maybe.HasNoValue || !(maybe.Value is TTo value))
(maybe is a struct of type Maybe from CSharpFunctionalExtensions nuget).
However it is not syntactically equivalent to remove... | gharchive/issue | 2018-11-22T10:00:59 | 2025-04-01T06:42:27.919214 | {
"authors": [
"idigra",
"sharwell"
],
"repo": "DotNetAnalyzers/StyleCopAnalyzers",
"url": "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/2828",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
153415440 | Improve Usability of the Identifier Tool
This issue was imported from CodePlex
jirikadlec2 wrote 2012-02-08 at 03:42
When I was testing the identifier tool (Map tool - Identify in MenuBar) I found several issues that make it unintuitive and difficult to use:
I don't see the point where I clicked in the map The ident... | gharchive/issue | 2016-05-06T09:38:56 | 2025-04-01T06:42:27.922069 | {
"authors": [
"jany-tenaj",
"mogikanin"
],
"repo": "DotSpatial/DotSpatial",
"url": "https://github.com/DotSpatial/DotSpatial/issues/430",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
775053468 | Game doesn't start if the discord isn't running.
Game doesn't even start if the discord isn't running, with this error.
Possibly fixed by PR #23
Possibly fixed by PR #23
Closed by #23
Closed by #23
| gharchive/issue | 2020-12-27T15:03:22 | 2025-04-01T06:42:27.942017 | {
"authors": [
"sairam4123",
"summertimejordi"
],
"repo": "Drachenfrucht1/godotcord",
"url": "https://github.com/Drachenfrucht1/godotcord/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
688716262 | Error with Module "Move"
My Error:
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/rest/Endpoints.js' is not defined by "exports" in /home/container/node_modules/eris/package.json
at applyExports (internal/modules/cjs/loader.js:490:9)
at resolveExports (internal/modules/cjs/loader.js:506:23)
at Function... | gharchive/issue | 2020-08-30T13:10:29 | 2025-04-01T06:42:27.969952 | {
"authors": [
"Dragory",
"LordAlex2015"
],
"repo": "Dragory/modmailbot",
"url": "https://github.com/Dragory/modmailbot/issues/440",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
159058688 | 会崩溃
请提供更详细的说明
我现在集成了你2.3.0版本到项目中,只要一运行就会崩溃,就是数组中添加nil的错。这怎么解决?以前可以,今天要上线,大神求解决啊!
你是使用文件加载颜色的么,我想看一眼那个颜色配置文件
这个方法是怎么被调用的,你穿进去了几个参数
非常感谢你能及时的回复我
我不是用文件加载的。就设置了两个主题,夜间模式和日间模式啊,
你需要确保文件中只有两列颜色 NORMAL 和 NIGHT, 如果有别的列,请删除掉
Regards,
Draveness
On Jun 8, 2016, 11:34 +0800, full-of-firenotifications@github.com... | gharchive/issue | 2016-06-08T01:09:48 | 2025-04-01T06:42:27.978942 | {
"authors": [
"Draveness",
"full-of-fire"
],
"repo": "Draveness/DKNightVersion",
"url": "https://github.com/Draveness/DKNightVersion/issues/48",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
33759001 | Fluid also with height size
Could we set the heigth at 100% like width and grid area would be calculate to fill all the area without blank ?
I am going to leave this open because I think this is interesting and a possibility. Would need to work through how things would work...
Now that 2.0 has been released I am ... | gharchive/issue | 2014-05-18T20:02:32 | 2025-04-01T06:42:28.040062 | {
"authors": [
"DrewDahlman",
"KTPH",
"SimonFricker",
"UnaOmnia",
"dickendd",
"parweb"
],
"repo": "DrewDahlman/Mason",
"url": "https://github.com/DrewDahlman/Mason/issues/30",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2543077059 | Question about reconstruction strategy in iterative novel view synthesis
Sorry for opening a new issue because I afraid you could not find my follow-up question well.
Could I ask for more details?
If we already have a initial Dust3R reconstruction on input sparse views, what is the strategy of reconstruction for Dust... | gharchive/issue | 2024-09-23T16:00:10 | 2025-04-01T06:42:28.045988 | {
"authors": [
"Drexubery",
"saetlan",
"tsuJohc"
],
"repo": "Drexubery/ViewCrafter",
"url": "https://github.com/Drexubery/ViewCrafter/issues/21",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1361343014 | add TagsLine in session detail Screen
Idea Description
use KaigiTag slot api
Reference images and links
Design
Current app
Design Kit
https://www.figma.com/file/XsVzpDZSkEQANgCZLRTDDy/DroidKaigi-2022-Material-3-Design-Kit?node-id=11%3A1833
App Design
https://www.figma.com/file/NcSMs6dMsD88d4wOY0g3rK/DroidKaigi-202... | gharchive/issue | 2022-09-05T02:30:22 | 2025-04-01T06:42:28.049315 | {
"authors": [
"ao0000",
"cOnigashima",
"sobaya-0141"
],
"repo": "DroidKaigi/conference-app-2022",
"url": "https://github.com/DroidKaigi/conference-app-2022/issues/160",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
615718592 | soul+dubbo 单参数有值但是返回0
1个基本参数 Long
{
"id":123
}
传的参数是 123,但是返回时0,网关调dubbo前都还有123这个值,进入dubbo业务代码入参就是0了,用的是soul网关master最新的代码,测试用的是soul自带的例子
入参格式的问题
| gharchive/issue | 2020-05-11T09:08:04 | 2025-04-01T06:42:28.050728 | {
"authors": [
"java-Learner-lx"
],
"repo": "Dromara/soul",
"url": "https://github.com/Dromara/soul/issues/199",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1376413872 | Performance
Updated RPC, Event listeners & error handling
Solves https://github.com/Dual-Finance/risk-manager/issues/44
| gharchive/pull-request | 2022-09-16T20:02:20 | 2025-04-01T06:42:28.055644 | {
"authors": [
"DonDuala"
],
"repo": "Dual-Finance/risk-manager",
"url": "https://github.com/Dual-Finance/risk-manager/pull/45",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1691627198 | Release 1.3.0 -> Update svelte-focus-trap to be a "Sveltekit" library (typescript, tests, ssr support)
This PR is a near-complete rewrite of this library and takes advantage of the "Sveltekit Library" generator.
^ I consider this a big improvement to the code quality (tests + typescript) but also a much easier way to... | gharchive/pull-request | 2023-05-02T00:58:40 | 2025-04-01T06:42:28.060840 | {
"authors": [
"Duder-onomy",
"olafurw"
],
"repo": "Duder-onomy/svelte-focus-trap",
"url": "https://github.com/Duder-onomy/svelte-focus-trap/pull/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1405466067 | Feat: Added Toast Notification, Update Interface
🛠️ Fixes Issue
Yes
👨💻 Changes proposed
Replace Logout alert with Toast notification
Updated stylings
Added new components
Made usable style file
Added GIF to load when looking for files
✔️ Check List (Check all the applicable boxes)
[X] My code follows the cod... | gharchive/pull-request | 2022-10-12T02:37:21 | 2025-04-01T06:42:28.107079 | {
"authors": [
"Dun-sin",
"yhoungdev"
],
"repo": "Dun-sin/Whisper",
"url": "https://github.com/Dun-sin/Whisper/pull/108",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2077666259 | Homework 4
Drift Video Link: https://video.drift.com/v/abZKpyBGjcCDc1xAHH9hfhOtuNhTqTOm7Fxyt6fxBHI/
Screenshots:
Question 1:
Question 2:
Question 3:
Question 4:
Metric
Value
alert_status
:x: ERROR
bugs
0
code_smells
11
reliability_rating
A (0 Bugs)Note: A being best, E being worst
... | gharchive/pull-request | 2024-01-11T21:57:33 | 2025-04-01T06:42:28.119449 | {
"authors": [
"DurveshSangle"
],
"repo": "DurveshSangle/kdu-coursework",
"url": "https://github.com/DurveshSangle/kdu-coursework/pull/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1510209343 | Typing into a Virtual x86 app will also send keystrokes to other instances
Repro steps:
Open Kolibri image
Open linux.bin image
Focus the Kolibri window and type anything, you'll see keystrokes also being typed into the linux.bin window.
Thanks! I only recently allowed multiple instances of v86 when I saw an exa... | gharchive/issue | 2022-12-24T23:40:58 | 2025-04-01T06:42:28.122041 | {
"authors": [
"DustinBrett",
"alanboy"
],
"repo": "DustinBrett/daedalOS",
"url": "https://github.com/DustinBrett/daedalOS/issues/248",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1502524714 | boards.txt on mac is on a very nasty path
It is on /Users/{user}/Library/Arduino15/packages/arduino/hardware/avr/{version}/boards.txt
Maybe it is worth updating the wiki
Yeah. The boards.txt thing is really not necessary as you can just select the ESP32 DevKit V1. So there is no use for it.
Yeah. The boards.txt ... | gharchive/issue | 2022-12-19T08:30:53 | 2025-04-01T06:42:28.124065 | {
"authors": [
"DustinWatts",
"danielo515"
],
"repo": "DustinWatts/esp32-touchdown",
"url": "https://github.com/DustinWatts/esp32-touchdown/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
113518314 | Invalid version
When I try to submit my app to iTunes Connect I get the following error This bundle is invalid. The value for key CFBundleShortVersionString '2.0.0.beta3' in the Info.plist file must be a period-separated list of at most three non-negative integers. If I manually change this value in build.xcarchive/d... | gharchive/issue | 2015-10-27T06:44:56 | 2025-04-01T06:42:28.128946 | {
"authors": [
"abillingsley",
"aexmachina",
"tumatauenga"
],
"repo": "DyKnow/SignalR-ObjC",
"url": "https://github.com/DyKnow/SignalR-ObjC/issues/224",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2578449455 | [release-1.3] Proxy settings are not properly removed from OneAgent #3912
Same as https://github.com/Dynatrace/dynatrace-operator/pull/3912 but cherry-pick to relase branch
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines... | gharchive/pull-request | 2024-10-10T10:52:01 | 2025-04-01T06:42:28.196819 | {
"authors": [
"andriisoldatenko",
"codecov-commenter"
],
"repo": "Dynatrace/dynatrace-operator",
"url": "https://github.com/Dynatrace/dynatrace-operator/pull/3916",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2650216935 | [Feature]: Adapt CDAT Migration regression testing scripts as integration tests to replace image checker
Is your feature request related to a problem?
The current integration test uses image checking to compare pixels. These tests often break due to very subtle differences that are introduced externally through diffe... | gharchive/issue | 2024-11-11T19:37:41 | 2025-04-01T06:42:28.214070 | {
"authors": [
"chengzhuzhang",
"tomvothecoder"
],
"repo": "E3SM-Project/e3sm_diags",
"url": "https://github.com/E3SM-Project/e3sm_diags/issues/894",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
928448312 | Migrate all tests to pytest
Migrate all tests to pytest. This PR closes issue #231
Pull Request Test Coverage Report for Build 965079101
0 of 0 changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the same at 73.707%
Totals
Change ... | gharchive/pull-request | 2021-06-23T16:38:27 | 2025-04-01T06:42:28.229473 | {
"authors": [
"afoix",
"coveralls"
],
"repo": "EBIvariation/eva-opentargets",
"url": "https://github.com/EBIvariation/eva-opentargets/pull/258",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1213479076 | Unexpected error #6 [BETA]
2022-04-23T05:27:13.484449+00:00 app[worker.1]: 'Message' object has no attribute 'from_user_id'
2022-04-23T05:27:13.484456+00:00 app[worker.1]: Traceback (most recent call last):
2022-04-23T05:27:13.484457+00:00 app[worker.1]: File "/usr/lib/python3.10/site-packages/pyrogram/dispatcher.p... | gharchive/issue | 2022-04-23T23:38:08 | 2025-04-01T06:42:28.270309 | {
"authors": [
"EDM115"
],
"repo": "EDM115/unzip-bot",
"url": "https://github.com/EDM115/unzip-bot/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
329998379 | Should we reduce the number of sites we run on for now?
To balance effectiveness against shipping buggy data (heuristic + bug label search results), ease of running crawler, ability to run crawler daily, size of seed database. We could always increase size of seed db later as we fix bugs (and multi-process/paralleliz... | gharchive/issue | 2018-06-06T19:18:39 | 2025-04-01T06:42:28.274300 | {
"authors": [
"bcyphers",
"ghostwords"
],
"repo": "EFForg/badger-sett",
"url": "https://github.com/EFForg/badger-sett/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1299180413 | Add section for the Pangeo Use Case
Summary
Add a page explaining how to deploy Pangeo using EGI Services.
Related issue :
Hi @sebastian-luna-valero , this PR is still in draft mode, is it expected? We will review it once it will no more be marked as a draft.
Thanks for checking, @gwarf
Indeed, it's a still a... | gharchive/pull-request | 2022-07-08T15:40:22 | 2025-04-01T06:42:28.288274 | {
"authors": [
"enolfc",
"gwarf",
"sebastian-luna-valero"
],
"repo": "EGI-Federation/documentation",
"url": "https://github.com/EGI-Federation/documentation/pull/474",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2711143459 | Application Quality - deployment error
The component fails to install. After following all steps from the Deployment Guide, the result is:
$ helm install application-quality reference-repo/helm/ --namespace application-quality --create-namespace --values generated-values.yaml
Error: INSTALLATION FAILED: 2 error... | gharchive/issue | 2024-12-02T09:08:54 | 2025-04-01T06:42:28.306911 | {
"authors": [
"blaziq",
"james-hinton"
],
"repo": "EOEPCA/deployment-guide",
"url": "https://github.com/EOEPCA/deployment-guide/issues/45",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1157716053 | pinnable_mapped_file persistence
This PR add two parameters for pinnable_mapped_file
on_dirty_mode: configure how to handle the mapped file when it's dirty
-- new delete_on_dirty is useful for tests.
persistent: determine whether to persist into disk when using heap and lock mode
As you mentioned this should be m... | gharchive/pull-request | 2022-03-02T21:32:53 | 2025-04-01T06:42:28.316574 | {
"authors": [
"heifner",
"huangminghuang"
],
"repo": "EOSIO/chainbase",
"url": "https://github.com/EOSIO/chainbase/pull/82",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
519166121 | Cpu resources cannot be restored
My account has not been sent transaction for 4 days. Then it‘s cpu used resources should be restored normally. But the cpu still has not recovered. The cpu available is still 0.
used rate: 120.8%
used:2.05 ms
total: 1.7 ms
What is the reason?
https://github.com/EOSIO/eos/issues/4474... | gharchive/issue | 2019-11-07T10:08:53 | 2025-04-01T06:42:28.322334 | {
"authors": [
"ghost",
"heifner",
"jgiszczak",
"jsprice87",
"quarksgluons",
"spartucus"
],
"repo": "EOSIO/eos",
"url": "https://github.com/EOSIO/eos/issues/8190",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2649009336 | Simplified file selection interface
Currently, the user needs to put in the exact path of the file that needs to be created/edited; it would be nice to have a kind of "shortcut" or a simpler way, for example:
the user wants to create a new product but isn't familiar with the folder structure yet:
offer an easy way ... | gharchive/issue | 2024-11-11T11:07:48 | 2025-04-01T06:42:28.328402 | {
"authors": [
"silvester-pari"
],
"repo": "EOX-A/git-clerk",
"url": "https://github.com/EOX-A/git-clerk/issues/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
661909417 | cmorize_obs is broken
My guess would be that it is related to the recent change to using fire. 🔥
$ cmorize_obs -c config-ETH-LANDCLIM.yml -o MERRA2
Traceback (most recent call last):
File "/net/exo/landclim/crezees/conda/envs/esmvaltool-public/bin/cmorize_obs", line 11, in <module>
load_entry_point('ESMValToo... | gharchive/issue | 2020-07-10T07:22:10 | 2025-04-01T06:42:28.396934 | {
"authors": [
"bascrezee",
"mattiarighi"
],
"repo": "ESMValGroup/ESMValTool",
"url": "https://github.com/ESMValGroup/ESMValTool/issues/1739",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
486380381 | updated meta file for conda build
I have built a fresh conda package for esmvaltool; the meta.yml needed a couple changes included here. Can one of you @bouweandela or @fdiblen please update the conda package at source on esmvalgroup pls https://anaconda.org/ESMValGroup/esmvaltool/files - I got esmvaltool-2.0.0b0-py3... | gharchive/pull-request | 2019-08-28T13:23:07 | 2025-04-01T06:42:28.399379 | {
"authors": [
"valeriupredoi"
],
"repo": "ESMValGroup/ESMValTool",
"url": "https://github.com/ESMValGroup/ESMValTool/pull/1268",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
489864329 | eWaterCycle: Add recipe to prepare input for LISFLOOD
Short description of the diagnostic
Convert ERA-Interim and/or ERA5 meteorological input data to a format that can be used as forcing data for the LISFLOOD hydrological model. This is part of the preprocessing workflow in the eWaterCycle project.
Tasks
[x] Creat... | gharchive/pull-request | 2019-09-05T16:16:44 | 2025-04-01T06:42:28.411145 | {
"authors": [
"Peter9192",
"SarahAlidoost",
"bouweandela",
"sverhoeven"
],
"repo": "ESMValGroup/ESMValTool",
"url": "https://github.com/ESMValGroup/ESMValTool/pull/1298",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2610110568 | fixed RUN_THIS_FIRST_linux.sh
fixed it not finding the correct python, and npm versions, also make it make START_Linux.sh executable
@Zia-ullah-khan Make a PR on ETS2LA/installer on the 2.0 branch, thats where we house the latest installer files.
I knew I didn't something wrong
| gharchive/pull-request | 2024-10-24T00:35:48 | 2025-04-01T06:42:28.433724 | {
"authors": [
"DylDevs",
"Zia-ullah-khan"
],
"repo": "ETS2LA/Euro-Truck-Simulator-2-Lane-Assist",
"url": "https://github.com/ETS2LA/Euro-Truck-Simulator-2-Lane-Assist/pull/283",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2142724724 | [Feature Request] Spinning visualizer and beatmap logo
It might be nice if we could have a visualizer and logo that can spin slowly like below:
it would be cool if they could be configured independently of each other
e.g. https://www.youtube.com/watch?v=QtDbzbQTLHQ
| gharchive/issue | 2024-02-19T16:13:14 | 2025-04-01T06:42:28.440810 | {
"authors": [
"MATRIX-feather",
"TheoCGaming"
],
"repo": "EVAST9919/lazer-sandbox",
"url": "https://github.com/EVAST9919/lazer-sandbox/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2329105300 | After I installed openssl 3, I used v0.7.0 to compile, but the compilation reported an error. The EVP_PKEY_get_id function could not be found, and it seemed that libcurl could not find this function. Should I change the version of libcurl?
Describe the bug
[ 51%] Linking CXX static library libslac_fsm_ev.a
[ 51%] Bui... | gharchive/issue | 2024-06-01T12:03:19 | 2025-04-01T06:42:28.467631 | {
"authors": [
"AssemblyJohn",
"Elsa-is-My-Muse",
"barsnick"
],
"repo": "EVerest/libevse-security",
"url": "https://github.com/EVerest/libevse-security/issues/77",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
134627822 | Schema changes
Create works_collection table
Add works_collection_id column to works table
If works exist with wks_tcp_number and wks_marc_record - create 'ecco' and 'eebo' records in works_collection_id (attempt to use some kind of logic to not create these collections on fresh install for FirstBooks)
Based on exis... | gharchive/issue | 2016-02-18T16:27:01 | 2025-04-01T06:42:28.487280 | {
"authors": [
"treydock"
],
"repo": "Early-Modern-OCR/emop-dashboard",
"url": "https://github.com/Early-Modern-OCR/emop-dashboard/issues/22",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1671640819 | notification spec
Notification component spec
i agree with pretty much all of the suggestions and will include it during the implementation phase and update the spec as needed at that stage.
| gharchive/pull-request | 2023-04-17T17:21:41 | 2025-04-01T06:42:28.502431 | {
"authors": [
"OskiTheCoder"
],
"repo": "EasyPost/easy-ui",
"url": "https://github.com/EasyPost/easy-ui/pull/117",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
604961903 | Add Mobile People Talks Podcast
What does this PR do?
Add Resource(s)
For resources
Mobile People Talks
Description
This is podcast related to Mobile Development
Why is this valuable (or not)
This is info about podcast Mobile People Talks
How do we know it's really free?
Yes
For book lists, is it a book?
This is podc... | gharchive/pull-request | 2020-04-22T18:14:37 | 2025-04-01T06:42:28.520717 | {
"authors": [
"DenisovAV",
"eshellman"
],
"repo": "EbookFoundation/free-programming-books",
"url": "https://github.com/EbookFoundation/free-programming-books/pull/3590",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
151670162 | Instruments manager plugin
Add the instrument manager plugin and the InstrumentTask. Everything is tested and documented.
[Current coverage][cc-pull] is 100%
Merging [#32][cc-pull] into [master][cc-base-branch] will not change coverage
@@ master #32 diff @@
====================================
Fi... | gharchive/pull-request | 2016-04-28T15:19:30 | 2025-04-01T06:42:28.580403 | {
"authors": [
"MatthieuDartiailh",
"codecov-io"
],
"repo": "Ecpy/ecpy",
"url": "https://github.com/Ecpy/ecpy/pull/32",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
437588891 | .netdna-cdn.com based subdomain takeover?
Service name
.netdna-cdn.com
Description
Is there a possibility to takeover sub-domains with CNAME pointing to .netdna-cdn.com or MaxCDN service possible?
Vulnerable might be possible if the apex domain is available to register
Jawboh awlad l9hab
same question
It appe... | gharchive/issue | 2019-04-26T09:41:54 | 2025-04-01T06:42:28.598043 | {
"authors": [
"0xElmalky",
"0xspade",
"Craig9080",
"adityathebe",
"rootkech",
"sumgr0"
],
"repo": "EdOverflow/can-i-take-over-xyz",
"url": "https://github.com/EdOverflow/can-i-take-over-xyz/issues/94",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github... |
1052542251 | [REVIEW] luna: A DSL that translates to regex
Project link
https://github.com/AbhinavOmprakash/luna
Consider adding a code of conduct
Looks great, reviewed on live stream...
Some suggestions
fix failing GitHub action on the latest commit
hide packages and other GitHub features not being used
suggest using issues... | gharchive/issue | 2021-11-13T04:39:47 | 2025-04-01T06:42:28.602096 | {
"authors": [
"AbhinavOmprakash",
"eddiejaoude",
"schmelto"
],
"repo": "EddieHubCommunity/support",
"url": "https://github.com/EddieHubCommunity/support/issues/2922",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
673938075 | Typo in community question
Initial found https://github.com/EddieJaoudeCommunity/support/issues/2#issuecomment-669503621 , thanks @stemount
Um @eddiejaoude can I sort this out, wanna use it as a written guide on my next blog post, Beginner's guide to open source. It's a simple attractive issue to introduce beginne... | gharchive/issue | 2020-08-06T00:55:15 | 2025-04-01T06:42:28.604544 | {
"authors": [
"Ruth-ikegah",
"eddiejaoude"
],
"repo": "EddieJaoudeCommunity/support",
"url": "https://github.com/EddieJaoudeCommunity/support/issues/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
72236326 | Can send audio files?
Hello i want to send audio files from my sd card or custom recorder, via SMS can we? or share only by whatsapp
Want to share sound files too
| gharchive/issue | 2015-04-30T18:08:50 | 2025-04-01T06:42:28.607092 | {
"authors": [
"F481",
"cinder92"
],
"repo": "EddyVerbruggen/SocialSharing-PhoneGap-Plugin",
"url": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/issues/350",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
782308579 | No return output for decisionTree_classification(float X[])
In the classification code:
int decisionTree_classification(float X[])
{
int currentNode = 0;
while (1)
{
if (feature[currentNode] >= 0)
{
if (X[feature[currentNode]] <= threshold[currentNode])
{
#ifdef DEBUG
printf("\ncurrent node: %d, X:%f... | gharchive/issue | 2021-01-08T18:15:35 | 2025-04-01T06:42:28.621982 | {
"authors": [
"nivetaiyer"
],
"repo": "Edge-Learning-Machine/Micro-LM",
"url": "https://github.com/Edge-Learning-Machine/Micro-LM/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1819460554 | error after login
Get "https://api.seeip.org/jsonip": socks connect tcp 127.0.0.1:9050->api.seeip.org:443: dial tcp 127.0.0.1:9050: connectex: No connection could be made because the target machine actively refused it.
https://github.com/Edouard127/reddit-placebot-2023/issues/30
D:\New folder\reddit-placebot-2023... | gharchive/issue | 2023-07-25T02:51:07 | 2025-04-01T06:42:28.638799 | {
"authors": [
"Edouard127",
"cereal-kitty",
"dpgh552345",
"theFOLI"
],
"repo": "Edouard127/reddit-placebot-2023",
"url": "https://github.com/Edouard127/reddit-placebot-2023/issues/98",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1997216324 | Try out K2 compiler
Now that Kotlin 2.0.0-Beta1 is released, we can try out the K2 compiler 👀
This of course requires an experimental version of the Compose Compiler to be used...
Resources
Try the K2 compiler in your Android projects
Implemented in #494, as part of commit 2716ec1a0fafccc3419894f9c25459f0ba96b0e... | gharchive/issue | 2023-11-16T16:10:23 | 2025-04-01T06:42:28.641088 | {
"authors": [
"EdricChan03"
],
"repo": "EdricChan03/studybuddy-android",
"url": "https://github.com/EdricChan03/studybuddy-android/issues/491",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2610039834 | EgorBot for jkotas in #99200
Processing https://github.com/dotnet/runtime/pull/99200#issuecomment-2433774636 command:
Command
-intel
using System;
using System.Diagnostics;
using System.Reflection.Emit;
using BenchmarkDotNet.Attributes;
public class Bench
{
[Benchmark]
public void DummyDynamicMethod()
{
... | gharchive/issue | 2024-10-23T23:29:50 | 2025-04-01T06:42:28.658546 | {
"authors": [
"EgorBot"
],
"repo": "EgorBot/runtime-utils",
"url": "https://github.com/EgorBot/runtime-utils/issues/131",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
815510977 | 2.0 milestone
[ ] Migrate to TypeScript
[ ] Setup tests
[ ] Migrate to Webpack 5
[ ] Get rid of styled-system
[ ] Try to fork extension-reloader and upgrade it for webpack5 (it doesn't support it)
Seems like the webpack-extension-reloader has already been forked into https://github.com/SimplifyJobs/webpack-ext-re... | gharchive/issue | 2021-02-24T14:07:12 | 2025-04-01T06:42:28.666889 | {
"authors": [
"ElForastero",
"arty-name"
],
"repo": "ElForastero/react-browser-extension-boilerplate",
"url": "https://github.com/ElForastero/react-browser-extension-boilerplate/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
623921579 | Added Good Block extension on README examples list
In this PR
I added my extension, Good Block, on the README examples section.
Nice extension 😁👍
| gharchive/pull-request | 2020-05-24T18:44:26 | 2025-04-01T06:42:28.668495 | {
"authors": [
"ElForastero",
"LucasAndrad"
],
"repo": "ElForastero/react-browser-extension-boilerplate",
"url": "https://github.com/ElForastero/react-browser-extension-boilerplate/pull/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1073496566 | Can't reference style.css when using cssCodeSplit: false
[x ] I have tried upgrading by running bundle update vite_ruby.
[ x] I have read the troubleshooting section before opening an issue.
Description 📖
When set cssCodeSplit: false, has error:
Vite Ruby can't find entrypoints/style.css in public/esm-bundle/mani... | gharchive/issue | 2021-12-07T15:37:38 | 2025-04-01T06:42:28.675278 | {
"authors": [
"0xDing",
"ElMassimo"
],
"repo": "ElMassimo/vite_ruby",
"url": "https://github.com/ElMassimo/vite_ruby/issues/149",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
193101350 | UIScrollView demo
Changed the demo code to show how TagListView can be used within a UIScrollView. It is specifically setup to show horizontal scrolling with a single line of tags.
Ebert has finished reviewing this Pull Request and has found:
1 fixed issue! 🎉
You can see more details about this review at https:/... | gharchive/pull-request | 2016-12-02T12:06:04 | 2025-04-01T06:42:28.678270 | {
"authors": [
"aleene",
"aquarhead",
"uilyd"
],
"repo": "ElaWorkshop/TagListView",
"url": "https://github.com/ElaWorkshop/TagListView/pull/95",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2282317870 | Support MMS Server errors
This PR adds a new error type to the MMS client library, called MMSServerError. This type is intended to provide information in cases where an MMS request is valid but fails for some reason, which is reported in the response.
Task linked: CU-8693z4817 MMS API service
| gharchive/pull-request | 2024-05-07T05:32:15 | 2025-04-01T06:42:28.694341 | {
"authors": [
"Woody1193"
],
"repo": "ElectroRoute-Japan/mms-client",
"url": "https://github.com/ElectroRoute-Japan/mms-client/pull/18",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2498762368 | 🛑 ElectoTempo Backend is down
In 4a7da82, ElectoTempo Backend ($ET_BACKEND_HEALTH_ENDPOINT) was down:
HTTP code: 403
Response time: 185 ms
Resolved: ElectoTempo Backend is back up in fde13d6 after 29 minutes.
| gharchive/issue | 2024-08-31T10:01:24 | 2025-04-01T06:42:28.696815 | {
"authors": [
"electrotempo-dev"
],
"repo": "ElectroTempo/electrotempo-status",
"url": "https://github.com/ElectroTempo/electrotempo-status/issues/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
237014724 | Normalization Issue
@matmarti There is something wrong with the energies in the ENSDF systematics data (see plot below). This seems to be true for all cases right now.
No clue how to actually attach pictures here, but I have attached an updated picture using the inputs you did. We now have the code plotting the ... | gharchive/issue | 2017-06-19T20:29:50 | 2025-04-01T06:42:28.715931 | {
"authors": [
"kgleach",
"matmarti"
],
"repo": "ElectroweakGroup/Database_Extraction_Tool",
"url": "https://github.com/ElectroweakGroup/Database_Extraction_Tool/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
336024118 | [Feature Request] Drag drop columns to reorder position
Existing Component
Yes
Component Name
el-table
Description
Is there a way to reorder columns by dragging and dropping columns ?
Duplicate of #3543
| gharchive/issue | 2018-06-26T23:16:28 | 2025-04-01T06:42:28.729570 | {
"authors": [
"abhipanda",
"jikkai"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/11763",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
191421493 | Request: Collapsible
Hey there!
Element is pretty awesome!
I was wondering whether a collapsible like an accordion is on the roadmap / in the scope of element.
Regards
Yes, we plan to add accordion in Element 1.1.
Duplicate of #627 .
Sorry for the dupe.
| gharchive/issue | 2016-11-24T02:41:13 | 2025-04-01T06:42:28.731430 | {
"authors": [
"FranzSkuffka",
"Leopoldthecoder"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/1323",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
642713442 | The expand row keys attribute of [bug report] El table can only control row expansion, not row closing, and can't be left blank
Element UI version
2.13.2
OS/Browsers version
Windows7/Google Chrome 71.0.3578.98(正式版本) (64 位)
Vue version
2.6.11
Reproduction Link
https://codepen.io/liushangdev/pen/oNbZyNb
Steps to repr... | gharchive/issue | 2020-06-22T03:04:00 | 2025-04-01T06:42:28.737040 | {
"authors": [
"caiqichang",
"fnlearner",
"klren0312",
"liushangdev"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/19701",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
691936856 | [Bug Report] table里面的树形懒加载,点击第二层的时候,load回调函数里面treeNode.level就是空字符串了
Element UI version
2.13.2
OS/Browsers version
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36
Vue version
3.0.0-rc.10
Reproduction Link
https://codepen.io/aadelina/pen/LYNOPgR?editab... | gharchive/issue | 2020-09-03T12:42:03 | 2025-04-01T06:42:28.744017 | {
"authors": [
"OGweixin007",
"PeterHan-Enjoy",
"Zhaoren1998",
"aadelina"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/20122",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
249465154 | [Bug Report] 1.4.2 Uglify error
Element UI version
1.4.2
OS/Browsers version
Chrome
Vue version
2.4.2
Reproduction Link
n/a
Steps to reproduce
webpack-cli based project, newest version produces Uglify error.
ERROR in static/js/vendor.864b8c7a0146c714115b.js from UglifyJs SyntaxError: Unexpected token: operator (>) [... | gharchive/issue | 2017-08-10T20:21:01 | 2025-04-01T06:42:28.750343 | {
"authors": [
"DanielWLam",
"denbka",
"gen4sp",
"itimor",
"nosus",
"ryatziv",
"srzyhead",
"yourlin"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/issues/6403",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
391012359 | Table:all table share the only tooltip, avoid render the table when t…
…he tooltip show first time
Please make sure these boxes are checked before submitting your PR, thank you!
[x] Make sure you follow Element's contributing guide (中文 | English | Español).
[x] Make sure you are merging your commits to dev branch.
[... | gharchive/pull-request | 2018-12-14T08:29:30 | 2025-04-01T06:42:28.753694 | {
"authors": [
"huangjinqiang"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/pull/13770",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
428533450 | Table: Add treeChildrenProp Attribute
因为有时候后端给的数据子节点属性名不是children,或者有些正常表格数据,因为正好有个数组节点叫children,就会被误渲染成tree table。
所有增加的自定义获取tree data的子节点数组属性名的功能。
类似tree组件的props属性,可以自定义children。
Please make sure these boxes are checked before submitting your PR, thank you!
[x] Make sure you follow Element's contributing guide (中文... | gharchive/pull-request | 2019-04-03T02:28:36 | 2025-04-01T06:42:28.757082 | {
"authors": [
"panhezeng",
"ziyoung"
],
"repo": "ElemeFE/element",
"url": "https://github.com/ElemeFE/element/pull/14947",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
734244479 | 散点图symbolSize在echarts内是支持function的,在v-charts内不支持
Summary 简述
散点图symbolSize在echarts内是支持function的,在v-charts内symbolSize设置函数不生效。
Expect 期望结果
可以自定义symbolSize函数,返回动态图形大小
Reproduce 重现示例
推荐你 echarts-for-vue,采用原生 ECharts 配置和 API,同时兼容 Vue 3 和 2。或许能解决你的问题
| gharchive/issue | 2020-11-02T07:00:53 | 2025-04-01T06:42:28.759470 | {
"authors": [
"ambit-tsai",
"nacker1"
],
"repo": "ElemeFE/v-charts",
"url": "https://github.com/ElemeFE/v-charts/issues/878",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
861028550 | This repository is over its data quota.
https://github.com/fgolemo/cl-workshop-cvpr21-docker/issues/15
git lfs clone https://github.com/ElementAI/synbols-resources.git
WARNING: 'git lfs clone' is deprecated and will not be updated
with new flags from 'git clone'
'git clone' has been updated in upstream Git... | gharchive/issue | 2021-04-19T08:07:04 | 2025-04-01T06:42:28.762691 | {
"authors": [
"aldro61",
"qihao-huang"
],
"repo": "ElementAI/synbols-resources",
"url": "https://github.com/ElementAI/synbols-resources/issues/5",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1667868247 | tuple index out of range in _exec_send_grads p2p.send
Describe the bug
When setting both pipe-parallel-size and model-parallel-size to 2, the training crashes. However, setting each individually to 2 (and keep the other as 1) works fine.
The stack trace:
...
done with setups ... ... | gharchive/issue | 2023-04-14T09:16:18 | 2025-04-01T06:42:28.810166 | {
"authors": [
"Quentin-Anthony",
"StellaAthena",
"Zlzzzupup",
"drcege"
],
"repo": "EleutherAI/gpt-neox",
"url": "https://github.com/EleutherAI/gpt-neox/issues/884",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2635931061 | pass device_map other than auto for parallelize
for example 'sequential`.
Is the device_map set to auto somewhere?
yeah this is in _get_accelerate_args fn. device_map defaults to auto. line 292
| gharchive/pull-request | 2024-11-05T16:29:06 | 2025-04-01T06:42:28.813468 | {
"authors": [
"baberabb"
],
"repo": "EleutherAI/lm-evaluation-harness",
"url": "https://github.com/EleutherAI/lm-evaluation-harness/pull/2457",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1880979090 | UI improvements
Modified padding for mobile UI
added "loading" spinner
@johnweland Why are there Next files here?
@johnweland Why are there Next files here?
no idea. they should be covered in the gitignore
@johnweland Why are there Next files here?
no idea. they should be covered in the gitignore
idk wh... | gharchive/pull-request | 2023-09-05T00:05:46 | 2025-04-01T06:42:28.817963 | {
"authors": [
"aphexlog",
"johnweland"
],
"repo": "Elevator-Robot/elevator-robot.com",
"url": "https://github.com/Elevator-Robot/elevator-robot.com/pull/6",
"license": "MIT-0",
"license_type": "permissive",
"license_source": "github-api"
} |
2143664 | Zip.php, add file exists check to prevent stat failed error warnings in the log
These occur when creating .zips by passing data and creating an artificial fs structure inside the .zip
If you are adding the file_exists() check, you should be able to remove the "@" symbol and filemtime() from the conditional.
I would... | gharchive/issue | 2011-11-04T13:17:18 | 2025-04-01T06:42:28.871196 | {
"authors": [
"Eclarian",
"appleboy",
"philsturgeon",
"tomcode"
],
"repo": "EllisLab/CodeIgniter",
"url": "https://github.com/EllisLab/CodeIgniter/issues/647",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1468800907 | Fix set_for_current_helper
core_affinity::set_for_current(CoreId) is not working on non-general-purpose OS due to missing return value
I really should support the *BSDs with an actual API. One of these days...
@Elzair if you're interested, I could provide an implementation for FreeBSD (soonish)
That would be gr... | gharchive/pull-request | 2022-11-29T22:49:05 | 2025-04-01T06:42:28.890666 | {
"authors": [
"Elzair",
"grembo",
"stlankes"
],
"repo": "Elzair/core_affinity_rs",
"url": "https://github.com/Elzair/core_affinity_rs/pull/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2247566113 | Can't ignore unmaintained crates?
Describe the bug
I'm trying to ignore the fact that a crate is unmaintained, but I don't know how.
Is the ignore field only for yanked crates? If so, how do I ignore unmaintained crates?
To reproduce
This is what I tried:
[advisories]
version = 2
ignore = [
"safemem",
"safemem@0.... | gharchive/issue | 2024-04-17T07:19:15 | 2025-04-01T06:42:28.894642 | {
"authors": [
"Jake-Shadle",
"emilk"
],
"repo": "EmbarkStudios/cargo-deny",
"url": "https://github.com/EmbarkStudios/cargo-deny/issues/650",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2168934264 | Update docs
Resolves: #622
Great, thanks!
| gharchive/pull-request | 2024-03-05T11:13:38 | 2025-04-01T06:42:28.895585 | {
"authors": [
"Jake-Shadle",
"djc"
],
"repo": "EmbarkStudios/cargo-deny",
"url": "https://github.com/EmbarkStudios/cargo-deny/pull/624",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
71961876 | Says folder already exists when it doesn't.
Was unable to create a project. Regardless of the name, it always said there was a folder name conflict.
Sorry about that, must be an overzealous feature. I'll have i fix up soon.
Np, was actually surprised someone hadn't already reported it. Nice work on the project, i... | gharchive/issue | 2015-04-29T19:12:45 | 2025-04-01T06:42:28.898247 | {
"authors": [
"Samsinite",
"thomassnielsen"
],
"repo": "EmberTown/ember-hearth",
"url": "https://github.com/EmberTown/ember-hearth/issues/84",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
173134784 | Getting the problem while installing the seriaport in Raspberry pi3
Dear All,
I got the below error while installing the seriaport for Xbee in node-red.
I have also tried like this "npm install serialport"
Version details:
root@raspberrypi:/home/pi/Desktop/rPi_Titus/node-red-new/node-red#
root@raspberrypi:/home/pi/D... | gharchive/issue | 2016-08-25T07:45:02 | 2025-04-01T06:42:28.906887 | {
"authors": [
"titusece"
],
"repo": "EmergingTechnologyAdvisors/node-serialport",
"url": "https://github.com/EmergingTechnologyAdvisors/node-serialport/issues/916",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2367525846 | no highway shows up
im on linux mint 21.3 x86_64
yeah this is an issue with render textures not working on linux. im not quite sure how to fix it on linux though. wine doesnt work either
ty for reporting though, thought it was an issue on my Deck
yeah this is an issue with render textures not working on linux... | gharchive/issue | 2024-06-22T03:52:50 | 2025-04-01T06:42:28.944360 | {
"authors": [
"3drosalia",
"mtolly",
"silverhed",
"tposejank"
],
"repo": "Encore-Developers/Encore",
"url": "https://github.com/Encore-Developers/Encore/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1640377009 | Update links on comments to point to the latest version
I chose to pin it strictly like the way it was but let me know if you would prefer a major version like v2 instead!
What was the problem that the old version caused you?
I noticed it because the documentation is outdated
Is this okay so the links point to ... | gharchive/pull-request | 2023-03-25T04:46:05 | 2025-04-01T06:42:29.022576 | {
"authors": [
"EnricoMi",
"ofek"
],
"repo": "EnricoMi/publish-unit-test-result-action",
"url": "https://github.com/EnricoMi/publish-unit-test-result-action/pull/432",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2413012586 | Add track templates
Description
Add track payload templates and corresponding script to load tracks for the beta-2 update and beyond.
It has 2 parts:
Track templates: each track type has it's own set of values, some of which are internal (e.g. genome browser settings, known by webteam) some external (e.g. track desc... | gharchive/pull-request | 2024-07-17T08:37:49 | 2025-04-01T06:42:29.032230 | {
"authors": [
"jyothishnt",
"veidenberg"
],
"repo": "Ensembl/ensembl-web-track-api",
"url": "https://github.com/Ensembl/ensembl-web-track-api/pull/27",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2598016808 | Add xtask to project
This is intended to be a supplement for building the project and updating the typst package.
Change/addition summary
custom build system that allows building the plugin with only rust compiler and typst installed on the system
see the added xtask/README.md for details
does minimal work, skips s... | gharchive/pull-request | 2024-10-18T17:12:05 | 2025-04-01T06:42:29.050757 | {
"authors": [
"Caellian",
"Enter-tainer"
],
"repo": "Enter-tainer/zint-wasi",
"url": "https://github.com/Enter-tainer/zint-wasi/pull/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2408132576 | Display releases on GitHub?
Since this package is evolving fast, having releases show up on GitHub (not just in the General registry) would be very useful, especially to track changes
Solved in https://github.com/EnzymeAD/Reactant.jl/commit/404c238c6575ca8067d2ddaf8fc7d0b2b8a4fb7f
| gharchive/issue | 2024-07-15T08:13:31 | 2025-04-01T06:42:29.069874 | {
"authors": [
"gdalle",
"mofeing"
],
"repo": "EnzymeAD/Reactant.jl",
"url": "https://github.com/EnzymeAD/Reactant.jl/issues/46",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
987518505 | Problems running pyleecan on Anaconda
When I installed pyleecan from the anaconda prompt, I got this. I don't know what is this supposed to mean but then I get this when trying to run pyleecan GUI
As mentioned on the site, https://www.pyleecan.org/get.pyleecan.html, I changed my environmental variables but then too... | gharchive/issue | 2021-09-03T08:03:07 | 2025-04-01T06:42:29.078788 | {
"authors": [
"Ksp-3086",
"SebGue"
],
"repo": "Eomys/pyleecan",
"url": "https://github.com/Eomys/pyleecan/issues/425",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1645536518 | Running against Athena
I have started using the unit test library against athena. Early feedback, the only thing I have had to do at the moment is override ref as follows: In macros created a file called ref.sql with:
{% macro ref(model_name) %}
{% if 'unit-test' in config.get('tags') %}
{% do return(builtins.r... | gharchive/issue | 2023-03-29T10:47:17 | 2025-04-01T06:42:29.093153 | {
"authors": [
"DrValani",
"psousa50"
],
"repo": "EqualExperts/dbt-unit-testing",
"url": "https://github.com/EqualExperts/dbt-unit-testing/issues/128",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
419064076 | How can i solve this problem?
Hello,
I tried to use your code 'GLTFs2B3DM'.But, the following errors are occurred.
Unhandled rejection TypeError: Cannot read property 'KHR_materials_common' of undefined
at Function.Material.fromGltf (C:\Users\wendy\Desktop\ifc2b3dm-master\ifc2b3dm-master\GLTFs2B3DM\lib\Material.js:40... | gharchive/issue | 2019-03-09T11:55:07 | 2025-04-01T06:42:29.113873 | {
"authors": [
"Erfan-Shooraj",
"wendyHYR"
],
"repo": "Erfan-Shooraj/ifc2b3dm",
"url": "https://github.com/Erfan-Shooraj/ifc2b3dm/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
502487698 | Removing MallocOverflow throws too many FPs
So removing it from the sensitive profile.
duplicate of #2366 for the release branch
| gharchive/pull-request | 2019-10-04T07:56:29 | 2025-04-01T06:42:29.122583 | {
"authors": [
"dkrupp",
"gyorb"
],
"repo": "Ericsson/codechecker",
"url": "https://github.com/Ericsson/codechecker/pull/2368",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
149449403 | android: Use same build tools and SDK versions as for the SDK
No need for everybody to install many different versions of these.
Please keep them in sync
:+1:
@superdump can you merge it? I don't have write access here
| gharchive/pull-request | 2016-04-19T12:40:45 | 2025-04-01T06:42:29.126572 | {
"authors": [
"sdroege",
"superdump"
],
"repo": "EricssonResearch/openwebrtc-examples",
"url": "https://github.com/EricssonResearch/openwebrtc-examples/pull/174",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
544300910 | Add LiveOverflow
A little uncertain as to which category to put this in. It is an amalgamation of a tutorial, informational, programming, and entertainment.
The channel is geared towards finding and understanding exploits such as zero days, how they work, how they can be prevented, "info security" if you will, but al... | gharchive/pull-request | 2020-01-01T02:20:50 | 2025-04-01T06:42:29.127781 | {
"authors": [
"ErikCH",
"rbrick"
],
"repo": "ErikCH/DevYouTubeList",
"url": "https://github.com/ErikCH/DevYouTubeList/pull/44",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1016032364 | [Possible Bug] Instant Respawn Issue
Issue reported by LanternServer
issue: Instant Respawn isn’t working
Causes: Unknown
@LanternServer, Please add more information below such as the client version, server version and your config file
I’ll send a video via mediafire?
I’ll send a video via mediafire?
That would... | gharchive/issue | 2021-10-05T08:24:45 | 2025-04-01T06:42:29.136601 | {
"authors": [
"ErikPDev",
"LanternServer"
],
"repo": "ErikPDev/AdvanceDeaths",
"url": "https://github.com/ErikPDev/AdvanceDeaths/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1062993551 | Suggestion: Use a custom response for Beta Channel version, instead of using Ninja Cat
Make Cliptok auto-delete NC's response about beta channel (because NC doesn't grab the correct version sometimes)
Context: https://discord.com/channels/150662382874525696/187649467611086849/913026528063934514
The main blocker fo... | gharchive/issue | 2021-11-24T23:19:50 | 2025-04-01T06:42:29.142509 | {
"authors": [
"Erisa",
"lost-in-action"
],
"repo": "Erisa/Cliptok",
"url": "https://github.com/Erisa/Cliptok/issues/114",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2203912737 | Create 404 page
Description
React router will now direct unknown routes to the new NotFound component.
Added an illustration image (made with Playground AI with small fixes done in PhotoPea).
Previously, when presented with an invalid formId, FormViewer would display Could not find form with ID ### or No form Id was... | gharchive/pull-request | 2024-03-23T14:55:28 | 2025-04-01T06:42:29.146341 | {
"authors": [
"ErlingHauan"
],
"repo": "ErlingHauan/FormFactory",
"url": "https://github.com/ErlingHauan/FormFactory/pull/141",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1800363783 | configuration
I didnt know how else to ask this, but how do you configure all the hitbox settings? I couldn't find any info on where the settings are
@takoyak20 The settings are managed through modmenu. Install it, click the "mods" button on the pause menu, fid the mod in there, and click the settings button.
| gharchive/issue | 2023-07-12T07:30:30 | 2025-04-01T06:42:29.147466 | {
"authors": [
"ErrorGamer2000",
"takoyak20"
],
"repo": "ErrorGamer2000/PrettyHitboxes",
"url": "https://github.com/ErrorGamer2000/PrettyHitboxes/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1004716740 | Create README
Make a professional looking README, you can check templates online.
It doesn't have to be fully complete yet, as some parts can only be added after the project is completed
First version complete, any necessary changes can be made in the future.
| gharchive/issue | 2021-09-22T19:55:02 | 2025-04-01T06:42:29.183330 | {
"authors": [
"Esper06",
"Lee0997"
],
"repo": "Esper06/My-Movie-Tracker",
"url": "https://github.com/Esper06/My-Movie-Tracker/issues/45",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2096423801 | Final prep for publication
This makes the following changes, as final prep for publishing to the Gradle Plugin Portal:
In build.gradle:
Change website & vcsUrl to this public Esri repo.
Delete the publishing block that was used to publish to a local repo to check how the artifacts look.
Update Gradle version from... | gharchive/pull-request | 2024-01-23T16:03:41 | 2025-04-01T06:42:29.199289 | {
"authors": [
"alan-edi"
],
"repo": "Esri/arcgis-gradle-plugin-java",
"url": "https://github.com/Esri/arcgis-gradle-plugin-java/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2113819901 | [New] List spatial reference transformations
Description
This PR implements List spatial reference transformations in Edit and Manage Data category.
URL to README: README
Linked Issue(s)
swift/issues/4921
How To Test
Tap on a transformation to see the projected geometry update.
Tap "Suitable for Map Extent" limit ... | gharchive/pull-request | 2024-02-02T00:55:59 | 2025-04-01T06:42:29.205393 | {
"authors": [
"CalebRas",
"zkline101"
],
"repo": "Esri/arcgis-maps-sdk-swift-samples",
"url": "https://github.com/Esri/arcgis-maps-sdk-swift-samples/pull/342",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
102769330 | Create OSM Network Dataset
Hi,
I have tried createing OSM network dataset in both ArcMap 10.1 and 10.3 and they fail.
I'm getting this error:
--- snap ---
Assigning Network Connectivity Groups
Extracting Turn Restrictions
Exception from HRESULT: 0x80040353
at ESRI.ArcGIS.Geodatabase.IDatasetContainer2.CreateDataset(I... | gharchive/issue | 2015-08-24T11:09:31 | 2025-04-01T06:42:29.219541 | {
"authors": [
"AndersVittrup",
"Chaz6",
"DiegoSalcedo",
"EtachGu",
"GravitaZ",
"ThomasEmge",
"eggwhites",
"kevinpdavies",
"mboeringa",
"vittrup88"
],
"repo": "Esri/arcgis-osm-editor",
"url": "https://github.com/Esri/arcgis-osm-editor/issues/93",
"license": "apache-2.0"... |
332409830 | Unpkg CDN not Working for 2.2.10
Not sure where else to put this...but we are using the unpkg CDN pointing to the latest minor version of this plugin for a client, using @2.2. This morning it looks like the latest version number was updated to 2.2.10, but the CDN does not return code for that version number. We had... | gharchive/issue | 2018-06-14T13:45:06 | 2025-04-01T06:42:29.260528 | {
"authors": [
"dsusini",
"jgravois"
],
"repo": "Esri/esri-leaflet-geocoder",
"url": "https://github.com/Esri/esri-leaflet-geocoder/issues/201",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
55305306 | Build Elevation Mosaics parameter order changed between 10.2.2.2 and 10.3
Build Elevation Mosaics parameter order changed between 10.2.2.2 and 10.3 and it is breaking our ANT tests. We cannot change order of parameters between releases as this will break any scripts that use the existing tools.
Here's what has change... | gharchive/issue | 2015-01-23T16:59:52 | 2025-04-01T06:42:29.280931 | {
"authors": [
"NatalieCampos",
"mfunk"
],
"repo": "Esri/solutions-geoprocessing-toolbox",
"url": "https://github.com/Esri/solutions-geoprocessing-toolbox/issues/194",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1991699825 | crash in feature/tiling branch
Crash when you click on "new" in protocol.
does not get written to log file, only to console.
[INFO ] [Base ] Leaving application in progress...
Traceback (most recent call last):
File "C:\Users\Eric Weiner\Downloads\LumaViewPro-feature-tiling\lumaviewpro.py", line 4046, in
Lu... | gharchive/issue | 2023-11-14T00:20:05 | 2025-04-01T06:42:29.299732 | {
"authors": [
"ericweiner",
"jmcoreymv"
],
"repo": "EtalumaSupport/LumaViewPro",
"url": "https://github.com/EtalumaSupport/LumaViewPro/issues/302",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
487910017 | problem
?
我的名字是先生赃物老板
problem
We have a problem guys.
?
emotional 😩
| gharchive/issue | 2019-09-01T17:15:29 | 2025-04-01T06:42:29.302003 | {
"authors": [
"OhBoyItsGrelAgain",
"Zamazenta",
"alpine971",
"k1ngboo",
"snaildos"
],
"repo": "EternityX/DEADCELL-CSGO",
"url": "https://github.com/EternityX/DEADCELL-CSGO/issues/146",
"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.