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 |
|---|---|---|---|---|---|
621084123 | Preferences for editing dataTable attributes
For fun, I tried to lay out a "perfect" dataTable attribute editor. A whiteboard or sketch would work best, but I used a google doc.
https://docs.google.com/document/d/1O4xziJ1rpYb06AgI9NV2ziHIXOd01bv1_agv803OO48/edit#
Summary goals for a pie-in-the-sky dataTable attribute... | gharchive/issue | 2020-05-19T15:41:04 | 2025-04-01T06:37:24.182215 | {
"authors": [
"mobb"
],
"repo": "PASTAplus/ezEML",
"url": "https://github.com/PASTAplus/ezEML/issues/23",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
54653195 | Crash on Reload Spigot 1.8
Hello,
Everytime when i do /reload the server crashes.
its PermissionsEx.
Crash log :
http://pastebin.com/ApjgF8tr
The /reload command is a vanilla command which has been broken for more than 4 years.
Don't use it. Reload plugins individually as needed. /pex reload, /ess reload, etc.
| gharchive/issue | 2015-01-17T06:36:22 | 2025-04-01T06:37:24.280069 | {
"authors": [
"Dino-SherComp",
"Stormbow"
],
"repo": "PEXPlugins/PermissionsEx",
"url": "https://github.com/PEXPlugins/PermissionsEx/issues/1857",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1166338641 | Bytetrack documentation (how to run)
Issue Type
Documentation Feature Request
OS
Ubuntu
OS architecture
aarch64
Programming Language
Python
Framework
TensorRT
Model name and Weights/Checkpoints URL
NA
Description
I've wanted to test Bytetrack and I'm having a rough time from their original repo.
Does your version of... | gharchive/issue | 2022-03-11T12:03:30 | 2025-04-01T06:37:24.336106 | {
"authors": [
"PINTO0309",
"callmesora"
],
"repo": "PINTO0309/PINTO_model_zoo",
"url": "https://github.com/PINTO0309/PINTO_model_zoo/issues/192",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
266191657 | py3 virtualenv install not working on RedHat
problems with SSL connection, even when cloning the GH repository
Wonder if this could be related to #84
Will consider this resolved when #110 is fixed.
| gharchive/issue | 2017-10-17T16:19:09 | 2025-04-01T06:37:24.358879 | {
"authors": [
"eseiver"
],
"repo": "PLOS/allofplos",
"url": "https://github.com/PLOS/allofplos/issues/27",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2091218001 | 🛑 MUSA is down
In b3ea337, MUSA (https://storemusa.com/) was down:
HTTP code: 403
Response time: 510 ms
Resolved: MUSA is back up in 29c8142 after 24 minutes.
| gharchive/issue | 2024-01-19T19:27:51 | 2025-04-01T06:37:24.374543 | {
"authors": [
"POCLANOScom"
],
"repo": "POCLANOS/status",
"url": "https://github.com/POCLANOS/status/issues/429",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
380995022 | multi-vehicle simulation sensor
Hello!
I am following the guide on multi-vehicle simulation: https://dev.px4.io/en/simulation/multi-vehicle-simulation.html.
Everything works well and I was able to insert the swarm on my world file.
Now I'd like to add a camera to one of the iris but I don't know how to do that. I kn... | gharchive/issue | 2018-11-15T04:26:13 | 2025-04-01T06:37:24.404575 | {
"authors": [
"S259420",
"hamishwillee",
"lbegani",
"matteoscanavino"
],
"repo": "PX4/Firmware",
"url": "https://github.com/PX4/Firmware/issues/10851",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
154905099 | Failsafe mode triggered after landing with LPE
Using LPE without GPS, failsafe is triggered after auto-landing has completed.
The reported sequence is:
55760: Landing at current position�����������������������
57704: [lpe] flow timeout �������������������������������
57758: [lpe] xy timeout ��������������������������... | gharchive/issue | 2016-05-15T11:58:08 | 2025-04-01T06:37:24.408095 | {
"authors": [
"ecmnet"
],
"repo": "PX4/Firmware",
"url": "https://github.com/PX4/Firmware/issues/4547",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
392071616 | Feature: go-around patterns for missions
Test data / coverage
Here is one flight with one go-around. In total, I have tested this feature at least over 10 times.
https://logs.px4.io/plot_app?log=4f523186-44dc-439f-8c31-2da5a1d66e86
Describe problem solved by the proposed pull request
To my understanding (please corre... | gharchive/pull-request | 2018-12-18T09:43:03 | 2025-04-01T06:37:24.418300 | {
"authors": [
"Antiheavy",
"TSC21",
"almaaro",
"dagar"
],
"repo": "PX4/Firmware",
"url": "https://github.com/PX4/Firmware/pull/11067",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
100620174 | VTOL updates for assisted modes
Use multicopter landed detector as it will register takeoff at ground level and therefore give the fixed-wing position controller the correct home position later
Also consider transition state in posctl
Tested on a standard VTOL: http://dash.oznet.ch/view/zqm9GvcUzafR8SnaPYEHf9
Doing... | gharchive/pull-request | 2015-08-12T19:45:26 | 2025-04-01T06:37:24.432174 | {
"authors": [
"AndreasAntener",
"LorenzMeier",
"SimonWilks",
"tumbili"
],
"repo": "PX4/Firmware",
"url": "https://github.com/PX4/Firmware/pull/2686",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
157453554 | Snapdragon MPU9250 rotation support
@julianoes @LorenzMeier
This PR :
Fixes Snapdragon build after a slew of changes from this week broke it.
Renames rc_in_pwm_out to snapdragon_io (I prefer the more concise name). Also fixes broken build due to incomplete renaming in the last PR.
Works around missing dprintf in QuR... | gharchive/pull-request | 2016-05-30T08:15:16 | 2025-04-01T06:37:24.443844 | {
"authors": [
"SamChenzx",
"julianoes",
"mhkabir"
],
"repo": "PX4/Firmware",
"url": "https://github.com/PX4/Firmware/pull/4690",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1309932142 | Update Car.java
Year is a reserved keyword in Hibernate. If not enclosed in backticks it generates a syntax error - expected "identifier"; SQL statement:
Hi, how do i implement Security Config class since websecurity configurer adapter used in this demo has been deprecated in spring boot. I am using v2.7.3. Assist
... | gharchive/pull-request | 2022-07-19T19:06:25 | 2025-04-01T06:37:24.550000 | {
"authors": [
"Fala-Bonzo",
"juhahinkula",
"rgbailey"
],
"repo": "PacktPublishing/Full-Stack-Development-with-Spring-Boot-and-React",
"url": "https://github.com/PacktPublishing/Full-Stack-Development-with-Spring-Boot-and-React/pull/1",
"license": "MIT",
"license_type": "permissive",
"license_... |
780946791 | Chaper4 (WebApp)Should I copy these files inside the Ubuntu distro?
in order to run the Web-App Chapter-4, should I copy these files inside Ubuntu? or it's unnecessary.
Hi @jhorgint,
The .ps1 file is example PowerShell commands from the chapter and designed to be run from PowerShell in Windows. The web-app folder i... | gharchive/issue | 2021-01-07T00:54:28 | 2025-04-01T06:37:24.556202 | {
"authors": [
"jhorgint",
"stuartleeks"
],
"repo": "PacktPublishing/Windows-Subsystem-for-Linux-2-WSL-2-Tips-Tricks-and-Techniques",
"url": "https://github.com/PacktPublishing/Windows-Subsystem-for-Linux-2-WSL-2-Tips-Tricks-and-Techniques/issues/4",
"license": "MIT",
"license_type": "permissive",
... |
1505776329 | 使用onnxruntime推理和fastdeploy推理同一个onnx模型,结果出现比较大的偏差
环境
FastDeploy版本: fastdeploy-gpu-python 0.5.0
系统平台:Windows x64(Windows11)
硬件: rtx3060ti
编译语言: Python3.9.7
问题描述
使用相同数据经过相同的处理方式,输入到onnexruntime和fastdeploy,最终结果出来有非常大的偏差,onnxruntime的结果没问题,但是fastdeploy基本就是不可用的结果
这张是onnxruntime推理的结果
这张是fastdeploy的结果
代码、模型和数... | gharchive/issue | 2022-12-21T06:25:23 | 2025-04-01T06:37:24.570935 | {
"authors": [
"Zheng-Bicheng",
"jiangjiajun",
"xxjordan"
],
"repo": "PaddlePaddle/FastDeploy",
"url": "https://github.com/PaddlePaddle/FastDeploy/issues/933",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2214419070 | [BUG FIX] fix memory leak for ort backend
fix memory leak for ort backend #2414
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.1 out of 2 committers have signed the CLA.:white_... | gharchive/pull-request | 2024-03-29T01:05:40 | 2025-04-01T06:37:24.574298 | {
"authors": [
"CLAassistant",
"ChaoII",
"Jiang-Jia-Jun"
],
"repo": "PaddlePaddle/FastDeploy",
"url": "https://github.com/PaddlePaddle/FastDeploy/pull/2418",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1630151888 | 使用paddle inference创建预测器时显示无法读取模型文件
问题:使用paddle inference创建预测器时显示无法读取模型文件
报警信息:
代码如下:
提问之前我已确认:
①python文件路径的三种写法均已尝试但依然报错
②使用模型张量分析代码确认文件可访问
③模型是在百度飞桨模型库下载的模型,根据paddle inference文档,paddle inference支持百度飞浆上面的所有模型
④使用PaddleDetection脚本确认过模型可以运行,只是在使用paddle inference时无法创建
model_file和params_file仅保留文件名去掉文件路径试试呢。
| gharchive/issue | 2023-03-18T04:31:24 | 2025-04-01T06:37:24.576979 | {
"authors": [
"amiscolo",
"vivienfanghuagood"
],
"repo": "PaddlePaddle/Paddle-Inference-Demo",
"url": "https://github.com/PaddlePaddle/Paddle-Inference-Demo/issues/430",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
812496742 | “30分钟玩转PaddleClas”可否做成Ai Studio项目,便于学习和模仿?
https://github.com/PaddlePaddle/PaddleClas/blob/release/2.0/docs/zh_CN/tutorials/quick_start.md
“30分钟玩转PaddleClas”可否做成Ai Studio项目,便于学习和模仿?
按照要求安装和克隆后,在本地pc的CMD上运行,前边的正常,到这来报错:
是在linux下运行?我的是win10
你好,aistudio上面有这个项目,可以参考下:https://aistudio.baidu.com/aistudio/projectdetail/4... | gharchive/issue | 2021-02-20T03:01:46 | 2025-04-01T06:37:24.791983 | {
"authors": [
"A-Pai",
"TingquanGao",
"littletomatodonkey"
],
"repo": "PaddlePaddle/PaddleClas",
"url": "https://github.com/PaddlePaddle/PaddleClas/issues/612",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1811557244 | 请问rhy训练的模型可以转成ONNX格式吗?
我收集了一批含有韵律标注的数据,准备参照
https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/other/rhy
训练韵律模型,请问如何将训练得到的模型转成ONNX格式?
我们这边没尝试过,你可以自己试试。
好,试过了,根据paddle官方提供的教程已经顺利转了ONNX,没有问题
| gharchive/issue | 2023-07-19T09:29:53 | 2025-04-01T06:37:24.972095 | {
"authors": [
"Tony-xubiao",
"zxcd"
],
"repo": "PaddlePaddle/PaddleSpeech",
"url": "https://github.com/PaddlePaddle/PaddleSpeech/issues/3405",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
963126746 | training SqueezeNet on the eye disease recognition dataset
题目:在眼疾识别数据集上训练SqueezeNet网络。
training SqueezeNet on the eye disease recognition dataset
我们组的题解:https://aistudio.baidu.com/aistudio/projectdetail/2238212?shared=1
review修改意见:
项目简介不用写awesome-DeepLearning 作业,只写和项目相关内容即可
1.1 实验目的
‘在 AI Studio 上’ 注意大小写
2.2.1 模型简... | gharchive/pull-request | 2021-08-07T01:22:32 | 2025-04-01T06:37:24.977013 | {
"authors": [
"Twelveeee",
"ZhangHandi"
],
"repo": "PaddlePaddle/awesome-DeepLearning",
"url": "https://github.com/PaddlePaddle/awesome-DeepLearning/pull/634",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
424108966 | 加载MobileNet-SSD合并模型出现错误tid 22479
加载MobileNet-SSD合并模型出现错误
I/paddle_mobile LOG built on Jan 11 2019 17:32:19: loadCombined invoked
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 22479 (aoling.aicamera), pid 22479 (aoling.aicamera)
请问分离模型加载有问题么?你那边使用的是什么版本,是最新版本有问题,还是一直有问题?我这边单测是OK的,如果你能帮我们确定一下具体什么情况下会出问题,并提供对应的模型,... | gharchive/issue | 2019-03-22T09:07:54 | 2025-04-01T06:37:24.997162 | {
"authors": [
"hjchen2",
"yeyupiaoling"
],
"repo": "PaddlePaddle/paddle-mobile",
"url": "https://github.com/PaddlePaddle/paddle-mobile/issues/1529",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
150562581 | Reload only webview of current tab
This would resolve #50.
Thanks, but I believe this was already fixed yesterday in a50ffdd8fc55b2d812421b31d75eaa7d4739d906.
Roger. Wasn't up to date!
| gharchive/pull-request | 2016-04-23T15:01:53 | 2025-04-01T06:37:25.028574 | {
"authors": [
"PalmerAL",
"b0elter"
],
"repo": "PalmerAL/min",
"url": "https://github.com/PalmerAL/min/pull/102",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
176330121 | Fixes PaloAltoNetworks/minemeld-core#48
New prototypes are added to the minemeldlocal.yml library. The library PATH can be set via MINEMELD_LOCAL_PROTOTYPE_PATH config or env variable. If not set the API will take the first directory inside PROTOTYPE_ENV containing the string '/local/', mostly for compatibility.
Sign... | gharchive/pull-request | 2016-09-12T09:21:53 | 2025-04-01T06:37:25.169086 | {
"authors": [
"jtschichold",
"review-ninja"
],
"repo": "PaloAltoNetworks/minemeld-core",
"url": "https://github.com/PaloAltoNetworks/minemeld-core/pull/49",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1208486553 | refresh_variable broken due to recent commit
Describe the bug
Commit https://github.com/PaloAltoNetworks/pan-os-python/commit/0b47a3a6afa8379cdf63d04f90f555e564e235fd changed behaviour of parse_value_from_xml_last_tag to require an additional argument
refresh_variable does not pass the new required argument to parse_... | gharchive/issue | 2022-04-19T14:56:10 | 2025-04-01T06:37:25.174116 | {
"authors": [
"clienthax",
"jhlasnik"
],
"repo": "PaloAltoNetworks/pan-os-python",
"url": "https://github.com/PaloAltoNetworks/pan-os-python/issues/444",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
1715632212 | Maxwell Update 1 APIs
Description
Maxwell Update 1 APIs
Motivation and Context
New release update version
How Has This Been Tested?
Tested on a local.
Screenshots (if appropriate)
PCEE (latest):
PCEE (Minor release version):
PCCE (Major release versions):
PCCE (Minor release versions):
Types of changes
New featu... | gharchive/pull-request | 2023-05-18T13:21:42 | 2025-04-01T06:37:25.179667 | {
"authors": [
"Pubs-MV",
"ssugandh"
],
"repo": "PaloAltoNetworks/pan.dev",
"url": "https://github.com/PaloAltoNetworks/pan.dev/pull/357",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1346852315 | Add CWP incident acknowledgement method and bulk archiver script
Description
This PR:
adds a method for acknowledging/archiving CWP runtime incidents
adds a script to bulk archive runtime incidents based on the contents of a CSV file
fixes some minor _tags.py syntax issues introduced in 53000c11f71e
Motivation and ... | gharchive/pull-request | 2022-08-22T19:00:29 | 2025-04-01T06:37:25.184098 | {
"authors": [
"cfarquhar",
"tkishel"
],
"repo": "PaloAltoNetworks/prismacloud-api-python",
"url": "https://github.com/PaloAltoNetworks/prismacloud-api-python/pull/75",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
413304377 | npm install 报错
npm install --registry=https://registry.npm.taobao.org
npm WARN deprecated bfj-node4@5.3.1: Switch to the `bfj` package for fixes and new features!
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
npm ERR! Error while executing:
npm ERR! C:\Program... | gharchive/issue | 2019-02-22T08:59:17 | 2025-04-01T06:37:25.194247 | {
"authors": [
"Joyeuxman",
"PanJiaChen",
"liyang5945"
],
"repo": "PanJiaChen/vue-element-admin",
"url": "https://github.com/PanJiaChen/vue-element-admin/issues/1627",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1708323296 | help
Error: no_text
at postSlackMessage (file:/slaude/app.js:428:23)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async createSlackThread (file:/slaude/app.js:439:12)
at async file:/slaude/app.js:54:24
Just pulled today.
double checked config.
This might be two weeks old but I'd ... | gharchive/issue | 2023-05-12T23:07:55 | 2025-04-01T06:37:25.201204 | {
"authors": [
"PandarusAnon",
"oEjk"
],
"repo": "PandarusAnon/slaude",
"url": "https://github.com/PandarusAnon/slaude/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
538667839 | Always return 0x transaction hash and signed order
Remove includeOrder and includeTx fields
@fabioberger I just remembered one of the reasons we had includeOrder specifically. From the spec:
Quotes indicated as includeOrder as false can be seen as traders checking if a dealer’s prices are favorable at a given time ... | gharchive/issue | 2019-12-16T21:22:31 | 2025-04-01T06:37:25.251797 | {
"authors": [
"hrharder"
],
"repo": "ParadigmFoundation/zaidan-dealer-specification",
"url": "https://github.com/ParadigmFoundation/zaidan-dealer-specification/issues/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1022325363 | Representation for Vietnamese slaves in Formosa
Historically, slavery in Taiwan was done by the Dutch with some aboriginal people helping in recapturing escaped slaves.
I'm going to try this again in a new PR and hopefully I don't break anything again.
| gharchive/pull-request | 2021-10-11T06:46:58 | 2025-04-01T06:37:25.279581 | {
"authors": [
"CarbonY26"
],
"repo": "ParadoxGameConverters/EU4toVic2",
"url": "https://github.com/ParadoxGameConverters/EU4toVic2/pull/788",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1802325763 | Unable to create Ubuntu VM
Describe the bug
I am unable to create Ubuntu VM from the extension. I have tried to install it with UI, with User Interface, and with Vagrant Box. All three instances result in an error "Error creating VM: Error generating packer file"
To Reproduce
Steps to reproduce the behavior:
Open ex... | gharchive/issue | 2023-07-13T06:50:25 | 2025-04-01T06:37:25.290909 | {
"authors": [
"bnasif25",
"kmathoora"
],
"repo": "Parallels/parallels-vscode-extension",
"url": "https://github.com/Parallels/parallels-vscode-extension/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
591175460 | [DEBUG] fix compatibility with python 3.8
This should fix #14
This has been integrated into Olympe 1.2.1
| gharchive/pull-request | 2020-03-31T14:52:52 | 2025-04-01T06:37:25.296465 | {
"authors": [
"ndessart"
],
"repo": "Parrot-Developers/olympe",
"url": "https://github.com/Parrot-Developers/olympe/pull/15",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
202026514 | Unsuccessful save-operation still causes the first method to return object with changed attributes
I've put a clean code example to help reproduce the issue: https://github.com/layerssss/parse-hook-error-quirk
When a hook yields an error in beforeSave hook. The change to an object is not applied. Call Query.find in b... | gharchive/issue | 2017-01-20T01:45:48 | 2025-04-01T06:37:25.300793 | {
"authors": [
"layerssss"
],
"repo": "ParsePlatform/Parse-SDK-JS",
"url": "https://github.com/ParsePlatform/Parse-SDK-JS/issues/399",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
153163853 | Android device still receives push from old installationId after app re-install
install the app on Android phone, signup a new user A in Parse, get installationId_1
uninstall the app and re-install the app on the same phone, login into the previously created user A, get installationId_2
note that the app on this ph... | gharchive/issue | 2016-05-05T03:57:57 | 2025-04-01T06:37:25.304508 | {
"authors": [
"flovilmart",
"jiawenzhang",
"macmoe",
"xor22h"
],
"repo": "ParsePlatform/parse-server",
"url": "https://github.com/ParsePlatform/parse-server/issues/1705",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
194579449 | Push Notification - Two apps using same Parse Serve
My two apps (a free app and a pro app)point to the same parse database.
While only one app can send push notification successfully.
I have read everything on the Parse support / help pages and it appears that I am doing the right thing but failed.I have tried the wa... | gharchive/issue | 2016-12-09T11:56:58 | 2025-04-01T06:37:25.312454 | {
"authors": [
"allen8300",
"flovilmart"
],
"repo": "ParsePlatform/parse-server",
"url": "https://github.com/ParsePlatform/parse-server/issues/3217",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
139728955 | Push notification doesn't get to the device
Issue
On Cloud Code I have an after save trigger that sends a Push to a specific user, but it doesn't get to the device and I neither get a GCM request and response. Any ideas?
Prerequisites
I've migrated to AWS Elastic Beanstalk(64bit Amazon Linux 2015.09 v2.0.7, running ... | gharchive/issue | 2016-03-09T23:04:19 | 2025-04-01T06:37:25.379352 | {
"authors": [
"Heman6886",
"benitech",
"flovilmart",
"jorgemendiza",
"karkaletsis",
"lifeisfunny",
"mahabubakram",
"otymartin",
"sandeepkacha",
"sekharrockz",
"weengo"
],
"repo": "ParsePlatform/parse-server",
"url": "https://github.com/ParsePlatform/parse-server/issu... |
72676234 | move version.py
fails to import when importing, moving the version.py to pykafka/ seems to resolve this.
Python 2.7.9 (default, Mar 1 2015, 12:57:24)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pykafka
Traceback (most recent call last):
File "<stdin>", l... | gharchive/pull-request | 2015-05-02T17:52:05 | 2025-04-01T06:37:25.391751 | {
"authors": [
"atarzwell",
"dan-blanchard",
"emmett9001",
"kbourgoin"
],
"repo": "Parsely/pykafka",
"url": "https://github.com/Parsely/pykafka/pull/159",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
75386444 | Make sure retrying the rebalance also re-checks partition allocation.
This fixes a case where a balanced consumer is trying to acquire partitions it should have because it's balancing information is out of date. To fix, we ensure that every time we retry rebalancing that we re-check which partitions we should have.
... | gharchive/pull-request | 2015-05-11T22:55:11 | 2025-04-01T06:37:25.393784 | {
"authors": [
"emmett9001",
"kbourgoin"
],
"repo": "Parsely/pykafka",
"url": "https://github.com/Parsely/pykafka/pull/162",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
310947182 | parsl examples
It would be nice to have a generic master/worker application example, and a genetic algorithm example build on top of it.
the MW part would be:
a master main program that calls a number of instances of a worker program, does something with them, then calls the workers again.
Calls to workers should b... | gharchive/issue | 2018-04-03T18:28:40 | 2025-04-01T06:37:25.397693 | {
"authors": [
"danielskatz"
],
"repo": "Parsl/parsl",
"url": "https://github.com/Parsl/parsl/issues/191",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1628871193 | fix: launch_cmd not set when provided to FluxExecutor
Problem: Currently, the launch_cmd is not set if provided to the FluxExecutor directly. Many jobs are likely to start already with access to a flux instance, in which case the launch command should use flux submit instead of flux start.
Solution: Ensure the launch... | gharchive/pull-request | 2023-03-17T08:02:10 | 2025-04-01T06:37:25.400838 | {
"authors": [
"benclifford",
"vsoch"
],
"repo": "Parsl/parsl",
"url": "https://github.com/Parsl/parsl/pull/2634",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1091318801 | Custom Character models
Since, we can only make custom boards right now with the PartyPlanner. It would be nice to add support for editing character models in the game.
How feasible is this nearly two years later? Can this be done manually?
| gharchive/issue | 2021-12-30T21:52:02 | 2025-04-01T06:37:25.438003 | {
"authors": [
"Fatih120",
"Luiz12010"
],
"repo": "PartyPlanner64/PartyPlanner64",
"url": "https://github.com/PartyPlanner64/PartyPlanner64/issues/124",
"license": "unlicense",
"license_type": "permissive",
"license_source": "bigquery"
} |
902831178 | No data fixer registered for *
I get the following errors in log on startup:
[11:22:08] [main/ERROR]: No data fixer registered for untitledduckmod:duck
[11:22:08] [main/ERROR]: No data fixer registered for untitledduckmod:duck_egg
[11:22:08] [main/ERROR]: No data fixer registered for untitledduckmod:goose
[11:22:08] ... | gharchive/issue | 2021-05-26T19:25:13 | 2025-04-01T06:37:25.440263 | {
"authors": [
"Greg-J",
"Paspartout"
],
"repo": "Paspartout/UntitledDuckMod",
"url": "https://github.com/Paspartout/UntitledDuckMod/issues/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
209268890 | Check to make sure char escapes are valid UTF-8
The char escape with \U has to be checked for overflow. It's easier than for number parsing since the value is obligatorily 8 chars, so only the first char has to be checked so that it's not > 7. (The max value is 0x7fffffff.) For the escaped `\X', it'll probably use th... | gharchive/issue | 2017-02-21T20:51:37 | 2025-04-01T06:37:25.441841 | {
"authors": [
"Pat-Laugh"
],
"repo": "Pat-Laugh/WebssonProjects",
"url": "https://github.com/Pat-Laugh/WebssonProjects/issues/23",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
685552183 | Remove remnants of Tracing Strategy
Description:
Noticed a couple places referencing tracing strategy - removed them.
:shipit:
I believe that the types file is still called tracingStrategy maybe we can add it to this one or a new PR , your call
@aledustet I was thinking this too - I will take care of it in this P... | gharchive/pull-request | 2020-08-25T14:49:03 | 2025-04-01T06:37:25.444936 | {
"authors": [
"tparesi"
],
"repo": "Path-Check/gaen-mobile",
"url": "https://github.com/Path-Check/gaen-mobile/pull/273",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1620146566 | JavaScript
JavaScript
User Story
As a boot camp student
I want the prework notes to be structured on a webpage
So that I can easily find and read the information
Acceptance Criteria
GIVEN a Prework Study Guide website
WHEN I view the study guide
THEN I can see the four topics I learned along with a suggestion on what... | gharchive/issue | 2023-03-11T21:09:44 | 2025-04-01T06:37:25.461712 | {
"authors": [
"PatrickWLowe"
],
"repo": "PatrickWLowe/prework-study-guide",
"url": "https://github.com/PatrickWLowe/prework-study-guide/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1253796062 | Scale problem
I got another error in tkVideoPlayer's scaled parameter, when we set scaled to True it works and the video fits with the label size, but I don't want stretching in videos so I set scaled to False but it is giving lots of errors.
Can we fit the video on the label with original ratio but with other remain... | gharchive/issue | 2022-05-31T12:28:30 | 2025-04-01T06:37:25.482584 | {
"authors": [
"Akascape",
"PaulleDemon"
],
"repo": "PaulleDemon/tkVideoPlayer",
"url": "https://github.com/PaulleDemon/tkVideoPlayer/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1308382565 | create resize logic for screen
now is fixed screen resolution in variables.py
Fixed
| gharchive/issue | 2022-07-18T18:55:19 | 2025-04-01T06:37:25.484880 | {
"authors": [
"Pavel-Petkov03"
],
"repo": "Pavel-Petkov03/Belot",
"url": "https://github.com/Pavel-Petkov03/Belot/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1500611865 | [Issue #341] feat: bullmq for sync newly added addresses
Description:
Adds job to verify if new addresses were added to the database and, if so, sync their transactions.
Depends on:
[x] #339
[x] #337
Conflict.
| gharchive/pull-request | 2022-12-16T17:36:48 | 2025-04-01T06:37:25.490264 | {
"authors": [
"Klakurka",
"chedieck"
],
"repo": "PayButton/paybutton-server",
"url": "https://github.com/PayButton/paybutton-server/pull/340",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1407581238 | Updated README.md
I've updated the README.md file with the appropriate documentation, rather than simple, vague instructions on how to install this system.
For example:
Install database
Please try to combine it in a single link not 2
Done! I reduced the number of links from 2 or more into 1.
| gharchive/pull-request | 2022-10-13T10:48:48 | 2025-04-01T06:37:25.496540 | {
"authors": [
"CorwinDev",
"kanetjuh"
],
"repo": "Paymenter/Paymenter",
"url": "https://github.com/Paymenter/Paymenter/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1644423599 | Germplasm Plant Images page
Links point to peanutbase.org, we should move them to dev.peanutbase.org
Image of Krinkle mutant plant shows no images. (Is this an especially hideous mutant plant?)
Image of Krinkle mutant plant shows no images.
Found it - it and some of the other missing images were at a different ... | gharchive/issue | 2023-03-28T17:56:55 | 2025-04-01T06:37:25.503830 | {
"authors": [
"svengato"
],
"repo": "PeanutBase/jekyll-peanutbase",
"url": "https://github.com/PeanutBase/jekyll-peanutbase/issues/32",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
53967677 | Guard against openssl's new strict DER checks.
This is a port of the patches 488ed32f2ada1d1dd108fc245d025c4d5f252783 and 8dccba6a45db0466370726ed462b9da2eae43bce made by theuni for bitcoin core to fix the problem with the new openssl versions being stricter on the format of DER encoded ECDSA signatures (which could ... | gharchive/pull-request | 2015-01-10T18:56:39 | 2025-04-01T06:37:25.662904 | {
"authors": [
"brossi",
"glv2"
],
"repo": "Peerunity/Peerunity",
"url": "https://github.com/Peerunity/Peerunity/pull/145",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
679984226 | Skip running fork choice if there is already a previous update still in progress
PR Description
Currently we run fork choice and then may fail to actually apply the new chain head because a new change comes in while we were regenerating the state. Instead if we're still waiting for a previous result to apply, skip r... | gharchive/pull-request | 2020-08-17T06:38:43 | 2025-04-01T06:37:25.664510 | {
"authors": [
"ajsutton"
],
"repo": "PegaSysEng/teku",
"url": "https://github.com/PegaSysEng/teku/pull/2592",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
236466668 | Properties of "interface" type
It seems like it is already possible to have a property of interface type. Example:
interface SubInterface {
void doSomething();
}
interface MainInterface {
readonly SubInterface myProperty;
}
However, I could not find out how a code generator can check whether a property is of interfac... | gharchive/issue | 2017-06-16T12:17:47 | 2025-04-01T06:37:25.667603 | {
"authors": [
"jacky309",
"jryannel"
],
"repo": "Pelagicore/qface",
"url": "https://github.com/Pelagicore/qface/issues/48",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2583493165 | temporary variables turbowarp version bug
delete all runtime variables block doesnt delete any variables, and when you click the checkbox on the active runtime variables reporter it doesnt show anything but when you click the block it does
getting error
TypeError: Cannot read properties of undefined (reading 'dele... | gharchive/issue | 2024-10-12T23:13:18 | 2025-04-01T06:37:25.679201 | {
"authors": [
"AD1340",
"JeremyGamer13",
"RedMan13"
],
"repo": "PenguinMod/PenguinMod-Vm",
"url": "https://github.com/PenguinMod/PenguinMod-Vm/issues/74",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2462903982 | Lista roba da fare
[x] Cambiare i nomi degli elementi della barra di navigazione, mettili al plurale (Frontend Templates)
[ ] Mostrare il numero di caselli, forse per comune? (Frontend Templates - Backend Python)
[ ] Mostrare il nome del comune e dell'autostrada oltre al codice (Frontend Templates - Backend Python)... | gharchive/issue | 2024-08-13T09:45:44 | 2025-04-01T06:37:25.696634 | {
"authors": [
"socket772"
],
"repo": "PerilousBooklet/progetto-pweb2",
"url": "https://github.com/PerilousBooklet/progetto-pweb2/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
619571576 | Could a change to the event hook make for a more robust count?
I was poking around Grav's docs to try and find a way to make the view counter slightly more robust/accurate; e.g. I'd like the counter not to increase when someone presses F5 (soft refreshes the page).
Would it help if, instead of incrementing the counte... | gharchive/issue | 2020-05-16T23:03:14 | 2025-04-01T06:37:25.703895 | {
"authors": [
"DeFUCC",
"Perlkonig",
"RojerGS"
],
"repo": "Perlkonig/grav-plugin-count-views",
"url": "https://github.com/Perlkonig/grav-plugin-count-views/issues/15",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
300055400 | Experimental feature: Alias calls
Related pull request: #55
You can define a type alias as follows:
type C_DOTA_BaseNPC = CDOTA_BaseNPC;
Then an explicit cast would cause the transpiler to use the alias instead of the original class. For example
unit.GetMana() ==> CDOTA_BaseNPC.GetMana(unit)
(... | gharchive/issue | 2018-02-25T19:54:44 | 2025-04-01T06:37:25.706825 | {
"authors": [
"Perryvw",
"zapp-brannigan-dota"
],
"repo": "Perryvw/TypescriptToLua",
"url": "https://github.com/Perryvw/TypescriptToLua/issues/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
383953262 | Citeseer data set accuracy
Hello!I used the GAT network to run the citeseer database, but the accuracy could not reach 72.5, only 70.3. How did you set the parameters to run so high?
Hello,
Thanks for your issue!
Regarding the Citeseer setup, we have found that early stopping just on the accuracy (rather than loss ... | gharchive/issue | 2018-11-24T02:49:55 | 2025-04-01T06:37:25.722606 | {
"authors": [
"PetarV-",
"xuhaiyun42"
],
"repo": "PetarV-/GAT",
"url": "https://github.com/PetarV-/GAT/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1110097000 | 🛑 Landing is down
In 5660cc2, Landing (https://thepetra.co/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Landing is back up in 4aa8094.
| gharchive/issue | 2022-01-21T06:15:20 | 2025-04-01T06:37:25.731791 | {
"authors": [
"petraafrica"
],
"repo": "PetraHQ/status",
"url": "https://github.com/PetraHQ/status/issues/46",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1092667210 | patient-ssapp v0.10.10 the PharmaLedger logo should navigate to the dashboard
The PharmaLedger logo at the top right should act as a home button.
c3e58dc does the job, but the mouse over the image does not change to "hand"...
@lehialessandro (low-pri) do you know how to solve the mouse hover change ?
I've tried i... | gharchive/issue | 2022-01-03T16:58:46 | 2025-04-01T06:37:25.748361 | {
"authors": [
"joaoluis-pdm"
],
"repo": "PharmaLedger-IMI/ctr-workspace",
"url": "https://github.com/PharmaLedger-IMI/ctr-workspace/issues/80",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1382306534 | Redesign this page using ionic cards component
It should be similar with cards used for studies and added more details on it (e.g visit date and eventually possibility for rescheduling)
| gharchive/issue | 2022-09-22T11:40:03 | 2025-04-01T06:37:25.750187 | {
"authors": [
"Mastaleru"
],
"repo": "PharmaLedger-IMI/eco-iot-pmed-workspace",
"url": "https://github.com/PharmaLedger-IMI/eco-iot-pmed-workspace/issues/511",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1328474329 | (1) LOW - Client_Use_Of_Iframe_Without_Sandbox
From #94
add the proper ifram sandbox configs to the created iframe for the wallet:
//iframe.setAttribute("sandbox", "allow-scripts allow-same-origin allow-forms"); for isntance
The code that produces this warning is not used in production (and is originally from Romso... | gharchive/issue | 2022-08-04T11:23:15 | 2025-04-01T06:37:25.752412 | {
"authors": [
"TiagoV-PDMFC"
],
"repo": "PharmaLedger-IMI/fgt-workspace",
"url": "https://github.com/PharmaLedger-IMI/fgt-workspace/issues/109",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1979519252 | Regulated voltage level?
I come here from this issue and am interested in integrating this into my Redox. While looking through the repo I got confused about the regulated voltage of the most recent design.
At the bottom of the README it says "Change regulated voltage from 3.3V to 3V", but the schematic mentions a "3... | gharchive/issue | 2023-11-06T16:07:53 | 2025-04-01T06:37:25.759325 | {
"authors": [
"PhiBabin",
"neopostmodern"
],
"repo": "PhiBabin/Redox-Lipo-Adapter",
"url": "https://github.com/PhiBabin/Redox-Lipo-Adapter/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
647378975 | log_value sets step to nothing on default
https://github.com/PhilipVinc/TensorBoardLogger.jl/blob/08f57d854ca1b32cc4cfb0a24881d57ec9f5bb1c/src/Loggers/LogValue.jl#L8
Hello, in contrary to the description and probably the expected behavior, the method log_value sets the argument step to nothing on default. As suggeste... | gharchive/issue | 2020-06-29T13:31:05 | 2025-04-01T06:37:25.778402 | {
"authors": [
"PhilipVinc",
"wattik"
],
"repo": "PhilipVinc/TensorBoardLogger.jl",
"url": "https://github.com/PhilipVinc/TensorBoardLogger.jl/issues/71",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2330322516 | Best way to upgrade a Docker instance?
I was wondering if you have tips to upgrade a Mantis instance running in Docker? Without losing existing data.
Just update the git repo and restart the ./docker-setup-ubuntu.sh script to build new images?
Tx!
Hey @xme
You need to get the latest Mantis repo (clone), re-run the ... | gharchive/issue | 2024-06-03T06:54:02 | 2025-04-01T06:37:25.803890 | {
"authors": [
"0xbharath",
"Prateek-Thakare",
"xme"
],
"repo": "PhonePe/mantis",
"url": "https://github.com/PhonePe/mantis/issues/26",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2736487430 | [Lecture 11_2][12/13] CycleGAN question
What does "target_fake" mean in the process of calculating "loss_D_fake" for discriminator A? I understand "pred_fake" as the generated fake A, but I was pondering the meaning of "target_fake" and decided to ask for clarification.
In the implementation code in https://github... | gharchive/issue | 2024-12-12T17:22:03 | 2025-04-01T06:37:25.867861 | {
"authors": [
"jaein4722",
"nassunii",
"yjyoo3312"
],
"repo": "PiLab-CAU/ImageProcessing-2402",
"url": "https://github.com/PiLab-CAU/ImageProcessing-2402/issues/60",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
110640131 | Unsupported major.minor version 52.0
buck install app
Using watchman.
Using buckd.
BUILD FAILED: com/android/dx/command/dexer/Main : Unsupported major.minor version 52.0
[-] PROCESSING BUCK FILES...FINISHED 0.5s [100%]
[-] BUILDING...FINISHED 1.3s [100%] (14/43 JOBS, 13 UPDATED, 30.2% CACHE MISS)
BUILD FAILED: com/an... | gharchive/issue | 2015-10-09T11:34:20 | 2025-04-01T06:37:25.869878 | {
"authors": [
"Piasy",
"androidmalin"
],
"repo": "Piasy/OkBuck",
"url": "https://github.com/Piasy/OkBuck/issues/18",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1772992934 | Upgrade Swagger 2.2.12 -> 2.2.13
This PR contains the following updates:
Package
Type
Update
Change
Swagger
compile
patch
2.2.12 -> 2.2.13
Release Notes
swagger-api/swagger-core
v2.2.13: Swagger-core 2.2.13 released!
Compare Source
fix: makes populating instance variables accessible to subclasses (#4434... | gharchive/pull-request | 2023-06-25T01:01:11 | 2025-04-01T06:37:25.879244 | {
"authors": [
"Picnic-Bot"
],
"repo": "PicnicSupermarket/error-prone-support",
"url": "https://github.com/PicnicSupermarket/error-prone-support/pull/698",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1164921328 | Allow training of wake words for older versions via Picovoice console
Is your feature request related to a problem?
Wake words trained for Porcupine v2.0 won't work with v2.1 and vice versa. Since developers cannot always update right away and release new versions they depend on support for older versions at least fo... | gharchive/issue | 2022-03-10T08:41:13 | 2025-04-01T06:37:25.882777 | {
"authors": [
"fquirin",
"kenarsa"
],
"repo": "Picovoice/porcupine",
"url": "https://github.com/Picovoice/porcupine/issues/680",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
342870907 | Add pagination
Add pagination for better performance. Currently, the app is getting the 100 latest articles with a GET on http://thinkerview.com/wp-json/wp/v2/posts?categories=9&per_page=100 instead of http://thinkerview.com/wp-json/wp/v2/posts?categories=9&?page=1 and http://thinkerview.com/wp-json/wp/v2/posts?categ... | gharchive/issue | 2018-07-19T20:07:02 | 2025-04-01T06:37:25.886128 | {
"authors": [
"PierreBresson"
],
"repo": "PierreBresson/Thinkerview",
"url": "https://github.com/PierreBresson/Thinkerview/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
320979099 | readme: fill minimum info about the project
At least write whats this project is about.
@Quasilyte, maybe close this issue?
| gharchive/issue | 2018-05-07T22:22:25 | 2025-04-01T06:37:25.887140 | {
"authors": [
"Quasilyte",
"fexolm"
],
"repo": "PieselBois/kfulint",
"url": "https://github.com/PieselBois/kfulint/issues/16",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2724588063 | Added PinMAME functions script & helper files
Allows to control ROM volume & DMD of PinMAME conveniently from PinballY
Showpindmd (0 / 1) shows or hides the DMD controlled by PinMAME. Disabling the DMD is useful for older ROM based tables with alphanumeric displays, where PinMAME is showing basic numbers only on the... | gharchive/pull-request | 2024-12-07T13:11:49 | 2025-04-01T06:37:25.897450 | {
"authors": [
"jueank"
],
"repo": "PinballY/PinballY-Addons-and-Examples",
"url": "https://github.com/PinballY/PinballY-Addons-and-Examples/pull/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
108588150 | Couldn't build "Debug" configuration in VS 2015
Building in "Debug" configuration returns 1519 errors on my machine using VS 2015, and this was the default build configuration when I opened the solution. Switching to "Debug-CI" or "Release" fixes the errors. We should maybe remove the "Debug" configuration? Or merge ... | gharchive/issue | 2015-09-28T04:38:25 | 2025-04-01T06:37:26.019239 | {
"authors": [
"vosen",
"yacoder"
],
"repo": "PistonDevelopers/VisualRust",
"url": "https://github.com/PistonDevelopers/VisualRust/issues/185",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
66436032 | Region file (.mca) handling.
DO NOT MERGE YET.
First step towards having a chunk loader.
[x] .mca file reading.
[ ] .mca file writing.
[ ] Chunk loader capabilities.
File writing is utterly incomplete.
@toqueteos I'm working on #[derive] functionality for NBT file formats that should make this task massively ea... | gharchive/pull-request | 2015-04-05T12:52:10 | 2025-04-01T06:37:26.029201 | {
"authors": [
"atheriel",
"fenhl",
"toqueteos"
],
"repo": "PistonDevelopers/hematite_server",
"url": "https://github.com/PistonDevelopers/hematite_server/pull/76",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
113438428 | Return errer on invalid bitmap height
Fixes #473.
Thanks!
| gharchive/pull-request | 2015-10-26T19:57:41 | 2025-04-01T06:37:26.030413 | {
"authors": [
"mbrubeck",
"nwin"
],
"repo": "PistonDevelopers/image",
"url": "https://github.com/PistonDevelopers/image/pull/476",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
588146340 | Create guide "5 Tips for Success"
5 Tips For Success
Solid Resume
Apply EARLY
Study Interview Questions
closed this by accident. I'll work on it this week
lol dis just zero to over
| gharchive/issue | 2020-03-26T04:28:45 | 2025-04-01T06:37:26.033495 | {
"authors": [
"Zmwang622",
"azharichenko"
],
"repo": "PittCSWiki/pittcswiki",
"url": "https://github.com/PittCSWiki/pittcswiki/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
930893914 | Add autofocus to search bar
Love the project!
This is a minor minor change: I just added autofocus to the search-bar so whenever you open the task menu you can automatically start typing without having to click on the search bar first, just like in the real windows.
Thanks for the PR. It looks like we're facing som... | gharchive/pull-request | 2021-06-27T10:00:45 | 2025-04-01T06:37:26.052893 | {
"authors": [
"AnTheMaker",
"PiyushSuthar",
"Rajaniraiyn"
],
"repo": "PiyushSuthar/Windows-11-Web",
"url": "https://github.com/PiyushSuthar/Windows-11-Web/pull/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
976981587 | Generic MQTT: support certificate based auth
https://github.com/PlaceOS/drivers/blob/master/drivers/place/mqtt.cr currently supports only username/password authentication.
There is a current project which requires publishing device state to an MQTT broker on the internet that requires certificate based authentication... | gharchive/issue | 2021-08-23T12:30:31 | 2025-04-01T06:37:26.055773 | {
"authors": [
"w-le"
],
"repo": "PlaceOS/drivers",
"url": "https://github.com/PlaceOS/drivers/issues/240",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1969988808 | It's useless on mac
I deploy it on my mac(Apple M1,8GB,Ventura 13.5),when i use it,it always run a while,then
`VALL-E EOS [413 -> 727]
libc++abi: terminating due to uncaught exception of type c10::Error: Unsupported type byte size: ComplexFloat
Exception raised from getGatherScatterScalarType at /Users/runner/work/py... | gharchive/issue | 2023-10-31T09:17:14 | 2025-04-01T06:37:26.078073 | {
"authors": [
"Plachtaa",
"zhou20120904"
],
"repo": "Plachtaa/VALL-E-X",
"url": "https://github.com/Plachtaa/VALL-E-X/issues/129",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
152562084 | Why does your 9.2 upgrade section use an outdated version of rxTools?
There is no reason not to use the newer version, load it on http://dukesrg.github.io/?rxTools/sys/code.bin rather than reboot.ms.
Very old system versions cannot run newer rxTools versions.
| gharchive/issue | 2016-05-02T14:15:11 | 2025-04-01T06:37:26.082665 | {
"authors": [
"Ketchup901",
"Plailect"
],
"repo": "Plailect/Guide",
"url": "https://github.com/Plailect/Guide/issues/107",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
168249363 | Black screen after restoring RedNand
On my new 3DS I get a black screen on boot after finishing A9LH installation and restoring the RedNand, sysnand and sysnand from part 2 don't work either. A9LH has installed correctly (I tested it with the tester package, a powers off the console just fine).
Any idea what could be... | gharchive/issue | 2016-07-29T04:39:58 | 2025-04-01T06:37:26.084211 | {
"authors": [
"Plailect",
"SuperStuck"
],
"repo": "Plailect/Guide",
"url": "https://github.com/Plailect/Guide/issues/274",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
101993492 | Strlenfix
This avoids the crash on gnews.bin but unfortunatley I haven't been able to confirm it works since I run out of memory.
Attempting to run this code now on an Amazon cluster where I'd previously gotten the error this is supposed to fix. Not sure how long it'll take but I'll update when it's done.
w2v.loa... | gharchive/pull-request | 2015-08-19T20:40:40 | 2025-04-01T06:37:26.091277 | {
"authors": [
"Planeshifter",
"dariusk",
"oskarflordal"
],
"repo": "Planeshifter/node-word2vec",
"url": "https://github.com/Planeshifter/node-word2vec/pull/6",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1154623313 | MonitoringApplicationConfiguration doesn't work
Even if you specify an argument for -MonitoringApplicationConfiguration in New-PfBuild, nothing gets sent to the server
So turns out I was wrong--if you pass in a correctly-shaped object it works. But if the passed in object isn't exactly correct, Autorest just silent... | gharchive/issue | 2022-02-28T22:35:42 | 2025-04-01T06:37:26.115381 | {
"authors": [
"brianwp3000"
],
"repo": "PlayFab/MpsPowershell",
"url": "https://github.com/PlayFab/MpsPowershell/issues/8",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1506268098 | Add namespaces to Groups
Currently, tables that are passed to be tied to a key are tied as singular states, as opposed to tables creating a new namespace.
Namespaces are a very powerful feature to the centralized state paradigm, as sometimes, you have to divide multiple states into places according to their relevance... | gharchive/issue | 2022-12-21T13:04:24 | 2025-04-01T06:37:26.129356 | {
"authors": [
"sinlerdev"
],
"repo": "Plothan/Vinum",
"url": "https://github.com/Plothan/Vinum/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1967359962 | ACE-zh
Hello, dear author.
I encountered a problem with Chinese data processing. I tried to use 'bash./scripts/process_ace05ep. sh' to change the English content to Chinese, but an error occurred as shown in the following figure:
, I have successfully preprocessed the English data. Can you provide some help?'? Thank... | gharchive/issue | 2023-10-30T02:44:07 | 2025-04-01T06:37:26.147859 | {
"authors": [
"Eliauk-TiAmo",
"ej0cl6"
],
"repo": "PlusLabNLP/DEGREE",
"url": "https://github.com/PlusLabNLP/DEGREE/issues/19",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
96884962 | Support Python 2.7, 3.3 and 3.4
Uses the future package to support Python 2.7, 3.3 and 3.4 from a single code base.
Also tested with LCP code base with both unit and integration tests using Python 2.7.
github says this branch has conflicts
The conflict is with #43 which is also unmerged.
Not sure of the GH way of... | gharchive/pull-request | 2015-07-23T19:07:49 | 2025-04-01T06:37:26.283240 | {
"authors": [
"bradsokol",
"greatestape"
],
"repo": "Points/PyLCP",
"url": "https://github.com/Points/PyLCP/pull/44",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
60261898 | Update travis badge
Minor update.
Indeed. Thank you @MitMaro.
| gharchive/pull-request | 2015-03-08T15:42:06 | 2025-04-01T06:37:26.312515 | {
"authors": [
"MitMaro",
"mightyiam"
],
"repo": "PolicyStat/combokeys",
"url": "https://github.com/PolicyStat/combokeys/pull/17",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
133986351 | Simple BleClient mocking
#RxBleClient can be mocked now like this:
rxBleClient = new RxBleClientMock.Builder()
.deviceMacAddress("AA:BB:CC:DD:EE:FF")
.deviceName("TestDevice")
.rssi(42)
.rxBleDeviceServices(
new RxBleClientMock.Se... | gharchive/pull-request | 2016-02-16T13:49:35 | 2025-04-01T06:37:26.320267 | {
"authors": [
"dariuszseweryn",
"mzgreen",
"uKL"
],
"repo": "Polidea/RxAndroidBle",
"url": "https://github.com/Polidea/RxAndroidBle/pull/3",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2712416105 | python scripts/python/cli.py does not work
Describe the bug
I dont really know what the problem is but "python scripts/python/cli.py" dosnt work.
Look : (.venv) C:\Users\ALFA\Downloads\agents> python scripts/python/cli.py
Traceback (most recent call last):
File "C:\Users\ALFA\Downloads\agents\scripts\python... | gharchive/issue | 2024-12-02T15:47:26 | 2025-04-01T06:37:26.340146 | {
"authors": [
"arekgotfryd",
"max3poloski"
],
"repo": "Polymarket/agents",
"url": "https://github.com/Polymarket/agents/issues/28",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
642692916 | Question: Does html take fragments as arguments?
I could not find the answer anywhere. Unfortunately the type of the values parameter of TemplateResult is values: readonly unknown[]; and is not really self-explanatory. Therefore I am not sure if I can pass DOM fragments to the html function although I know that it wo... | gharchive/issue | 2020-06-22T01:57:43 | 2025-04-01T06:37:26.346267 | {
"authors": [
"justinfagnani",
"timonson"
],
"repo": "Polymer/lit-html",
"url": "https://github.com/Polymer/lit-html/issues/1175",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
190802631 | Unable to query slotted nodes created by dom-repeat
When slotting a dom-repeat, i am unable to query the generated items.
Possible regression of https://github.com/Polymer/polymer/issues/2276
Live Demo
http://codepen.io/oridan/pen/JbWrxv?editors=1000
Expected Results
console log should show something like:
[x-items] ... | gharchive/issue | 2016-11-21T18:45:35 | 2025-04-01T06:37:26.381157 | {
"authors": [
"TomK"
],
"repo": "Polymer/polymer",
"url": "https://github.com/Polymer/polymer/issues/4167",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
134613918 | Refactorings around how computational expressions get their arguments
Do not set splices property on userland arrays. Fixes #2415, #2350
Use value sent through the notification system (#3179)
Don't mutate splices sent into userland. As reported #3239
Should fix #3179
I've added three more commits on top of that i... | gharchive/pull-request | 2016-02-18T15:38:28 | 2025-04-01T06:37:26.383470 | {
"authors": [
"azakus",
"devinivy",
"kaste"
],
"repo": "Polymer/polymer",
"url": "https://github.com/Polymer/polymer/pull/3439",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
176455506 | Fixes #3938
Fixes #3938
Separate application of listeners and host attributes.
Adds _applyListeners and _ensureAttributes as override points.
Legacy Polymer impl ensures attributes subclass before superclass so that a subclass gets first crack as to what attribute value should exist (This matches the behavior of Pol... | gharchive/pull-request | 2016-09-12T18:56:55 | 2025-04-01T06:37:26.385170 | {
"authors": [
"kevinpschaaf",
"sorvell"
],
"repo": "Polymer/polymer",
"url": "https://github.com/Polymer/polymer/pull/3944",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
231158619 | Ensure that express and done are getting returned in prepare:webserver
[X] CHANGELOG.md has been updated
@justinfagnani Can you take a look at this please? Thanks!
| gharchive/pull-request | 2017-05-24T20:16:59 | 2025-04-01T06:37:26.386668 | {
"authors": [
"maxknee"
],
"repo": "Polymer/web-component-tester",
"url": "https://github.com/Polymer/web-component-tester/pull/554",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
447289303 | Use CollectionStorageProvider for handle operations
Could be generalized to something more generic in the future.
Avoids any
Fixes #2340
Any issues with this?
| gharchive/pull-request | 2019-05-22T18:48:25 | 2025-04-01T06:37:26.400485 | {
"authors": [
"lindner"
],
"repo": "PolymerLabs/arcs",
"url": "https://github.com/PolymerLabs/arcs/pull/3060",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2026112876 | feat: 🎸 Add procedures to clear and remove a MetadataEntry
Description
Add procedure to clear an Asset Metadata value
Add procedure to remove any Local Asset Metadata
Also, adds a method isModifiable to MetadataEntry to return whether any metadata entry can be modified
Breaking Changes
NA
JIRA Link
DA-885, DA-950,... | gharchive/pull-request | 2023-12-05T12:44:46 | 2025-04-01T06:37:26.416822 | {
"authors": [
"prashantasdeveloper"
],
"repo": "PolymeshAssociation/polymesh-sdk",
"url": "https://github.com/PolymeshAssociation/polymesh-sdk/pull/1099",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2705923247 | style: 💄 remove unused isV6 internal function
Description
Breaking Changes
JIRA Link
Checklist
[ ] Updated the Readme.md (if required) ?
/fast-forward
:tada: This PR is included in version 27.0.0-beta.2 :tada:
The release is available on:
npm package (@beta dist-tag)
GitHub release
Your semantic-release b... | gharchive/pull-request | 2024-11-29T18:49:36 | 2025-04-01T06:37:26.422434 | {
"authors": [
"polymath-eric",
"prashantasdeveloper"
],
"repo": "PolymeshAssociation/polymesh-sdk",
"url": "https://github.com/PolymeshAssociation/polymesh-sdk/pull/1387",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2517797038 | feat: 🎸 ensure one vote per signer for multiSig proposals
Description
when a multiSig signer changes their vote, the vote record will now be updated instead of inserting a second vote. Proposal approval/rejection counts will now be decremented in this case
Breaking Changes
JIRA Link
DA-1289
Checklist
[ ] Updated t... | gharchive/pull-request | 2024-09-10T20:57:57 | 2025-04-01T06:37:26.425793 | {
"authors": [
"polymath-eric",
"prashantasdeveloper"
],
"repo": "PolymeshAssociation/polymesh-subquery",
"url": "https://github.com/PolymeshAssociation/polymesh-subquery/pull/255",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1363263530 | Cannot read properties of undefined (reading 'creator')
Hi, guys. Got an error
And I think that is the reason why web3AccountsSubscribe not working via @polkadot/extension-dapp so I cannot handle switching between Networks
Could you please review
@sgurin Currently the testnet runtime is on v5.0.2, while mainnet i... | gharchive/issue | 2022-09-06T13:09:42 | 2025-04-01T06:37:26.434196 | {
"authors": [
"F-OBrien",
"KisIrene",
"sgurin",
"yzrbl"
],
"repo": "PolymeshAssociation/polymesh-wallet",
"url": "https://github.com/PolymeshAssociation/polymesh-wallet/issues/249",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2092684006 | Setup the base of the front end repo
To setup the base of the front end repo we would need to do the following things
[x] Set up the docs folder where we will be noting down each decision
[x] Set up the tailwind css
[x] Setup the eslint and prettierr
[ ] Finalize with the wireframe / design for the application
Fi... | gharchive/issue | 2024-01-21T17:31:18 | 2025-04-01T06:37:26.452802 | {
"authors": [
"PoojeshShetty"
],
"repo": "PoojeshShetty/chat-app-fe",
"url": "https://github.com/PoojeshShetty/chat-app-fe/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1824549538 | [Feature Request] Ability To Hide "No Deadline Set" On Widget
An option to simply hide the "no deadline set" text on the widget when no deadline is set, would be nice. Just for a cleaner look.
Seems like a good idea, planning to work on widgets soon, will do it then
| gharchive/issue | 2023-07-27T14:51:49 | 2025-04-01T06:37:26.453776 | {
"authors": [
"seniorm0ment",
"starry-shivam"
],
"repo": "Pool-Of-Tears/GreenStash",
"url": "https://github.com/Pool-Of-Tears/GreenStash/issues/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1975566934 | Integrate IPFS and web3 storage uploads
Is your feature request related to a problem?
Presently, snapshotters send the entire contents of each snapshot to the payload commit service in audit protocol over RabbitMQ. This is a huge overhead considering that this can take place for thousands of projects per epoch. This ... | gharchive/issue | 2023-11-03T07:07:29 | 2025-04-01T06:37:26.582964 | {
"authors": [
"anomit",
"xadahiya"
],
"repo": "PowerLoom/pooler",
"url": "https://github.com/PowerLoom/pooler/issues/52",
"license": "Apache-2.0",
"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.