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 |
|---|---|---|---|---|---|
1684260234 | Nitpick: Change CLI command profiles to profile
I noticed that the CLI command to check your profiles is profiles:
❯ aiidalab-launch --help
Usage: aiidalab-launch [OPTIONS] COMMAND [ARGS]...
Options:
-v, --verbose Increase the output verbosity of the launcher. Use '-vv' or
'-vvv' for even more ve... | gharchive/issue | 2023-04-26T04:45:23 | 2025-04-01T04:55:51.662368 | {
"authors": [
"mbercx",
"unkcpz"
],
"repo": "aiidalab/aiidalab-launch",
"url": "https://github.com/aiidalab/aiidalab-launch/issues/175",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1114227565 | Do not resolve Python Path symlinks for datafile hash
Fixes #67
In some cases, the Python binaries of multiple virtual environments can
be symlinks that point to the same file. In this case, the hash of the
reentry data file is the same for these environments, since
Path.resolve() also resolves symlinks.
As sys.execu... | gharchive/pull-request | 2022-01-25T18:28:44 | 2025-04-01T04:55:51.705629 | {
"authors": [
"codecov-commenter",
"ltalirz",
"mbercx"
],
"repo": "aiidateam/reentry",
"url": "https://github.com/aiidateam/reentry/pull/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
151972521 | Update neural-networks-2.md
일단 목차만 번역.
Just wanted to use my previous branch. Please forget about this.
| gharchive/pull-request | 2016-04-29T21:27:52 | 2025-04-01T04:55:51.706920 | {
"authors": [
"stat2ml"
],
"repo": "aikorea/cs231n",
"url": "https://github.com/aikorea/cs231n/pull/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1209179739 | Сделать кнопку "Посмотреть БД" на форме заполнения опросника
Кнопка "Посмотреть БД" раскрывает таблицу.
Первая строка таблицы - это названия таблиц БД, которые являются кнопками.
Ниже выводятся атрибуты с данными, где лимит 10
Оценка 4 ч
Выведу атрибуты без данных
| gharchive/issue | 2022-04-20T05:26:13 | 2025-04-01T04:55:51.722619 | {
"authors": [
"Nenuahule",
"germanovn"
],
"repo": "aikus/sql-exam",
"url": "https://github.com/aikus/sql-exam/issues/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1047733343 | Add source distribution (tar.gz)
Would it be possible to add a source distribution (tarball/tar.gz) here on github or on pypi? I would like to add this package to the conda-forge in order to make this package accessible to a wider user base.
@mahnerak @alberttorosyan I am also trying to update the outdated conda-fo... | gharchive/issue | 2021-11-08T17:47:25 | 2025-04-01T04:55:51.738957 | {
"authors": [
"d-cunningham",
"hadim"
],
"repo": "aimhubio/aimrocks",
"url": "https://github.com/aimhubio/aimrocks/issues/10",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
849483985 | let's go to python3
also fixes test_pretty_j1587.py to be runnable
Transition to python3 was overdue. Nice motivation.
| gharchive/pull-request | 2021-04-02T21:06:46 | 2025-04-01T04:55:51.741705 | {
"authors": [
"BenGardiner",
"salnoobie"
],
"repo": "ainfosec/pretty_j1587",
"url": "https://github.com/ainfosec/pretty_j1587/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
428948614 | Load testing using Jmeter
Create a JMeter file to test the API Gateway and upload images of results
Commit URL: https://github.com/airavata-courses/Team-Rocket/commit/626de71c1cb56526d648091eb582b27f51077ab4
| gharchive/issue | 2019-04-03T20:00:02 | 2025-04-01T04:55:51.769724 | {
"authors": [
"ATarfe",
"aravindparappil46"
],
"repo": "airavata-courses/Team-Rocket",
"url": "https://github.com/airavata-courses/Team-Rocket/issues/145",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
362903573 | Wrapper.update() not re-render
Hello!!
Bug description:
I'm trying to test if my function is called:
in MyComponent.jsx:
import React from 'react'
class MyComponent extends React.Component {
calledFunction = () => {
console.log('I was called')
}
render () {
this.calledFunction()
... | gharchive/issue | 2018-09-23T01:09:27 | 2025-04-01T04:55:51.780514 | {
"authors": [
"Jlevett",
"ljharb",
"mi-mazouz"
],
"repo": "airbnb/enzyme",
"url": "https://github.com/airbnb/enzyme/issues/1833",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
156268819 | Add documentation and unit tests for index parameter for map and forEach methods
Addresses https://github.com/airbnb/enzyme/issues/366
Also added unit tests to cover the index parameter.
LGTM
| gharchive/pull-request | 2016-05-23T12:27:52 | 2025-04-01T04:55:51.782188 | {
"authors": [
"ljharb",
"marcin-mazurek"
],
"repo": "airbnb/enzyme",
"url": "https://github.com/airbnb/enzyme/pull/407",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
729869586 | React 17 peer support
NPM warning airbnb-prop-types@2.16.0 requires a peer of react@^0.14 || ^15.0.0 || ^16.0.0-alpha but none is installed. You must install peer dependencies yourself. with React 17.
Please release support for the peer dependency.
I put up #74; it's blocked by the lack of an enzyme adapter for rea... | gharchive/issue | 2020-10-26T20:09:20 | 2025-04-01T04:55:51.800992 | {
"authors": [
"Luksys5",
"Vankydwivedi",
"deavial",
"jipis",
"leepowelldev",
"ljharb",
"ljrodriguez1",
"sariza369"
],
"repo": "airbnb/prop-types",
"url": "https://github.com/airbnb/prop-types/issues/73",
"license": "MIT",
"license_type": "permissive",
"license_source": "gi... |
281852364 | Add missing onKeyDown function to CalendarDay
Eep.
Fixes https://github.com/airbnb/react-dates/issues/899
@ljharb
Coverage decreased (-0.2%) to 85.487% when pulling 4d3b312a5367c7711a78d9e9e4c43824fef08bbf on maja-fix-on-key-down-error into 94e18523fa8559fbf68d667b6f42697d8db3cdf4 on master.
| gharchive/pull-request | 2017-12-13T18:34:43 | 2025-04-01T04:55:51.803386 | {
"authors": [
"coveralls",
"majapw"
],
"repo": "airbnb/react-dates",
"url": "https://github.com/airbnb/react-dates/pull/901",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
446313285 | [improvement] Add ability to over-write existing outputs
Background
Mentioned on Slack: https://streamalert.slack.com/archives/C3BHE2Z0S/p1558386389107200
Are you on the latest version of StreamAlert? Yes
Description
If you configure a Slack webhook, and want to change it, then trying to rerun ./manage.py output slac... | gharchive/issue | 2019-05-20T21:14:11 | 2025-04-01T04:55:51.808209 | {
"authors": [
"0xdabbad00",
"Ryxias",
"VinodKumarLogan",
"jack1902"
],
"repo": "airbnb/streamalert",
"url": "https://github.com/airbnb/streamalert/issues/940",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
569892797 | Fix config.py to respect firehose being disabled
to: @ryandeivert
cc: @airbnb/streamalert-maintainers
related to: #1158
resolves: #1158
Background
Having just pulled down release-3-0-0 for a fresh deployment, the firehose s3 notification was being passed through even though enabled was set to False
Changes
config.py... | gharchive/pull-request | 2020-02-24T14:28:49 | 2025-04-01T04:55:51.813074 | {
"authors": [
"coveralls",
"jack1902"
],
"repo": "airbnb/streamalert",
"url": "https://github.com/airbnb/streamalert/pull/1160",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
305730015 | Add an Express installation doc
Adds an installation doc for Express.
Thanks @thompiler!
| gharchive/pull-request | 2018-03-15T21:44:07 | 2025-04-01T04:55:51.813984 | {
"authors": [
"mmcdaris"
],
"repo": "airbrake/airbrake-docs",
"url": "https://github.com/airbrake/airbrake-docs/pull/223",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
260910673 | feat(erc20): adding support for erc20
So, I tried to add support for ERC20-Tokens in this PR.
I have not tested it using a real TX so far, but adding this PR in order to get input whether this is the correct way to do it.
It feels a bit hacky to add it this way, it works for this case, but considering BTC-Support is... | gharchive/pull-request | 2017-09-27T09:42:00 | 2025-04-01T04:55:51.928379 | {
"authors": [
"dcale",
"dschoeni"
],
"repo": "airgap-it/airgap-web-signer",
"url": "https://github.com/airgap-it/airgap-web-signer/pull/14",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2197226226 | Fix test coverage
Fix test coverage
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (41f857f) to head (68f9d99).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional deta... | gharchive/pull-request | 2024-03-20T10:51:11 | 2025-04-01T04:55:51.932573 | {
"authors": [
"codecov-commenter",
"joostlek"
],
"repo": "airgradienthq/python-airgradient",
"url": "https://github.com/airgradienthq/python-airgradient/pull/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
766196379 | Automate publishing releases on GitHub
This will automatically publish a release including the latest changelog on GitHub when the release lane is run.
The latest release (2.3.1) was created using this lane.
Running the whole release lane on CI whenever a prepare pr is merged would be the next step in automating the ... | gharchive/pull-request | 2020-12-14T09:29:57 | 2025-04-01T04:55:51.940011 | {
"authors": [
"daniel-mohemian"
],
"repo": "airsidemobile/JOSESwift",
"url": "https://github.com/airsidemobile/JOSESwift/pull/249",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
248083219 | 自定义主题的变量无法作用于Datetime组件
在自定义主题theme.less里定义
@datetime-header-item-confirm-font-color: #000;
vux-loader配置正确,其他组件已经生效,但是datetime组件的样式依然没有改变。
并不能重现。
| gharchive/issue | 2017-08-04T18:30:34 | 2025-04-01T04:55:51.968652 | {
"authors": [
"airyland",
"joeslee"
],
"repo": "airyland/vux",
"url": "https://github.com/airyland/vux/issues/1797",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
340478035 | [Bug Report] search组件的setFocus问题
VUX version
2.9.2
OS/Browsers version
主流浏览器
Vue version
2.5.17-beta.0
Code
setFocus () {
this.$refs.search.setFocus()
}
Steps to reproduce
例子:
1、在首页点击搜索按钮跳转到search页面
2、setFocus是一个方法,当进入search页面的时候,我在created调用了setFocus方法
3、浏览器报错:'setFocus' of undefined"
What is Expected?
在另一个页面点击... | gharchive/issue | 2018-07-12T03:37:58 | 2025-04-01T04:55:51.971983 | {
"authors": [
"kinder1995"
],
"repo": "airyland/vux",
"url": "https://github.com/airyland/vux/issues/2923",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1690058625 | ⚠️ Turnos 24x7 has degraded performance
In eabf659, Turnos 24x7 (https://reservas-dev.alternativasinteligentes.com/) experienced degraded performance:
HTTP code: 200
Response time: 994 ms
Resolved: Turnos 24x7 performance has improved in 38f7f4f.
| gharchive/issue | 2023-04-30T19:55:13 | 2025-04-01T04:55:51.974563 | {
"authors": [
"AlternativasInteligentes"
],
"repo": "aisa-status/status-upptime-dev",
"url": "https://github.com/aisa-status/status-upptime-dev/issues/2007",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1694620499 | ⚠️ Turnos 24x7 has degraded performance
In 64f7509, Turnos 24x7 (https://reservas-dev.alternativasinteligentes.com/) experienced degraded performance:
HTTP code: 200
Response time: 953 ms
Resolved: Turnos 24x7 performance has improved in b9c3958.
| gharchive/issue | 2023-05-03T18:56:19 | 2025-04-01T04:55:51.977141 | {
"authors": [
"AlternativasInteligentes"
],
"repo": "aisa-status/status-upptime-dev",
"url": "https://github.com/aisa-status/status-upptime-dev/issues/2041",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1706651379 | ⚠️ Turnos 24x7 has degraded performance
In ab35828, Turnos 24x7 (https://reservas-dev.alternativasinteligentes.com/) experienced degraded performance:
HTTP code: 200
Response time: 922 ms
Resolved: Turnos 24x7 performance has improved in 2dc4d7b.
| gharchive/issue | 2023-05-11T22:22:47 | 2025-04-01T04:55:51.979565 | {
"authors": [
"AlternativasInteligentes"
],
"repo": "aisa-status/status-upptime-dev",
"url": "https://github.com/aisa-status/status-upptime-dev/issues/2147",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2414911883 | Unable to build docker container
when running docker compose up -d, the following error is returned
failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends gcc libpq-dev && apt-get install -y libc-bin=2.36-9+deb12u6 && apt-get clean && rm -rf /var/lib/apt/... | gharchive/issue | 2024-07-18T00:49:26 | 2025-04-01T04:55:52.050882 | {
"authors": [
"ajb426"
],
"repo": "ajb426/user_management",
"url": "https://github.com/ajb426/user_management/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
336491566 | Broken unit test: “Should have guessed profile 'mum to one boy and one girl' was 'female', not 'male'”
Split off from https://github.com/ajdavis/twitter-gender-distribution/issues/16#issuecomment-378813452.
$ python2.7 -m unittest discover -v
test_declared_gender (tests.test_declared_gender.TestDeclaredGender) ... FA... | gharchive/issue | 2018-06-28T06:36:25 | 2025-04-01T04:55:52.059108 | {
"authors": [
"ajdavis",
"lucaswerkmeister"
],
"repo": "ajdavis/twitter-gender-distribution",
"url": "https://github.com/ajdavis/twitter-gender-distribution/issues/20",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1571664532 | AttributeError: module 'collections' has no attribute 'MutableMapping' when using python 3.10
Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 187, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.10/runpy.py", line 146,... | gharchive/issue | 2023-02-05T23:39:11 | 2025-04-01T04:55:52.077881 | {
"authors": [
"3nt3",
"ajitid"
],
"repo": "ajitid/live-server",
"url": "https://github.com/ajitid/live-server/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
569288190 | [QUESTION] customizable time and message?
just wondering if you can edit this to say a specific word/command at any given time.
Do you mean time on a 24 hour clock or an interval? Right now the README explains how to modify interval time and the message, but time of day messages have not yet been implemented. I'm s... | gharchive/issue | 2020-02-22T06:02:00 | 2025-04-01T04:55:52.080341 | {
"authors": [
"Motzumoto",
"ajmeese7"
],
"repo": "ajmeese7/spambot",
"url": "https://github.com/ajmeese7/spambot/issues/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
146632837 | Add gausslaguerre
Add a fast gausslaguerre.jl command based on the GLR algorithm, not asymptotics.
Closes #33.
| gharchive/pull-request | 2016-04-07T13:52:37 | 2025-04-01T04:55:52.099693 | {
"authors": [
"ajt60gaibb"
],
"repo": "ajt60gaibb/FastGaussQuadrature.jl",
"url": "https://github.com/ajt60gaibb/FastGaussQuadrature.jl/pull/33",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1730077753 | Phase out serapeum dependency
This library currently prevents loading cl-duckdb with Clasp as it doesn't compile:
https://github.com/clasp-developers/clasp/issues/1365
Only serapeum:mvlet* and serapeum:count-cpus are currently used, which doesn't warrant the inclusion of such a large library dependency.
DuckDB seem... | gharchive/issue | 2023-05-29T05:14:49 | 2025-04-01T04:55:52.121056 | {
"authors": [
"ak-coram"
],
"repo": "ak-coram/cl-duckdb",
"url": "https://github.com/ak-coram/cl-duckdb/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
180347474 | Problem with set.php
Required Information
PHP version: 5.5.9
PHP Telegram Bot version: latest I think
Using MySQL database: no
Update Method: Webhook
Self-signed certificate: yes
Actual behaviour
What IS happening?
when I open set.php on my browser he return http error 500, but the webhook is correctly set.
I've ... | gharchive/issue | 2016-09-30T16:31:27 | 2025-04-01T04:55:52.128320 | {
"authors": [
"KilluaFein",
"MBoretto",
"noplanman"
],
"repo": "akalongman/php-telegram-bot",
"url": "https://github.com/akalongman/php-telegram-bot/issues/305",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
183231821 | Very minor fix: changes some methods to camelCase for style consistency
Some methods in stringutilities.py were underscored, while some were camelCased, and so I made all methods camelCase for code style consistency.
@jfsawin after changes did you test all of methods?
I tripled-checked all the replacements I did ... | gharchive/pull-request | 2016-10-15T20:41:10 | 2025-04-01T04:55:52.129868 | {
"authors": [
"akalongman",
"jfsawin"
],
"repo": "akalongman/sublimetext-stringutilities",
"url": "https://github.com/akalongman/sublimetext-stringutilities/pull/33",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1749815602 | Migrate Tensorflow v1 code to v2
Hey, the existing codebase is written in tensorflow v1 which isn't very compatible these days, can I send in a patch to migrate it to v2?
@ashok-arora that would be really helpful
| gharchive/issue | 2023-06-09T12:41:14 | 2025-04-01T04:55:52.154787 | {
"authors": [
"akaraspt",
"ashok-arora"
],
"repo": "akaraspt/tinysleepnet",
"url": "https://github.com/akaraspt/tinysleepnet/issues/11",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2292528353 | Set app.toml
Is there a way to set app.toml. I need to change some preconfigured values but cannot find a way to do it.
See the Configuration section here, specifically the introduction. You can use environment variables to change any of the configuration in the files.
e.g. to change the persistent-peers config in ... | gharchive/issue | 2024-05-13T11:20:17 | 2025-04-01T04:55:52.159575 | {
"authors": [
"mrcr0cket",
"tombeynon"
],
"repo": "akash-network/cosmos-omnibus",
"url": "https://github.com/akash-network/cosmos-omnibus/issues/803",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1648829800 | feature request: support client-managed healthchecks (livenessProbe, readinessProbe) and imagePullPolicy
This would solve one of the important use-cases - a self-updating image through livenessProbe.
With the livenessProbe pointed to query the releases link comparing against the current version would allow it to fail... | gharchive/issue | 2023-03-31T07:30:05 | 2025-04-01T04:55:52.165013 | {
"authors": [
"andy108369",
"anilmurty",
"bmenzalji"
],
"repo": "akash-network/support",
"url": "https://github.com/akash-network/support/issues/85",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1534321472 | feat: クロスフェード機構を追加
このpull requestが解決する内容
g.AudioUtil を追加
音声のフェードイン・フェードアウト・クロスフェードの機能を提供します
g.Game#onUpdate を追加
ティックの進行後 (g.Scene#onUpdate が発火した後) に発火するトリガ
g.Util#clamp() を追加
EasingFunction EasingFinishFunctions を追加
動作確認
以下のミニマムコンテンツにて動作確認済み
展開
赤い四角をクリックするとフェードイン・クロスフェード・フェードアウトするサンプル
module.exports = () => ... | gharchive/pull-request | 2023-01-16T05:22:37 | 2025-04-01T04:55:52.170868 | {
"authors": [
"xnv",
"yu-ogi"
],
"repo": "akashic-games/akashic-engine",
"url": "https://github.com/akashic-games/akashic-engine/pull/432",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
409043739 | Update links to new website: http://www.vtki.org/
Check out the new domain http://www.vtki.org/ where the documentation is hosted.
Note: I have also added email forwarding on that domain which we will need to set up for user support per the JOSS submission guidelines.
Currently, support@vtki.org forwards to my email.... | gharchive/pull-request | 2019-02-12T00:14:09 | 2025-04-01T04:55:52.179451 | {
"authors": [
"akaszynski",
"banesullivan"
],
"repo": "akaszynski/vtki",
"url": "https://github.com/akaszynski/vtki/pull/84",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
957188843 | Fixes: safePreventDefault Prevents Scrolling With Preact
Fixes #2068
Oh, is this PR still opening? I face this issue as well :)
| gharchive/pull-request | 2021-07-31T07:05:00 | 2025-04-01T04:55:52.257542 | {
"authors": [
"MANTENN",
"Th3Fire"
],
"repo": "akiran/react-slick",
"url": "https://github.com/akiran/react-slick/pull/2069",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2384446717 | Support for SteamChina clients
What problem is this solving
When I start cs demo manager with SteamChina (exclusive version client produced for review in Chinese Mainland for games such as Counter Strike), it is considered that Steam has not been started. It seems that the SteamChina client is no different from the o... | gharchive/issue | 2024-07-01T18:09:34 | 2025-04-01T04:55:52.260830 | {
"authors": [
"EventHorizonV",
"akiver"
],
"repo": "akiver/cs-demo-manager",
"url": "https://github.com/akiver/cs-demo-manager/issues/887",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2580444027 | Bump Akka.TestKit dependency to 1.5.30 + Akka.TestKit.NUnit package to 1.5.30
Changes
This pull request bumps Akka.TestKit dependency to version 1.5.30 and removes the preview version I introduced in #136 (where Akka.TestKit.NUnit was published as 1.6.0-preview.1). Instead, both Akka.TestKit.NUnit and Akka.TestKit.NU... | gharchive/pull-request | 2024-10-11T05:04:16 | 2025-04-01T04:55:52.321564 | {
"authors": [
"Aaronontheweb",
"milang"
],
"repo": "akkadotnet/Akka.TestKit.NUnit",
"url": "https://github.com/akkadotnet/Akka.TestKit.NUnit/pull/143",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1342549 | Newsbeuter unresponsive while running bookmark command
I have a question regarding the use of newsbeuter bookmark command option.
I am using a bash script as the bookmark command. It takes the url, parses it and downloads the targets of certain links in the page using wget. The issue I am facing is that newsbeuter be... | gharchive/issue | 2011-08-04T06:45:27 | 2025-04-01T04:55:52.344194 | {
"authors": [
"IsaacG",
"PolevaulterDonkeyman"
],
"repo": "akrennmair/newsbeuter",
"url": "https://github.com/akrennmair/newsbeuter/issues/12",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
220122824 | URLs tree
Would be nice to have a way to group URLs into "folders", like a tree. Very useful when there are hundreds of feeds.
#487
Randomly decided to check this project and you've brought up both my ideal features for newsbeuter. Are you an QuiteRSS/RSSowl user looking for a new client?
Are you an QuiteRSS/RSS... | gharchive/issue | 2017-04-07T06:28:14 | 2025-04-01T04:55:52.345979 | {
"authors": [
"Minoru",
"gtr6ytuuygf",
"kyyu"
],
"repo": "akrennmair/newsbeuter",
"url": "https://github.com/akrennmair/newsbeuter/issues/529",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
769086183 | UCF101 and HMDB51 data splits
Hi Akshita,
Thanks for sharing your codes.
Would you mind sharing more .mat files? For example, ucf101 and hmdb51 dataset splits that include 'traing_loc' and 'test_seen_loc' and so on.
Thanks in advance.
In zero-shot-actions/util.py
matcontent = sio.loadmat(opt.dataroot + "/" + opt.da... | gharchive/issue | 2020-12-16T16:43:33 | 2025-04-01T04:55:52.417696 | {
"authors": [
"kaiqiangh"
],
"repo": "akshitac8/tfvaegan",
"url": "https://github.com/akshitac8/tfvaegan/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1932840485 | Image in the karma blog is very big
Description
Describe the bug:
in the power of knowledge blogs, the image of karma blog is very big, and needs some margin/padding also
Screenshots
Hey,I'd like to work on this issue.
assign this issue to me i want to work on this issue
| gharchive/issue | 2023-10-09T11:18:13 | 2025-04-01T04:55:52.419781 | {
"authors": [
"Anshul439",
"Jatingupta9120",
"adityadeshpande09"
],
"repo": "akshitagupta15june/Moksh",
"url": "https://github.com/akshitagupta15june/Moksh/issues/1370",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2290867227 | Broken of links in smaller width
Describe the bug
When we are changing width to smaller all the links are breaking in two parts which is not a good UI . So we can use so that the links will not breaks in two
To Reproduce
Steps to reproduce the behavior:
Go to 'https://akshitagupta15june.github.io/PetMe/'
Cha... | gharchive/issue | 2024-05-11T12:08:48 | 2025-04-01T04:55:52.425400 | {
"authors": [
"upsaurav12"
],
"repo": "akshitagupta15june/PetMe",
"url": "https://github.com/akshitagupta15june/PetMe/issues/1511",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1330959381 | Add favicon
Website could use an awesome favicon , currently it doesn't have one.
I would like to work on this. Can you assign me?
@narayan954
nope I can't @SushanthReddy-49
Ok @narayan954
hi, I want to work on this issue ,can you please assign it to me
Hi can I work on it ?
I would like to work on this i... | gharchive/issue | 2022-08-07T09:14:45 | 2025-04-01T04:55:52.427954 | {
"authors": [
"CodeWAdi",
"Pratham-19",
"SushanthReddy-49",
"akshitagupta15june",
"narayan954",
"sambhavgupta0705"
],
"repo": "akshitagupta15june/PetMe",
"url": "https://github.com/akshitagupta15june/PetMe/issues/6",
"license": "MIT",
"license_type": "permissive",
"license_source"... |
1922413426 | Added Chatbot Functionality for the website
Fixes: #257
What Does this PR do?
This PR creates a Chatbot and also adds functionalities to redirect to contact, report & donate.
And This is senond Screenshot when you click the chatbot
please don't create pr without issue being assigned
@akshitagupta15june Sister,... | gharchive/pull-request | 2023-10-02T18:26:52 | 2025-04-01T04:55:52.430252 | {
"authors": [
"Aloksh42",
"akshitagupta15june"
],
"repo": "akshitagupta15june/PetMe",
"url": "https://github.com/akshitagupta15june/PetMe/pull/1090",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
179880654 | Testing in appium
Version
Tell us which versions you are using:
react-native-router-flux v3.35.0
react-native v0.33.0
When I load the app in Appium inspector, I can't see an id or name I can use for automation of the tabs. Is there an attribute I can set on the corresponding Scene tag?
Nevermind, i got it workin... | gharchive/issue | 2016-09-28T20:31:45 | 2025-04-01T04:55:52.434761 | {
"authors": [
"mmzoo",
"ptah23"
],
"repo": "aksonov/react-native-router-flux",
"url": "https://github.com/aksonov/react-native-router-flux/issues/1229",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1938706765 | add kargo logo to readme page
Now that we're officially counting this as a Kargo sub-project, the AI-generated octopus can go and we can slap the Kargo logo on the README -- at least until we get a Kargo Render logo. (If we do.)
Correct logo can be found here: https://github.com/akuity/kargo/blob/main/kargo-logo.png
... | gharchive/issue | 2023-10-11T20:49:50 | 2025-04-01T04:55:52.437345 | {
"authors": [
"anevski-stefan",
"krancour"
],
"repo": "akuity/kargo-render",
"url": "https://github.com/akuity/kargo-render/issues/186",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1255998551 | Faction Manager seems to believe I have about twice as much money as I do, and its making Ascend fail.
As the comment posted, I went ahead and updated scritps to see if that would fix the problem, but it didn't make any difference
bitburnerSave_1654089680_BN9x2.zip
.
Why did you close it? Did you figure out what h... | gharchive/issue | 2022-06-01T13:24:42 | 2025-04-01T04:55:52.485272 | {
"authors": [
"Thedakdragon",
"alainbryden"
],
"repo": "alainbryden/bitburner-scripts",
"url": "https://github.com/alainbryden/bitburner-scripts/issues/164",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
905553932 | Add method partition(::AbstractMatrix, ...)
Also, relax signature of partition(::AbstractVector, ...) to allow any
vectors, not just vectors of integers.
Fix #361.
@giordano Thanks for this.
It remains to relax the signature altogether to include the tables case. As tables are defined by a trait, we need trait disp... | gharchive/pull-request | 2021-05-28T14:54:40 | 2025-04-01T04:55:52.505322 | {
"authors": [
"ablaom",
"giordano"
],
"repo": "alan-turing-institute/MLJBase.jl",
"url": "https://github.com/alan-turing-institute/MLJBase.jl/pull/561",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
966234698 | test_mesh_cython and test_mesh_cl failing
Two tests are failing. I initially thought that this might be related to a recent edit to the .gitignore file (ignore .vtk file types) but this does not appear to be the case. I returned to the original code and the tests still fail. I have attached details below. @bb515 do y... | gharchive/issue | 2021-08-11T08:33:31 | 2025-04-01T04:55:52.509965 | {
"authors": [
"bb515",
"mhobbs18"
],
"repo": "alan-turing-institute/PeriPy",
"url": "https://github.com/alan-turing-institute/PeriPy/issues/103",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2285143556 | Update README.md
Adding a "documentation" badge
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.14%. Comparing base (8c482e6) to head (fdf4003).
Additional details and impacted files
@@ Coverage Diff @@
## main #215... | gharchive/pull-request | 2024-05-08T09:33:08 | 2025-04-01T04:55:52.514317 | {
"authors": [
"codecov-commenter",
"kallewesterling"
],
"repo": "alan-turing-institute/autoemulate",
"url": "https://github.com/alan-turing-institute/autoemulate/pull/215",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1005563740 | [DOC] Add multivariate forecasting examples to forecasting tutorial
Update by @fkiraly: examples for multivariate forecasting should be added to the forecasting notebook.
There are any multivariate forecasting example?
No, currently not - good point! This should be added.
I think it's a good first issue?
@kejsit... | gharchive/issue | 2021-09-23T15:22:00 | 2025-04-01T04:55:52.521353 | {
"authors": [
"eldritchhh",
"fkiraly"
],
"repo": "alan-turing-institute/sktime",
"url": "https://github.com/alan-turing-institute/sktime/issues/1446",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
925411363 | Forecasting support for multivariate y and multiple input/output types - working prototype
This is a merge/review ready sketch for how multivariate y could be supported for multivariate forecasters, alongside the possibility to pass np.array and pd.Series. This is based on the design in STEP no.5, adapted to the new ... | gharchive/pull-request | 2021-06-19T15:01:46 | 2025-04-01T04:55:52.628455 | {
"authors": [
"Lovkush-A",
"TonyBagnall",
"aiwalter",
"chrisholder",
"fkiraly",
"mloning"
],
"repo": "alan-turing-institute/sktime",
"url": "https://github.com/alan-turing-institute/sktime/pull/980",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "githu... |
1813041348 | Add a filter for TimestampCommitment and BlockHashCommitment
The TrivialCommitment trait includes (optional) support for filtering of the candidate data.
In the case of a TimestampCommitment, the candidate data is a Bitcoin block header. Currently the expected data (a Unix timestamp) is sought inside the whole header... | gharchive/issue | 2023-07-20T02:42:33 | 2025-04-01T04:55:52.658177 | {
"authors": [
"sgreenbury",
"thobson88"
],
"repo": "alan-turing-institute/trustchain",
"url": "https://github.com/alan-turing-institute/trustchain/issues/104",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1621975256 | Can not send text on shareWhatsapp.share
Hello! Sorry for my english, this is a good plugin, when i used shareWhatsapp.share, overall i can send the files to the selected phone number, but i cannot send the text, how can i solve this?
@ihzadeprian1305 which platform?
| gharchive/issue | 2023-03-13T17:54:05 | 2025-04-01T04:55:52.679654 | {
"authors": [
"alann-maulana",
"ihzadeprian1305"
],
"repo": "alann-maulana/share_whatsapp",
"url": "https://github.com/alann-maulana/share_whatsapp/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1996726325 | Link IFC results in null in revit 2023
Dynamo Revit 2.13.1.3891
Genius Loci 2023.7.13
DynamoIronPython2.7 2.1.0
In revit 2022 works perfect only in revit 2023 not. What's wrong?
Hi,
It is working for me with Revit 2023. Not sure where your issue is.
HI all,
I've got the same issue too :
Not sure what is happ... | gharchive/issue | 2023-11-16T12:14:26 | 2025-04-01T04:55:52.690265 | {
"authors": [
"BertusRevit",
"Cyberflow187",
"albandechasteigner"
],
"repo": "albandechasteigner/GeniusLociForDynamo",
"url": "https://github.com/albandechasteigner/GeniusLociForDynamo/issues/29",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
366457947 | Training Deeplab
Hello, can we also train the model by writing our training code (for example, by modifying fcnTrain routine ?
Hi @sm176357, unfortunately I didn't have time to get around to it, but it would certainly be possible.
| gharchive/issue | 2018-10-03T17:58:49 | 2025-04-01T04:55:52.690896 | {
"authors": [
"albanie",
"sm176357"
],
"repo": "albanie/mcnDeepLab",
"url": "https://github.com/albanie/mcnDeepLab/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
171826898 | Xcode 8 beta 1: install Alcatraz fail
Goals
Install Alcatraz with Xcode 8 Beta 1
Expected Results
The package manager should successfully Install
Actual Results
Install fails to build In Terminal with this error
xcrun: error: unable to find utility "xcodebuild", not a developer tool or in PATH
Steps to Reproduce
Term... | gharchive/issue | 2016-08-18T06:27:12 | 2025-04-01T04:55:52.774873 | {
"authors": [
"jurre",
"yueqianzhang"
],
"repo": "alcatraz/Alcatraz",
"url": "https://github.com/alcatraz/Alcatraz/issues/481",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
177552297 | Not working in Xcode8
Xcode8 install the plug-in fail
Try restarting your Mac. Has worked for some people.
i find this is useful http://www.jianshu.com/p/dc2fc2a680fc succeed!
https://github.com/alcatraz/Alcatraz/issues/73
Xcode 8 does not support loading plugins out of the box anymore.
Please see #475 for ... | gharchive/issue | 2016-09-17T03:08:21 | 2025-04-01T04:55:52.776434 | {
"authors": [
"R0cKET",
"dbarros",
"imqiuhang",
"ixp9891",
"jurre"
],
"repo": "alcatraz/Alcatraz",
"url": "https://github.com/alcatraz/Alcatraz/issues/491",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2352059232 | chore: add eslint rule to check just the re-exported functions have jsdocs
Pull Request Checklist
[ ] Did you add new tests and confirm existing tests pass? (yarn test)
[ ] Did you update relevant docs? (docs are found in the site folder, and guidelines for updating/adding docs can be found in the contribution guide... | gharchive/pull-request | 2024-06-13T21:00:28 | 2025-04-01T04:55:52.782077 | {
"authors": [
"moldy530"
],
"repo": "alchemyplatform/aa-sdk",
"url": "https://github.com/alchemyplatform/aa-sdk/pull/719",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1725037128 | Include full day when going every 30 minutes
Thank you for such an awesome package!
Is there a way to render cells every 30 minutes and include the full day (from 00:00 to 23:59), I have tried to do
<Scheduler
week={{
startHour: 0,
endHour: 23,
step: 30,
}}
}
/>
but that shows from 00:... | gharchive/issue | 2023-05-25T03:53:23 | 2025-04-01T04:55:52.785891 | {
"authors": [
"aldabil21",
"ralcant"
],
"repo": "aldabil21/react-scheduler",
"url": "https://github.com/aldabil21/react-scheduler/issues/200",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
2526748866 | 🛑 BOS Fahrzeug Info is down
In 7a246c3, BOS Fahrzeug Info (https://bos-fahrzeuge.info/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: BOS Fahrzeug Info is back up in 3025c60 after 10 minutes.
| gharchive/issue | 2024-09-15T05:35:05 | 2025-04-01T04:55:52.791370 | {
"authors": [
"aldo1066"
],
"repo": "aldo1066/Uptime",
"url": "https://github.com/aldo1066/Uptime/issues/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
482559806 | Update for Rails 6.0
Specs passing, and still works like a charm for me locally!
Thank you so much for your work here, @leboshi .
Unfortunately, CI is not currently testing Rails 6 with this configuration. I am handling that issue in #9 .
| gharchive/pull-request | 2019-08-19T22:35:34 | 2025-04-01T04:55:52.799228 | {
"authors": [
"alecdotninja",
"leboshi"
],
"repo": "alecdotninja/active_record_distinct_on",
"url": "https://github.com/alecdotninja/active_record_distinct_on/pull/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
111996676 | Provide bash completion
Similar to --help-man, create a --help-bash-completion flag (that is possibly hidden).
I'm assuming this could come out of e.g. the CmdGroupModel of Application.Model(). Having not looked at the source and only the API, that was just my best guess.
This will probably be an easier PR for me to ... | gharchive/issue | 2015-10-18T02:29:24 | 2025-04-01T04:55:52.804404 | {
"authors": [
"alecthomas",
"heewa",
"rgbkrk"
],
"repo": "alecthomas/kingpin",
"url": "https://github.com/alecthomas/kingpin/issues/75",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
244811780 | Import from gopkg like the other examples
This was the only example not importing from gopkg. When trying multiple examples this one would not work because it was not available locally. It took me a while to understand what was happening.
Thanks!
| gharchive/pull-request | 2017-07-22T00:33:21 | 2025-04-01T04:55:52.805360 | {
"authors": [
"PotHix",
"alecthomas"
],
"repo": "alecthomas/kingpin",
"url": "https://github.com/alecthomas/kingpin/pull/199",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
56861663 | Support for flags defined with a pattern (regexp)
This PR adds the ability to define flags using a regular expression, for example:
kingpin.FlagPattern(`root\.(\d+).(name|value)`, "Specify value at given path")
Any capture defined in the pattern can be retrieved via the new Capture parser, given this:
var pos []stri... | gharchive/pull-request | 2015-02-06T20:11:29 | 2025-04-01T04:55:52.812602 | {
"authors": [
"alecthomas",
"raphael"
],
"repo": "alecthomas/kingpin",
"url": "https://github.com/alecthomas/kingpin/pull/25",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1695978282 | lockAda
lender deposits funds + asset-id of an NFT that will be the collateral
compare:
lockAda
creates a datum and populates it with form values and the PKH of the owner wallet.
[ ] https://github.com/lley154/helios-examples/blob/main/vesting/pages/index.tsx
[x] https://github.com/lley154/helios-examples/blob/mai... | gharchive/issue | 2023-05-04T13:06:57 | 2025-04-01T04:55:52.818668 | {
"authors": [
"aleeusgr"
],
"repo": "aleeusgr/potential-robot",
"url": "https://github.com/aleeusgr/potential-robot/issues/80",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
941659564 | 🛑 Whoogle is down
In 23a2569, Whoogle (https://s.alefvanoon.xyz) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Whoogle is back up in 98c733c.
| gharchive/issue | 2021-07-12T04:31:38 | 2025-04-01T04:55:52.825487 | {
"authors": [
"alefvanoon"
],
"repo": "alefvanoon/Status",
"url": "https://github.com/alefvanoon/Status/issues/109",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
990413256 | 🛑 Teddit is down
In 6e0a2f8, Teddit (https://teddit.alefvanoon.xyz) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Teddit is back up in efef934.
| gharchive/issue | 2021-09-07T22:57:19 | 2025-04-01T04:55:52.827788 | {
"authors": [
"alefvanoon"
],
"repo": "alefvanoon/Status",
"url": "https://github.com/alefvanoon/Status/issues/457",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
295030258 | Great Augmentation library
I am not sure of the bugs that may be there, But till date, this is the best augmentation library I have encountered so far. The api is extremely readable and intuitive to understand.
It is ironic, that I am opening an issue to commend the job done. :+1:
Well, no option of comments on gith... | gharchive/issue | 2018-02-07T07:14:34 | 2025-04-01T04:55:52.840647 | {
"authors": [
"akanimax",
"aleju"
],
"repo": "aleju/imgaug",
"url": "https://github.com/aleju/imgaug/issues/95",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2689182510 | 🛑 h23 is down
In d211892, h23 (https://h23.seohost.pl:2222/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: h23 is back up in baca8b1 after 16 minutes.
| gharchive/issue | 2024-11-25T05:19:58 | 2025-04-01T04:55:52.856348 | {
"authors": [
"alekssobolewski"
],
"repo": "alekssobolewski/h23",
"url": "https://github.com/alekssobolewski/h23/issues/178",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1796470464 | fix: Update example command
Fixed example command switches with current manual
Added new working WARP key for example
I encountered switch format issues while running the example command, so I fixed them and thought it would be helpful to submit it as a PR as well. Thanks for this great script by the way.
Thank... | gharchive/pull-request | 2023-07-10T10:35:58 | 2025-04-01T04:55:52.863671 | {
"authors": [
"AlirezaBaratian",
"aleskxyz"
],
"repo": "aleskxyz/reality-ezpz",
"url": "https://github.com/aleskxyz/reality-ezpz/pull/46",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1329479149 | I want help
I wanted to create and deploy aniyomi-local but I am very noob in this stuff I am unable to deploy the fork I made of this repository on Netlify. Can you help me deploy it? If yes please DM me on Discord 12ohit#6969 because your DM's are closed.
Nevermind, I realised that your latest commit was making t... | gharchive/issue | 2022-08-05T05:47:38 | 2025-04-01T04:55:52.865907 | {
"authors": [
"12ohit",
"alessandrojean"
],
"repo": "alessandrojean/tachi-local",
"url": "https://github.com/alessandrojean/tachi-local/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
438399064 | Add canvas editor caret tracking example
Create a fake editor using and use js2at to expose where the caret is.
@kenlimmj since you've already built this, do you want to just land it? It's good enough for now.
Oh, you already did! Closing.
| gharchive/issue | 2019-04-29T16:22:36 | 2025-04-01T04:55:52.869583 | {
"authors": [
"aleventhal"
],
"repo": "aleventhal/js2at",
"url": "https://github.com/aleventhal/js2at/issues/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
337190472 | unicode_type = six.text_type and define long in Python 3
This approach uses the Python porting best practice Use feature detection instead of version detection and thus avoids raising undefined name (F821) errors in flake8.
flake8 testing of https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python on Python 3.6.... | gharchive/pull-request | 2018-06-30T06:05:44 | 2025-04-01T04:55:52.887847 | {
"authors": [
"cclauss",
"nikhilym"
],
"repo": "alexa-labs/alexa-skills-kit-sdk-for-python",
"url": "https://github.com/alexa-labs/alexa-skills-kit-sdk-for-python/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
331034320 | sudo bash startauth.sh does not work
IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.
Briefly summarize your issue:
I can not find file "startauth.sh" in my "/home/pi" directory.
Where can I get this file?
I execute the command as below.
sudo bash startauth.sh
the following issu... | gharchive/issue | 2018-06-11T03:25:47 | 2025-04-01T04:55:52.902140 | {
"authors": [
"apollo13yuma",
"scotthea-amazon"
],
"repo": "alexa/avs-device-sdk",
"url": "https://github.com/alexa/avs-device-sdk/issues/775",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
154290878 | Using svg textwrap with polygons
Is it possible to use the textwrap feature with an svg ? The and work very well, but wanted to do this with a svg polygon shape that looks like a text-bubble. Thank you!
I've often wondered about this too - particularly if the textwrap feature could possibly be used to label strea... | gharchive/issue | 2016-05-11T16:49:57 | 2025-04-01T04:55:52.908754 | {
"authors": [
"curran",
"davelandry",
"ebwalker"
],
"repo": "alexandersimoes/d3plus",
"url": "https://github.com/alexandersimoes/d3plus/issues/478",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1610452016 | ✨ [REQUEST] free-games-claimer
!!! I have a real life job in parallel to this addon, and don't think I'll be able to add new addons for the moment. You can still however express your interest in case someone would do it
Which addon?
https://github.com/vogler/free-games-claimer. Supports epic games, prime gaming and ... | gharchive/issue | 2023-03-06T00:09:20 | 2025-04-01T04:55:53.000104 | {
"authors": [
"KairuByte",
"MaxWinterstein",
"Stooovie",
"Teberon",
"alexbelgium",
"amosyuen",
"diamant-x",
"hacshacdgacs",
"viny182"
],
"repo": "alexbelgium/hassio-addons",
"url": "https://github.com/alexbelgium/hassio-addons/issues/747",
"license": "MIT",
"license_type... |
1222157687 | Bazarr logo and icon
The logo of sonarr was added to bazarr instead of it's actual logo
Thanks very much!
| gharchive/pull-request | 2022-05-01T13:27:05 | 2025-04-01T04:55:53.003386 | {
"authors": [
"alexbelgium",
"monkey-debugger"
],
"repo": "alexbelgium/hassio-addons",
"url": "https://github.com/alexbelgium/hassio-addons/pull/309",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
572789619 | how off logger?
how off logger? He eat many flash memory
you cat insert:
STATS_PRINT_PERIOD = 10000000000
in the config.py
is there any way to clear the log?
or can I configure it somehow to show log for 24h?
I ran proxy for 10 days, with about 20 users, now it takes like 10 minutes to see the end
the log size... | gharchive/issue | 2020-02-28T14:27:31 | 2025-04-01T04:55:53.005999 | {
"authors": [
"alexbers",
"ali-jk",
"dark0ghost"
],
"repo": "alexbers/mtprotoproxy",
"url": "https://github.com/alexbers/mtprotoproxy/issues/200",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
53309705 | Using log from crates.io to avoid compile errors
As in-tree module is always presented and almost all crates have already
migrated to using external log module, there are always problems
while using this crate
Thanks!
| gharchive/pull-request | 2015-01-03T17:24:29 | 2025-04-01T04:55:53.049044 | {
"authors": [
"alexcrichton",
"vhbit"
],
"repo": "alexcrichton/rust-compress",
"url": "https://github.com/alexcrichton/rust-compress/pull/41",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
897369448 | Extract directory entries after all others when using Archive::unpack.
If they are extracted in order, they may fail if a directory's
permissions prevent descendant files from being written. So extracting
them after all other entries ensures that any files that need to be
created can be without being subject to the f... | gharchive/pull-request | 2021-05-20T19:56:43 | 2025-04-01T04:55:53.050892 | {
"authors": [
"afranchuk",
"alexcrichton"
],
"repo": "alexcrichton/tar-rs",
"url": "https://github.com/alexcrichton/tar-rs/pull/249",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2451631257 | FedEx migration from WSDLS to REST API
I receive this message when enter to the developer FedEx's portal:
Caution: FedEx Web Services Tracking, Address Validation, and Validate Postal Codes WSDLS will be disabled on August 31, 2024. The SOAP based FedEx Web Services is in development containment and has been replaced... | gharchive/issue | 2024-08-06T20:22:58 | 2025-04-01T04:55:53.065470 | {
"authors": [
"alexeybusygin",
"elcapitanandres",
"tuhin24",
"xqiu"
],
"repo": "alexeybusygin/ShippingRates",
"url": "https://github.com/alexeybusygin/ShippingRates/issues/68",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
864346315 | ldapi support
Support for using ldapi Unix socket connections. Build the connection
URI differently to suit. Added a new configuration option for specifying
the path to the socket. Don't mandate username and password if using
ldapi.
Ping @alexferl.
| gharchive/pull-request | 2021-04-21T22:18:04 | 2025-04-01T04:55:53.067056 | {
"authors": [
"adarnimrod"
],
"repo": "alexferl/flask-simpleldap",
"url": "https://github.com/alexferl/flask-simpleldap/pull/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
252177138 | Keep changelog update?
The history.md on master branch it's outdated since the latest revision is 7.2.1 and the changelog only keep to 7.1.1. I want to know what has changed since 7.1.1 especially if there is any break change.
history.md has been updated. Thanks for pointing this out.
| gharchive/issue | 2017-08-23T06:44:49 | 2025-04-01T04:55:53.093514 | {
"authors": [
"halfcrazy",
"jbielick"
],
"repo": "alexmingoia/koa-router",
"url": "https://github.com/alexmingoia/koa-router/issues/374",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2624116606 | 🛑 Alexandre Nuttinck website is down
In c0d589f, Alexandre Nuttinck website (https://alexnuttinck.dev) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Alexandre Nuttinck website is back up in 2048079 after 8 minutes.
| gharchive/issue | 2024-10-30T13:29:33 | 2025-04-01T04:55:53.096525 | {
"authors": [
"alexnuttinck"
],
"repo": "alexnuttinck/status-page",
"url": "https://github.com/alexnuttinck/status-page/issues/111",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1636961024 | Slow performance
Describe the bug
I am not sure why yet but our requests are taking like between 5 to 15 seconds most times.
I tried to log using httplog gem and it stops after the connecting step, after that for like 10 seconds goes fast.
May it be related to httparty gem using Net::HTTP? I think it doesn't support ... | gharchive/issue | 2023-03-23T06:59:13 | 2025-04-01T04:55:53.110849 | {
"authors": [
"alexrudall",
"bf4",
"deikka",
"dep",
"gastonmorixe",
"jtoy",
"panozzaj"
],
"repo": "alexrudall/ruby-openai",
"url": "https://github.com/alexrudall/ruby-openai/issues/225",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1460233856 | Lighthouse says that the robots.txt file isn't valid
"Search engines are unable to include your pages in search results if they don't have permission to crawl them"
Nevermind, this was due to a dev deployment.
| gharchive/issue | 2022-11-22T16:55:30 | 2025-04-01T04:55:53.117000 | {
"authors": [
"FlipFloop"
],
"repo": "alextim/astro-lib",
"url": "https://github.com/alextim/astro-lib/issues/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
386769992 | Count() expects Int32. OpenEdge returns Int64
The following throws an exception
People.Count();
An exception occurred while reading a database value. The expected type was 'System.Int32' but the actual value was of type 'System.Int64'
Workaround for now is to always use LongCount() instead.
The following thr... | gharchive/issue | 2018-12-03T11:15:29 | 2025-04-01T04:55:53.121353 | {
"authors": [
"BerndSadleder",
"alexwiese"
],
"repo": "alexwiese/EntityFrameworkCore.OpenEdge",
"url": "https://github.com/alexwiese/EntityFrameworkCore.OpenEdge/issues/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
744241002 | Thank you for your hard work!
This tool is really great, and I reverse-searched the URL to find the repo. Thanks a bunch, sorry for the junk issue!
Thanks for feedback. I will put the link to sources.
| gharchive/issue | 2020-11-16T22:30:34 | 2025-04-01T04:55:53.122648 | {
"authors": [
"alezandr",
"ctjlewis"
],
"repo": "alezandr/geohash-explorer",
"url": "https://github.com/alezandr/geohash-explorer/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
162638718 | Implement exactOnSingleWordQuery and alternativesAsExact
Solves #96.
LGTM 👍
| gharchive/pull-request | 2016-06-28T09:14:39 | 2025-04-01T04:55:53.123716 | {
"authors": [
"PLNech",
"clement-leprovost"
],
"repo": "algolia/algoliasearch-client-android",
"url": "https://github.com/algolia/algoliasearch-client-android/pull/102",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
468094391 | Make the size parameter optional, as advertised.
See: https://github.com/algoo/preview-generator/pull/100/files#r303397097
Did you finish work on this ? (it' s "WIP").
Look like you asked at the same time I removed it, IIRC it's OK.
| gharchive/pull-request | 2019-07-15T12:17:03 | 2025-04-01T04:55:53.183396 | {
"authors": [
"JulienPalard",
"inkhey"
],
"repo": "algoo/preview-generator",
"url": "https://github.com/algoo/preview-generator/pull/101",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1808124546 | Arc73 support
Hi, is there way to use ARC73 with tealscript?
https://github.com/algorand-devrel/TEALScript/blob/ddc491458178984abefdf893b0ecaec719342053/examples/AlgorandDBStorage/AlgorandDBStorage.algo.ts#L59
I have attempted, but somewhere i read that boolean type will be added soon.. Perhaps it is good if it is im... | gharchive/issue | 2023-07-17T16:23:38 | 2025-04-01T04:55:53.185259 | {
"authors": [
"joe-p",
"scholtz"
],
"repo": "algorand-devrel/TEALScript",
"url": "https://github.com/algorand-devrel/TEALScript/issues/79",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1315637362 | Contact Details
439451902@qq.com
What happened?
运行环境: windows、vscode
固件版本: HaaSPython-HaaSEDUK1-v2.2.0.bin
haas-studio版本: 2.3.1
Version
master (Default)
What soultions are you seeing the problem on?
eduk1_demo
Relevant log output
-
感谢您提出的宝贵问题,我们有7x24小时服务的“HaaS百事通”客服系统,
您可以先尝试能否解决您的问题(https://haas.iot.aliyun.com/?as... | gharchive/issue | 2022-07-23T11:32:38 | 2025-04-01T04:55:53.303489 | {
"authors": [
"YiluMao",
"skylarCai",
"sunlrain",
"weipx666"
],
"repo": "alibaba/AliOS-Things",
"url": "https://github.com/alibaba/AliOS-Things/issues/1925",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
662651677 | alink跑测试代码出现问题
/usr/local/flink-1.10.1/bin/flink run -p 1 -c com.alibaba.alink.ALSExample examples/target/alink_examples_flink-1.10_2.11-1.1-SNAPSHOT.jar
The program finished with the following exception:
org.apache.flink.client.program.ProgramInvocationException: The main method caused an error: Unable to instantia... | gharchive/issue | 2020-07-21T06:36:55 | 2025-04-01T04:55:53.315888 | {
"authors": [
"kulame",
"lqb11"
],
"repo": "alibaba/Alink",
"url": "https://github.com/alibaba/Alink/issues/119",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
212677059 | 使用apkpatch-1.0.3,成功制作apatch,但是无输出,补丁无效。
全程没有报错,out文件如下:
4-86112f4778c67a620082b737ae673830.apatch
diff.dex
smali
其中smali里面没有内容,执行patch的时候,也没有任何输出,正常的时候,会输出modify呀,这个是apkpatch的bug嚒?修改的内容是activity的initUI函数,声明是这样的
void initUI() {}
。
使用这个apatch也没有任何效果l。
无论如何,感谢作者的付出和开源。
i've got the same problem.
I don't know how to ou... | gharchive/issue | 2017-03-08T09:09:55 | 2025-04-01T04:55:53.320168 | {
"authors": [
"11447416",
"SaraLee12",
"panq-jack"
],
"repo": "alibaba/AndFix",
"url": "https://github.com/alibaba/AndFix/issues/336",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1201237428 | [Survey] Feature the API of PyTorch LTC should provide if we want to keep updating and decoupling to PyTorch releases.
PyTorch LazyTensorCore hasn't currently haven't provided an API to extend TSBackendImpl.
In our POC Design, to support BladeDISC compilation for subgraph, we had to rewrite TSBackendImpl and copy som... | gharchive/issue | 2022-04-12T06:58:27 | 2025-04-01T04:55:53.326268 | {
"authors": [
"Yancey1989",
"fortianyou"
],
"repo": "alibaba/BladeDISC",
"url": "https://github.com/alibaba/BladeDISC/issues/239",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1251972820 | Questions on Datasets
Could you please share your considerations when choosing datasets for training?
As one option, you use COCO+LVIS. In the RITM paper, they say that LVIS is the best; however, it has a problem of being "long-tailed and therefore lacking general object categories". Could you elaborate on the pro... | gharchive/issue | 2022-05-29T19:33:52 | 2025-04-01T04:55:53.330290 | {
"authors": [
"XavierCHEN34",
"dfrumkin"
],
"repo": "alibaba/ClickSEG",
"url": "https://github.com/alibaba/ClickSEG/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1478092784 | Adapt CI to new deployment style
CI is now organized as building a wheel and get one image containing all component.
Since we are going to introduce a different style of organizing components, the CI must be adapted together.
Closed as completed.
| gharchive/issue | 2022-12-06T03:40:31 | 2025-04-01T04:55:53.339026 | {
"authors": [
"siyuan0322"
],
"repo": "alibaba/GraphScope",
"url": "https://github.com/alibaba/GraphScope/issues/2306",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
481590526 | rump模式下源端支持cluster
目前rump模式下源端如果是cluster是有问题的,考虑支持
这个可能是用户源端发生了Move slot操作,或者节点配置不对,理论上不应该由这个报错。
用户源端是6个节点(3主3从),但是source.address配置了所有6个节点,是会报这个错误。
后面加上校验,防止用户配置出错。
todo:文档需要介绍具体些
| gharchive/issue | 2019-08-16T12:38:52 | 2025-04-01T04:55:53.354442 | {
"authors": [
"suxb201",
"vinllen"
],
"repo": "alibaba/RedisShake",
"url": "https://github.com/alibaba/RedisShake/issues/149",
"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.