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
867228352
julia: add casts and converts types where necessary Fixes https://github.com/adsharma/py2many/issues/78 Fixes https://github.com/adsharma/py2many/issues/80 This commit makes Julia the first language to pass all the tests! cpp and rust are pretty close too.
gharchive/pull-request
2021-04-26T03:51:47
2025-04-01T06:37:45.031812
{ "authors": [ "adsharma" ], "repo": "adsharma/py2many", "url": "https://github.com/adsharma/py2many/pull/126", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1043293980
Add error check when type of arguments are missing when writing e.g. all i { ... }, one is intending to write all i : I { ... }, but this error is not reported. One way to solve this, is by enforcing it in the syntax.
gharchive/issue
2021-11-03T09:37:22
2025-04-01T06:37:45.053220
{ "authors": [ "bvssvni" ], "repo": "advancedresearch/last_order_logic", "url": "https://github.com/advancedresearch/last_order_logic/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1696735682
fix/x-axis labels Currently, x-axis labels for the Line Charts on the Dashboard view are too closely bunched together Two potential fixes include: Removing the labels completely with xaxis: { labels: { show: false formatter: function(value){ return "Particpant " + value; ...
gharchive/issue
2023-05-04T21:36:01
2025-04-01T06:37:45.103068
{ "authors": [ "LiamSingh64", "rwx-yxu" ], "repo": "advweb-grp1/advanced-web-final-year-project", "url": "https://github.com/advweb-grp1/advanced-web-final-year-project/issues/61", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2659803873
Need an option to ignore case of variables I need an option to ignore case when matching/replacing variables. PR #54 sure, I just thought it was probably a common use-case and it might deserve a simpler built-in option. I understand, but that would make the ignoreCase option available only if the dev doesn't prov...
gharchive/issue
2024-11-14T19:17:51
2025-04-01T06:37:45.129453
{ "authors": [ "aegenet", "jdoklovic" ], "repo": "aegenet/belt", "url": "https://github.com/aegenet/belt/issues/53", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
569361813
Compile error Hi, I download this tool and i have error when I try "make install" g++ -gdwarf-2 -shared -O2 -fPIC -std=gnu++11 layer.cpp -o libVkLayer_device_chooser.so layer.cpp: In function ‘VkResult ChooseDevice(VkInstance, const VkLayerInstanceDispatchTable&, const char*, VkPhysicalDevice_T*&)’: layer.cpp:65:23: ...
gharchive/issue
2020-02-22T16:59:23
2025-04-01T06:37:45.134158
{ "authors": [ "juanro49" ], "repo": "aejsmith/vkdevicechooser", "url": "https://github.com/aejsmith/vkdevicechooser/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1221954182
Implement WinchController The winch controller controls the reel-out speed and tether force. Generic control components [x] Integrator [x] Limiter [x] Mixer_2D [x] Mixer_3D WinchController [x] function calc_vro [x] CalcVSetIn Models for controller unit tests [x] Winch Controllers [x] SpeedController [x] LowerF...
gharchive/issue
2022-05-01T00:18:22
2025-04-01T06:37:45.143579
{ "authors": [ "ufechner7" ], "repo": "aenarete/KiteControllers.jl", "url": "https://github.com/aenarete/KiteControllers.jl/issues/8", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1052809188
fix anya templates and images Add template mapping for anya The current images seems to have smaller resolution and anya can't be found with default configuration. PS. I'm doing a javazon gg gloves shopper. If there's interest I could make a PR later on
gharchive/pull-request
2021-11-14T00:21:07
2025-04-01T06:37:45.144989
{ "authors": [ "reqyl" ], "repo": "aeon0/botty", "url": "https://github.com/aeon0/botty/pull/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
100337746
Config fix same fix but then against the 2.2.x branch Would you mind copying the Test from https://github.com/aerogear/aerogear-android-push/pull/51/? sorry I was cherry picking, added the test Can you flatten ca0908c...00f7c85? After that we will be good to go. :+1:
gharchive/pull-request
2015-08-11T15:24:10
2025-04-01T06:37:45.146894
{ "authors": [ "danielpassos", "edewit", "secondsun" ], "repo": "aerogear/aerogear-android-push", "url": "https://github.com/aerogear/aerogear-android-push/pull/52", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
476225107
fix: only allow strings below 250 chars for title + desc Description Checklist [ ] npm test passes [ ] npm run build works [ ] tests are included [ ] documentation is changed or added Verified! good work!
gharchive/pull-request
2019-08-02T15:02:56
2025-04-01T06:37:45.149186
{ "authors": [ "StephenCoady", "wtrocki" ], "repo": "aerogear/ionic-showcase", "url": "https://github.com/aerogear/ionic-showcase/pull/243", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
155220632
Fix version number v3.4.8 Version number has not been updated in v3.4.8. However, maybe this fix should be v3.4.8.1? Same as https://github.com/aerospike/aerospike-client-php/issues/84 ? You're right @sergeyklay! I missed this issue. Waiting for 3.4.9 then (or 3.4.8.1 for a rapid fix if commiters agree). This ver...
gharchive/pull-request
2016-05-17T09:58:14
2025-04-01T06:37:45.166052
{ "authors": [ "koleo", "rbotzer", "sergeyklay" ], "repo": "aerospike/aerospike-client-php", "url": "https://github.com/aerospike/aerospike-client-php/pull/87", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2760691671
feat: Changes + Test for 8.0 Schema Points to schema 8.0.0 Added config changes in 8.0 yaml and conf for tests Should be merged only after 8.0.0 schema is merged. Codecov Report All modified and coverable lines are covered by tests :white_check_mark: Project coverage is 79.04%. Comparing base (fbbdc07) to head (...
gharchive/pull-request
2024-12-27T10:18:38
2025-04-01T06:37:45.173731
{ "authors": [ "a-spiker", "codecov-commenter" ], "repo": "aerospike/asconfig", "url": "https://github.com/aerospike/asconfig/pull/57", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1997317286
[as2_behaviors] Behaviors composable nodes Basic Info Info Please fill out this column Issue(s) this addresses #57 ROS2 version tested on Humble Aerial platform tested on Gazebo Description of contribution in a few bullet points Motion behaviors can be launched as composable nodes too. Changes were ma...
gharchive/pull-request
2023-11-16T16:58:08
2025-04-01T06:37:45.197922
{ "authors": [ "RPS98", "codecov-commenter", "pariaspe" ], "repo": "aerostack2/aerostack2", "url": "https://github.com/aerostack2/aerostack2/pull/358", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
206109567
error: /dev/stderr permission denied error opening file: open /dev/stderr: permission denied Hint: touch /dev/stderr, or chown/chmod it so that the cosgo process can access it. I can only reproduce this when using a "system" user, one with no "shell". sudo adduser --system cosgo-test cd ~cosgo-test sudo -u cosgo-t...
gharchive/issue
2017-02-08T06:39:19
2025-04-01T06:37:45.200261
{ "authors": [ "aerth" ], "repo": "aerth/cosgo", "url": "https://github.com/aerth/cosgo/issues/7", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
113532951
Working solve_field in astrometry.net We need astrometry.net installed to the UAHPC server I installed on my HPC home folder, but you installed on our midterm folder correct?
gharchive/issue
2015-10-27T08:49:10
2025-04-01T06:37:45.283232
{ "authors": [ "dsidi", "pbieberstein" ], "repo": "aesoll/astrometriconf", "url": "https://github.com/aesoll/astrometriconf/issues/7", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
1812483554
An unexpected error occurred After a couple days of using the plugin I started to get this error: Failed to execute yamllint An unexpected error occurred: Traceback (most recent call last): File "/opt/homebrew/bin/yamllint", line 8, in sys.exit(run()) ^^^^^ File "/opt/homebrew/Cellar/yamllint/1.32.0/libexec/lib/pyt...
gharchive/issue
2023-07-19T18:18:33
2025-04-01T06:37:45.285651
{ "authors": [ "aesy", "jon-strayer" ], "repo": "aesy/yamllint-intellij", "url": "https://github.com/aesy/yamllint-intellij/issues/9", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1765123171
oracle details: creator / operator is not displayed Context information application version: latest dev deployment device: browser: operating system: Steps to reproduce visit: https://aescan.dev.aepps.com/oracles/ok_N7nzuDXwFHJtWKvVnV4AQtzZmUFSFvXFf79GsNdrA7XMEYxqi What is expected? I would expect the creator / o...
gharchive/issue
2023-06-20T10:37:33
2025-04-01T06:37:45.289010
{ "authors": [ "marc0olo", "michele-franchi" ], "repo": "aeternity/aescan", "url": "https://github.com/aeternity/aescan/issues/332", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
2132304136
Need help for binary door sensor Hello, I need help for configuring a binary sensor in order to watch opening status of a door I use an esp01s as the "senso" (transmitter) and a d1mini as the "hub" (receiver) Reading documentation; I found example of binary senso usage like this: binary_sensor: - id: user_button ...
gharchive/issue
2024-02-13T13:16:54
2025-04-01T06:37:45.305371
{ "authors": [ "jerome83136" ], "repo": "afarago/esphome_component_bthome", "url": "https://github.com/afarago/esphome_component_bthome/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
199807147
Jelly effect In some devices when the camera open can be seen a jelly effect. Has anyone noticed this problem? I haven't seen this. Would you mind giving more specific details? Which phones, MC version, etc? Phone Moto G4 Plus, Android Marshmallow
gharchive/issue
2017-01-10T12:21:16
2025-04-01T06:37:45.336850
{ "authors": [ "bkawakami", "tylerkrupicka" ], "repo": "afollestad/material-camera", "url": "https://github.com/afollestad/material-camera/issues/157", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2424220724
Can I add an indicator? Thank you so much What? Similar to the indicator property of Tabbar Hi @itMcdull ! I'm sorry for the long wait, I'm switching jobs at the moment. Regarding the addition of the indicator property, I don't think it makes much sense on this package, since the package already exposes paramet...
gharchive/issue
2024-07-23T04:17:25
2025-04-01T06:37:45.338807
{ "authors": [ "afonsocraposo", "itMcdull" ], "repo": "afonsocraposo/buttons_tabbar", "url": "https://github.com/afonsocraposo/buttons_tabbar/issues/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1390725783
Example cannot install mkdocs-material 8.5.3 Describe the bug I imported the example pages.yml file for github actions into my documentation. It works locally, but when deploying fails. To Reproduce Paste the example workflow file and commit to main. Log I can share more if needed 2022-09-29T11:33:37.8353566Z ERROR: ...
gharchive/issue
2022-09-29T11:40:58
2025-04-01T06:37:45.378142
{ "authors": [ "afritzler", "blackshibe" ], "repo": "afritzler/mkdocs-gh-pages-action", "url": "https://github.com/afritzler/mkdocs-gh-pages-action/issues/125", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1772527817
Navbar in join us page What happened? In join Us page if anyone try to backout to home page there is no back-button or navbar to render to home page. How can we reproduce this bug? To solve this bug O would like to add navbar in join us page. Desktop Information (Optional) No response Urgency (Optional) Medium prior...
gharchive/issue
2023-06-24T08:12:12
2025-04-01T06:37:45.411630
{ "authors": [ "BhartiNagpure", "agamjotsingh18" ], "repo": "agamjotsingh18/codesetgo", "url": "https://github.com/agamjotsingh18/codesetgo/issues/512", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
411311190
Clarification You said: If you plan to expose a local port on a remote machine (external interface) you need to enable the "GatewayPorts" option in your 'sshd_config' You're talking about sshd_config on the remote machine, not the local one correct? It has been a while, but yes indeed thats right.. An alternative...
gharchive/issue
2019-02-18T05:46:53
2025-04-01T06:37:45.455389
{ "authors": [ "agebrock", "monkeysuffrage" ], "repo": "agebrock/reverse-tunnel-ssh", "url": "https://github.com/agebrock/reverse-tunnel-ssh/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
470817679
Create collection from REST API Hello there, first of all: I really like the project however it really suffers from the absence of proper documentation. How would I go about creating a collection using the REST API? /api/collections/newCollection/,/api/collections/createCollection/, etc. all return a 404 error Just...
gharchive/issue
2019-07-21T19:48:03
2025-04-01T06:37:45.511020
{ "authors": [ "PatrickSachs", "coderbuzz" ], "repo": "agentejo/cockpit", "url": "https://github.com/agentejo/cockpit/issues/1150", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1256598562
Build and verify docker image locally closes #39 Build docker image locally and verify that angular application is being served. Succesful CI run: https://github.com/agera-edc/EDCDataDashboard/runs/6709384524 Secrets will be deleted after merging. Secrets removed
gharchive/pull-request
2022-06-01T17:32:01
2025-04-01T06:37:45.512533
{ "authors": [ "marcgs" ], "repo": "agera-edc/EDCDataDashboard", "url": "https://github.com/agera-edc/EDCDataDashboard/pull/40", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
930934993
How do you save ResNet-34 that is implemented from pages 478-479? Hi Mr. Geron; I am a teen fan of yours reading this book, and I have experimented with building a custom Residual Unit: However whenever I do model.save("test.h5") , I get this error: P. S. Additional question: I am currently using this custom ResNet...
gharchive/issue
2021-06-27T13:44:45
2025-04-01T06:37:45.517835
{ "authors": [ "OrdinaryHacker101", "ageron" ], "repo": "ageron/handson-ml2", "url": "https://github.com/ageron/handson-ml2/issues/450", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
762091839
Windows 10 - Vagrant 2.2.14 - HostsUpdater.rb:152:in `+': no implicit conversion of nil into String As in #190 when using Vagrant 2.2.14 throws an error about the conversion of nil to String. It works with vagrant 2.2.10, no info about the inbetween versions at this time. I can confirm the beta version working.
gharchive/issue
2020-12-11T08:51:19
2025-04-01T06:37:45.519541
{ "authors": [ "rogerpfaff" ], "repo": "agiledivider/vagrant-hostsupdater", "url": "https://github.com/agiledivider/vagrant-hostsupdater/issues/192", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
202347572
Documentation Error In the tutorial a wrong import statement is used. Found in the ModelDataSource section from graphos.sources.models import ModelDataSource should in fact be from graphos.sources.model import ModelDataSource @simonsmiley Its changed on master now. Thanks!
gharchive/issue
2017-01-21T23:41:55
2025-04-01T06:37:45.523422
{ "authors": [ "akshar-raaj", "simonsmiley" ], "repo": "agiliq/django-graphos", "url": "https://github.com/agiliq/django-graphos/issues/91", "license": "bsd-2-clause", "license_type": "permissive", "license_source": "bigquery" }
592960012
Improve logging system Add a logging system that has multiple features Configured via environment variables Implemented winston as default logging, and LogDNA for production logging. Other transports can be implemented on demand.
gharchive/issue
2020-04-02T22:39:10
2025-04-01T06:37:45.529240
{ "authors": [ "agnjunio" ], "repo": "agnjunio/albion-killbot", "url": "https://github.com/agnjunio/albion-killbot/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1909942880
Setup vitepress close #5 LGTM
gharchive/pull-request
2023-09-23T17:26:11
2025-04-01T06:37:45.529960
{ "authors": [ "aruay99", "yamyam263" ], "repo": "agnyz/elysia-realworld-example-app", "url": "https://github.com/agnyz/elysia-realworld-example-app/pull/19", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1966695001
🛑 SIHE Canvas is down In ea6c7f8, SIHE Canvas (https://canvas.sheridan.edu.au) was down: HTTP code: 503 Response time: 1778 ms Resolved: SIHE Canvas is back up in 45d11d3 after 5 minutes.
gharchive/issue
2023-10-28T18:23:29
2025-04-01T06:37:45.541227
{ "authors": [ "agrez" ], "repo": "agrez/upptime", "url": "https://github.com/agrez/upptime/issues/43", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2590748287
yourgov: additional steps setup Move the current step 7, 'confirm and submit', to step 10 and create placeholder steps for 7, 8, 9. There are placeholders for state setters, schemas, validators, confirm steps, and pages. View preview Checklist Preflight [x] Prefix the PR title with the slug of the package or compone...
gharchive/pull-request
2024-10-16T06:08:02
2025-04-01T06:37:45.550306
{ "authors": [ "ChrisLaneAU", "stowball" ], "repo": "agriculturegovau/agds-next", "url": "https://github.com/agriculturegovau/agds-next/pull/1837", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1830394603
Not in the app store ;) I am just creating this so that I don't miss when/if it gets into the Apple appstore ;) :) :). Thanks for creating this app. It really looks amazing. The history graph will be very useful. If you charge $ for it, I will certainly buy it just for the convenience of it being easily available...
gharchive/issue
2023-08-01T03:27:54
2025-04-01T06:37:45.569831
{ "authors": [ "TheBest6337", "agibson2", "aguilaair", "gamelaster", "lunaneff" ], "repo": "aguilaair/IronOS_Companion", "url": "https://github.com/aguilaair/IronOS_Companion/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
715521519
added c# recursion algorithm sample (#788) Assigned Issue Number ? #788 Language Opted ? c# Number of files added or updated ? 1 Name of these files ? Algorithms => Recursion_Algorithm => Fibonacci.cs example : Algorithm => Search_Algorithm => Linear_Search => Linear_Search.py Checklist [x] I've read the contributio...
gharchive/pull-request
2020-10-06T09:54:52
2025-04-01T06:37:45.578350
{ "authors": [ "ahampriyanshu", "ulieckstein" ], "repo": "ahampriyanshu/algo_ds_101", "url": "https://github.com/ahampriyanshu/algo_ds_101/pull/871", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
314754031
adjust viroconcom in the requirement.txt In the issue#41 the viroconcom import refers to a specific branch. This settings will be probably pushed to the master branch. If this happen we have to adjust the requirements.txt when @janlehmk has finished his work in the branch and push it to the master of viroconcom. Th...
gharchive/issue
2018-04-16T17:45:03
2025-04-01T06:37:45.579570
{ "authors": [ "topape" ], "repo": "ahaselsteiner/virocon", "url": "https://github.com/ahaselsteiner/virocon/issues/127", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2026502773
How to link external library into zig_binary/library/test Is #15 necessary to write something like: zig_binary( name = "my-bin", main = "my-bin.zig", deps = ["@FOO//:bar"], ) where @FOO//:bar is an external C/C++ library ? This seems indeed like a most welcome addition. Is there any way to link in a C/C+...
gharchive/issue
2023-12-05T15:40:08
2025-04-01T06:37:45.626314
{ "authors": [ "aherrmann", "persososo" ], "repo": "aherrmann/rules_zig", "url": "https://github.com/aherrmann/rules_zig/issues/146", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
98232997
Refactor common code. Refactored repetitive settings loading into a utility function. I put it in a separate modules to set up my next PR. I did some basic tests to ensure that Run, RunAsPiped and Compile were still working. Thanks
gharchive/pull-request
2015-07-30T18:34:58
2025-04-01T06:37:45.628009
{ "authors": [ "aviaryan", "selimb" ], "repo": "ahkscript/SublimeAutoHotkey", "url": "https://github.com/ahkscript/SublimeAutoHotkey/pull/22", "license": "unlicense", "license_type": "permissive", "license_source": "bigquery" }
593013095
command " corona -s cases -l 10" don't show chinese data command " corona -s cases -l 10" don't show chinese data, but corona china well done. Wow. Strange. Help solve this issue? I think I fixed it, submitted a pull request! thanks, it's ok now.
gharchive/issue
2020-04-03T01:19:30
2025-04-01T06:37:45.629454
{ "authors": [ "Nezia1", "ahmadawais", "bingo8670" ], "repo": "ahmadawais/corona-cli", "url": "https://github.com/ahmadawais/corona-cli/issues/68", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
455173784
Dynamic Blocks Support Feature Request Is your feature request related to a problem? Please describe. Gutenberg allows the use of the 'render_callback' in php when registering a block type. This isn't currently in use and makes it impossible to create dynamic blocks (like latest posts). Describe the solution you'd li...
gharchive/issue
2019-06-12T12:03:51
2025-04-01T06:37:45.638523
{ "authors": [ "Jebble", "josias-r", "megphillips91", "noahneumark", "olafghanizadeh", "rhamses", "rodrigowbazevedo" ], "repo": "ahmadawais/create-guten-block", "url": "https://github.com/ahmadawais/create-guten-block/issues/193", "license": "MIT", "license_type": "permissive", ...
799427086
The automated release is failing 🚨 :rotating_light: The automated release from the master branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features. You can find below the list of errors reported by semantic-...
gharchive/issue
2021-02-02T16:16:17
2025-04-01T06:37:45.769870
{ "authors": [ "ahmadnassri" ], "repo": "ahmadnassri/node-glob-promise", "url": "https://github.com/ahmadnassri/node-glob-promise/issues/63", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
416319064
function kubectl() in README doesn't handle quoted arguments correctly I posted on Stack Overflow about a difficult-to-diagnose error when working with kubectl here: https://stackoverflow.com/questions/54948471/jsonpath-range-not-working-when-using-kubectl I traced the error down to having followed this repo's sugges...
gharchive/issue
2019-03-01T23:25:32
2025-04-01T06:37:45.787853
{ "authors": [ "RossWhitehead", "ahmetb", "axesilo" ], "repo": "ahmetb/kubectl-aliases", "url": "https://github.com/ahmetb/kubectl-aliases/issues/23", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
781102574
add artnet protocol support its a brilliant software, and is well written but I am using artnet in some of my devices, it would be fun to use ledfx with artnet , I have a setup with 3000 ws2811. +1 I want to use resolume and it only supports artNet. So when i decide to use ledfx i always need to change the wled ...
gharchive/issue
2021-01-07T07:35:46
2025-04-01T06:37:45.790943
{ "authors": [ "LoneWalkerWolf", "alexandremix", "johermohit" ], "repo": "ahodges9/LedFx", "url": "https://github.com/ahodges9/LedFx/issues/187", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1338339198
🛑 Dashboard is down In 795cb53, Dashboard (https://guard-bot.ahq-alt.repl.co/) was down: HTTP code: 0 Response time: 0 ms Resolved: Dashboard is back up in 3c1320f.
gharchive/issue
2022-08-14T20:13:50
2025-04-01T06:37:45.801764
{ "authors": [ "ahqsoftwares" ], "repo": "ahqsoftwares/uptime-2", "url": "https://github.com/ahqsoftwares/uptime-2/issues/383", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1188406229
🛑 Bot is down In fa77ea2, Bot (https://ahq-miness.ahqsecret.repl.co/) was down: HTTP code: 0 Response time: 0 ms Resolved: Bot is back up in d6a46d8.
gharchive/issue
2022-03-31T17:25:12
2025-04-01T06:37:45.804172
{ "authors": [ "ahqsoftwares" ], "repo": "ahqsoftwares/uptime-2", "url": "https://github.com/ahqsoftwares/uptime-2/issues/42", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1365890106
🛑 Dashboard is down In b70f3b8, Dashboard (https://guard-bot.ahq-alt.repl.co/) was down: HTTP code: 0 Response time: 0 ms Resolved: Dashboard is back up in 12eb032.
gharchive/issue
2022-09-08T09:29:03
2025-04-01T06:37:45.806751
{ "authors": [ "ahqsoftwares" ], "repo": "ahqsoftwares/uptime-2", "url": "https://github.com/ahqsoftwares/uptime-2/issues/623", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
269333756
cat instead of echo ahrasis, line 54 cat "root" > /etc/incron.allow should be echo "root" > /etc/incron.allow You are correct, it shoule the latter. It fixed now.
gharchive/issue
2017-10-28T17:12:54
2025-04-01T06:37:45.808030
{ "authors": [ "ahrasis", "pannet1" ], "repo": "ahrasis/LE4ISPC", "url": "https://github.com/ahrasis/LE4ISPC/issues/2", "license": "bsd-3-clause", "license_type": "permissive", "license_source": "bigquery" }
1635053319
Put new chat button same level as the send button Describe the feature As what the title suggests, it would be a better user experience(otherwise i need to click more and new chat) and reasonable implementation considering how the api works which needs to append old message so i have to clear conversation quite often...
gharchive/issue
2023-03-22T04:58:48
2025-04-01T06:37:45.828142
{ "authors": [ "genieai-info", "xhy279" ], "repo": "ai-genie/chatgpt-vscode", "url": "https://github.com/ai-genie/chatgpt-vscode/issues/8", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
836248300
Merge stable back into master We can merge this but avoid deleting the branch in order to apply the tidying up changes to master efficiently. Unnecessary since the cleanup branch was created from stable.
gharchive/pull-request
2021-03-19T18:12:48
2025-04-01T06:37:45.829275
{ "authors": [ "herbiebradley" ], "repo": "ai4er-cdt/gtc-biodiversity", "url": "https://github.com/ai4er-cdt/gtc-biodiversity/pull/55", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
717229976
Contact details Add contact details for any queries Those who have not been provided with my contact details personally can use GitHub to post issues
gharchive/issue
2020-10-08T10:43:03
2025-04-01T06:37:45.862629
{ "authors": [ "aidan-parkinson" ], "repo": "aidan-parkinson/anonymous-feedback", "url": "https://github.com/aidan-parkinson/anonymous-feedback/issues/5", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
161989054
[1.9.4] - Rendering block entity crash The portable tank causes a crash when put into a tinker's construct crafting station. We believe the issue is a rendering issue due to the fact that the crafting station renders items on top of the table. https://gist.github.com/Lazarix/006ac9201aeffdd2cb1c31458b634734 What Me...
gharchive/issue
2016-06-23T18:19:14
2025-04-01T06:37:45.864907
{ "authors": [ "Lazarix", "Xiaminou", "aidancbrady" ], "repo": "aidancbrady/Mekanism", "url": "https://github.com/aidancbrady/Mekanism/issues/3399", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1823080913
bug: Typescript files are not being compiled, when I add million.webpack() to my webpack 5 configuration Hi @aidenybai Filing this issue again. The original can be seen here. #476 I tried with both v2.5.0 and latest which installed 2.5.2-beta.0 and get the following errors. using windows 11, VS Code and: "million"...
gharchive/issue
2023-07-26T20:03:54
2025-04-01T06:37:45.886725
{ "authors": [ "9gustin", "TerrySlack", "boyum", "norbertorok92", "tobySolutions" ], "repo": "aidenybai/million", "url": "https://github.com/aidenybai/million/issues/496", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
400391468
Asciidoc setup with docToolchain container the docToolchain submodule has been replaced with a container ./gradlew generateDocs will now generate the docs through the docToolchain container. the project now also has its independent htmlSanityCheck-task back: ./gradlew htmlSanityCheck PS: the docToolchain container ...
gharchive/pull-request
2019-01-17T17:47:44
2025-04-01T06:37:45.963513
{ "authors": [ "gernotstarke", "rdmueller" ], "repo": "aim42/htmlSanityCheck", "url": "https://github.com/aim42/htmlSanityCheck/pull/263", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
413437576
403 Error when aiohttp resources are not fully merged Aiohttp merges resources, when they are added in the correct order: When using aiohttp-cors, resources have to be fully merged, or you end up having 2 resources for the same path, one for the GET method one for the POST, but the latter will not be considered when...
gharchive/issue
2019-02-22T14:51:41
2025-04-01T06:37:45.976662
{ "authors": [ "FabianElsmer", "IgorKuzmenko" ], "repo": "aio-libs/aiohttp-cors", "url": "https://github.com/aio-libs/aiohttp-cors/issues/226", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1159807581
Broken connections are reused in connection pools Describe the bug If an application has a connection break with the network, it accumulates broken connections with the Redis server and tries to reuse them to execute commands. This is due to the fact that the connect() methods do not check whether an exception is set...
gharchive/issue
2022-03-04T16:10:49
2025-04-01T06:37:45.988255
{ "authors": [ "evgenymarkov" ], "repo": "aio-libs/aioredis-py", "url": "https://github.com/aio-libs/aioredis-py/issues/1314", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1605175939
Hierarchical planning notebook Colab link (works as long as the hierarchical-notebook branch exists) https://colab.research.google.com/github/aiplan4eu/unified-planning/blob/hierarchical-notebook/notebooks/Hierarchical_Planning.ipynb @alvalentini You can use the notebook here for the hands-on session. A colab link ...
gharchive/pull-request
2023-03-01T15:22:17
2025-04-01T06:37:45.990307
{ "authors": [ "alvalentini", "arbimo" ], "repo": "aiplan4eu/unified-planning", "url": "https://github.com/aiplan4eu/unified-planning/pull/349", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
996994252
Connecting to https://dapp.robonomics.network/ with the wrong network selected on Metamask Issue: When connecting to https://dapp.robonomics.network/ with the wrong network selected on metamask (such as the Moonriver network being selected), an error message pops up: The issue is that many users do not notice / unde...
gharchive/issue
2021-09-15T11:55:41
2025-04-01T06:37:45.993416
{ "authors": [ "Leemo94", "positivecrash" ], "repo": "airalab/dapp.robonomics.network", "url": "https://github.com/airalab/dapp.robonomics.network/issues/60", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1129220413
Project 1 Review (Scapsulators) Just ran your project, It was not clear how to run the project, had to figure out the branch myself. I'm running the project from feature/3-user-management-service. On build getting this error : - Error: Unable to access jarfile target/UserManagement-0.0.1-SNAPSHOT.jar Do I need to hav...
gharchive/issue
2022-02-09T23:59:47
2025-04-01T06:37:46.003165
{ "authors": [ "pranavacharya", "shubhpatr", "vinayakasg18" ], "repo": "airavata-courses/DCoders", "url": "https://github.com/airavata-courses/DCoders/issues/18", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
217365712
When enforcing version_limit, order the version records by created_at The details of the issue are in #940. I split the commits out into visible, obvious parts. If you checkout the middle commit, db4c586, you can see the failure by running rake spec. I'm more than happy to squash these down, if the maintainers would ...
gharchive/pull-request
2017-03-27T20:29:31
2025-04-01T06:37:46.009599
{ "authors": [ "danbernier", "jaredbeck" ], "repo": "airblade/paper_trail", "url": "https://github.com/airblade/paper_trail/pull/941", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
168476890
Inspectable WebContents After a blank setup I recieve this message? Anyone else has the same? Caravel Tag 0.10.0 Thanks Philipp Which browser is this? Looks like some remote debugging options of your browser than something related to caravel. Seems invalid, not enough details, closing
gharchive/issue
2016-07-30T17:03:00
2025-04-01T06:37:46.025120
{ "authors": [ "mistercrunch", "philippfrenzel", "xrmx" ], "repo": "airbnb/caravel", "url": "https://github.com/airbnb/caravel/issues/868", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
159266745
Add spanish translation link Hi!, I've translated this to Spanish, could you add the link? Absolutamente, gracias!
gharchive/pull-request
2016-06-08T20:45:36
2025-04-01T06:37:46.025950
{ "authors": [ "ismamz", "ljharb" ], "repo": "airbnb/css", "url": "https://github.com/airbnb/css/pull/25", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
539667472
TypeError: Cannot read property 'Events' of undefined setup.js var Enzyme = require('enzyme') var Adapter = require('enzyme-adapter-react-16') Enzyme.configure({ adapter: new Adapter() }) When I run jest, it got this error: TypeError: Cannot read property 'Events' of undefined Version "react": "~16.8.6", "react-dom...
gharchive/issue
2019-12-18T13:03:15
2025-04-01T06:37:46.028736
{ "authors": [ "SarpongAbasimi", "ljharb", "yanxiaosong0902" ], "repo": "airbnb/enzyme", "url": "https://github.com/airbnb/enzyme/issues/2308", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
675213227
Pycocotools alternative Pycocotools is causing a lot of problems. It's currently mainly used for calculating metrics, it would be nice to find an alternative. This is a strong alternative. Please comment if you have a candidate =) I have seen this. It is a good alternative but still lacks an API. See the readme for...
gharchive/issue
2020-08-07T18:57:01
2025-04-01T06:37:46.170296
{ "authors": [ "FraPochetti", "lgvaz", "oke-aditya" ], "repo": "airctic/icevision", "url": "https://github.com/airctic/icevision/issues/283", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
658775340
关于台湾的行政区划代码有重复的 "710300": { "710301": "仁爱区", "710302": "信义区", "710303": "中正区", "710304": "暖暖区", "710305": "安乐区", "710307": "七堵区" }, "710400": { "710301": "中区", "710302": "东区", "710303": "南区", "710304": "西区", "710305": "北区", "710306": "北屯区", "710307": "西屯区", ...
gharchive/issue
2020-07-17T02:39:41
2025-04-01T06:37:46.223001
{ "authors": [ "13251511962", "Fox-54500", "Libohan12", "airyland", "marvinking", "shadyfan" ], "repo": "airyland/china-area-data", "url": "https://github.com/airyland/china-area-data/issues/20", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1709064855
⚠️ Turnos 24x7 has degraded performance In 767fa9a, Turnos 24x7 (https://reservas-dev.alternativasinteligentes.com/) experienced degraded performance: HTTP code: 200 Response time: 968 ms Resolved: Turnos 24x7 performance has improved in 37aab87.
gharchive/issue
2023-05-14T20:32:47
2025-04-01T06:37:46.225655
{ "authors": [ "AlternativasInteligentes" ], "repo": "aisa-status/status-upptime-dev", "url": "https://github.com/aisa-status/status-upptime-dev/issues/2211", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1729195688
⚠️ Turnos 24x7 has degraded performance In 1fb3273, Turnos 24x7 (https://reservas-dev.alternativasinteligentes.com/) experienced degraded performance: HTTP code: 200 Response time: 957 ms Resolved: Turnos 24x7 performance has improved in acd9d5a.
gharchive/issue
2023-05-28T05:32:32
2025-04-01T06:37:46.228181
{ "authors": [ "AlternativasInteligentes" ], "repo": "aisa-status/status-upptime-dev", "url": "https://github.com/aisa-status/status-upptime-dev/issues/2564", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1461939804
⚠️ Turnos 24x7 has degraded performance In 73dbf74, Turnos 24x7 (https://reservas-dev.alternativasinteligentes.com/) experienced degraded performance: HTTP code: 200 Response time: 1423 ms Resolved: Turnos 24x7 performance has improved in f356a05.
gharchive/issue
2022-11-23T15:13:33
2025-04-01T06:37:46.230870
{ "authors": [ "AlternativasInteligentes" ], "repo": "aisa-status/status-upptime-dev", "url": "https://github.com/aisa-status/status-upptime-dev/issues/883", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1609096743
Make function std::ping::ping concurrency safe The function ping so far did not check the ident received. As a consequence the function ping might returned wrong results when used simultaneously from different threads, see https://github.com/aisk/ping/issues/6 for more details. This commit fixes the issue by checking...
gharchive/pull-request
2023-03-03T18:43:52
2025-04-01T06:37:46.236861
{ "authors": [ "aisk", "michael-hartmann" ], "repo": "aisk/ping", "url": "https://github.com/aisk/ping/pull/7", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
974361630
Sending request headers We have a use case where it is required to set certain request headers, based on a key or value from Kafka. Would it be possible to add this feature? I can see several ways to do it. Automatically use fields in the record key as headers. This may make sense but it is prone to sending unnecess...
gharchive/issue
2021-08-19T07:30:32
2025-04-01T06:37:46.264580
{ "authors": [ "Oduig", "arcmmartins", "ivanyu" ], "repo": "aiven/http-connector-for-apache-kafka", "url": "https://github.com/aiven/http-connector-for-apache-kafka/issues/30", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1678902793
feat: add fetch chunk transform Depends on #187 @jeqo can you rebase this one to fix the test failures?
gharchive/pull-request
2023-04-21T18:04:46
2025-04-01T06:37:46.265883
{ "authors": [ "AnatolyPopov", "jeqo" ], "repo": "aiven/tiered-storage-for-apache-kafka", "url": "https://github.com/aiven/tiered-storage-for-apache-kafka/pull/188", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2579082152
Added algorithm for Doubly Linked List in C 📥 Pull Request Description Added a Doubly linked list in C Language Fixes # 358 Type of change [ ] Bug fix (non-breaking change which fixes an issue) [x] New feature (non-breaking change which adds functionality) [x] Breaking change (fix or feature that would cause existi...
gharchive/pull-request
2024-10-10T14:45:11
2025-04-01T06:37:46.274327
{ "authors": [ "Mansi07sharma" ], "repo": "ajay-dhangar/algo", "url": "https://github.com/ajay-dhangar/algo/pull/438", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1012931518
add Hard Problem Merge K Sorted list Submit a New Problem of Merge K Sorted List using easy method as Possible Time Complexity O(n) Space O(n) Thank you for this Question Indeed this is a hard Question Please share this repo with your friends so that they can also contribute to this repository Happy coding and Lear...
gharchive/pull-request
2021-10-01T06:00:35
2025-04-01T06:37:46.280441
{ "authors": [ "Omkarjaiswal", "ajeetjaiswal02" ], "repo": "ajeetjaiswal02/Leetcode-Hard-Problems", "url": "https://github.com/ajeetjaiswal02/Leetcode-Hard-Problems/pull/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1566125626
🛑 MONGOLIA is down In 4fde687, MONGOLIA (https://www.bricks4kidz.mn) was down: HTTP code: 0 Response time: 0 ms Resolved: MONGOLIA is back up in 6899514.
gharchive/issue
2023-02-01T13:32:56
2025-04-01T06:37:46.487017
{ "authors": [ "ajmalalavi" ], "repo": "ajmalalavi/B4K-Site-monitor", "url": "https://github.com/ajmalalavi/B4K-Site-monitor/issues/324", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1263653165
Primary/secondary color picker and background input Category Feature Overview Added two color selectors to the common settings page, which allow you to change the application's theme with the primary selector and change the logo text's gradient with a combination of primary/secondary selector This has been updated ...
gharchive/pull-request
2022-06-07T17:41:23
2025-04-01T06:37:46.496847
{ "authors": [ "Aimsucks", "Darkham42", "walkxcode" ], "repo": "ajnart/homarr", "url": "https://github.com/ajnart/homarr/pull/188", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1326531153
run LINTUL3 for potato Dear developer, Thanks for the great documentation and the easy-to-use python packages. I followed all the examples and they ran smoothly without any trouble. So now I am trying to run the LINTUL3 model for a potato crop by following the 03 notebook. But got some error message about a parameter...
gharchive/issue
2022-08-03T00:20:04
2025-04-01T06:37:46.505286
{ "authors": [ "ajwdewit", "frank0434" ], "repo": "ajwdewit/pcse_notebooks", "url": "https://github.com/ajwdewit/pcse_notebooks/issues/14", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
217731308
Make the http.Client customizable Needed to allow changing the http.Client, 0 value is missing defaults on timeouts and proxy config. Dear, @japettyjohn Thanks for your merge request !
gharchive/pull-request
2017-03-29T00:29:07
2025-04-01T06:37:46.513058
{ "authors": [ "AstinCHOI", "japettyjohn" ], "repo": "akamai-open/NetStorageKit-Golang", "url": "https://github.com/akamai-open/NetStorageKit-Golang/pull/1", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
73761334
Fix #44 Allow generation of native launcher for products Hi Please, can you review my work on generation of native launcher. At this stage, it is not complete, but I would like to know if I'm on the good way and what refactor you would like to see before merging. Note : windows launcher is ok (which was the primary ...
gharchive/pull-request
2015-05-06T22:49:50
2025-04-01T06:37:46.563578
{ "authors": [ "akhikhl", "ylemoigne" ], "repo": "akhikhl/wuff", "url": "https://github.com/akhikhl/wuff/pull/53", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
9110216
support multiple as player,it must be nice. I don't understand your suggestion at all. What do you request?
gharchive/issue
2012-12-08T11:34:36
2025-04-01T06:37:46.580162
{ "authors": [ "akjava", "x-a-n-a-x" ], "repo": "akjava/BVH-Motion-Creator", "url": "https://github.com/akjava/BVH-Motion-Creator/issues/2", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
147688425
Windows. eval $(ssh-agent) Hello, I'm working on Windows and have to make in each git-bash session commands: eval $(ssh-agent) ssh-add Just then I have access for repo. How can I execute this commands in Atom? Now I have no access to repo with git-plus :-( I have solved it with .bash_profile Put into that file (loc...
gharchive/issue
2016-04-12T09:20:44
2025-04-01T06:37:46.641045
{ "authors": [ "artemhp" ], "repo": "akonwi/git-plus", "url": "https://github.com/akonwi/git-plus/issues/428", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
184875044
Fix wrong test input data for dropping leading spaces A test case in textformatter lacked the leading spaces it was supposed to test for. Coverage increased (+0.3%) to 30.598% when pulling 892078b7c6e5a94fd4f8ecc5c72a7a1a4c6e7363 on tsipinakis:test-drop-whitespace into 3241e10f3955fce9f48a6031799952fca1f50cc7 on a...
gharchive/pull-request
2016-10-24T15:31:36
2025-04-01T06:37:46.658473
{ "authors": [ "Minoru", "coveralls", "tsipinakis" ], "repo": "akrennmair/newsbeuter", "url": "https://github.com/akrennmair/newsbeuter/pull/388", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
276821446
TextInput keyboard auto disappears in few seconds. Version react-native-router-flux v4.0.0-beta.24 react-native v0.50.4 this issue is similar to #2442, and still exist in latest version. Dose someone have a workaround to fix this ? @syq7970 I got the same issue. How did u solve? @munkhorgil Answer in #2442 , In...
gharchive/issue
2017-11-26T12:34:06
2025-04-01T06:37:46.688151
{ "authors": [ "munkhorgil", "syq7970" ], "repo": "aksonov/react-native-router-flux", "url": "https://github.com/aksonov/react-native-router-flux/issues/2652", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
169309622
Restore statem Restore statem logic used with previous Switch @sarovin could you please check if it still works for you :) LGTM
gharchive/pull-request
2016-08-04T07:33:31
2025-04-01T06:37:46.689671
{ "authors": [ "aksonov", "sarovin" ], "repo": "aksonov/react-native-router-flux", "url": "https://github.com/aksonov/react-native-router-flux/pull/1013", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2176886479
feat(webhook): detect duplicate warehouse subs Fixes: #1583 This adds validation to ensure a Warehouse does not contain multiple subscription entries pointing to the same URL, or in the case of a HTTP/S Helm chart, to the same URL and chart name. $ kubectl apply -f warehouse.yaml The Warehouse "my-warehouse" is inval...
gharchive/pull-request
2024-03-08T22:44:20
2025-04-01T06:37:46.691144
{ "authors": [ "hiddeco", "krancour" ], "repo": "akuity/kargo", "url": "https://github.com/akuity/kargo/pull/1593", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2728169424
feat: custom PR title (#3063) closes #3063 @krancour Please let me know your thoughts on testing here. My thinking here is that we can both assume expressions in promotion steps are evaluated properly (likely tested elsewhere), and that if I pass any title to a Git provider's CreatePullRequest, the pull request wil...
gharchive/pull-request
2024-12-09T20:15:25
2025-04-01T06:37:46.692841
{ "authors": [ "krancour", "muenchdo" ], "repo": "akuity/kargo", "url": "https://github.com/akuity/kargo/pull/3107", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
353459932
How edit boilerplate into Android Studio ? Android 3.1.4 Win 7 Hi @alejandri , What do you mean with 'boilerplate'? Hi Artyorsh, Thanks. I want import and use this PACKAGE into ANDROID STUDIO project.
gharchive/issue
2018-08-23T16:30:33
2025-04-01T06:37:46.697956
{ "authors": [ "alejandri", "artyorsh" ], "repo": "akveo/kittenTricks", "url": "https://github.com/akveo/kittenTricks/issues/64", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
389142338
Error when try to follow the Getting Started Guide Hi, I'm sorry for this noob question. But when I try to follow the smart table Getting Started and integrate with Angular basic template using ng new exchange-ws syntax to understand how smart table work. I've got this error when I run ng serve. Here's my Angular v...
gharchive/issue
2018-12-10T05:08:00
2025-04-01T06:37:46.700636
{ "authors": [ "ariebrainware", "naveednazarali" ], "repo": "akveo/ng2-smart-table", "url": "https://github.com/akveo/ng2-smart-table/issues/917", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1376717457
error in npm install ngx-admin 7.0.0 Issue type I'm submitting a ... (check one with "x") [x] bug report [ ] feature request [ ] question about the decisions made in the repository Issue description I'm having dependencies error in npm install. I deleted package.lock.json and node_modules before doing npm install...
gharchive/issue
2022-09-17T09:14:13
2025-04-01T06:37:46.707948
{ "authors": [ "JohannesH1998", "PYRO-DRANE", "amielmendoza", "biggosh", "mahdiqnbi", "reedlex98", "udhayakumar-yavar" ], "repo": "akveo/ngx-admin", "url": "https://github.com/akveo/ngx-admin/issues/5954", "license": "MIT", "license_type": "permissive", "license_source": "githu...
935869292
Mi Smart Power Plug 2 (chuangmi.plug.212a01) power consumption sensor wrong power consumption value should have two decimal points. in this case actual power consumption is 78.25W while its being reported as 7825: [{'did': 'electric_power', 'piid': 6, 'siid': 5, 'value': 7825 'code': 0}] verified with the app and ind...
gharchive/issue
2021-07-02T15:23:20
2025-04-01T06:37:46.724620
{ "authors": [ "al-one", "blakadder" ], "repo": "al-one/hass-xiaomi-miot", "url": "https://github.com/al-one/hass-xiaomi-miot/issues/118", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1860800844
Yeelight语音助手没有Play Control conversation的实体,如何添加? Device model / 设备型号 yeelink.wifispeaker.v1 Component version / 插件版本 0.7.11 HA core version / HA版本 2023.8.2 Integrated mode / 集成方式 Automatic (自动模式) The problem / 问题详情 我有个Yeelight语音助手,是第三方的小爱音箱,通过miot auto集成到ha,里面没有Play Control conversation的实体,就是判断语音文字作联动的那个。但是我看米家产品库里面,...
gharchive/issue
2023-08-22T07:34:40
2025-04-01T06:37:46.729509
{ "authors": [ "LiYefei", "al-one", "jasdkc" ], "repo": "al-one/hass-xiaomi-miot", "url": "https://github.com/al-one/hass-xiaomi-miot/issues/1271", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2223694179
add get_secure_socket method Add method for producing always-secured sockets and modify existing code to consume it. Codecov Report Attention: Patch coverage is 19.04762% with 34 lines in your changes are missing coverage. Please review. :exclamation: No coverage uploaded for pull request base (protodrg@232d67f). ...
gharchive/pull-request
2024-04-03T19:01:22
2025-04-01T06:37:46.736531
{ "authors": [ "ankona", "codecov-commenter" ], "repo": "al-rigazzi/SmartSim", "url": "https://github.com/al-rigazzi/SmartSim/pull/16", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
826010590
Earlgrey: yosys fails to parse aes_key_expand Parsing aes_key_expand.sv file results in error in yosys: aes_key_expand.sv:164: ERROR: Can't resolve function name `\aes_circ_byte_shift'. Blocked by: https://github.com/alainmarcel/Surelog/issues/1109 Surelog problem is resolved, but now generated bitstream is not ...
gharchive/issue
2021-03-09T14:24:48
2025-04-01T06:37:46.766606
{ "authors": [ "kamilrakoczy" ], "repo": "alainmarcel/uhdm-integration", "url": "https://github.com/alainmarcel/uhdm-integration/issues/231", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1914222440
MFA Evaluation sans Break Glass Accounts Currently the controls for MFA evaluation validate that the Break Glass accounts are excluded from the MFA Conditional Access Policy. Would you be able to exclude them from being evaluated entirely. i.e., if the Breakglass has MFA it's a pass or if the BreakGlass doesn't have ...
gharchive/issue
2023-09-26T20:09:19
2025-04-01T06:37:46.774469
{ "authors": [ "MathesonSho" ], "repo": "alalvi00/GuardrailsSolutionAccelerator", "url": "https://github.com/alalvi00/GuardrailsSolutionAccelerator/issues/11", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1042877604
Update README.md Bonsoir, j'ai corrigé le README.md dans lequel tout était écrit en anglais sauf le mot "prépositions". Bonne continuation Adsam39 Merci @Adsam39 !
gharchive/pull-request
2021-11-02T21:41:40
2025-04-01T06:37:46.783371
{ "authors": [ "Adsam39", "mininao" ], "repo": "alan-eu/french-departments", "url": "https://github.com/alan-eu/french-departments/pull/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
441188445
Design 2nd degree transformer, and related composition patterns for kernel learners and distance learners As discussed in #5 Implemented here? https://github.com/goastler/sktime-kernels/blob/master/sktime/transformers/kernels.py Looks nice, @goastler ! ok, based on discussion on slack, here's a generic design and...
gharchive/issue
2019-05-07T11:47:58
2025-04-01T06:37:46.817997
{ "authors": [ "fkiraly", "mloning", "moradisten" ], "repo": "alan-turing-institute/sktime", "url": "https://github.com/alan-turing-institute/sktime/issues/52", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1096607986
[ENH] add missing fit parameters to statsmodels Holt-Winters exponential smoothing interface This PR adds parameters of statsmodels.tsa.holtwinters in fit as loopthrough to sktime's ExponentialSmoothing interface. So far, only the constructor parameters were accessible, not the parameters in fit. Solves #1845. when...
gharchive/pull-request
2022-01-07T19:30:39
2025-04-01T06:37:46.826331
{ "authors": [ "atsangarides", "fkiraly" ], "repo": "alan-turing-institute/sktime", "url": "https://github.com/alan-turing-institute/sktime/pull/1849", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1351490497
[ENH] option to keep column names in Lag This PR adds a parameter keep_column_names (default=False) to the Lag transformer, which enables Lag to return the same column names in transform as in the input. This is for avoiding to produce column names lag_x__varname1, lag_x__varname2, etc, if only one lag x is input. Th...
gharchive/pull-request
2022-08-25T21:59:13
2025-04-01T06:37:46.830385
{ "authors": [ "KishManani", "fkiraly" ], "repo": "alan-turing-institute/sktime", "url": "https://github.com/alan-turing-institute/sktime/pull/3343", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2406301655
No devices I have a Electrolux washer and a Electrolux dryer but the integration reports that there are "no devices or entities": Washer model: EW8F8669Q9 Dryer model: EW9H869E9 I see that the dryer is in the "supported list" but the washer is not. I have enabled debug logging, and have been looking for the log, but...
gharchive/issue
2024-07-12T20:24:47
2025-04-01T06:37:46.893905
{ "authors": [ "fjosepose" ], "repo": "albaintor/homeassistant_electrolux_status", "url": "https://github.com/albaintor/homeassistant_electrolux_status/issues/55", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
177634516
Having trouble building the application once I clone Git Repository. Hello I get the following output in the console when I right click the build.xml and "Run As" Ant Build: Buildfile: C:\Users\Saad\git\java-repl\build.xml build: update: clean: [java] Downloading http://jarjar.googlecode.com/files/jarjar-1.1.jar [jav...
gharchive/issue
2016-09-18T07:00:41
2025-04-01T06:37:46.906652
{ "authors": [ "XEROenvy", "albertlatacz", "attheveryend", "cmantas" ], "repo": "albertlatacz/java-repl", "url": "https://github.com/albertlatacz/java-repl/issues/103", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
456868686
Fix setValueForPosition if value is not object or array Fixes https://github.com/aldeed/simple-schema-js/issues/227. Thanks @dovydaskukalis. Merged and released in 0.1.4
gharchive/pull-request
2019-06-17T10:50:37
2025-04-01T06:37:46.930434
{ "authors": [ "aldeed", "dovydaskukalis" ], "repo": "aldeed/node-mongo-object", "url": "https://github.com/aldeed/node-mongo-object/pull/8", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
946403194
🛑 Metasearch is down In 09b5c97, Metasearch (https://ss.alefvanoon.xyz) was down: HTTP code: 0 Response time: 0 ms Resolved: Metasearch is back up in 3e8be74.
gharchive/issue
2021-07-16T15:40:02
2025-04-01T06:37:46.958563
{ "authors": [ "alefvanoon" ], "repo": "alefvanoon/Status", "url": "https://github.com/alefvanoon/Status/issues/123", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1188648512
🛑 Teddit is down In cf01046, Teddit (https://teddit.alefvanoon.xyz) was down: HTTP code: 525 Response time: 1514 ms Resolved: Teddit is back up in 1fa04e4.
gharchive/issue
2022-03-31T20:00:39
2025-04-01T06:37:46.960946
{ "authors": [ "alefvanoon" ], "repo": "alefvanoon/Status", "url": "https://github.com/alefvanoon/Status/issues/2412", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1221925961
🛑 Bandwidth Hero is down In 72c0e40, Bandwidth Hero (https://bh.alefvanoon.xyz) was down: HTTP code: 525 Response time: 112 ms Resolved: Bandwidth Hero is back up in 9f5bd53.
gharchive/issue
2022-04-30T21:34:21
2025-04-01T06:37:46.963305
{ "authors": [ "alefvanoon" ], "repo": "alefvanoon/Status", "url": "https://github.com/alefvanoon/Status/issues/2943", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }