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 |
|---|---|---|---|---|---|
190237212 | Add support for SHA2.384
SHA384 is the only hash size natively supported by Ruby in the SHA2 module that you were not supporting. This size is commonly used for Subresource integrity tags on the web and so would be convenient to store alongside web content that makes use of SRI.
Coverage decreased (-1.6%) to 81.42... | gharchive/pull-request | 2016-11-18T05:07:01 | 2025-04-01T04:34:36.289650 | {
"authors": [
"coveralls",
"grempe",
"ioquatix"
],
"repo": "ioquatix/fingerprint",
"url": "https://github.com/ioquatix/fingerprint/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1104840140 | Firefly on Mac doesnt open after Password !!! [Bug]:
Issue description
I have problems to get access to my account/Staking. after receiving iota it doesnt work
I have put in the password but the window doesnt start.
Sat, 15 Jan 2022 16:55:50 GMT
ReqwestError: error sending request for url (https://chrysalis-nodes.iot... | gharchive/issue | 2022-01-15T20:23:37 | 2025-04-01T04:34:36.306013 | {
"authors": [
"MiKeF05",
"PaulBo123"
],
"repo": "iotaledger/firefly",
"url": "https://github.com/iotaledger/firefly/issues/2134",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
838881721 | Error "Addresses start with prefix atoi" when there is a typo in the address behind "atoi"
Issue description
Error "Addresses start with prefix atoi" when there is a typo in the address behind "atoi"
There is sometimes alos the the error pop-up "Somthing went wrong" with a mistyped address.
We should have different m... | gharchive/issue | 2021-03-23T16:04:20 | 2025-04-01T04:34:36.315996 | {
"authors": [
"Phyloiota",
"dinangeri",
"github-i286",
"obany",
"xiaoru99"
],
"repo": "iotaledger/firefly",
"url": "https://github.com/iotaledger/firefly/issues/715",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1301487093 | feat: implement android back action
Summary
This PR implement android back button action, preventing the app from close asking with a drawer to exit, or formir going back again.
Changelog
- Look commits ;)
Relevant Issues
Closes #2638
Testing
Platforms
Please select any platforms where your changes have been tested... | gharchive/pull-request | 2022-07-12T03:30:45 | 2025-04-01T04:34:36.325607 | {
"authors": [
"amadeu2",
"paul-boegelsack"
],
"repo": "iotaledger/firefly",
"url": "https://github.com/iotaledger/firefly/pull/3852",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
296580106 | Inconsistent API with JS lib
Why does the sendTrytes func expect []Transaction instead of []Trytes
https://godoc.org/github.com/iotaledger/iota.lib.go#SendTrytes
Doesn't the JS lib expect an array of trytes? Why are they inconsistent?
Good point, I think a SendTransactions function would be better, so that the user... | gharchive/issue | 2018-02-13T01:08:02 | 2025-04-01T04:34:36.328227 | {
"authors": [
"AaronVasquez",
"cwarner818",
"luca-moser"
],
"repo": "iotaledger/giota",
"url": "https://github.com/iotaledger/giota/issues/52",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1000901210 | [Task] Separate DID from DIDUrl
Description
Split CoreDID and IotaDID into separate DID and DIDUrl structs.
E.g.:
DID: "did:iota:main:9rK6DPF46MCEzgfLD8AHFsaTuMqvmRo6kbXfjqQJPJmC"
DIDUrl: "did:iota:main:9rK6DPF46MCEzgfLD8AHFsaTuMqvmRo6kbXfjqQJPJmC/path?query#keys
Motivation
We currently have two DID structs: CoreD... | gharchive/issue | 2021-09-20T12:15:38 | 2025-04-01T04:34:36.340335 | {
"authors": [
"PhilippGackstatter",
"cycraig"
],
"repo": "iotaledger/identity.rs",
"url": "https://github.com/iotaledger/identity.rs/issues/408",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2158870134 | Mark filtered blocks as invalid.
We currently do not mark filtered blocks as invalid. It seems to me that it would make sense to mark such a block as invalid.
Originally posted by @jonastheis in https://github.com/iotaledger/iota-core/issues/90#issuecomment-1963514907
We should re-think if the Invalid fl... | gharchive/issue | 2024-02-28T12:36:04 | 2025-04-01T04:34:36.342291 | {
"authors": [
"piotrm50"
],
"repo": "iotaledger/iota-core",
"url": "https://github.com/iotaledger/iota-core/issues/783",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1355966345 | Add testnet support for Ledger device
Description
Currently Ledger accounts only encode addresses for the Shimmer mainnet HRP, despite being connected to a testnet. It would be nice to have testnet HRP support on Ledger devices, but that requires also changing the coin_type parameter in the BIP32 path.
It seems that ... | gharchive/issue | 2022-08-30T15:42:44 | 2025-04-01T04:34:36.349336 | {
"authors": [
"Thoralf-M",
"maxwellmattryan"
],
"repo": "iotaledger/wallet.rs",
"url": "https://github.com/iotaledger/wallet.rs/issues/1398",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
187774343 | Add page that shows all blog posts (multiPage).
Picking up from the previous PR...
Add the page that shows al blog posts (actually, just shows 20 max for now).
Reuse some common code.
This is probably ready for @kianoshp or @hthi to look at the html and css.
So.... now I've got the site rendering mostly using a s... | gharchive/pull-request | 2016-11-07T17:25:07 | 2025-04-01T04:34:36.353025 | {
"authors": [
"unscriptable"
],
"repo": "iotopia-solutions/the-site",
"url": "https://github.com/iotopia-solutions/the-site/pull/10",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2320019675 | 🛑 备用KMS激活服务器 01 is down
In f41381c, 备用KMS激活服务器 01 (s11.ikms.eu.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: 备用KMS激活服务器 01 is back up in b293ec3 after 10 minutes.
| gharchive/issue | 2024-05-28T02:47:33 | 2025-04-01T04:34:36.357603 | {
"authors": [
"iougemini"
],
"repo": "iougemini/ikms-uptime",
"url": "https://github.com/iougemini/ikms-uptime/issues/1664",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2731387273 | 🛑 备用KMS激活服务器 11 is down
In 359f3b0, 备用KMS激活服务器 11 (s01.ikms.eu.org) was down:
HTTP code: 0
Response time: 0 ms
Resolved: 备用KMS激活服务器 11 is back up in 09e905f after 29 minutes.
| gharchive/issue | 2024-12-10T22:54:16 | 2025-04-01T04:34:36.359921 | {
"authors": [
"iougemini"
],
"repo": "iougemini/ikms-uptime",
"url": "https://github.com/iougemini/ikms-uptime/issues/3630",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
679820646 | RFC: pid/tgid in a namespaces
The pid and tgid grab the values from the root namespace. This can make it tricky to related events you see in your namespace/container to what you see on the host.
A new helper landed in 5.6 which makes it possible grab the pid/tgid from within the namespace
int bpf_get_ns_current_pid_t... | gharchive/issue | 2020-08-16T20:29:13 | 2025-04-01T04:34:36.370274 | {
"authors": [
"danobi",
"fbs"
],
"repo": "iovisor/bpftrace",
"url": "https://github.com/iovisor/bpftrace/issues/1467",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
627025494 | Remove RLIMIT_AS limit
We haven't seen any OOM issues in a while so I suspect either our type
fixes in bpftrace or upstream llvm changes have resolved the issue.
This closes #1355.
Checklist
[ ] Language changes are updated in docs/reference_guide.md
[x] User-visible and non-trivial changes updated in CHANGELOG.md
... | gharchive/pull-request | 2020-05-29T06:14:16 | 2025-04-01T04:34:36.372661 | {
"authors": [
"danobi",
"javierhonduco"
],
"repo": "iovisor/bpftrace",
"url": "https://github.com/iovisor/bpftrace/pull/1358",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
420368748 | "Nativeness" of IPFS Desktop
As of building #866, we clearly verify that the app could be much better and simpler if done natively or with something else than Electron that is even snappier/faster. Although, the approach of going full native have pros and cons. I'd like to discuss with you all if this is an effort we... | gharchive/issue | 2019-03-13T08:17:28 | 2025-04-01T04:34:36.494293 | {
"authors": [
"RubenKelevra",
"SgtPooki",
"cwaring",
"hacdias",
"leaanthony",
"lidel",
"mainiak",
"olizilla"
],
"repo": "ipfs/ipfs-desktop",
"url": "https://github.com/ipfs/ipfs-desktop/issues/867",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-... |
989485937 | 🛑 Kicking (recu) is down
In a90dbd7, Kicking (recu) (https://recu.kickinglotus.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Kicking (recu) is back up in fcf227d.
| gharchive/issue | 2021-09-06T23:51:27 | 2025-04-01T04:34:36.545064 | {
"authors": [
"iplanwebsites"
],
"repo": "iplanwebsites/up",
"url": "https://github.com/iplanwebsites/up/issues/74",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1706666210 | how to update channels.xml files
Description
so i know how to run the grabber to scrape my own guide locally, but how can i update the channels.xml files to add more channels to scrape? i manually added a few more channels to one of the xml files by matching names and id's from the guide website but that would take s... | gharchive/issue | 2023-05-11T22:44:01 | 2025-04-01T04:34:36.567144 | {
"authors": [
"PopeyeTheSai10r",
"ovladuk"
],
"repo": "iptv-org/epg",
"url": "https://github.com/iptv-org/epg/issues/2053",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
111494396 | Allow for numeric labels and retain type information on selection
closes #157
@jdfreder on :fire:
@jdfreder on
Yes, it's a good day to get some ipywidgets stuff done. I'll try to push 4.1 by this weekend.
| gharchive/pull-request | 2015-10-14T21:12:08 | 2025-04-01T04:34:36.592214 | {
"authors": [
"SylvainCorlay",
"jdfreder"
],
"repo": "ipython/ipywidgets",
"url": "https://github.com/ipython/ipywidgets/pull/179",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1234521397 | What is happening in SRR17712969 at M3
Both V (v0.3.7) and G illumina have in green embedded in blue
Here is G
and here is V
closing - trees are cleaner with refactor, and these issues have become noise. have added a label so can find again
| gharchive/issue | 2022-05-12T21:58:45 | 2025-04-01T04:34:36.594192 | {
"authors": [
"iqbal-lab"
],
"repo": "iqbal-lab-org/viridian_workflow",
"url": "https://github.com/iqbal-lab-org/viridian_workflow/issues/62",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1549631980 | [WIP] Data Tiling for GPU
This PR is the first attempt for data tiling for GPUs. It implements materialization for the encoding.
Note that, it cannot compile any program. Because it generates tensor.pad and we don't know how to tile it yet. #10184 can be enabled to tile for tensor.pad but it results bufferization pro... | gharchive/pull-request | 2023-01-19T17:36:24 | 2025-04-01T04:34:36.669257 | {
"authors": [
"benvanik",
"grypp"
],
"repo": "iree-org/iree",
"url": "https://github.com/iree-org/iree/pull/11904",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2451159752 | Trim installed packages in samples.yml.
This fixes the nightly 'samples' workflow.
I thought this libstdc++-12-dev dep would help use clang instead of gcc here: https://github.com/iree-org/iree/pull/18076. Turns out that package doesn't exist on ubuntu-20.04: https://github.com/iree-org/iree/actions/runs/10260247034/... | gharchive/pull-request | 2024-08-06T15:24:49 | 2025-04-01T04:34:36.672308 | {
"authors": [
"ScottTodd"
],
"repo": "iree-org/iree",
"url": "https://github.com/iree-org/iree/pull/18117",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
511697844 | number validator cannot return false
resty -e 'local jsonschema = require "resty.jsonschema" local myvalidator = jsonschema.generate_validator {
type = 'object',
properties = {
foo = { type = 'string' },
bar = { type = 'number' },
},
}
print(myvalidator{ foo='sss', bar=ppp }) '
true
resty -e 'local jsonschema ... | gharchive/issue | 2019-10-24T04:23:15 | 2025-04-01T04:34:36.676468 | {
"authors": [
"membphis",
"zcong2333"
],
"repo": "iresty/lua-resty-jsonschema",
"url": "https://github.com/iresty/lua-resty-jsonschema/issues/6",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1816797225 | Suggestion : Add TreeDataGrid control theme
It is a control provided and supported by Avalonia team, and they often suggest to use it over default datagrid port.
Lots of themes does not have support for it, so having theme for this control will help Avalonia.Semi to stand out
https://github.com/AvaloniaUI/Avalonia.Co... | gharchive/issue | 2023-07-22T15:13:21 | 2025-04-01T04:34:36.681913 | {
"authors": [
"Al-Dyachkov",
"rabbitism"
],
"repo": "irihitech/Semi.Avalonia",
"url": "https://github.com/irihitech/Semi.Avalonia/issues/238",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1921630910 | code: added org
Hey there, I have added ReactPlay which is an open-source platform to learn, create and share ReactJS projects with the developer community.
Kindly review and merge my PR !
Hey @iriteshmishra kindly label the PR as hacktoberfest accepted, for it to count as a PR in the event !
I have added both @d... | gharchive/pull-request | 2023-10-02T10:16:52 | 2025-04-01T04:34:36.760246 | {
"authors": [
"dakshsinghrathore",
"iriteshmishra"
],
"repo": "iriteshmishra/Open-source-Organization",
"url": "https://github.com/iriteshmishra/Open-source-Organization/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
771778862 | 3.5.30 worker version not listening on port 5001
Fresh download of the worker application. Unzip and run, but it only starts the http listener on port 5000 and not the https listener, so it's not possible to sign in to O365.
Startup messages:-
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[63]... | gharchive/issue | 2020-12-21T02:01:02 | 2025-04-01T04:34:36.849296 | {
"authors": [
"isaacrlevin",
"rscott1010101"
],
"repo": "isaacrlevin/PresenceLight",
"url": "https://github.com/isaacrlevin/PresenceLight/issues/207",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
189552707 | win32 rename EPERM: fail fast if target exists
When rename is used on Windows, and encounters an EPERM or EACCES
error, graceful-fs will retry for up to 30 seconds with gradual backoff
to get around file system locking due to A/V etc.
This was fixed in 59145cea32af980b675121ebc8c3255f780b7fc5
However, this is a probl... | gharchive/pull-request | 2016-11-16T00:57:52 | 2025-04-01T04:34:36.853436 | {
"authors": [
"isaacs",
"sam-github"
],
"repo": "isaacs/node-graceful-fs",
"url": "https://github.com/isaacs/node-graceful-fs/pull/100",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
3479546 | npm fails installing in vmware "shared folders"
Hi
npm fails installing any package in vmware tools "shared folders".
My development environment:
Mac OS X 10.7.3 --> VMware Fusion Version 4.0.2 (491587) with vmware tools and "shared folders". VM: CentOS 5.7.
My Node.js application is located within CentOS 5.7 and w... | gharchive/issue | 2012-03-02T16:40:55 | 2025-04-01T04:34:36.938234 | {
"authors": [
"egolovaniuc",
"isaacs"
],
"repo": "isaacs/npm",
"url": "https://github.com/isaacs/npm/issues/2221",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1988612200 | 🛑 Bo Truyol is down
In 3caa906, Bo Truyol (https://bo.truyol.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Bo Truyol is back up in 789bc30 after 53 minutes.
| gharchive/issue | 2023-11-11T00:45:56 | 2025-04-01T04:34:36.970863 | {
"authors": [
"iscrdh"
],
"repo": "iscrdh/upptime",
"url": "https://github.com/iscrdh/upptime/issues/272",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2272829131 | 🛑 ALFANET.isolucion.co is down
In c8b50ab, ALFANET.isolucion.co (https://ALFANET.isolucion.co) was down:
HTTP code: 0
Response time: 0 ms
Resolved: ALFANET.isolucion.co is back up in dd6aea6 after 2 days, 12 hours, 56 minutes.
| gharchive/issue | 2024-05-01T02:49:02 | 2025-04-01T04:34:37.035122 | {
"authors": [
"isolucionco"
],
"repo": "isolucionco/EstadoIsolucionHosting",
"url": "https://github.com/isolucionco/EstadoIsolucionHosting/issues/2705",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1807291341 | Configurability for Site or Tenant
We need a configuration for the OpenAI key per site or tenant for the case that somebody wants to use it seriously. The common key is for trying it out, but shouldn't be used for all time.
While we'r at site specific configurations: It's sensible to add a possibility to configure ad... | gharchive/issue | 2023-07-17T08:49:02 | 2025-04-01T04:34:37.059859 | {
"authors": [
"stoerr"
],
"repo": "ist-dresden/composum-AI",
"url": "https://github.com/ist-dresden/composum-AI/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
254474006 | Configuration option to include function headers as part of coverage (as Istanbul does)
Below is a screenshot showing a difference between lcov reports from istanbul and nyc. I am trying to migrate from istanbul but in order to safely do so I would preferably like to see same coverage numbers.
My request is about abi... | gharchive/issue | 2017-08-31T21:31:03 | 2025-04-01T04:34:37.069215 | {
"authors": [
"Rush",
"bcoe",
"willin"
],
"repo": "istanbuljs/nyc",
"url": "https://github.com/istanbuljs/nyc/issues/658",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
239895217 | Get Markers nearest a location (or current location)?
Hi Ivan
I know that you implement markers in a different way, since you allow them to be any React components. I'm wondering if there is a way that I can say "give me the N markers closest to me"?
thanks
Artyom
Dear users,
before you will write anything, please u... | gharchive/issue | 2017-06-30T21:41:11 | 2025-04-01T04:34:37.073009 | {
"authors": [
"effortlesseffort",
"istarkov",
"itsmichaeldiego"
],
"repo": "istarkov/google-map-react",
"url": "https://github.com/istarkov/google-map-react/issues/405",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
127086453 | Missing css in one of the examples
http://istarkov.github.io/google-map-react/map/events/
I am trying to do the same thing, but the "click" text already shown on the screen, could you also list out the css animation code? Thanks.
Examples on site are builded from the sources, so all code you need is there
ya, tha... | gharchive/issue | 2016-01-17T10:21:19 | 2025-04-01T04:34:37.074547 | {
"authors": [
"ansonla3",
"istarkov"
],
"repo": "istarkov/google-map-react",
"url": "https://github.com/istarkov/google-map-react/issues/94",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
504919758 | Use dev build instead of daily builds
Daily builds are no longer published
Also we don't have gencheck on this repo so some random changes are
included that are generated.
@howardjohn: The following test failed, say /retest to rerun them all:
Test name
Commit
Details
Rerun command
noauth_installer
e69f1a4659... | gharchive/pull-request | 2019-10-09T22:03:08 | 2025-04-01T04:34:37.078464 | {
"authors": [
"howardjohn",
"istio-testing"
],
"repo": "istio/installer",
"url": "https://github.com/istio/installer/pull/430",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
261109477 | use istio-system as default namespace
as istio.yaml indicated for mixer deployment config.
Jenkins job istio.github.io/presubmit passed
@douglas-reid I remember you objecting to this change in istio/istio when @andraxylia made a similar change. I haven't kept up. So please comment/approve.
Jenkins job istio.git... | gharchive/pull-request | 2017-09-27T20:35:31 | 2025-04-01T04:34:37.080602 | {
"authors": [
"istio-testing",
"linsun",
"rshriram"
],
"repo": "istio/istio.github.io",
"url": "https://github.com/istio/istio.github.io/pull/551",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
493269545 | Automatically manage ports on ingress LoadBalancer services on behalf of Gateway resources
Describe the feature request
At present, ports on ingress gateway LoadBalancer services are typically specified via Helm chart values files. Adding a new port to a Gateway resource does not dynamically add that port to the spec... | gharchive/issue | 2019-09-13T11:14:10 | 2025-04-01T04:34:37.192171 | {
"authors": [
"howardjohn",
"nickperry"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/issues/17076",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
504399340 | New test, TestAuthenticationZ, flaky
Example failure: https://prow.k8s.io/view/gcs/istio-prow/logs/unit-tests_istio_postsubmit/270
There are others too that I have seen.
Please revert the test or fix ASAP
The test seems behave well in the last 24 hours. It's unclear what the cause of flakiness. PR #17719 change the... | gharchive/issue | 2019-10-09T04:04:46 | 2025-04-01T04:34:37.204536 | {
"authors": [
"diemtvu",
"howardjohn"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/issues/17717",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
566800288 | Ingress ISTIO virtualhost based routing doesn't work
Bug description
[x ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure
ISTIO ingress virtual host based... | gharchive/issue | 2020-02-18T10:37:53 | 2025-04-01T04:34:37.224491 | {
"authors": [
"howardjohn",
"luccks"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/issues/21208",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
925444632 | Websocket over http2 does not work on version 10.1
[ ] Docs
[ ] Installation
[x] Networking
[ ] Performance and Scalability
[ ] Extensions and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure
[ ] Upgrade
Bug description
Envoy does not forward websocket upgrade request to th... | gharchive/issue | 2021-06-19T18:24:38 | 2025-04-01T04:34:37.238073 | {
"authors": [
"Monkeyanator",
"krasimirdermendzhiev",
"metaphor",
"skk2142"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/issues/33534",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1154457317 | TestFileSecrets test flake
https://prow.istio.io/view/gs/istio-prow/logs/unit-tests_istio_postsubmit/1498362808511762432
@ramaraochavali this is a real bug, can you take a look? The problem is we have two different methods of handling add and remove. In tests we do "add; Remove; add". Its not always processed in or... | gharchive/issue | 2022-02-28T19:18:51 | 2025-04-01T04:34:37.241903 | {
"authors": [
"howardjohn",
"ramaraochavali"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/issues/37592",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2629548606 | enablePrometheusMerge not merging app metrics
Is this the right place to submit this?
[X] This is not a security vulnerability or a crashing bug
[X] This is not a question about how to use Istio
Bug Description
Istio 1.23.3 deployed through helm chart with enablePrometheusMerge: true in meshConfig.
I am unable to... | gharchive/issue | 2024-11-01T17:40:16 | 2025-04-01T04:34:37.248088 | {
"authors": [
"lesaux",
"zirain"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/issues/53753",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
422593335 | Locality label istio-locality in k8s should not contain /, use . …
…instead
fixes: #12582
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: hzxuzhonghu
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Needs approval from an ap... | gharchive/pull-request | 2019-03-19T08:08:42 | 2025-04-01T04:34:37.268889 | {
"authors": [
"hzxuzhonghu",
"istio-testing"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/pull/12592",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
479212256 | Don't limit parallelism on unit-tests
Please provide a description for what this PR is for.
And to help us figure out who should review this PR, please
put an X in all the areas that this PR affects.
[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies... | gharchive/pull-request | 2019-08-10T01:05:27 | 2025-04-01T04:34:37.391514 | {
"authors": [
"howardjohn",
"istio-testing"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/pull/16179",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
824148421 | move functions to cluster builder
Moves functions to cluster builder so that http2protocol options deprecation can be done.
Pre cursor to https://github.com/istio/istio/pull/31273
[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[X] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] S... | gharchive/pull-request | 2021-03-08T04:19:18 | 2025-04-01T04:34:37.398152 | {
"authors": [
"istio-testing",
"ramaraochavali"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/pull/31307",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
838082724 | Bump jinja2 version
[ ] Configuration Infrastructure
[ ] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] Security
[ ] Test and Release
[ ] User Experience
[ ] Developer Infrastructure
Pull Request Attributes
Please check any characteristics that apply to this pull r... | gharchive/pull-request | 2021-03-22T20:27:50 | 2025-04-01T04:34:37.425114 | {
"authors": [
"craigbox",
"howardjohn",
"istio-testing"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/pull/31628",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1137958499 | [WIP] [TF] Install Istio with istioctl library
This avoids race conditions associated with using global variables in istioctl.
Please provide a description of this PR:
@nmittler: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
Test name
Co... | gharchive/pull-request | 2022-02-14T23:12:23 | 2025-04-01T04:34:38.133133 | {
"authors": [
"istio-testing",
"nmittler",
"therealmitchconnors"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/pull/37332",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1167912538 | add warn message
Please provide a description of this PR:
add warn message
To help us figure out who should review this PR, please put an X in all the areas that this PR affects.
[ ] Configuration Infrastructure
[x] Docs
[ ] Installation
[ ] Networking
[ ] Performance and Scalability
[ ] Policies and Telemetry
[ ] S... | gharchive/pull-request | 2022-03-14T05:36:11 | 2025-04-01T04:34:38.142444 | {
"authors": [
"Chen-Xintong",
"istio-testing",
"xichengliudui"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/pull/37896",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2376525383 | Automator: update istio/client-go@master dependency in istio/istio@master
Generated by Automator - 2024-06-27T01:18:28+00:00
@istio-testing: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
Test name
Commit
Details
Required
Rerun command
... | gharchive/pull-request | 2024-06-27T01:26:31 | 2025-04-01T04:34:38.153184 | {
"authors": [
"istio-testing"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/pull/51752",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
364702669 | fix boilerplate error in /bin and /prow directory
parts of https://github.com/istio/istio/issues/8996
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: linsun
If the... | gharchive/pull-request | 2018-09-28T00:53:18 | 2025-04-01T04:34:38.190744 | {
"authors": [
"hzxuzhonghu",
"istio-testing",
"linsun",
"sdake",
"stewart-yu"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/pull/9024",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
365757679 | Fix the gate
stackdriver 0.6.0 brings in a slew of dependencies which
are incompatible or otherwise not usable by Istio or its
transitive dependencies. Pin stackdriver to 0.5.0.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by:
To fully approve this pull request, please assign addi... | gharchive/pull-request | 2018-10-02T06:28:37 | 2025-04-01T04:34:38.245114 | {
"authors": [
"istio-testing",
"sdake"
],
"repo": "istio/istio",
"url": "https://github.com/istio/istio/pull/9086",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
225539222 | DO NOT MERGE! Fast Forward stable to 1870ac815d2ba13860088c92cadd9b62432c79f6.
This PR will be merged automatically once checks are successful.
This change is
Jenkins job mixer/postsubmit passed
Jenkins job mixer/e2e-suite passed
| gharchive/pull-request | 2017-05-01T22:02:56 | 2025-04-01T04:34:38.247328 | {
"authors": [
"istio-testing"
],
"repo": "istio/mixer",
"url": "https://github.com/istio/mixer/pull/644",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
490539337 | WIP: Add force flag to bypass validation
In case users have custom charts, or there's a problem with our schema, we need a bypass for the values validation. This flag will cause the tool to still report validation errors but proceed in spite of them.
@ostromart: The following test failed, say /retest to rerun them ... | gharchive/pull-request | 2019-09-06T21:59:52 | 2025-04-01T04:34:38.255140 | {
"authors": [
"istio-testing",
"ostromart"
],
"repo": "istio/operator",
"url": "https://github.com/istio/operator/pull/266",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
265936668 | Rename Attributes to CompressedAttributes
What this PR does / why we need it:
Istio/api renamed Attributes to CompressedAttributes. Hence this change.
Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #
Special notes ... | gharchive/pull-request | 2017-10-16T22:31:46 | 2025-04-01T04:34:38.260361 | {
"authors": [
"istio-testing",
"ldemailly",
"qiwzhang"
],
"repo": "istio/pilot",
"url": "https://github.com/istio/pilot/pull/1505",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
168570485 | Using the new version. Don't see the notifications. What am i missing.
Selected all the pokemon in favorite pokemon list. Notifications->favorite norification-> ON
Don't see any notification. What am i missing??
And I used version 2.0 IPA
The backgrounding in 2.0 was terminated by iOS more often than we'd like, w... | gharchive/issue | 2016-08-01T05:36:34 | 2025-04-01T04:34:38.458947 | {
"authors": [
"istornz",
"mtelaprolu",
"parrots"
],
"repo": "istornz/iPokeGo",
"url": "https://github.com/istornz/iPokeGo/issues/128",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
113725776 | ng-cher
Angular module for talking to the cher client API
As a developer, I want to be able to install an angular module and use that to talk to the cher admin API. I should be able to specify the API version
| gharchive/issue | 2015-10-28T01:50:38 | 2025-04-01T04:34:38.459872 | {
"authors": [
"jray"
],
"repo": "istrategylabs/cher",
"url": "https://github.com/istrategylabs/cher/issues/33",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
70708552 | Trying to install, I get this error. Could you help?
2015-04-24 14:39:05,501 27075 INFO 03test openerp.modules.loading: loading product_variant_multi/product_view.xml
2015-04-24 14:39:05,906 27075 ERROR 03test openerp.addons.base.ir.ir_ui_view: Field price_margin does not exist
Error context:
View product.variant.for... | gharchive/issue | 2015-04-24T14:47:15 | 2025-04-01T04:34:38.490887 | {
"authors": [
"lapagept",
"yelizariev"
],
"repo": "it-projects-llc/pos-addons",
"url": "https://github.com/it-projects-llc/pos-addons/issues/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1278685432 | Create script that creates users with roles
Description
This is the user story to create a script that will create default users with their roles so that we can use them for testing.
Acceptance Criteria
Create following roles in the system: Користувач, Модератор, Адміністратор
Create script that will create a use... | gharchive/issue | 2022-06-21T16:19:53 | 2025-04-01T04:34:38.494668 | {
"authors": [
"AndriyParaschuk",
"KhrystynaSuliy",
"Vladyslavko36"
],
"repo": "ita-social-projects/Fragments-back-end",
"url": "https://github.com/ita-social-projects/Fragments-back-end/issues/67",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1773281690 | ['Create habit' page edit mode] The new custom habit with empty 'Habit description' input field could be created
Environment:
OS: macOS Monterey
Version: 12.6.5
Browser: Safari
Version: 16.4.1
Reproducible: always
Build found: 25.06.2023
Pre-conditions
Registered user is logged in https://www.greencity.social/
'Crea... | gharchive/issue | 2023-06-25T13:20:26 | 2025-04-01T04:34:38.500139 | {
"authors": [
"Vadym840217",
"machechka"
],
"repo": "ita-social-projects/GreenCity",
"url": "https://github.com/ita-social-projects/GreenCity/issues/5994",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2758849358 | [TC][Main][Instagram block][Mobile] Verify the user can scroll through Instagram posts to the right and left.
Priority: High
Environment: Mobile
Preconditions:
The "StreetCode" page is opened.
Scroll to Instagram block "Ми в інсті".
Steps to reproduce:
Scroll on the right to Instagram posts
Scroll on the left to I... | gharchive/issue | 2024-12-25T14:55:45 | 2025-04-01T04:34:38.504134 | {
"authors": [
"Artem650"
],
"repo": "ita-social-projects/StreetCode",
"url": "https://github.com/ita-social-projects/StreetCode/issues/1887",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
810594916 | Fix for not found lesson check
Validation for not found lesson were added
Changed check for null mentorId
Please, always provide "steps to reproduce" information for issues/PRs marked as bugs. Adding a screenshot probably would be a good practice too.
Also these changes would probably affect this pull request: ht... | gharchive/pull-request | 2021-02-17T22:44:15 | 2025-04-01T04:34:38.505759 | {
"authors": [
"Fizik97",
"gingerbread-monster"
],
"repo": "ita-social-projects/WhatBackend",
"url": "https://github.com/ita-social-projects/WhatBackend/pull/429",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
792037680 | [4001] errore EC025
Salve
al Comune di CARTOCETO in presubentro - idOperazioneANPR 20843227
facendo una estrazione dei cittadini per un intevallo id ANPR
con datiAnagraficiRichiesti=1 (codice presente nella tabella 16)
torna errore EC025 (Codice datiAnagraficiRichiesti non valido)
stessa cosa che mettendo datiAnagra... | gharchive/issue | 2021-01-22T14:14:36 | 2025-04-01T04:34:38.513764 | {
"authors": [
"Hdemografici",
"rvinzani"
],
"repo": "italia/anpr",
"url": "https://github.com/italia/anpr/issues/2443",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1057276668 | codice catastale comune sulla famiglia di altro comune
La famiglia 12641318 era emigrata cerso il comune di Imola in due tranche. Successivamente è stata annullata la mutazione da parte del comune di Imola. Attualmente la famiglia risulta residente nel nostro comune ma permane il codice catastale 037032 del comune ... | gharchive/issue | 2021-11-18T12:03:22 | 2025-04-01T04:34:38.516824 | {
"authors": [
"CESARERAMADORI",
"frmariani"
],
"repo": "italia/anpr",
"url": "https://github.com/italia/anpr/issues/2961",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1749624102 | Atto di Matrimonio - UseCase 319999: Dati Pubblicazione da consolato
Salve,
Nel caso d'uso in oggetto il matrimonio può essere celebrato su delega di un consolato. In base al mapping la pubblicazione di un atto di matrimonio prevede obbligatoriamente i dati di provincia e comune che nella casistica in analisi sono es... | gharchive/issue | 2023-06-09T10:29:59 | 2025-04-01T04:34:38.520721 | {
"authors": [
"DiBellaDavide",
"amusarra"
],
"repo": "italia/ansc",
"url": "https://github.com/italia/ansc/issues/180",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2014658020 | usecase 52112 Straniero o apolide, del quale il padre o la madre o uno dei ascendenti in linea retta di secondo grado sono stati cittadini per nascita: acquisto mediante prestazione del servizio militare per lo Stato italiano (Citt_006)
Buonasera,
nel mapping esiste l'obbligatorietà del model evento.eventocollegato p... | gharchive/issue | 2023-11-28T15:06:21 | 2025-04-01T04:34:38.522695 | {
"authors": [
"annamaraspin",
"asqueglia"
],
"repo": "italia/ansc",
"url": "https://github.com/italia/ansc/issues/515",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2071850458 | RILASCIO CERTIFICAZIONI
DA LISSONE
Si segnala che quando vengono rilasciati certificati/estratti/copie integrali degli atti, leggendo il QRCODE in alto a destra:
Se il certificato è stato richiesto dalla webapp, non escono i dati del richiedente il certificato
Se il certificato è stato rilasciato per il tramite del ... | gharchive/issue | 2024-01-09T08:15:55 | 2025-04-01T04:34:38.525281 | {
"authors": [
"asqueglia"
],
"repo": "italia/ansc",
"url": "https://github.com/italia/ansc/issues/595",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2093270649 | Campo tipoNascitaSoggetto versione 1.23.0
Nel changelog della versione 1.23.0 è indicata l'aggiunta del campo tipoNascitaSoggetto nell'oggetto ModelDatiDiNascita, ma nel file model_evento.yaml risulta invece che sia stato aggiunto nell'oggetto ModelDocumentoRiconoscimento.
Buonasera,
si comunica che è stato corrett... | gharchive/issue | 2024-01-22T07:33:17 | 2025-04-01T04:34:38.527039 | {
"authors": [
"gbuemi",
"siscomanpr"
],
"repo": "italia/ansc",
"url": "https://github.com/italia/ansc/issues/629",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
323627382 | Nuovo design-react-kit
Sostituzione files di design-react con nuovo design-react-kit basato su Bootstrap Italia e nuovo UI kit.
@gesposito ho aggiunto tutto il tuo lavoro preso da https://github.com/italia/design-react-kit in questo branch. Da qui, quando riusciamo potremmo:
1 - controllare, attraverso il compare, co... | gharchive/pull-request | 2018-05-16T13:44:11 | 2025-04-01T04:34:38.530325 | {
"authors": [
"francescozaia",
"gesposito"
],
"repo": "italia/design-react",
"url": "https://github.com/italia/design-react/pull/14",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
389711986 | Richiesta di validazione dei metadati - Unione Bassa Bresciana Occidentale
Buongiorno,
per conto dell'unione si richiede la verifica e il deploy dei metadati esposti all'URL:
https://www.suap.unionecomunibbo.it/simplesaml/module.php/saml/sp/metadata.php/unionebbo
Buongiorno,
In relazione alla richiesta in oggetto, ... | gharchive/issue | 2018-12-11T11:11:47 | 2025-04-01T04:34:38.540074 | {
"authors": [
"AntonioGiovanniSchiavone",
"globogis"
],
"repo": "italia/spid",
"url": "https://github.com/italia/spid/issues/699",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2508573173 | 🛑 ITBM WebSite is down
In 58901a9, ITBM WebSite (https://itbm.mx) was down:
HTTP code: 0
Response time: 0 ms
Resolved: ITBM WebSite is back up in d3dd7da after 9 minutes.
| gharchive/issue | 2024-09-05T19:35:24 | 2025-04-01T04:34:38.542639 | {
"authors": [
"itbm-services"
],
"repo": "itbm-services/projects",
"url": "https://github.com/itbm-services/projects/issues/523",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2042755346 | deps: bump upper scmrepo limit to <3
Needed for https://github.com/iterative/dvc/pull/10168
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (96c6d9d) 85.37% compared to head (d2c05ca) 85.37%.
Additional details and impacted files
@@ Coverage Dif... | gharchive/pull-request | 2023-12-15T01:48:31 | 2025-04-01T04:34:38.577736 | {
"authors": [
"codecov-commenter",
"efiop"
],
"repo": "iterative/gto",
"url": "https://github.com/iterative/gto/pull/434",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1251066522 | Install error
Unity 2022.1.2f1
installed the latest version through Package Manager
newer versions of unity not supported yet,
try this url instead to install (with the #v1.0.0 suffix)
https://github.com/itisnajim/SocketIOUnity.git#v1.0.0
if not working, choose a lower version of unity and install via
https://gi... | gharchive/issue | 2022-05-27T17:38:11 | 2025-04-01T04:34:38.602348 | {
"authors": [
"WeroCode",
"itisnajim",
"jingfu-wei"
],
"repo": "itisnajim/SocketIOUnity",
"url": "https://github.com/itisnajim/SocketIOUnity/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1498163011 | Fix for YOLO tf models
@FenixFly
@FenixFly, можно мержить, если у тебя нет больше никаких изменений.
| gharchive/pull-request | 2022-12-15T10:16:50 | 2025-04-01T04:34:38.603249 | {
"authors": [
"VankaVstanka03",
"valentina-kustikova"
],
"repo": "itlab-vision/dl-benchmark",
"url": "https://github.com/itlab-vision/dl-benchmark/pull/318",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1815687219 | Model Wishlist
Was just wondering about the possibility of implementing models with time-varying boundaries (or collapsing boundaries). That said, it might make sense to not have that as a priority, given some of their critiques.
https://www.frontiersin.org/articles/10.3389/fpsyg.2014.01364/full (implementation)
htt... | gharchive/issue | 2023-07-21T12:00:36 | 2025-04-01T04:34:38.645951 | {
"authors": [
"DominiqueMakowski",
"itsdfish",
"kiante-fernandez"
],
"repo": "itsdfish/SequentialSamplingModels.jl",
"url": "https://github.com/itsdfish/SequentialSamplingModels.jl/issues/41",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1762336512 | updated DDM to reflect tuple output
I have revised the code to align with the standardized coding conventions of the SequentialSamplingModel interface.
Codecov Report
Patch coverage has no change and project coverage change: -0.70 :warning:
Comparison is base (8dca685) 54.51% compared to head (1aee66f) 53.81%.
Ad... | gharchive/pull-request | 2023-06-18T15:06:07 | 2025-04-01T04:34:38.655446 | {
"authors": [
"codecov-commenter",
"itsdfish",
"kiante-fernandez"
],
"repo": "itsdfish/SequentialSamplingModels.jl",
"url": "https://github.com/itsdfish/SequentialSamplingModels.jl/pull/22",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
265470356 | add includeMonth()
includeMonth() added as picker property
additional collection view cell that includes a month is added
datetimepicker uses logic to determine which cell to show
replaces PR #44
I think it's all good now. I'll merge it now, though I'll tweak the full date cell layout a bit to make it look better.
... | gharchive/pull-request | 2017-10-14T06:58:55 | 2025-04-01T04:34:38.670330 | {
"authors": [
"itsmeichigo",
"monkeywithacupcake"
],
"repo": "itsmeichigo/DateTimePicker",
"url": "https://github.com/itsmeichigo/DateTimePicker/pull/45",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
327070030 | YouTubeTv doesn’t work
Probably need to spoof the user agent
YouTube TV uses WideVine DRM which isn't supported in WebViews, so it's not realistically possible to make it work in HeliumLift.
| gharchive/issue | 2018-05-28T16:05:50 | 2025-04-01T04:34:38.675153 | {
"authors": [
"itsthisjustin",
"xgerrit"
],
"repo": "itsthisjustin/HeliumLift",
"url": "https://github.com/itsthisjustin/HeliumLift/issues/19",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1992844118 | Spark v3 support
Hello,
The documention mentions that spark3 branch should be used for Spark v3.
Could not find spark3 branch, and also there is no spark-greenplum-connector release for Spark v3.
Does spark-greenplum-connector support Spark v3?
Please let me know how to find the sources to build or released artifact ... | gharchive/issue | 2023-11-14T14:20:45 | 2025-04-01T04:34:38.677849 | {
"authors": [
"hovercraft-github",
"ordukhanian"
],
"repo": "itsumma/spark-greenplum-connector",
"url": "https://github.com/itsumma/spark-greenplum-connector/issues/10",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1077606733 | Add a set of backup flag to enable itzg/mc-backup sidecar
https://hub.docker.com/r/itzg/mc-backup offers instructions on how to configure mc-backup within Kubernetes.
Since this is the official home of the itzg minecraft chart, it would benefit users to have this backup option integrated and configurable via helm cha... | gharchive/issue | 2021-12-11T18:06:15 | 2025-04-01T04:34:38.697605 | {
"authors": [
"displague",
"itzg",
"merkinbob"
],
"repo": "itzg/minecraft-server-charts",
"url": "https://github.com/itzg/minecraft-server-charts/issues/91",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
504478951 | Table zoauth_consumer
Hi,
Looks like zoauth_consumer is missing in the repo?
https://github.com/ivanfemia/abap2gapps/blob/6bf5778ee39c2f531af9fde159cd95684395a457/src/z_gaabap_setup_2_register_user.prog.abap#L121
This project depends on abap2oauth repo
ahh, okay, closing
| gharchive/issue | 2019-10-09T07:55:33 | 2025-04-01T04:34:38.724769 | {
"authors": [
"ivanfemia",
"larshp"
],
"repo": "ivanfemia/abap2gapps",
"url": "https://github.com/ivanfemia/abap2gapps/issues/3",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
302299938 | Installation Guide - Link to STMS empty - SAPLink nuggets appear old
Dear colleagues,
in the wiki it is told that there is beside of abapGit (Preferred) also the option to install via STMS or SAPLink. But the link behind STMS appears to be empty. And when I look for SAPLink Nuggets in the given links, I see only old ... | gharchive/issue | 2018-03-05T13:29:31 | 2025-04-01T04:34:38.728682 | {
"authors": [
"RainerWinkler",
"gregorwolf",
"ivanfemia"
],
"repo": "ivanfemia/abap2xlsx",
"url": "https://github.com/ivanfemia/abap2xlsx/issues/523",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
642658059 | [Simple POC] - Implementing currency in money to support multiple currencies
Hey @ivanpaulovich, how are you?
I implemented a simple POC so we can discuss the design and you can validate if the things are in the right place.
I created a Currency value object inside Money and created the CurrencyExchangeService inject... | gharchive/pull-request | 2020-06-21T23:11:29 | 2025-04-01T04:34:38.738799 | {
"authors": [
"ivanpaulovich",
"vmamore"
],
"repo": "ivanpaulovich/clean-architecture-manga",
"url": "https://github.com/ivanpaulovich/clean-architecture-manga/pull/204",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
309015482 | Project status
Hi,
What is the status of this project? What are the main changes compared to mozilla/shumway? What changes do you plan? What is the goal of this fork?
I am also interested in having a working Flash Player. I have considered forking and refactoring Shumway but eventually started a fresh project (Open F... | gharchive/issue | 2018-03-27T15:18:12 | 2025-04-01T04:34:38.748769 | {
"authors": [
"demurgos",
"ivanpopelyshev"
],
"repo": "ivanpopelyshev/shumway",
"url": "https://github.com/ivanpopelyshev/shumway/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
911322998 | add SwiftUI modifier
Goal
Add SPAlert as SwiftUI modifier
Checklist
[x] Testing in iOS
[x] Installed correct via Swift Package Manager and Cocoapods
Thank you for such a beautiful library, I added SwiftUI modifier syntax for it @ivanvorobei
Wow, looks super cool!
Thanks! Soon check it deep and can merge and r... | gharchive/pull-request | 2021-06-04T09:42:40 | 2025-04-01T04:34:38.757512 | {
"authors": [
"HonQii",
"ivanvorobei"
],
"repo": "ivanvorobei/SPAlert",
"url": "https://github.com/ivanvorobei/SPAlert/pull/32",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
680878052 | XPC connection invalid
I'v added Privacy - Bluetooth Always Usage Description to my Info.plist and then call .bluetooth permission with SPPermissions.list([.bluetooth]) but I get [CoreBluetooth] XPC connection invalid error when I touch the Activate button and no native alert is showed.
Note that when I manually call... | gharchive/issue | 2020-08-18T10:12:46 | 2025-04-01T04:34:38.769153 | {
"authors": [
"Bejil",
"Manfred-Wang",
"gumbypp",
"ivanvorobei"
],
"repo": "ivanvorobei/SPPermissions",
"url": "https://github.com/ivanvorobei/SPPermissions/issues/202",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
185180443 | Incompatible with Python 3
I tried to check some Python3 project and found out that this image incompatible with Py3K features and syntax. For example, flake8 throws NameError at FileNotFoundError and throws SyntaxError at PEP 484 (type hints) syntax.
yeah - this tool was never tested vs. Python 3 projects. We're j... | gharchive/issue | 2016-10-25T17:19:47 | 2025-04-01T04:34:38.774032 | {
"authors": [
"stebunovd",
"valentjedi"
],
"repo": "ivelum/codestyle",
"url": "https://github.com/ivelum/codestyle/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
456179874 | Major Issue 3MB image getting 22MB after save.
There is a major issue when i am uploading and saving 3MB image its getting 22MB after save. It will slow my application if we go with this issue. Please resolve it asap. Thanks!
Thanks for issue posting, please debug saving chain in painterro and create PR for fix if ... | gharchive/issue | 2019-06-14T10:37:34 | 2025-04-01T04:34:38.781883 | {
"authors": [
"SeibelStan",
"ivictbor",
"paritoshcardinal"
],
"repo": "ivictbor/painterro",
"url": "https://github.com/ivictbor/painterro/issues/57",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2584233578 | 🛑 21Eurkon is down
In b575311, 21Eurkon (https://blog.eurkon.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: 21Eurkon is back up in a387d2a after 23 minutes.
| gharchive/issue | 2024-10-13T19:59:44 | 2025-04-01T04:34:38.843376 | {
"authors": [
"iwyang"
],
"repo": "iwyang/check",
"url": "https://github.com/iwyang/check/issues/10085",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1228644037 | 🛑 Nekolas's Blog is down
In 9f4763b, Nekolas's Blog (https://blog.nekolas.cafe/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Nekolas's Blog is back up in e6884ea.
| gharchive/issue | 2022-05-07T14:36:20 | 2025-04-01T04:34:38.845734 | {
"authors": [
"iwyang"
],
"repo": "iwyang/check",
"url": "https://github.com/iwyang/check/issues/1220",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1007392833 | 🛑 Takagi is down
In 6dd0af7, Takagi (https://lixingyong.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Takagi is back up in 2d26d78.
| gharchive/issue | 2021-09-26T13:31:10 | 2025-04-01T04:34:38.848005 | {
"authors": [
"iwyang"
],
"repo": "iwyang/check",
"url": "https://github.com/iwyang/check/issues/509",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2523293726 | 🛑 21Eurkon is down
In 0268cbe, 21Eurkon (https://blog.eurkon.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: 21Eurkon is back up in 834c7dc after 11 minutes.
| gharchive/issue | 2024-09-12T20:27:53 | 2025-04-01T04:34:38.850301 | {
"authors": [
"iwyang"
],
"repo": "iwyang/check",
"url": "https://github.com/iwyang/check/issues/9546",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
785746636 | Modernize the ixo address generation function
Apparently the "bytes" value for the crypto's digest function's
"encoding" argument is deprecated. It looks like it was used to
make the function output a Buffer data type, but the digest
function is currently behaving the same way even if we don't
specify an encoding.
Th... | gharchive/pull-request | 2021-01-14T07:20:22 | 2025-04-01T04:34:38.860513 | {
"authors": [
"gwn",
"migueldingli1997"
],
"repo": "ixofoundation/cosmosjs",
"url": "https://github.com/ixofoundation/cosmosjs/pull/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2139630452 | 🛑 Ixtanet Main is down
In 30ed590, Ixtanet Main ($MAIN_ROUTER) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Ixtanet Main is back up in d39ba44 after 22 minutes.
| gharchive/issue | 2024-02-16T23:29:08 | 2025-04-01T04:34:38.862875 | {
"authors": [
"aalonzolu"
],
"repo": "ixtanet/upptime",
"url": "https://github.com/ixtanet/upptime/issues/1243",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2203606842 | 🛑 N IXTANET is down
In b8c4a18, N IXTANET ($N_IXTANET) was down:
HTTP code: 0
Response time: 0 ms
Resolved: N IXTANET is back up in 673f909 after 32 minutes.
| gharchive/issue | 2024-03-23T01:26:54 | 2025-04-01T04:34:38.865001 | {
"authors": [
"aalonzolu"
],
"repo": "ixtanet/upptime",
"url": "https://github.com/ixtanet/upptime/issues/1291",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2616191296 | 🛑 Purificadora Ixtatan is down
In 2db09ee, Purificadora Ixtatan ($WEB_PURIFICADORA_IXTATAN) was down:
HTTP code: 523
Response time: 764 ms
Resolved: Purificadora Ixtatan is back up in 4c83101 after 10 minutes.
| gharchive/issue | 2024-10-26T22:47:26 | 2025-04-01T04:34:38.867332 | {
"authors": [
"aalonzolu"
],
"repo": "ixtanet/upptime",
"url": "https://github.com/ixtanet/upptime/issues/1766",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
191076719 | Update Robinhood jobs url
The Robinhood jobs page has changed - this is the canonical url.
Awesome! Thanks a ton for contributing :)
| gharchive/pull-request | 2016-11-22T17:44:19 | 2025-04-01T04:34:38.932274 | {
"authors": [
"j-delaney",
"jbinney"
],
"repo": "j-delaney/easy-application",
"url": "https://github.com/j-delaney/easy-application/pull/76",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
646525556 | Fix NPE if value is null
This is a FIX suggestion for a NPE when a value is null on a POJO.
Thank you for the PR. Since we are getting the value by calling a getter method, we can use the return type of that getter to get the sql type instead of the value's class, something like:
-- Object value = propertyDescripto... | gharchive/pull-request | 2020-06-26T21:39:55 | 2025-04-01T04:34:38.936003 | {
"authors": [
"benas",
"seseso"
],
"repo": "j-easy/easy-batch",
"url": "https://github.com/j-easy/easy-batch/pull/376",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2323918402 | 資料集問題
想請教作者資料集的部分是怎麼做處理的?
因為與原始數據不同
以PEMS03舉例,原始npz shape=(26208, 358, 1),但作者提供的已拆分好
並且變成(15711, 12, 358, 1) 多了12
也多了x和y
想詢問12和x,y各代表什麼意思?
謝謝
您好,假设单个节点的26帧序列值是[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26],shape即(26,1,1),我们的任务是已知前面12帧数值预测后面12帧数值,例如已知[2,3,4,5,6,7,8,9,10,11,12,13],预测出结果[14,15,... | gharchive/issue | 2024-05-29T17:56:38 | 2025-04-01T04:34:38.943416 | {
"authors": [
"j1o2h3n",
"yunxin108"
],
"repo": "j1o2h3n/DDSTGCN",
"url": "https://github.com/j1o2h3n/DDSTGCN/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
172258346 | Add favorite locations
Hi j2rong,
I really love FakeLocation is a neat and really useful tool. However there is one thing your app is missing: a feature to search locations instead of having to pin locations zooming in a map OR a feature to save places as favorites and being able to use them later. If you could add o... | gharchive/issue | 2016-08-20T07:15:57 | 2025-04-01T04:34:38.945433 | {
"authors": [
"Pcsl",
"roylaprattep",
"tzr3565"
],
"repo": "j2rong/FakeLocation",
"url": "https://github.com/j2rong/FakeLocation/issues/20",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
236751590 | Installing On Ubuntu 16.04 lts
Im trying to install polybar but Im getting this message
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribu... | gharchive/issue | 2017-06-18T23:09:59 | 2025-04-01T04:34:38.984210 | {
"authors": [
"BenderFendor",
"patrick96"
],
"repo": "jaagr/polybar",
"url": "https://github.com/jaagr/polybar/issues/621",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
142619077 | Hw finished
We have finished our homework which can be found here: https://github.com/bjur/SAT_solver.git
Have a nice day, B
I've added a link to the latest commit. Please let me know if you change anything before the deadline, so I can update the link.
We made a couple fixes, and we apologise for inconvenience.
... | gharchive/issue | 2016-03-22T11:13:53 | 2025-04-01T04:34:38.992332 | {
"authors": [
"bjur",
"jaanos"
],
"repo": "jaanos/LVR-2016",
"url": "https://github.com/jaanos/LVR-2016/issues/1",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
218730550 | 启动报关于图片模块导入的错误,希望可以指导下哈
ERROR in ./~/.6.4.1@babel-loader/lib!./~/.1.7.1@eslint-loader!./~/.8.7.0@vue-loader/lib/selector.js?type=script&index=0!./src/components/Navbar.vue
Module not found: Error: Cannot resolve module 'image-webpack' in /Users/jinyunyan/Desktop/test/vuetest/jackblog-vue/src/components
@ ./~/.6.4.1@b... | gharchive/issue | 2017-04-01T23:42:55 | 2025-04-01T04:34:39.023349 | {
"authors": [
"jackhutu",
"yanjinyun"
],
"repo": "jackhutu/jackblog-vue",
"url": "https://github.com/jackhutu/jackblog-vue/issues/14",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.