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 |
|---|---|---|---|---|---|
548911539 | Get-Acl -LiteralPath does not find Registry key
Steps to reproduce
Get-Acl -LiteralPath "HKLM:Software\Classes\*"
Expected behavior
Path Owner Access
---- ----- ... | gharchive/issue | 2020-01-13T12:54:45 | 2025-04-01T06:42:57.555083 | {
"authors": [
"KalleOlaviNiemitalo",
"SeeminglyScience",
"Shriram0908",
"VIP21",
"vexx32"
],
"repo": "PowerShell/PowerShell",
"url": "https://github.com/PowerShell/PowerShell/issues/11566",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
169249324 | input redirection doesn't work
Steps to reproduce
PS> tr '\t' ' ' < in.txt > out.txt
Expected behavior
it works
Actual behavior
At line:1 char:16
+ tr '\t' ' ' < in.txt > out.txt
+ ~
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsEr... | gharchive/issue | 2016-08-03T22:26:29 | 2025-04-01T06:42:57.560189 | {
"authors": [
"bgshacklett",
"lzybkr",
"vexx32",
"xa0082249956"
],
"repo": "PowerShell/PowerShell",
"url": "https://github.com/PowerShell/PowerShell/issues/1629",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1867036000 | Get-ADUser throws "the encryption operation failed" on latest PowerShell 7.4-preview.5 daily build
Prerequisites
[X] Write a descriptive title.
[X] Make sure you are able to repro it on the latest released version
[X] Search the existing issues.
[X] Refer to the FAQ.
[X] Refer to Differences between Windows PowerShe... | gharchive/issue | 2023-08-25T13:12:40 | 2025-04-01T06:42:57.589230 | {
"authors": [
"BouwenMA",
"SteveL-MSFT",
"filipnavara",
"jborean93",
"kborowinski",
"santisq",
"xpwn3rx"
],
"repo": "PowerShell/PowerShell",
"url": "https://github.com/PowerShell/PowerShell/issues/20168",
"license": "MIT",
"license_type": "permissive",
"license_source": "githu... |
437066731 | Feature Request: pwsh -x flag
Posix shell
Posix shells have very helpful -x cli flag. It could be also enabled inside script code with line 'set -x'. It shows commands as they are exactly executed
Example shell code
% cat hello.sh
#!/bin/sh
set -x
msg="world"
echo "hello $msg"
Output
% ./hello.sh
+ msg=world
+ ech... | gharchive/issue | 2019-04-25T08:18:23 | 2025-04-01T06:42:57.597404 | {
"authors": [
"chuanjiao10",
"fmichaleczek",
"iSazonov",
"krystian-wojtas"
],
"repo": "PowerShell/PowerShell",
"url": "https://github.com/PowerShell/PowerShell/issues/9463",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
732455620 | Enable CA18XX rules with suggestion severity
Promote CA18XX rules with suggestion severity to warning:
CA1821: Remove empty Finalizers
CA1824: Mark assemblies with NeutralResourcesLanguageAttribute
CA1826: Do not use Enumerable methods on indexable collections
CA1828: Do not use CountAsync() or LongCountAsync() when... | gharchive/pull-request | 2020-10-29T16:13:41 | 2025-04-01T06:42:57.609437 | {
"authors": [
"anmenaga",
"iSazonov",
"xtqqczze"
],
"repo": "PowerShell/PowerShell",
"url": "https://github.com/PowerShell/PowerShell/pull/13924",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
345746614 | Fix Get-ChildItem -Path with wildcard char
PR Summary
Unescape non-literal, non-glob path before existence checking.
This solve the issue where Get-GhildItem does not behave correctly
when -Path contains special characters. For example,
Get-ChildItem -Path './`[dir`]'
will complain with error "Cannot find path ..." ... | gharchive/pull-request | 2018-07-30T12:58:08 | 2025-04-01T06:42:57.618840 | {
"authors": [
"kwkam",
"vexx32"
],
"repo": "PowerShell/PowerShell",
"url": "https://github.com/PowerShell/PowerShell/pull/7403",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
65781824 | Finalize rule severity
Change string description. Also remove the unnecessary help file in the
solution.
Looks good. Please merge the pull request
| gharchive/pull-request | 2015-04-01T21:22:51 | 2025-04-01T06:42:57.623883 | {
"authors": [
"raghushantha",
"yutingc"
],
"repo": "PowerShell/ScriptAnalyzer",
"url": "https://github.com/PowerShell/ScriptAnalyzer/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
412589505 | Release of version 2.24.0.0 of xActiveDirectory
Releasing version 2.24.0.0
This change is
Codecov Report
Merging #242 into master will increase coverage by <1%.
The diff coverage is 100%.
@@ Coverage Diff @@
## master #242 +/- ##
======================================
+ Co... | gharchive/pull-request | 2019-02-20T19:26:24 | 2025-04-01T06:42:57.632307 | {
"authors": [
"codecov-io",
"kwirkykat"
],
"repo": "PowerShell/xActiveDirectory",
"url": "https://github.com/PowerShell/xActiveDirectory/pull/242",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
381762235 | Fixes for #335 and #336
Pull Request (PR) description
Fixes issue where xExchMailboxDatabase fails to test for a Journal Recipient because the module did not load the Get-Recipient cmdlet.
Fixes broken Integration tests in MSFT_xExchMaintenanceMode.Integration.Tests.ps1.
This Pull Request (PR) fixes the following i... | gharchive/pull-request | 2018-11-16T21:13:27 | 2025-04-01T06:42:57.640362 | {
"authors": [
"gborus",
"mhendric"
],
"repo": "PowerShell/xExchange",
"url": "https://github.com/PowerShell/xExchange/pull/337",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
950547856 | feat: Добавлено получение менеджера для задач
Добавлено получение менеджера объекта и для "Задача".
run tests
@Pr-Mex тесты падают по другой причине, не на текущей доработке?
Да, там видео не собралось.
Run tests
Спасибо!
| gharchive/pull-request | 2021-07-22T11:12:17 | 2025-04-01T06:42:57.660064 | {
"authors": [
"Pr-Mex",
"astrizhachuk"
],
"repo": "Pr-Mex/vanessa-automation",
"url": "https://github.com/Pr-Mex/vanessa-automation/pull/1288",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
125233237 | close menu when clicked outside the menu
Currently when clicking outside the menu, menu doesn't close. OGDF, AMP want this menu to close when user click outside the menu.
Closing due to inactivity - please raise an issue if you would like us to look at this issue.
| gharchive/pull-request | 2016-01-06T18:25:34 | 2025-04-01T06:42:57.703733 | {
"authors": [
"mdwragg",
"sansantosh"
],
"repo": "PredixDev/px-deck-selector",
"url": "https://github.com/PredixDev/px-deck-selector/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
214438691 | How to link px-vis-navigator with px-vis-polar?
In time series Px-vis-navigator is an inbuilt functionality with the time series( ), however in px-vis-polar, navigator and chart are not combined. Could you please let me know how to link both the px-vis-navigator and px-vis-polar?
Hello,
you can have a look at the d... | gharchive/issue | 2017-03-15T16:00:51 | 2025-04-01T06:42:57.706887 | {
"authors": [
"anundinesh",
"benoitjchevalier"
],
"repo": "PredixDev/px-vis-polar",
"url": "https://github.com/PredixDev/px-vis-polar/issues/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1517738880 | Attributes docstring missing from AwsCredentials and ECSTask
Maybe also missing from others. Discussed with Andrew.
Screenshots attached.
Ideally there would be type hints and a clear example of saving a block in the docstring.
Previously the Pydantic Field descriptions were parsed. I'm not sure why they're not a... | gharchive/issue | 2023-01-03T17:59:56 | 2025-04-01T06:42:57.714635 | {
"authors": [
"discdiver",
"madkinsz"
],
"repo": "PrefectHQ/prefect-aws",
"url": "https://github.com/PrefectHQ/prefect-aws/issues/185",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1284125495 | Adds highlighting to dbt Cloud job run URL
Summary
Adds highlighting to dbt Cloud job run URL
Adds run status logging while polling for job run status
Screenshots
Terminal
Orion UI
Relevant Issue(s)
Checklist
[ ] Summarized PR's changes in CHANGELOG.md
How does this look on Prefect UI?
I assume the UI wi... | gharchive/pull-request | 2022-06-24T19:44:13 | 2025-04-01T06:42:57.723148 | {
"authors": [
"ahuang11",
"desertaxle",
"sungchun12"
],
"repo": "PrefectHQ/prefect-dbt",
"url": "https://github.com/PrefectHQ/prefect-dbt/pull/19",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2073032911 | patch: Update links to documentation
-Some of the links in the README.md were broken and pointing to stale docs that no longer exist
-Move links to official prefect doc links on the same concepts
Just saw a PR was already open for this, closing
superseded by https://github.com/PrefectHQ/prefect-helm/pull/281
| gharchive/pull-request | 2024-01-09T19:34:03 | 2025-04-01T06:42:57.725292 | {
"authors": [
"jamiezieziula",
"leonkozlowski"
],
"repo": "PrefectHQ/prefect-helm",
"url": "https://github.com/PrefectHQ/prefect-helm/pull/284",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
125303260 | Carbon Paper Crash
I was testing/playing around with the mod and tried the Carbon Paper spell and crashed: http://pastebin.com/M829gcvz
I can confirm that this is indeed still happening.
Fixed in current release
| gharchive/issue | 2016-01-07T01:38:15 | 2025-04-01T06:42:57.852557 | {
"authors": [
"PrinceOfAmber",
"TheDreamweaver",
"sdaddy"
],
"repo": "PrinceOfAmber/Cyclic",
"url": "https://github.com/PrinceOfAmber/Cyclic/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
865503533 | Does not in non-default biome/dimension
Datapacks in 1.16 allow for custom biomes and dimensions, but the viewer does not render anything if the biome is not a default one, erroring TypeError: e.biome is undefined in the browser console
Possible bug.
Can u try https://minecraft.js.org lol
Can u try https://min... | gharchive/issue | 2021-04-22T21:35:28 | 2025-04-01T06:42:57.898963 | {
"authors": [
"KaffinPX",
"TheDudeFromCI",
"jpeterik12"
],
"repo": "PrismarineJS/prismarine-viewer",
"url": "https://github.com/PrismarineJS/prismarine-viewer/issues/183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1176988376 | cant play
i still cant play it still says socket cloesd and is this cleint for chromebook browsers?
Duplicate of #288
| gharchive/issue | 2022-03-22T16:01:12 | 2025-04-01T06:42:57.899843 | {
"authors": [
"AwesomestCode",
"cool3453345fdsgr"
],
"repo": "PrismarineJS/prismarine-web-client",
"url": "https://github.com/PrismarineJS/prismarine-web-client/issues/293",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
568275981 | can you mension link of dataset ??
can you mension link of dataset in readme file ??
Its the first link in the references part in the report. Also added below for your reference:
https://archive.ics.uci.edu/ml/datasets/human+activity+recognition+using+smartphones
| gharchive/issue | 2020-02-20T12:47:17 | 2025-04-01T06:42:57.907326 | {
"authors": [
"02akshay",
"PrithviKamath"
],
"repo": "PrithviKamath/Human-Activity-Recognition",
"url": "https://github.com/PrithviKamath/Human-Activity-Recognition/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
329832742 | Shows "table placeholder" instead of a table.
Given html:
<br /> <br /> <br /> <br /> <br/><br/><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:900px\"> <tbody> <tr> <td style=\"width:113px\"><span style=\"font-size:24px\">Location</span></td> <td style=\"width:19px\"><span style=\"font-si... | gharchive/issue | 2018-06-06T11:46:15 | 2025-04-01T06:42:57.919232 | {
"authors": [
"LeoDroidCoder",
"dschuermann"
],
"repo": "PrivacyApps/html-textview",
"url": "https://github.com/PrivacyApps/html-textview/issues/140",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
915743007 | 有群组吗?
有群组可以交流吗
没有, 不过可以加Rust飞书群 https://applink.feishu.cn/TeLAcbDR 搜PrivateRookie添加我的账号交流
收到
| gharchive/issue | 2021-06-09T03:48:54 | 2025-04-01T06:42:57.921187 | {
"authors": [
"Antake2333",
"PrivateRookie"
],
"repo": "PrivateRookie/bian-rs",
"url": "https://github.com/PrivateRookie/bian-rs/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2373320878 | Top to bottom icon hides footer
Is your feature request related to a problem? Please describe.
Top to bottom icon hides footer
Describe the solution you'd like
A clear and concise description of what you want to happen.
Additional context
Add any other context or screenshots about the feature request here.
Hello @... | gharchive/issue | 2024-06-25T18:05:18 | 2025-04-01T06:42:57.926912 | {
"authors": [
"kapilG0"
],
"repo": "Priyaaa1/StartConnect-Hub",
"url": "https://github.com/Priyaaa1/StartConnect-Hub/issues/545",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2104164983 | align all card of game in proper style
align all card of game in proper style
Current card alignment is
https://github.com/Priyanshi662/FunFusion/assets/125949765/40f555d8-a6f7-4f09-9c1e-676b82afaba0
removing all empty space in card
remove games which are below the footer
check the PR
@AftabMankapure please remov... | gharchive/issue | 2024-01-28T13:30:00 | 2025-04-01T06:42:57.932705 | {
"authors": [
"AftabMankapure",
"Priyanshi662"
],
"repo": "Priyanshi662/FunFusion",
"url": "https://github.com/Priyanshi662/FunFusion/issues/229",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2243624409 | [Option] Strip route prefix
add stripRoutePrefix option to avoid react router routes to be like src/pages/route and, in general, to be able to publish routes stripping a path part
e.g.
"/folder-name/sub-folder-name/route" => "/sub-folder-name/route"
Shouldn't this also apply to API route paths? Also, can we refacto... | gharchive/pull-request | 2024-04-15T13:00:29 | 2025-04-01T06:42:57.956889 | {
"authors": [
"jherr",
"xela92"
],
"repo": "ProNextJS/declarative-routing",
"url": "https://github.com/ProNextJS/declarative-routing/pull/13",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1404783801 | Windows support
It would be useful to get ProbeParticle running on Windows. The main user base there would probably be experimentalists who want to use the GUI to get a quick idea of what an AFM image of a molecule would look like. Especially here it would be important to get the GUI working such that you can just on... | gharchive/issue | 2022-10-11T14:50:40 | 2025-04-01T06:42:57.988110 | {
"authors": [
"NikoOinonen",
"ProkopHapala",
"ondrejkrejci",
"yakutovicha"
],
"repo": "Probe-Particle/ppafm",
"url": "https://github.com/Probe-Particle/ppafm/issues/27",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2761728216 | refactor(scheduler): enhance error handling in start function
What type of PR is this?
/kind cleanup
This pull request includes several changes to improve error handling and code robustness in the scheduler component. The most important changes include modifying functions to return errors, updating the main executio... | gharchive/pull-request | 2024-12-28T13:45:17 | 2025-04-01T06:42:58.017763 | {
"authors": [
"wawa0210",
"yxxhero"
],
"repo": "Project-HAMi/HAMi",
"url": "https://github.com/Project-HAMi/HAMi/pull/754",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2199498539 | Refratoração do formulário de cadastro para melhorar a legibilidade
refactor: Refatora formulário de cadastro para melhorar a legibilidade
Refatora o componente SignupForm para RegisterForm.
Modifica a estrutura do componente para utilizar Box e Grid do Material-UI, melhorando layout e responsividade.
Implementa uso... | gharchive/pull-request | 2024-03-21T08:20:50 | 2025-04-01T06:42:58.028931 | {
"authors": [
"JhowSL"
],
"repo": "Project-Impacta/frontEnd-site",
"url": "https://github.com/Project-Impacta/frontEnd-site/pull/40",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
122202078 | Locate test failing against osrm-backend v4.9.0-rc3
1) locate:
Uncaught AssertionError: "undefined" == 0
at /Users/dane/projects/node-osrm/test/osrm.test.js:592:16
The locate plugin was removed.
This should be fixed now on develop.
| gharchive/issue | 2015-12-15T06:23:18 | 2025-04-01T06:42:58.038972 | {
"authors": [
"TheMarex",
"springmeyer"
],
"repo": "Project-OSRM/node-osrm",
"url": "https://github.com/Project-OSRM/node-osrm/issues/123",
"license": "bsd-2-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1295955996 | Logos are missing
On this page: https://cookbooks.projectpythia.org/mpl-colorbar-cookbook/notebooks/mpl-colorbar-cookbook.html
the logos seem to be missing!
JupyterBook has some idiosyncrasies about how images are treated during the book build: https://jupyterbook.org/en/stable/content/figures.html
Thanks for bri... | gharchive/issue | 2022-07-06T14:48:57 | 2025-04-01T06:42:58.085583 | {
"authors": [
"brian-rose",
"hCraker"
],
"repo": "ProjectPythiaCookbooks/mpl-colorbar-cookbook",
"url": "https://github.com/ProjectPythiaCookbooks/mpl-colorbar-cookbook/issues/10",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2093906839 | Tab-Funktion
-implement tab-function in create and edit forms
-toggle collapsable with space or enter
-autofocus on name-field in create and edit forms
Pull Request Test Coverage Report for Build 7611773820
0 of 0 changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
... | gharchive/pull-request | 2024-01-22T13:20:03 | 2025-04-01T06:42:58.090628 | {
"authors": [
"andreasweishaupt",
"coveralls"
],
"repo": "ProjektAdLer/Autorentool",
"url": "https://github.com/ProjektAdLer/Autorentool/pull/472",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1823655264 | 🛑 Service - Customer Portal is down
In b655f0e, Service - Customer Portal (https://my.proxeuse.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Service - Customer Portal is back up in 82d10e1.
| gharchive/issue | 2023-07-27T05:39:51 | 2025-04-01T06:42:58.114981 | {
"authors": [
"roelreijneveld"
],
"repo": "Proxeuse/status",
"url": "https://github.com/Proxeuse/status/issues/205",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2075656188 | 🛑 Service - Help Center is down
In bb6b3dd, Service - Help Center (https://help.proxeuse.com) was down:
HTTP code: 502
Response time: 24890 ms
Resolved: Service - Help Center is back up in 27a2fbc after 27 minutes.
| gharchive/issue | 2024-01-11T03:25:01 | 2025-04-01T06:42:58.117453 | {
"authors": [
"roelreijneveld"
],
"repo": "Proxeuse/status",
"url": "https://github.com/Proxeuse/status/issues/703",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1368091833 | Upload image
hey why do you use github issues to host images? it would make more sense to put them in the repository in a "demos" or "assets" folder
Hi this is a matter of habit. You are right and maybe in future projects I will do as you say. Greetings.
| gharchive/issue | 2022-09-09T17:00:10 | 2025-04-01T06:42:58.126536 | {
"authors": [
"MatusGuy",
"Przemekkkth"
],
"repo": "Przemekkkth/Simpe_Ray_Casting_Qt_Cpp",
"url": "https://github.com/Przemekkkth/Simpe_Ray_Casting_Qt_Cpp/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1685201183 | Provision Lambda layers for OPAS CLI tools and libraries via Terraform
Provision Lambda layer to provide OPAS utilities, tools and dependencies to any future Lambdas
Package must contain all OPAS CLI tools, libraries and the required dependencies for operation
Build and deploy layers via GitHub Actions
Lambda layer... | gharchive/issue | 2023-04-26T14:58:06 | 2025-04-01T06:42:58.135010 | {
"authors": [
"jordanallen-dev"
],
"repo": "Psychoanalytic-Electronic-Publishing/OpenPubArchive-Content-Server",
"url": "https://github.com/Psychoanalytic-Electronic-Publishing/OpenPubArchive-Content-Server/issues/186",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-... |
376612914 | Determine 'Expected species' automatically
Our sample naming conventions include a short coded organism name. eg:
'Eco': 'Escherichia coli'
'Cfr': 'Citrobacter freundii'
'Kpn': 'Klebsiella pneumoniae'
...etc...
We may be able to make the 'Expected species' input parameter optional. We could attempt to parse the samp... | gharchive/issue | 2018-11-01T23:43:53 | 2025-04-01T06:42:58.144317 | {
"authors": [
"ddooley",
"dfornika"
],
"repo": "Public-Health-Bioinformatics/cpo-pipeline",
"url": "https://github.com/Public-Health-Bioinformatics/cpo-pipeline/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
734766902 | Add an option to disable registration through the webinterface
This should be as simple as a boolean option like "panel.settings.allowRegistration" to hide the registration button, disable the registration page/view and disabling the API endpoint (either removing it, or always returning an error). It's been requested... | gharchive/issue | 2020-11-02T19:35:13 | 2025-04-01T06:42:58.150490 | {
"authors": [
"KlutzyBubbles",
"LordRalex",
"OllieSteam",
"adroslice",
"disconsented",
"nepcore"
],
"repo": "PufferPanel/PufferPanel",
"url": "https://github.com/PufferPanel/PufferPanel/issues/942",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery... |
2319245914 | [Feature request] Stopwatch
Please add a stopwatch to display the elapsed time. This can help to collect statistics in the future and generally simplify perception.
This has been added in v0.2.3 https://github.com/Pugemon/GreenCitrus/commit/ead5c2abcf80af3ab13afff7278d77de9335d058
| gharchive/issue | 2024-05-27T14:03:07 | 2025-04-01T06:42:58.154287 | {
"authors": [
"Pugemon",
"i3sey"
],
"repo": "Pugemon/GreenCitrus",
"url": "https://github.com/Pugemon/GreenCitrus/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2505848083 | 🛑 Lightning Node is down
In a68850b, Lightning Node (https://aegis.puravidabitcoin.io/health/lnd) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Lightning Node is back up in 8b8d7a7 after 6 minutes.
| gharchive/issue | 2024-09-04T16:42:12 | 2025-04-01T06:42:58.190173 | {
"authors": [
"sutt0n"
],
"repo": "PuraVida-Technologies/pura-vida-status",
"url": "https://github.com/PuraVida-Technologies/pura-vida-status/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2494234235 | Bots telling me its an online server, but it's not.
Bot5 (957bd75a-2799-3660-aa34-d1833e9c00b3) has logged in on an ONLINEMODE server, stopping
Bot5 has disconnected from serverip:26465
What server version are you running? Are there any proxies?
Yeah yeah, just disabled all the plugins and new error:
Bot5 (957bd7... | gharchive/issue | 2024-08-29T11:57:58 | 2025-04-01T06:42:58.223231 | {
"authors": [
"PureGero",
"akisha009"
],
"repo": "PureGero/minecraft-stress-test",
"url": "https://github.com/PureGero/minecraft-stress-test/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1195500935 | Needs to be optimized? Eats lots of RAM at this moment of time: VIRT:6GB RES:800MB
i2pd_qt flatpak version: git:2.41.0
OS: Ubuntu 20.04.3 LTS
1 [|| 1.3%] 5 [ ... | gharchive/issue | 2022-04-07T04:22:39 | 2025-04-01T06:42:58.228662 | {
"authors": [
"nonlin-lin-chaos-order-etc-etal"
],
"repo": "PurpleI2P/i2pd-qt",
"url": "https://github.com/PurpleI2P/i2pd-qt/issues/55",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1437334856 | 🛑 Luann Spencer Steele is down
In ed749fe, Luann Spencer Steele (https://luannspencersteele.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Luann Spencer Steele is back up in 0f2627a.
| gharchive/issue | 2022-11-06T09:58:05 | 2025-04-01T06:42:58.438730 | {
"authors": [
"PxlBuzzard"
],
"repo": "PxlBuzzard/upptime",
"url": "https://github.com/PxlBuzzard/upptime/issues/741",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
16214893 | [Home Page] Announcements Issues
[x] Reconcile Teaser/Content editing and rendering
[x] Verify that (un)publish flag works as intended
[x] Ensure blog post date is rendering correct information (publish date, most likely)
I note that “Reconcile Teaser/Content editing and rendering” is still something of an issue,... | gharchive/issue | 2013-07-01T13:49:12 | 2025-04-01T06:42:58.448950 | {
"authors": [
"brandon-rhodes",
"daaray"
],
"repo": "PyCon/pycon",
"url": "https://github.com/PyCon/pycon/issues/107",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
408647596 | photos
část bandy
Změň teams/plzen.yml, kde jsou aktuálně blank.png.
Víc jsem toho ráno nestihl.
Stránku upravím při nejbližší volné chvíli.
Pokud nevadí, že to bude zvlášť, tak to tam klidně přidej.
| gharchive/pull-request | 2019-02-11T06:18:35 | 2025-04-01T06:42:58.455748 | {
"authors": [
"Mintaka",
"encukou"
],
"repo": "PyLadiesCZ/pyladies.cz",
"url": "https://github.com/PyLadiesCZ/pyladies.cz/pull/502",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1169608110 | #[pyclass] struct methods cannot move self
Bug Description
Any methods implemented on #[pyclass] structs that attempt to take ownership and move self produce type mismatch errors
Steps to Reproduce
Create #[pyclass] in module
Implement function taking ownership of self
Backtrace
error[E0308]: mismatched types
--->... | gharchive/issue | 2022-03-15T12:27:43 | 2025-04-01T06:42:58.468446 | {
"authors": [
"DecrepitHuman",
"adamreichold",
"birkenfeld",
"davidhewitt",
"mejrs"
],
"repo": "PyO3/pyo3",
"url": "https://github.com/PyO3/pyo3/issues/2225",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1747717151 | Atlite errors with ESRI:540060 reprojections and Fiji
Description
When using Atlite on regions across borders of [+-180 lon /+-90° lan] GDAL returns error rasterio._err.CPLE_NotSupportedError: Cannot find coordinate operations from 'ESRI:54009' to 'EPSG:4326'.
The error is reproducible executing the PyPSA-Earth wor... | gharchive/issue | 2023-06-08T11:39:28 | 2025-04-01T06:42:58.598777 | {
"authors": [
"davide-f",
"euronion"
],
"repo": "PyPSA/atlite",
"url": "https://github.com/PyPSA/atlite/issues/301",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
665316686 | training_epoch_end() only gives outputs from one optimizer when multiple optimizers are being used
I'm making an abstract GAN class, where I have the following code:
def configure_optimizers(self):
return self.g_optimizer, self.d_optimizer
def training_step(self, batch: Tuple[Tensor, Tensor], batch_i... | gharchive/issue | 2020-07-24T17:38:03 | 2025-04-01T06:42:58.653451 | {
"authors": [
"import-antigravity",
"rohitgr7"
],
"repo": "PyTorchLightning/pytorch-lightning",
"url": "https://github.com/PyTorchLightning/pytorch-lightning/issues/2687",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
569477217 | default argparser
🚀 Feature
Create a default argparser with all the properties that can go into a trainer
Motivation
People already do this themselves pretty often. Might as well make it easy for them
Pitch
Alternatives
Additional context
@williamFalcon I would like to take this up. It would be great if you can... | gharchive/issue | 2020-02-23T10:57:36 | 2025-04-01T06:42:58.661293 | {
"authors": [
"Borda",
"XDynames",
"skepticleo",
"williamFalcon"
],
"repo": "PyTorchLightning/pytorch-lightning",
"url": "https://github.com/PyTorchLightning/pytorch-lightning/issues/916",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1068864588 | 2/n Move Accelerator into strategy - move dispatch functionsto strategy
What does this PR do?
Move dispatch(), pre_dispatch() and post_dispatch() to strategies from Accelerator
Part of #10648
Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
[ ] Was this discussed/approved vi... | gharchive/pull-request | 2021-12-01T21:00:53 | 2025-04-01T06:42:58.670176 | {
"authors": [
"ananthsub",
"four4fish"
],
"repo": "PyTorchLightning/pytorch-lightning",
"url": "https://github.com/PyTorchLightning/pytorch-lightning/pull/10885",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
183833942 | Add social links
Implements #25. Added the social media links to pelicanconf.py
great work on this @sgregg85!
Just a note and I may be wrong on this one. but you usually only want to commit the changes relevant to the PR. You can do so with committing on the one file.
git commit <insert file path>
OR
you can do an ... | gharchive/pull-request | 2016-10-19T00:04:51 | 2025-04-01T06:42:58.686636 | {
"authors": [
"archangelic",
"kjaymiller",
"sgregg85"
],
"repo": "Python-Monthly/Python-Monthly-Website",
"url": "https://github.com/Python-Monthly/Python-Monthly-Website/pull/26",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2122714072 | CI
Work for #86
At the moment, this runs a check on every push. We should change this once it is ready.
I created a minimal CI running pytest and jest.
@smburdick I'm not sure how testing in React works. For now, I moved the tests directory in the search path, but the test that was there failed. As far as I could t... | gharchive/pull-request | 2024-02-07T10:37:37 | 2025-04-01T06:42:58.709785 | {
"authors": [
"Gistbatch",
"rryoung98",
"smburdick"
],
"repo": "QCHackers/tqec",
"url": "https://github.com/QCHackers/tqec/pull/121",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
282813741 | ZIUHFLI: add missing import
@WilliamHPNielsen caught by a new version of mypy in #824
Yes but you are probably giving me credit for being more clever than i am. In this case it is only used for sqrt(2) math seems like the obvious choice
| gharchive/pull-request | 2017-12-18T09:30:22 | 2025-04-01T06:42:58.713425 | {
"authors": [
"jenshnielsen"
],
"repo": "QCoDeS/Qcodes",
"url": "https://github.com/QCoDeS/Qcodes/pull/927",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
287475489 | Add a script to submit a QASM file to a backend
A script to submit a QASM file to a backend.
Description
User can submit a QASM file to any of backends of https://quantumexperience.ng.bluemix.net/qx/devices
Motivation and Context
Users sometimes just have and/or make QASM files instead of python scripts with QISKit.
... | gharchive/pull-request | 2018-01-10T15:33:30 | 2025-04-01T06:42:58.721790 | {
"authors": [
"delapuente",
"ewinston",
"t-imamichi"
],
"repo": "QISKit/qiskit-sdk-py",
"url": "https://github.com/QISKit/qiskit-sdk-py/pull/242",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1192123927 | Rescript Organization Refactor #1
I'm reorganizing files and doing some renaming, before others get more into these parts of the codebase.
Key changes:
Changed folder structure, to organize all distribution types in one directory.
Renamed GenericDistribution -> DistributionOperation
Renamed GenericDistribution -> Ge... | gharchive/pull-request | 2022-04-04T17:57:53 | 2025-04-01T06:42:58.742171 | {
"authors": [
"OAGr",
"quinn-dougherty"
],
"repo": "QURIresearch/squiggle",
"url": "https://github.com/QURIresearch/squiggle/pull/181",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
767062468 | OI规则模式下,无法添加公共题库里的题目
建立比赛时,选择了OI规则,但OI规则模式下,无法添加公共题库里的题目
ACM规则下可以添加公共题库的题目
可能因为你没有OI模式的题目吧。OI模式的比赛只能添加OI模式的题目。创建题目的时候可以选的。
谢谢,明白了。
| gharchive/issue | 2020-12-15T01:01:02 | 2025-04-01T06:42:58.766644 | {
"authors": [
"ZhangAo1999",
"nangongfeng1"
],
"repo": "QingdaoU/OnlineJudge",
"url": "https://github.com/QingdaoU/OnlineJudge/issues/343",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2208493457 | Use Qiskit Runtime SamplerV2 in local mode instead of BackendSamplerV2 in test
This is a draft of something we could do once the next qiskit-ibm-runtime release comes out (we must wait until then because we need https://github.com/Qiskit/qiskit-ibm-runtime/pull/1558). Once that happens, I will likely further iterate... | gharchive/pull-request | 2024-03-26T14:55:17 | 2025-04-01T06:42:58.787599 | {
"authors": [
"caleb-johnson",
"coveralls",
"garrison"
],
"repo": "Qiskit-Extensions/circuit-knitting-toolbox",
"url": "https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/pull/513",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
386043333 | [WIP] Deutsch-Jozsa and Bernstein-Vazirani algorithms
Summary
Adding Deutsch-Jozsa and Bernstein-Vazirani algorithms
Details and comments
Note that the two algorithms are very similar - it is their oracles that differ.
Still need to add tests and documentation.
Unit tests currently succeed with Aqua 0.3.1 and Terr... | gharchive/pull-request | 2018-11-30T05:28:02 | 2025-04-01T06:42:58.790599 | {
"authors": [
"attp",
"chunfuchen",
"hushaohan"
],
"repo": "Qiskit/aqua",
"url": "https://github.com/Qiskit/aqua/pull/207",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1169917985 | [WIP] Add support for sparse arrays in QNN-based classifiers
Summary
Fixed a bug when a sparse array is passed to VQC as labels. Sparse arrays can be easily observed when labels are encoded via OneHotEncoder from SciKit-Learn. Now both NeuralNetworkClassifier and VQC support sparse arrays and convert them dense arra... | gharchive/pull-request | 2022-03-15T16:37:34 | 2025-04-01T06:42:58.801058 | {
"authors": [
"adekusar-drl",
"coveralls"
],
"repo": "Qiskit/qiskit-machine-learning",
"url": "https://github.com/Qiskit/qiskit-machine-learning/pull/348",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
447195742 | [ENH] Pulse schedules should be easier to work with
What is the expected enhancement?
It should be possible to create a pulse schedule by passing only the number of qubits in the schedule and possibly other memory and register information, e.g.
schedule = Schedule(n_qubits=5, memory_slots=5, n_registers=5)
Then i... | gharchive/issue | 2019-05-22T15:13:41 | 2025-04-01T06:42:58.829034 | {
"authors": [
"nonhermitian",
"taalexander"
],
"repo": "Qiskit/qiskit-terra",
"url": "https://github.com/Qiskit/qiskit-terra/issues/2476",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1781677919 | Fixes issue 5927
Summary
Fixes issue #5927
Details and comments
added a property decorator functions pulses that will return all pulses in the Schedule or ScheduleBlock
and a function get_pulse_by_name that will return pulse of specific name
Pull Request Test Coverage Report for Build 5418102696
6 of 22 (27.27%... | gharchive/pull-request | 2023-06-30T00:46:36 | 2025-04-01T06:42:58.839705 | {
"authors": [
"coveralls",
"shivalee12"
],
"repo": "Qiskit/qiskit-terra",
"url": "https://github.com/Qiskit/qiskit-terra/pull/10363",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1303854978 | Added deprecated flag to QuantumCircuit.label arguments for all relevant gates.
Summary
Fixes #5098.
Some QauntumCircuit gates accept label parameters where others do not, creating a discrepancy. It was decided that these label parameters should eventually be removed so for now the relevant gates have received @depr... | gharchive/pull-request | 2022-07-13T19:35:21 | 2025-04-01T06:42:58.845970 | {
"authors": [
"1ucian0",
"CLAassistant",
"aprew"
],
"repo": "Qiskit/qiskit-terra",
"url": "https://github.com/Qiskit/qiskit-terra/pull/8339",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2215901313 | Expose internal rust interface to DenseLayout
Summary
This commit makes a small change to the rust code for DenseLayout that enables calling it more easily from rust. The primary obstacle was the pyfunction used PyReadonlyArray2 inputs which precludes calling it with rust constructed Array2Views. This adds a new inn... | gharchive/pull-request | 2024-03-29T19:24:40 | 2025-04-01T06:42:58.861406 | {
"authors": [
"coveralls",
"mtreinish"
],
"repo": "Qiskit/qiskit",
"url": "https://github.com/Qiskit/qiskit/pull/12104",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2335380143 | fix issue/12311 with fractional gate in basis
Summary
This fixes an issue where an exception would be raised if transpiling a unitary gate to a backend with an RZZGate in its basis however transpiling with only basis_gates specified would transpile fine.
fixes #12311
Details and comments
In this case, where RZZ is t... | gharchive/pull-request | 2024-06-05T09:33:22 | 2025-04-01T06:42:58.876763 | {
"authors": [
"coveralls",
"ewinston"
],
"repo": "Qiskit/qiskit",
"url": "https://github.com/Qiskit/qiskit/pull/12511",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2468490760 | [WIP] Use InstructionProperties views for intermutability within the Target
Summary
The following commits aim to add correct index access through Python to the Target's instruction properties by sending mutable views back to python.
Details and comments
Needs further testing...
Pull Request Test Coverage Report f... | gharchive/pull-request | 2024-08-15T16:59:48 | 2025-04-01T06:42:58.887961 | {
"authors": [
"coveralls",
"raynelfss"
],
"repo": "Qiskit/qiskit",
"url": "https://github.com/Qiskit/qiskit/pull/12962",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1200110691 | Update workspace configuration to be tied to specific versions
This commit updates the retworkx-core crate dependency to have a fixed
version which matches the retworkx crates version. We're not going to be
in a situation where we we release retworkx-core separately from the
main retworkx crate we only want to suppor... | gharchive/pull-request | 2022-04-11T15:05:06 | 2025-04-01T06:42:58.894051 | {
"authors": [
"coveralls",
"mtreinish"
],
"repo": "Qiskit/retworkx",
"url": "https://github.com/Qiskit/retworkx/pull/583",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2365830685 | MPI-INF-3DHP数据集下运行结果中的p1指的是什么
在该数据集下MPI-INF-3DHP进行的复现结果中P1指的是什么
P1指Protocol 1,也就是evaluation的MPJPE。
| gharchive/issue | 2024-06-21T06:38:45 | 2025-04-01T06:42:58.895409 | {
"authors": [
"HL-KL",
"QitaoZhao"
],
"repo": "QitaoZhao/PoseFormerV2",
"url": "https://github.com/QitaoZhao/PoseFormerV2/issues/38",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
708512298 | Create testing docs
The Developer Guide part of the documentation should indicate how the user should perform tests on the deployment with QHub.
Closed due to being a duplicate of #329.
| gharchive/issue | 2020-09-24T22:27:20 | 2025-04-01T06:42:58.966933 | {
"authors": [
"laisbsc",
"tylerpotts"
],
"repo": "Quansight/qhub-cloud",
"url": "https://github.com/Quansight/qhub-cloud/issues/82",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1179907744 | Implement a log4net appender for QC
Expected Behavior
Support log4net in QC. Have log4net output write to QCAlgorithm.Log(). This requires that log4net.dll be added to the installed system.
Actual Behavior
No support.
Potential Solution
Add log4net.dll to the QC stack.
Write a log4net appender that writes to QCAlgor... | gharchive/issue | 2022-03-24T18:43:53 | 2025-04-01T06:42:58.972552 | {
"authors": [
"DavidThielen"
],
"repo": "QuantConnect/Lean",
"url": "https://github.com/QuantConnect/Lean/issues/6266",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1394846919 | Add Method That Converts Value to Static Class Attribute Name
Expected Behavior
Be able to find the class attribute given the value.
Actual Behavior
If we make a history request of Fundamental data in Python, we will get the code (e.g. 101) instead of a string representation of MorningstarSectorCode.BasicMaterials, s... | gharchive/issue | 2022-10-03T14:35:26 | 2025-04-01T06:42:58.976073 | {
"authors": [
"AlexCatarino",
"Martin-Molinero"
],
"repo": "QuantConnect/Lean",
"url": "https://github.com/QuantConnect/Lean/issues/6668",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
268618360 | Kraken Downloader
This is an implementation of a data downloader for the Kraken crypto exchange.
This is ready for review @jaredbroad.
Ready for a second review @jaredbroad.
I have added in all suggestions @jaredbroad, @mchandschuh.
It's now public @mchandschuh. Thanks!
| gharchive/pull-request | 2017-10-26T03:29:42 | 2025-04-01T06:42:58.978294 | {
"authors": [
"matthewsedam"
],
"repo": "QuantConnect/Lean",
"url": "https://github.com/QuantConnect/Lean/pull/1256",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
464050478 | DISC: Reorganising Options that are specific to pipeline stages
It might be better to reorganise the options available for this extension into the different stages of how the extension works, in addition to global options for writing the notebooks. The options that only affect parts of the pipeline could be captured ... | gharchive/issue | 2019-07-04T04:06:54 | 2025-04-01T06:42:58.994298 | {
"authors": [
"AakashGfude",
"mmcky"
],
"repo": "QuantEcon/sphinxcontrib-jupyter",
"url": "https://github.com/QuantEcon/sphinxcontrib-jupyter/issues/199",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2370614990 | Unable to take tensor product of outer products
julia> @ket k; @bra b;
julia> (k*b) ⊗ (k*b)
ERROR: MethodError: *(::SKet, ::SKet) is ambiguous.
Candidates:
*(x::SymbolicUtils.Symbolic{T}, c) where T<:Union{QuantumInterface.AbstractBra, QuantumInterface.AbstractKet, QuantumInterface.AbstractOperator, QuantumInterf... | gharchive/issue | 2024-06-24T16:10:05 | 2025-04-01T06:42:59.007881 | {
"authors": [
"apkille"
],
"repo": "QuantumSavory/QuantumSymbolics.jl",
"url": "https://github.com/QuantumSavory/QuantumSymbolics.jl/issues/53",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
307632467 | Add default empty array parameter to UriTemplate::expand
We'd find this light feature change useful in projects where a significant number of calls are made to URIs without parameters.
Unit test included.
Coverage remained the same at 100.0% when pulling f512d4eafc972b489ab355499d5e857b94ffb63b on jmrieger:master ... | gharchive/pull-request | 2018-03-22T12:59:55 | 2025-04-01T06:42:59.055563 | {
"authors": [
"coveralls",
"jmrieger"
],
"repo": "QuickenLoans/uri-template",
"url": "https://github.com/QuickenLoans/uri-template/pull/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
641950030 | Itau 341 - Header do Lote.
Pessoal, bom dia!
O nosso arquivo de remessa está tendo um espaço gigantesco entre o número da conta e o codigo da DAC, Nome da Empresa e assim por diante. Não conseguimos achar esse GAP no arquivo REGISTRO 0.
Podem nos ajudar, por favor.
esqueci de informar que é o CNAB 240.
Boa noite... | gharchive/issue | 2020-06-19T12:57:16 | 2025-04-01T06:42:59.058592 | {
"authors": [
"Alano-SIGPharma",
"Rctnet",
"luizcarlosnv"
],
"repo": "QuilhaSoft/OpenCnabPHP",
"url": "https://github.com/QuilhaSoft/OpenCnabPHP/issues/153",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1838248511 | Create one-line pip install for flash attention
Useful for running inside a notebook environment without having to cd.
As the latter two installation might cause some difficulties, we separate them and add some notes, and thus we do not use one-line installation.
Would you accept it if I break it up into lines bu... | gharchive/pull-request | 2023-08-06T15:25:10 | 2025-04-01T06:42:59.065047 | {
"authors": [
"JustinLin610",
"rgbkrk"
],
"repo": "QwenLM/Qwen-7B",
"url": "https://github.com/QwenLM/Qwen-7B/pull/93",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2051627871 | Private game settings don't apply (vanilla)
Reproducing:
Launch Northstar in vanilla compatibility mode (VanillaPlus is not required. Launching the game via steam with the launch options -northstar -vanilla -profile=rhsdiudfkbjsd is enough. The profile is gibberish to load no mods)
Launch a private match
Change the s... | gharchive/issue | 2023-12-21T03:29:27 | 2025-04-01T06:42:59.075929 | {
"authors": [
"ASpoonPlaysGames",
"itscynxx"
],
"repo": "R2Northstar/NorthstarLauncher",
"url": "https://github.com/R2Northstar/NorthstarLauncher/issues/623",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1277536142 | Add returntype enum to squirrel native functions
This PR should only be merged by @BobTheBob9
It adds a return type enum to the registration of native functions in squirrel. This is required for to return types like asset without needing to expect cast the return value first.
It will set the enum value depinding on t... | gharchive/pull-request | 2022-06-21T00:38:43 | 2025-04-01T06:42:59.079597 | {
"authors": [
"KittenPopo",
"RoyalBlue1"
],
"repo": "R2Northstar/NorthstarLauncher",
"url": "https://github.com/R2Northstar/NorthstarLauncher/pull/206",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1152084703 | Entity is null in NSSetMessage
Server crashed with this:
[17:30:29] [info] [SERVER SCRIPT] SCRIPT ERROR: [SERVER] Entity is null
[17:30:29] [info] [SERVER SCRIPT] -> NSSetMessage(localMessage.message, localMessage.player.GetPlayerIndex(), localMessage.channelId, localMessage.shouldBlock)
[17:30:29] [info] [SERVER SC... | gharchive/issue | 2022-02-26T18:10:42 | 2025-04-01T06:42:59.081598 | {
"authors": [
"cpdt",
"fvnkhead"
],
"repo": "R2Northstar/NorthstarMods",
"url": "https://github.com/R2Northstar/NorthstarMods/issues/251",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1817364205 | feat: Primitive dev-only launch params
Simply adds a field to DevView to launch with specified launch params. Does not store the launch params in any way.
This is basically a reduced #419, not to be confused with #301 which is completely separate.
Keeping as draft cause I wanna make separate PR for restructuring ... | gharchive/pull-request | 2023-07-24T00:09:54 | 2025-04-01T06:42:59.083450 | {
"authors": [
"GeckoEidechse"
],
"repo": "R2NorthstarTools/FlightCore",
"url": "https://github.com/R2NorthstarTools/FlightCore/pull/449",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1868164664 | I got 2 permaban accounts after using this Programm for 2 days.
I got 2 permabans account after using this Programm for 2 days. The reason in the window is " Using third-party programs".
Dont use this anymore guys if u want to stay on your account.
I've been using this for bout a year now with no issues, maybe ... | gharchive/issue | 2023-08-26T16:27:44 | 2025-04-01T06:42:59.091773 | {
"authors": [
"Crowmeir",
"chimxwind",
"hotline1337",
"kuba031008",
"qMezero"
],
"repo": "R3nzTheCodeGOD/R3nzSkin",
"url": "https://github.com/R3nzTheCodeGOD/R3nzSkin/issues/724",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1182578533 | Support the alternative usage of kapt plugin
In our project, the line numbers were not shown correctly. I figured out we had another was of adding kapt plugin.
FYI: All Kotlin plugins have 3 different way of applying: 2 ids and 1 function.
Btw, @Suppress annotation also did not work for Kapt but I didn't have a chanc... | gharchive/pull-request | 2022-03-27T16:05:37 | 2025-04-01T06:42:59.107218 | {
"authors": [
"tasomaniac"
],
"repo": "RBusarow/ModuleCheck",
"url": "https://github.com/RBusarow/ModuleCheck/pull/481",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
961120619 | fix ViewModel duplicate bindings
fixes #123 for real
ci passes locally (in 20% the time)
| gharchive/pull-request | 2021-08-04T22:00:22 | 2025-04-01T06:42:59.108030 | {
"authors": [
"RBusarow"
],
"repo": "RBusarow/Tangle",
"url": "https://github.com/RBusarow/Tangle/pull/127",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1333150257 | Valorant Static not working
Describe the bug
Apparently, in some cases, the module for valorant static gets not loaded properly or the static files them selves get not downloaded properly
Screenshots
https://user-images.githubusercontent.com/59684822/183310927-c8b5d592-2604-4965-83c5-baf2d90ef5d9.png
System:
OS: Win... | gharchive/issue | 2022-08-09T11:59:03 | 2025-04-01T06:42:59.111877 | {
"authors": [
"Himyu",
"sod101316"
],
"repo": "RCVolus/league-prod-toolkit",
"url": "https://github.com/RCVolus/league-prod-toolkit/issues/128",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
716294553 | x64 release crashing when opening archive
I used DecimaExplorer to extract a bunch of the sound .core files and tried to open them up using ProjectDecima (latest release [0.1.7]) but it seems to always crash upon choosing "Select Folder".
What exactly folder caused a crash? It must be the folder containing .bin fil... | gharchive/issue | 2020-10-07T07:58:50 | 2025-04-01T06:42:59.128563 | {
"authors": [
"3my",
"ShadelessFox"
],
"repo": "REDxEYE/ProjectDecima",
"url": "https://github.com/REDxEYE/ProjectDecima/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1867556373 | Data filter dialog (synoptic) reset not working properly (v0.2.19)
like the title says.
steps to reproduce:
open the data filter dialog
select synoptic runs
enter in 1 or more selections
hit the select button
observe that a run list is shown and populated
hit the reset button
observe that the data value(s) did n... | gharchive/issue | 2023-08-25T19:05:22 | 2025-04-01T06:42:59.140301 | {
"authors": [
"PhillipsOwen",
"scrummish"
],
"repo": "RENCI/TerriaMap",
"url": "https://github.com/RENCI/TerriaMap/issues/58",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
390123113 | Link to pyflux.com points to malware/adware site
Hey there,
please remove/update the link to pyflux.com at the end of your readme.md, it points to a site trying to install malware/adware.
Best
Christoph
Thanks could you make a PR?
Done:)
Happy holiday season!
| gharchive/issue | 2018-12-12T08:53:42 | 2025-04-01T06:42:59.248969 | {
"authors": [
"RJT1990",
"harlecin"
],
"repo": "RJT1990/pyflux",
"url": "https://github.com/RJT1990/pyflux/issues/139",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2209408087 | 🛑 MunoMax is down
In 446daae, MunoMax (https://munomax.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: MunoMax is back up in f69a08c after 28 minutes.
| gharchive/issue | 2024-03-26T21:58:45 | 2025-04-01T06:42:59.253312 | {
"authors": [
"RJVCA"
],
"repo": "RJVCA/uptime",
"url": "https://github.com/RJVCA/uptime/issues/1025",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2232427967 | 🛑 Activated Male is down
In b4afa1e, Activated Male (http://activatedmale.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Activated Male is back up in e216397 after 39 minutes.
| gharchive/issue | 2024-04-09T01:21:15 | 2025-04-01T06:42:59.255831 | {
"authors": [
"RJVCA"
],
"repo": "RJVCA/uptime",
"url": "https://github.com/RJVCA/uptime/issues/1078",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1943100243 | 🛑 CEOTR Home Page loads is down
In 0e9ccce, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 3bdfa16 after 2 minutes.
| gharchive/issue | 2023-10-14T08:45:05 | 2025-04-01T06:42:59.260659 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/10446",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1994986386 | 🛑 CEOTR Home Page loads is down
In 4db6914, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 2f101ea after 2 minutes.
| gharchive/issue | 2023-11-15T15:18:17 | 2025-04-01T06:42:59.263218 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/19070",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1998721217 | 🛑 CEOTR Home Page loads is down
In 5bdbc54, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in a325eb1 after 2 minutes.
| gharchive/issue | 2023-11-17T09:55:43 | 2025-04-01T06:42:59.266523 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/19488",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2000387955 | 🛑 CEOTR Home Page loads is down
In 94a8e12, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 349c959 after 2 minutes.
| gharchive/issue | 2023-11-18T11:48:11 | 2025-04-01T06:42:59.268849 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/19741",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2000568218 | 🛑 CEOTR Home Page loads is down
In b4b0eba, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 5ad1be0 after 2 minutes.
| gharchive/issue | 2023-11-18T20:26:06 | 2025-04-01T06:42:59.271179 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/19833",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2022206800 | 🛑 CEOTR Home Page loads is down
In 10782df, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 15e295a after 2 minutes.
| gharchive/issue | 2023-12-02T21:15:15 | 2025-04-01T06:42:59.273704 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/23038",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1829441234 | 🛑 Sensor Tracker login is down
In 6102784, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 502
Response time: 45 ms
Resolved: Sensor tracker login is back up in bb07c55.
| gharchive/issue | 2023-07-31T15:16:16 | 2025-04-01T06:42:59.276186 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/3864",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1906171659 | 🛑 Sensor Tracker login is down
In 9a56a82, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in 52cadcb after 13 days, 16 hours, 36 minutes.
| gharchive/issue | 2023-09-21T05:57:50 | 2025-04-01T06:42:59.278990 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/3958",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1832343263 | 🛑 Sensor Tracker login is down
In daa0801, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 502
Response time: 52 ms
Resolved: Sensor tracker login is back up in eea5f45.
| gharchive/issue | 2023-08-02T02:59:07 | 2025-04-01T06:42:59.281644 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/4192",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1913204661 | 🛑 CEOTR Home Page loads is down
In b6cb7a0, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 8d53730 after 2 minutes.
| gharchive/issue | 2023-09-26T10:30:30 | 2025-04-01T06:42:59.283983 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/5436",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1914366832 | 🛑 Sensor Tracker login is down
In 3ba34a7, Sensor Tracker login (https://stg.ceotr.ca/sensor_tracker) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Sensor tracker login is back up in 5be51ed after .
| gharchive/issue | 2023-09-26T22:04:38 | 2025-04-01T06:42:59.286729 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/5571",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1859898868 | 🛑 CEOTR Home Page loads is down
In c4030d4, CEOTR Home Page loads (https://stg.ceotr.ca CEOTR Home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CEOTR Home Page loads is back up in 423d172 after 38 days, 7 hours, 6 minutes.
| gharchive/issue | 2023-08-21T18:15:05 | 2025-04-01T06:42:59.289367 | {
"authors": [
"RKTowse"
],
"repo": "RKTowse/upptime",
"url": "https://github.com/RKTowse/upptime/issues/8814",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
328610615 | position par défaut de camera_scroll_towards
Salut
Sur la doc la position par défaut de camera_scroll_towards est donné comme étant " haut gauche de l'écran "
Mais c'est pas le cas dans la fonction
def camera_scroll_towards(x, y, nb_steps, easing = :InLinear, position = :centered)
Du coup je sais pas le quel est le m... | gharchive/issue | 2018-06-01T18:03:33 | 2025-04-01T06:42:59.292670 | {
"authors": [
"Hinola",
"acs-l"
],
"repo": "RMEx/RME",
"url": "https://github.com/RMEx/RME/issues/391",
"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.