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 |
|---|---|---|---|---|---|
1393672928 | 🛑 Client Portal is down
In e28d3db, Client Portal (https://accounts.infinite8.co) was down:
HTTP code: 404
Response time: 109 ms
Resolved: Client Portal is back up in 3740e92.
| gharchive/issue | 2022-10-02T07:30:13 | 2025-04-01T04:34:34.802115 | {
"authors": [
"jonathanfinley"
],
"repo": "infinite8co/upptime",
"url": "https://github.com/infinite8co/upptime/issues/723",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
209735796 | FIx documentation of microseconds duration
The documentation says that u and µ are supported suffixes for durations, but only us and µs actually work.
Using u or µ fails with run: parse config: time: unknown unit µ in duration 1µ and run: parse config: time: unknown unit u in duration 1u.
This PR fixes the documentat... | gharchive/pull-request | 2017-02-23T11:30:00 | 2025-04-01T04:34:34.826560 | {
"authors": [
"cm6051",
"rkuchan"
],
"repo": "influxdata/docs.influxdata.com",
"url": "https://github.com/influxdata/docs.influxdata.com/pull/1031",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
665443778 | JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Hello All,
Anyhelp is much appreciated , I am using
**InfluxDB version: Version 2.0.0 (f54848f)
**InfluxDB-python version: influxdb-5.3.0
**Python version: 3.7.4
**Operating system version: macOS 10.14.5
I am trying to instantiate a DF client as below
clien... | gharchive/issue | 2020-07-24T22:10:08 | 2025-04-01T04:34:34.854800 | {
"authors": [
"raghavchalapathy",
"sakethramanujam",
"sunilsaini47"
],
"repo": "influxdata/influxdb-python",
"url": "https://github.com/influxdata/influxdb-python/issues/838",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
489949729 | creating a notification rule from any to crit should generate the correct flux
looks like it is generating monitor.stateChanges(fromLevel: "unknown", toLevel: "crit")
but it should be monitor.stateChanges(fromLevel: "any", toLevel: "crit")
this may also solve this issue: https://github.com/influxdata/influxdb/issue... | gharchive/issue | 2019-09-05T19:13:16 | 2025-04-01T04:34:34.856691 | {
"authors": [
"russorat"
],
"repo": "influxdata/influxdb",
"url": "https://github.com/influxdata/influxdb/issues/14978",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
630108262 | Write data from a URL
Proposal:
Extend the influx write command with the ability to write data from a URL.
Current behavior:
Right now you can only write line protocol or csv data from files or stdin.
Desired behavior:
Add a -u, --url parameter to the influx write command that grabs line protocol or csv from a remote... | gharchive/issue | 2020-06-03T15:43:44 | 2025-04-01T04:34:34.866099 | {
"authors": [
"jsteenb2",
"sanderson",
"sranka"
],
"repo": "influxdata/influxdb",
"url": "https://github.com/influxdata/influxdb/issues/18349",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1519470764 | Large amount of RAM
Large amount of RAM for a little increase cardinality.
Proposal:
For a cardinality of 365. I have a RAM usage of 64GB RAM.
Current behavior:
On starup the RAM increas to 64GB or up to 80GB and then only 5GB are used by infuxd task.
By raise cardinality from 6x6 to 6x12 RAM grow from 5GB up to 12GB... | gharchive/issue | 2023-01-04T19:28:34 | 2025-04-01T04:34:34.870903 | {
"authors": [
"Nick135",
"pki791"
],
"repo": "influxdata/influxdb",
"url": "https://github.com/influxdata/influxdb/issues/24022",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
411531238 | storage: cleanup shard errors
[x] Rebased/mergeable
[x] Tests pass
[x] http/swagger.yml updated (if modified Go structs or API)
[x] Sign CLA (if not already signed)
Hi @e-dard @zeebo , request a review.
Thanks @zhulongcheng.
| gharchive/pull-request | 2019-02-18T15:30:16 | 2025-04-01T04:34:34.872959 | {
"authors": [
"e-dard",
"zhulongcheng"
],
"repo": "influxdata/influxdb",
"url": "https://github.com/influxdata/influxdb/pull/11963",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
834112163 | chore: updated CONTRIBUTING.md for new package config script
[X] Well-formatted commit messages
[X] Rebased/mergeable
[X] Tests pass
[X] Documentation updated or issue created (provide link to issue/pr)
Thanks for the PR @davidby-influx !
| gharchive/pull-request | 2021-03-17T19:33:56 | 2025-04-01T04:34:34.875220 | {
"authors": [
"davidby-influx",
"lesam"
],
"repo": "influxdata/influxdb",
"url": "https://github.com/influxdata/influxdb/pull/20990",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
154289728 | Teach the http service how to enforce connection limits
The http connection limit is for any HTTP operation and is independent
of the other connection limits. It should be set to a higher value than
the query limit or the write limit. The difference between this and the
other connection limits is it will close out th... | gharchive/pull-request | 2016-05-11T16:44:54 | 2025-04-01T04:34:34.881524 | {
"authors": [
"joelegasse",
"jsternberg",
"jwilder"
],
"repo": "influxdata/influxdb",
"url": "https://github.com/influxdata/influxdb/pull/6601",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2055219248 | 🛑 alternative site is down
In 338d18d, alternative site (https://almgro7al3nzy.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: alternative site is back up in 9b08698 after 25 minutes.
| gharchive/issue | 2023-12-24T21:46:29 | 2025-04-01T04:34:34.970688 | {
"authors": [
"info-devf5r"
],
"repo": "info-devf5r/VPN",
"url": "https://github.com/info-devf5r/VPN/issues/1508",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1689995622 | 🛑 موقع تجريبي is down
In e0a66f8, موقع تجريبي (https://www.nulled.to) was down:
HTTP code: 403
Response time: 97 ms
Resolved: موقع تجريبي is back up in ac6fb42.
| gharchive/issue | 2023-04-30T16:59:10 | 2025-04-01T04:34:34.973031 | {
"authors": [
"info-devf5r"
],
"repo": "info-devf5r/VPN",
"url": "https://github.com/info-devf5r/VPN/issues/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1718385185 | 🛑 CHAT Website is down
In 4aff462, CHAT Website (https://chat.devf5r.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: CHAT Website is back up in e945452.
| gharchive/issue | 2023-05-21T06:13:42 | 2025-04-01T04:34:34.975314 | {
"authors": [
"info-devf5r"
],
"repo": "info-devf5r/VPN",
"url": "https://github.com/info-devf5r/VPN/issues/342",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
126516646 | Add end-to-end tests for assertion definition
Add a number of end-to-end tests for assertions. Most tests use
sentence from wikipedia. Each test is commented with what it is testing.
I see you ported the method names from whoami (I defined many of them). These method names are actually bad practice, because they do... | gharchive/pull-request | 2016-01-13T21:17:06 | 2025-04-01T04:34:34.990642 | {
"authors": [
"alvaromorales",
"moldot"
],
"repo": "infolab-csail/whoami",
"url": "https://github.com/infolab-csail/whoami/pull/49",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
689058379 | Update CHANGELOG.md for v.0.0.3
Closes: #214
Description
Update CHANGELOG.md for v.0.0.3
For contributor use:
[ ] Unit tests written
[ ] Added test to CI if applicable
[ ] Updated CHANGELOG_PENDING.md
[ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
[ ] Update... | gharchive/pull-request | 2020-08-31T09:23:17 | 2025-04-01T04:34:35.043008 | {
"authors": [
"adizere",
"ancazamfir",
"codecov-commenter"
],
"repo": "informalsystems/ibc-rs",
"url": "https://github.com/informalsystems/ibc-rs/pull/215",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
788923699 | Testing & cleanup: follow-up to migration work
Closes: #469
For contributor use:
[ ] Updated the Unreleased section of CHANGELOG.md with the issue.
[ ] If applicable: Unit tests written, added test to CI.
[ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
[ ] U... | gharchive/pull-request | 2021-01-19T11:00:28 | 2025-04-01T04:34:35.072505 | {
"authors": [
"adizere",
"codecov-io",
"vitorenesduarte"
],
"repo": "informalsystems/ibc-rs",
"url": "https://github.com/informalsystems/ibc-rs/pull/535",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
166877427 | Clean up and document angular bindings
The current angular binding is messy and undocumented:
[x] When the library is used in angular we need to clean up the global ERMrest library.
[x] For the revised API sketch we do not need the factory, we just need ERMrest to be the factory.
[x] We need documentation. Ideally t... | gharchive/issue | 2016-07-21T17:43:57 | 2025-04-01T04:34:35.079950 | {
"authors": [
"jrchudy",
"robes"
],
"repo": "informatics-isi-edu/ermrestjs",
"url": "https://github.com/informatics-isi-edu/ermrestjs/issues/104",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
295891885 | add goofys
@stevehadd I think this is what is needed but haven't tested. It mounts a load of buckets you likely don't kneed so you can remove them.
Good luck
My recommendation would be to put the mounts in /etc/fstab and then run mount -a to mount them. This way they will still be mounted after a reboot.
Oh you'r... | gharchive/pull-request | 2018-02-09T14:38:42 | 2025-04-01T04:34:35.084919 | {
"authors": [
"jacobtomlinson",
"tam203"
],
"repo": "informatics-lab/forest",
"url": "https://github.com/informatics-lab/forest/pull/35",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
712612775 | Add tests for kubectl command on forbidden verbs and resources
ISSUE TYPE
Bug fix Pull Request
SUMMARY
Added a e2e test kubectl command with forbidden verb and forbidden resource. Another one for kubctl command with allowed verb and forbidden resource
Fixes #350
Thanks for the PR @anoopmsivadas :pray:
@anoo... | gharchive/pull-request | 2020-10-01T08:18:31 | 2025-04-01T04:34:35.102987 | {
"authors": [
"PrasadG193",
"anoopmsivadas",
"chetanpdeshmukh"
],
"repo": "infracloudio/botkube",
"url": "https://github.com/infracloudio/botkube/pull/374",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1004258778 | Create Page Corpus for topic modelling
https://github.com/inidun/unesco_data_collection/blob/a5a8602580d4680e381858736b64fdab1c4d62b4/courier/corpora.py#L86-L86
Only include pages specified in index as containing articles.
| gharchive/issue | 2021-09-22T12:50:59 | 2025-04-01T04:34:35.109824 | {
"authors": [
"aibakeneko"
],
"repo": "inidun/unesco_data_collection",
"url": "https://github.com/inidun/unesco_data_collection/issues/52",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
300160670 | xc contract
add Ink-tone contract.
add Ink-xc contract.
add xc-plugin contract.
add README.md
xc contract
modify sign
| gharchive/pull-request | 2018-02-26T09:19:53 | 2025-04-01T04:34:35.121038 | {
"authors": [
"mahuaibo"
],
"repo": "inklabsfoundation/inkchain",
"url": "https://github.com/inklabsfoundation/inkchain/pull/45",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1084525312 | Constraint version pydantic to ~=1.8.2
Description
Constraint version pydantic to pydantic~=1.8.2 in order to work around incompatibility issue that causes the following exception:
Traceback (most recent call last):
File "env/bin/pytest", line 8, in <module>
sys.exit(console_main())
File "/home/jenkins/worksp... | gharchive/pull-request | 2021-12-20T08:57:58 | 2025-04-01T04:34:35.151989 | {
"authors": [
"arnaudsjs",
"inmantaci"
],
"repo": "inmanta/inmanta-core",
"url": "https://github.com/inmanta/inmanta-core/pull/3585",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1830838952 | Allow product's conf.py to inject version information when building docs
This allows the product to inject the version information before this file is even loaded. This in turn allows us to use this version for other purposes. This was not possible before because e.g. for the iso product the version would be inaccura... | gharchive/pull-request | 2023-08-01T09:25:27 | 2025-04-01T04:34:35.154813 | {
"authors": [
"inmantaci",
"sanderr"
],
"repo": "inmanta/inmanta-core",
"url": "https://github.com/inmanta/inmanta-core/pull/6339",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1117887223 | Build(deps): Bump @patternfly/react-core from 4.181.1 to 4.192.15 (#2589)
Pull request opened by the merge tool on behalf of #2589
Merged in 69dbe99fb57ddea2b3c18727569d270b9082b145
| gharchive/pull-request | 2022-01-28T22:03:10 | 2025-04-01T04:34:35.157320 | {
"authors": [
"inmantaci"
],
"repo": "inmanta/web-console",
"url": "https://github.com/inmanta/web-console/pull/2590",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1138669570 | Issue/2720 remove processing events
Description
closes #2720
Self Check:
Strike through any lines that are not applicable (~~line~~) then check the box
[x] Attached issue to pull request
[x] Changelog entry
[x] Code is clear and sufficiently documented
[x] Sufficient test cases (reproduces the bug/tests the requeste... | gharchive/pull-request | 2022-02-15T13:07:11 | 2025-04-01T04:34:35.160714 | {
"authors": [
"Stijnkool",
"inmantaci"
],
"repo": "inmanta/web-console",
"url": "https://github.com/inmanta/web-console/pull/2769",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1756481856 | No error notification for entering a wrong password when joining a board
When joining a password protected board, the user has to enter the correct password. When entering a false password, no error/info messsages/toasts are shown.
new design:
light mode: https://www.figma.com/proto/8m2V6OJTImuOdQoxruWurP/Scrumlr?p... | gharchive/issue | 2023-06-14T09:42:55 | 2025-04-01T04:34:35.228716 | {
"authors": [
"Kraft-16",
"Kraft16",
"Resaki1",
"SelinaBuff"
],
"repo": "inovex/scrumlr.io",
"url": "https://github.com/inovex/scrumlr.io/issues/3096",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1853595159 | Update 08-types-of-wallets.mdx, adding NOW Wallet
Hello! NOW Wallet is a non-custodial wallet developed by the ChangeNOW team that allows users to purchase, exchange, store, and stake ADA.
Both NOW Wallet and ChangeNOW are long-time Cardano supporters and we would greatly appreciate the addition to the types-of-walle... | gharchive/pull-request | 2023-08-16T16:50:29 | 2025-04-01T04:34:35.238517 | {
"authors": [
"WalletNOW",
"olgahryniuk"
],
"repo": "input-output-hk/cardano-documentation",
"url": "https://github.com/input-output-hk/cardano-documentation/pull/524",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
616121017 | Tools to assist working with ormolu
This puts infrastructure in place, but doesn't yet do the big reformat.
bors merge
| gharchive/pull-request | 2020-05-11T19:19:58 | 2025-04-01T04:34:35.240715 | {
"authors": [
"nc6"
],
"repo": "input-output-hk/cardano-ledger-specs",
"url": "https://github.com/input-output-hk/cardano-ledger-specs/pull/1438",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
623887769 | Log warnings about hot key certificate expiry
As the operational (hot) key gets closer and closer to expiring, the node should log warnings of increasing severity levels.
Suggest issuing Warning level messages on the last 7 KES periods, and an Alert in the final KES period and subsequent periods. Could also issue an ... | gharchive/issue | 2020-05-24T15:31:41 | 2025-04-01T04:34:35.242870 | {
"authors": [
"dcoutts",
"kevinhammond"
],
"repo": "input-output-hk/cardano-node",
"url": "https://github.com/input-output-hk/cardano-node/issues/1029",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1295135863 | [BUG] - Invalid snapshot DiskSnapshot followed by replaying from genesis
Internal/External
Internal if an IOHK staff member.
Area
cardano-node/snapshot
Summary
On testnet, node sync 100% (babbage era), when restarting the node Disk Snapshots are invalid and node needs to replay from genesis.
[CLR:cardano.node.Chai... | gharchive/issue | 2022-07-06T05:02:22 | 2025-04-01T04:34:35.252284 | {
"authors": [
"CarlosLopezDeLara",
"andrejpodzimek",
"jmalcolea"
],
"repo": "input-output-hk/cardano-node",
"url": "https://github.com/input-output-hk/cardano-node/issues/4142",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1008289152 | Add missing AsType for current Tx eras
Motivation: Trying to deserialize a Tx era with deserialiseFromTextEnvelope requires as parameter of type AsType. Currently we only have AsByronTx and AsShelleyTx. Therefore, this PR extends this to all current eras.
@dcoutts Thanks for the comment! I deprecated instead those ... | gharchive/pull-request | 2021-09-27T15:25:18 | 2025-04-01T04:34:35.254617 | {
"authors": [
"Jimbo4350",
"koslambrou"
],
"repo": "input-output-hk/cardano-node",
"url": "https://github.com/input-output-hk/cardano-node/pull/3253",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1398250110 | bench: nixos service fixes & analysis improvements
extend defServiceModule to allow configurable tracing of arguments and return values.
fix the cardano-tracer service systemd section
update tx-generator service to cardano-node service changes
add withCardanoTracer option to cardano-node service
fixes and improveme... | gharchive/pull-request | 2022-10-05T19:15:12 | 2025-04-01T04:34:35.256847 | {
"authors": [
"deepfire"
],
"repo": "input-output-hk/cardano-node",
"url": "https://github.com/input-output-hk/cardano-node/pull/4509",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
578477403 | Document Byron use-cases
Context
See also:
https://cardanodocs.com/technical/explorer/api/
https://input-output-hk.github.io/cardano-explorer/byron/
Decision
We must document relevant uses-cases from the current legacy API and shows users how to:
Get summary information about an address (id, balance, type, tx id... | gharchive/issue | 2020-03-10T10:26:01 | 2025-04-01T04:34:35.260616 | {
"authors": [
"KtorZ"
],
"repo": "input-output-hk/cardano-rest",
"url": "https://github.com/input-output-hk/cardano-rest/issues/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
232120262 | [CSL-443] Make sure that that Tx processing works fine
@iperesadin
@iperesadin
Txp works fine with wallet, but something strange happens with smart-generator: nodes process blocks and tx fine, but smart-generator doesn't work, I guess. It spams nodes by one tx.
Probably we need issue for checking smart-generator.
| gharchive/issue | 2017-05-30T01:12:35 | 2025-04-01T04:34:35.262092 | {
"authors": [
"jagajaga"
],
"repo": "input-output-hk/cardano-sl",
"url": "https://github.com/input-output-hk/cardano-sl/issues/812",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
955749518 | Balance endpoint - to be retired
Issue Number
ADP-656
Overview
[x] added endpoint, all Api types, swagger
[x] Api types tested in unit testing and passing
[x] added Server's balanceTransaction function capturing the logic
[x] extended Transaction interface : updateTx
[x] added deserialisation tests in shelley unit ... | gharchive/pull-request | 2021-07-29T11:37:32 | 2025-04-01T04:34:35.265804 | {
"authors": [
"Anviking",
"paweljakubas",
"rvl"
],
"repo": "input-output-hk/cardano-wallet",
"url": "https://github.com/input-output-hk/cardano-wallet/pull/2782",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
323470382 | [DEVOPS-842] hydra CI tests for flow and eslint
This PR adds hydra tests for flow and eslint which are currently both broken, but I'm opening a PR to make sure the nix integration with hydra is working properly.
Review Checklist:
Basics
[ ] PR is updated to the most recent version of target branch (and there are no... | gharchive/pull-request | 2018-05-16T05:07:24 | 2025-04-01T04:34:35.274250 | {
"authors": [
"disassembler",
"nikolaglumac"
],
"repo": "input-output-hk/daedalus",
"url": "https://github.com/input-output-hk/daedalus/pull/921",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1757227296 | feat: isolate network addresses between testnet
Checklist
[x] JIRA - LW-6813
[ ] Proper tests implemented
[ ] Screenshots added.
Proposed solution
Previously, the address book content is shared between preview and preprod. This PR isolates the address book content based on the network. It uses Cardano.NetworkMagic... | gharchive/pull-request | 2023-06-14T16:02:22 | 2025-04-01T04:34:35.284149 | {
"authors": [
"gabriela-ponce",
"greatertomi"
],
"repo": "input-output-hk/lace",
"url": "https://github.com/input-output-hk/lace/pull/126",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1465196356 | Clarification on Tip in Chain-Sync Messages
The server's current chain-tip is also passed to the client in a number of the Chain-Sync messages, such as MsgRollforward. I'm dealing with these messages with Pallas (Rust library implementing Ouroboros, N2N to IOG node) and it appears that the Tip is one block behind the... | gharchive/issue | 2022-11-26T16:21:45 | 2025-04-01T04:34:35.290643 | {
"authors": [
"amesgen",
"jmhrpr"
],
"repo": "input-output-hk/ouroboros-network",
"url": "https://github.com/input-output-hk/ouroboros-network/issues/4190",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1292771441 | Test promptness of tentative followers
Description
Closes CAD-4195
See the module description for motivation/approach.
Checklist
Branch
[x] Commit sequence broadly makes sense
[x] Commits have useful messages
[x] New tests are added if needed and existing tests are updated
[ ] If this branch changes Consensus and h... | gharchive/pull-request | 2022-07-04T07:51:05 | 2025-04-01T04:34:35.296254 | {
"authors": [
"amesgen"
],
"repo": "input-output-hk/ouroboros-network",
"url": "https://github.com/input-output-hk/ouroboros-network/pull/3857",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
432418479 | More serialisation code
@dcoutts , I'm not sure if I'm abusing CBOR. Could you take a quick look at my definitions for ChainHash to check if they are okay? I'm basically just treating it like binary or whatever, not really generating something "structured". I don't know if that's bold or not.
Uh, I think I actually... | gharchive/pull-request | 2019-04-12T07:07:02 | 2025-04-01T04:34:35.298145 | {
"authors": [
"edsko"
],
"repo": "input-output-hk/ouroboros-network",
"url": "https://github.com/input-output-hk/ouroboros-network/pull/441",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
444618032 | byron proxy script generator helper
I made these scripts to make it easier to launch byron proxy with the right configs for mainnet, staging and testnet. I do not think these should permanently live here, but for now, this makes it easier to test locally for devops/devs. This is the first step to integrating into ioh... | gharchive/pull-request | 2019-05-15T19:57:59 | 2025-04-01T04:34:35.301784 | {
"authors": [
"disassembler"
],
"repo": "input-output-hk/ouroboros-network",
"url": "https://github.com/input-output-hk/ouroboros-network/pull/516",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
450227982 | EUTXO spec: misc editing up to EUTXO-2
Since Kenneth is going to be merging 2 and 3, I've stopped before I got there.
As before, I just edited as I saw fit going along, feel free to take whichever changes you like. I added quite a lot of comments inline.
I'm sceptical of the value of the whole \sigma thing. I think w... | gharchive/pull-request | 2019-05-30T10:02:17 | 2025-04-01T04:34:35.306692 | {
"authors": [
"kwxm",
"michaelpj"
],
"repo": "input-output-hk/plutus",
"url": "https://github.com/input-output-hk/plutus/pull/1067",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1599458228 | PLT-1539: Add some budget tests related to Foldable and Bool
Currently anyExpensive and anyCheap have the same cost. In the next PR I'll make some changes to PlutusTx.Foldable, and you'll see the differences it makes on these test cases.
Hope it's not about any getting inlined?
No it's not about anything getting ... | gharchive/pull-request | 2023-02-25T00:57:34 | 2025-04-01T04:34:35.308412 | {
"authors": [
"zliu41"
],
"repo": "input-output-hk/plutus",
"url": "https://github.com/input-output-hk/plutus/pull/5167",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
438207542 | Revert #645
It broke transaction handling in jormungandr because it uses apply_block to test whether transactions can be applied, but apply_block wants to update the chain_length / block date.
But it is fine since the new created state is throw away.
The transaction validation is done as follow:
take what is belie... | gharchive/pull-request | 2019-04-29T08:42:44 | 2025-04-01T04:34:35.310010 | {
"authors": [
"NicolasDP",
"edolstra"
],
"repo": "input-output-hk/rust-cardano",
"url": "https://github.com/input-output-hk/rust-cardano/pull/652",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
935026976 | Event attendees don't get email notification
I am creating test events with --who 'user@gmail.com'. The user does see an invite from within the calendar app, but strangely enough never gets an email notification that they've been invited to an event. Is this the intended/expected behavior? Whenever a calendar item is... | gharchive/issue | 2021-07-01T16:40:13 | 2025-04-01T04:34:35.320706 | {
"authors": [
"ajkessel",
"dbarnett",
"ryaneggz"
],
"repo": "insanum/gcalcli",
"url": "https://github.com/insanum/gcalcli/issues/601",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2550697598 | Change dial & set applications list as default page
Hello there,
i want to know if its possible to change the default dial for applications and if its possible to set the applications page as main page without opening the "folder".
If not you could see this as feature request.
For example the default dial could be im... | gharchive/issue | 2024-09-26T14:05:14 | 2025-04-01T04:34:35.323961 | {
"authors": [
"NicoMinza",
"insideGen"
],
"repo": "insideGen/Loupedeck-AudioControl-OpenPlugin",
"url": "https://github.com/insideGen/Loupedeck-AudioControl-OpenPlugin/issues/4",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1927394708 | Update template module and development guide
Update module template to select the right path for module.yml in run.py: os.path.join(os.path.dirname(__file__), 'module.yml').
Update development guide so the module would work (add environment for ZMQ sockets, deploy jaeger, etc.).
See #503 for additional issue.
| gharchive/issue | 2023-10-05T05:13:43 | 2025-04-01T04:34:35.325234 | {
"authors": [
"bwsw",
"tomskikh"
],
"repo": "insight-platform/Savant",
"url": "https://github.com/insight-platform/Savant/issues/475",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
295528631 | Ability to edit disabled MaskedInput
If MakedEdit is rendered with disabled='true' prop, there a back-door ability, however, to edit the text. To reproduce:
create some text, which matches to input mask;
copy it to the clipboard;
click on the input box (left corner) and paste it via Ctrl+V shortcut.
The text will b... | gharchive/issue | 2018-02-08T14:19:12 | 2025-04-01T04:34:35.328574 | {
"authors": [
"SergioDiniz",
"alexf2"
],
"repo": "insin/react-maskedinput",
"url": "https://github.com/insin/react-maskedinput/issues/125",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1536224772 | Add option to unhide number of replies
I'm not sure if it's just me, but literally just now, Twitter for web browsers seems to have removed the reply counter for tweets (the little speech bubble icon with a number next to it). Not only does this now require one extra click from the user to comment on a tweet, it has ... | gharchive/issue | 2023-01-17T11:30:45 | 2025-04-01T04:34:35.330068 | {
"authors": [
"gensakudan",
"insin"
],
"repo": "insin/tweak-new-twitter",
"url": "https://github.com/insin/tweak-new-twitter/issues/191",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2492874334 | ig: Events from the host should be shown by default
#1741 introduced the --host flag to be able to show also events coming from the host. The current behavior is:
# show only events from containers
$ ig run foo
# show all events (including containers)
$ ig run foo --host
# show events from specific containers
$ ig... | gharchive/issue | 2024-08-28T19:50:28 | 2025-04-01T04:34:35.344106 | {
"authors": [
"alban",
"blanquicet",
"dorser",
"flyth",
"mauriciovasquezbernal"
],
"repo": "inspektor-gadget/inspektor-gadget",
"url": "https://github.com/inspektor-gadget/inspektor-gadget/issues/3419",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-a... |
733643814 | Added code to reading-files
Please fill in this pull request template before submitting
1. This pull request resolves #19
2. Description
Added code to the file reading-files to read a file and display the contents
3. Fill in checklist by marking [x]
[x] I've read the CONTRIBUTING.md
[x] I was assigned to this issue
... | gharchive/pull-request | 2020-10-31T05:58:43 | 2025-04-01T04:34:35.372414 | {
"authors": [
"funbeedev",
"raghuchandan1"
],
"repo": "inspirezonetech/TeachMePythonLikeIm5",
"url": "https://github.com/inspirezonetech/TeachMePythonLikeIm5/pull/61",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
770437365 | modified k8s master - [closed]
In GitLab by @guyingyan on Dec 12, 2018, 08:33
Merges 20181212 -> dev
In GitLab by @wknet123 on Nov 13, 2019, 11:33
The test coverage for backend is 23.0% 39.31% , check console log
In GitLab by @wknet123 on Nov 13, 2019, 11:33
closed
| gharchive/issue | 2020-12-17T23:03:18 | 2025-04-01T04:34:35.374855 | {
"authors": [
"inspuradmin"
],
"repo": "inspursoft/board",
"url": "https://github.com/inspursoft/board/issues/1511",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
654897085 | Removed unnessesary code!
@Instafluff Hey there 👋
Hope you are good :D
Here are some updates.
~ Daan
Thanks, Daan!!
| gharchive/pull-request | 2020-07-10T16:29:42 | 2025-04-01T04:34:35.376835 | {
"authors": [
"daanbreur",
"instafluff"
],
"repo": "instafluff/ChatBlocks",
"url": "https://github.com/instafluff/ChatBlocks/pull/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2176839185 | Add the ability to list and get basic information about skills
This change adds a new subcommand group "skills" and its initial children "list" and "info". The intent of this what I think "lab list" should have been, to inform the user about the kinds of skills available in the configured taxonomy.
A user can now get... | gharchive/pull-request | 2024-03-08T21:58:17 | 2025-04-01T04:34:35.401946 | {
"authors": [
"JacobCallahan",
"nathan-weinberg"
],
"repo": "instructlab/instructlab",
"url": "https://github.com/instructlab/instructlab/pull/455",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
459520795 | Headers for sketchup files
Hey! Thanks for sharing.
Can you point me how o create a header for sketchup (.skp) files?
Thanks
My general blackbox method is to take a collection of the files in question (*.skp), examine the first 8-16 bytes of each file, then manually look for common patterns. Here is an example with... | gharchive/issue | 2019-06-22T23:48:26 | 2025-04-01T04:34:35.416132 | {
"authors": [
"TCMiranda",
"int0x80"
],
"repo": "int0x80/anti-forensics",
"url": "https://github.com/int0x80/anti-forensics/issues/2",
"license": "WTFPL",
"license_type": "permissive",
"license_source": "github-api"
} |
645519464 | Question: Is it possible to generate swagger-ui.yml from java source
I use your plugin for generating sourcecode from swagger.yml - no problems.
I read the documentation but I do not understand, whether it is possible to generate the swagger.yml file from the sourcecode. So my question is it possible with this plugin... | gharchive/issue | 2020-06-25T12:25:12 | 2025-04-01T04:34:35.418093 | {
"authors": [
"ehmkah",
"int128"
],
"repo": "int128/gradle-swagger-generator-plugin",
"url": "https://github.com/int128/gradle-swagger-generator-plugin/issues/202",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2178388495 | 🛑 Shopintake is down
In 75c6d21, Shopintake (https://www.shopintake.com) was down:
HTTP code: 403
Response time: 442 ms
Resolved: Shopintake is back up in 4ab6721 after 24 minutes.
| gharchive/issue | 2024-03-11T07:12:48 | 2025-04-01T04:34:35.420445 | {
"authors": [
"intakefoods"
],
"repo": "intakefoods/status.intakefoods.kr",
"url": "https://github.com/intakefoods/status.intakefoods.kr/issues/1867",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2100402951 | 🛑 Shopintake is down
In 7295793, Shopintake (https://www.shopintake.com) was down:
HTTP code: 403
Response time: 426 ms
Resolved: Shopintake is back up in db18bc7 after 8 minutes.
| gharchive/issue | 2024-01-25T13:26:21 | 2025-04-01T04:34:35.422744 | {
"authors": [
"intakefoods"
],
"repo": "intakefoods/status.intakefoods.kr",
"url": "https://github.com/intakefoods/status.intakefoods.kr/issues/462",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
541011178 | panels of type gauge and bar gauge lose their settings
When I try to import dashboards via the CR with panels of type guage or bar gauge the settings for those pannels get lost.
I have tried using the json and the url form of the GrafanaDashboard type. both have same experince.
I can copy the exact same JSON direclty... | gharchive/issue | 2019-12-20T14:04:26 | 2025-04-01T04:34:35.432543 | {
"authors": [
"itewk",
"pb82",
"yogeek"
],
"repo": "integr8ly/grafana-operator",
"url": "https://github.com/integr8ly/grafana-operator/issues/99",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
56333568 | fix #389, fix fetch thread bug
PR summary,
FetchThread sleeps rather than exits when there are no more messages
update KafkaStreamProducerSpec to cover the case
+1
| gharchive/pull-request | 2015-02-03T04:48:59 | 2025-04-01T04:34:35.449910 | {
"authors": [
"clockfly",
"manuzhang"
],
"repo": "intel-hadoop/gearpump",
"url": "https://github.com/intel-hadoop/gearpump/pull/390",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
70798900 | hm11: Initial implementation
This module implements support for the Grove BLE (Bluetooth Low
Energy) device. It is implemented as a UART device accepting an "AT"
command set.
Signed-off-by: Jon Trulson jtrulson@ics.com
Signed-off-by: Zion Orent zorent@ics.com
Thanks, merged & closed!
| gharchive/pull-request | 2015-04-24T21:29:14 | 2025-04-01T04:34:35.458992 | {
"authors": [
"Jon-ICS",
"Propanu"
],
"repo": "intel-iot-devkit/upm",
"url": "https://github.com/intel-iot-devkit/upm/pull/174",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1654303104 | docker: Use latest tag and upgrade packages to fix CVE-2023-2916
A CVE issue (https://access.redhat.com/security/cve/CVE-2023-23916) was found
during the security scan. To fix this issue, the latest tag is used and the
packages are upgraded to latest version.
Signed-off-by: Manish Regmi manish.regmi@intel.com
@mre... | gharchive/pull-request | 2023-04-04T17:42:05 | 2025-04-01T04:34:35.497308 | {
"authors": [
"hershpa",
"mregmi",
"uMartinXu"
],
"repo": "intel/intel-data-center-gpu-driver-for-openshift",
"url": "https://github.com/intel/intel-data-center-gpu-driver-for-openshift/pull/28",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2062774740 | When building from source getting errors quantization.
Hi,
First of all thanks for this fantastic work. Great job !
After building intel-extension-for-transformers from source we noticed that we get errors when quantizing the model.
After the initial Llama 2 7B model is converted to ne_llama_f32.bin (Float 32) the... | gharchive/issue | 2024-01-02T18:12:21 | 2025-04-01T04:34:35.502497 | {
"authors": [
"Zhenzhong1",
"choochtech",
"intellinjun"
],
"repo": "intel/intel-extension-for-transformers",
"url": "https://github.com/intel/intel-extension-for-transformers/issues/1105",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2366753645 | [RAISE-BP] Add support for tt.broadcast increasing tensor rank
#1428 adds support for tt.broadcast operations between tensor types of the same rank. Increasing ranks is not yet supported. Extend pass to support this flavor of tt.broadcast operations as tt.addptr inputs, e.g.:
tt.broadcast %in : tensor<512xf32> -> ten... | gharchive/issue | 2024-06-21T15:16:25 | 2025-04-01T04:34:35.505701 | {
"authors": [
"mfrancepillois",
"victor-eds"
],
"repo": "intel/intel-xpu-backend-for-triton",
"url": "https://github.com/intel/intel-xpu-backend-for-triton/issues/1429",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2048561423 | Missing level-zero-dev in basekit/Dockerfile.ubuntu-22.04
I used image basekit/Dockerfile.ubuntu-22.04, but during building my application -lze_loader was not found, because there was no level-zero-dev package.
After installing it, everything works correctly. I can see that image basekit/Dockerfile.ubuntu-20.04 insta... | gharchive/issue | 2023-12-19T12:27:54 | 2025-04-01T04:34:35.538533 | {
"authors": [
"tingleby",
"wozna"
],
"repo": "intel/oneapi-containers",
"url": "https://github.com/intel/oneapi-containers/issues/65",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
860527640 | Refactoring folders
/intelci: run
set infra_branch=refactoring_folders
/intelci: restart
set infra_branch=refactoring_folders
/intelci: run
set infra_branch=refactoring_folders
@michael-smirnov
general: I think all the files related to conda-build are better to move to a subfolder of scripts rather than pla... | gharchive/pull-request | 2021-04-17T22:33:03 | 2025-04-01T04:34:35.556469 | {
"authors": [
"PetrovKP",
"michael-smirnov"
],
"repo": "intel/scikit-learn-intelex",
"url": "https://github.com/intel/scikit-learn-intelex/pull/627",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
694159515 | /delete comand
I have made
def delete_pipeline(instance_id, pipeline, version, video_analytics_serving, camera):
"""Fetch status of requested pipeline"""
try:
status_response = requests.delete(
urljoin(video_analytics_serving, "/".join([pipeline, str(version), str(instance_id)])), timeout=... | gharchive/issue | 2020-09-05T20:04:05 | 2025-04-01T04:34:35.559723 | {
"authors": [
"nnshah1",
"vtimofeev01"
],
"repo": "intel/video-analytics-serving",
"url": "https://github.com/intel/video-analytics-serving/issues/33",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1350992140 | feat(auth): auth server api for idp consent screen, update stuff to match openapi spec
Changes proposed in this pull request
Implements the following endpoints:
GET /grant/:id/:nonce
POST /grant/:id/:nonce/accept
POST /grant/:id/:nonce/reject
Modifies the following endpoints and moves some of their logic into ... | gharchive/pull-request | 2022-08-25T14:28:10 | 2025-04-01T04:34:35.600520 | {
"authors": [
"njlie"
],
"repo": "interledger/rafiki",
"url": "https://github.com/interledger/rafiki/pull/553",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
257425004 | Compiling is failing any time
So I was playing around with this stuff, and it didn't compiled once. I installed everything thats needed, but which libary do I miss when compiling it?
The output:
daniel@daniel-8o23dad:~/projects/os/kernel$ RUST_BACKTRACE=1 xargo build --release --target x86_64-unknown-intermezzos-gnu ... | gharchive/issue | 2017-09-13T15:30:42 | 2025-04-01T04:34:35.625523 | {
"authors": [
"daniel-Q6wUOI",
"esdrastarsis",
"oldaniel",
"steveklabnik"
],
"repo": "intermezzOS/kernel",
"url": "https://github.com/intermezzOS/kernel/issues/117",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2002203340 | chore: further automate release process (#462)
PR Type
[x] Build-related changes
Release
What Is the Current Behavior?
Currently charts and the semantic version type are needed for a release release pipeline (e.g. icm-as:minor). This will be changed by using an automatic approach where commits and theire messages... | gharchive/pull-request | 2023-11-20T13:24:27 | 2025-04-01T04:34:35.696456 | {
"authors": [
"cortlepp-intershop",
"khauser"
],
"repo": "intershop/helm-charts",
"url": "https://github.com/intershop/helm-charts/pull/468",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
835976140 | feat: filter Availability of Products in product-links-carousel
PR Type
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructu... | gharchive/pull-request | 2021-03-19T13:11:40 | 2025-04-01T04:34:35.704852 | {
"authors": [
"SGrueber",
"carlosDjangoo",
"dhhyi"
],
"repo": "intershop/intershop-pwa",
"url": "https://github.com/intershop/intershop-pwa/pull/626",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
282891002 | Timezone behavior problems -shifting days
I am using the component with moment-timezone in order to fix the event time when viewed from various timezones. ie. if an event is on the 18th at 9:00 in Berlin, it should display the same time and date from whether you're viewing this from Hong-Kong or New York.
The followi... | gharchive/issue | 2017-12-18T14:09:44 | 2025-04-01T04:34:35.836082 | {
"authors": [
"VladimirJelincic"
],
"repo": "intljusticemission/react-big-calendar",
"url": "https://github.com/intljusticemission/react-big-calendar/issues/651",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
439199049 | [FEATURE]오버랩 이벤트 로그가 필요합니다.
여러 기능과 이벤트 추가에 따라 버그가 발생하는 경우가 있기 때문에 물체 사이에 오버랩 이벤트가 일어나면 이를 브라우저 콘솔에 로그해주는 기능을 추가해야 합니다.
이 기능은 설정에서 키고 끄는게 가능 해야합니다.
제가 기능 추가했습니다.
| gharchive/issue | 2019-05-01T15:11:47 | 2025-04-01T04:34:35.858148 | {
"authors": [
"cuppaamukkaacoffee"
],
"repo": "inureyes/gradios",
"url": "https://github.com/inureyes/gradios/issues/522",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
376477026 | global: make new release 1.1.0
And add pending deprecation warning
Closed by https://github.com/inveniosoftware/invenio-theme/pull/126.
| gharchive/issue | 2018-11-01T16:51:58 | 2025-04-01T04:34:35.863229 | {
"authors": [
"diegodelemos",
"lnielsen"
],
"repo": "inveniosoftware/invenio-theme",
"url": "https://github.com/inveniosoftware/invenio-theme/issues/124",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
712457885 | Update failing.
When running invoke update I get the error below. I'm not sure what additional arguments its looking for and I couldn't find anything in the docs for this.
https://inventree.readthedocs.io/en/latest/start/update/
root@server:/var/www/html/inventree# invoke update
'update' did not receive all required ... | gharchive/issue | 2020-10-01T04:05:39 | 2025-04-01T04:34:35.866188 | {
"authors": [
"SchrodingersGat",
"WeredPerson"
],
"repo": "inventree/InvenTree",
"url": "https://github.com/inventree/InvenTree/issues/1012",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1363820202 | Required for build order logic error
Please verify that this bug has NOT been raised before.
[X] I checked and didn't find similar issue
Describe the bug*
If I not have misunderstood the intention with the "Required for build orders" page I think there is a bug. It's provides a great summary that I use to place pur... | gharchive/issue | 2022-09-06T21:11:48 | 2025-04-01T04:34:35.874367 | {
"authors": [
"SchrodingersGat",
"gunstr",
"matmair"
],
"repo": "inventree/InvenTree",
"url": "https://github.com/inventree/InvenTree/issues/3653",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1686203294 | Sales order Contact
Please verify that this feature request has NOT been suggested before.
[X] I checked and didn't find a similar feature request
Problem statement
when creating a sales order there's a field called Contact what is the idea behind this field? when i click it i can not enter any data nor does it gi... | gharchive/issue | 2023-04-27T06:31:24 | 2025-04-01T04:34:35.877804 | {
"authors": [
"SchrodingersGat",
"mabroens"
],
"repo": "inventree/InvenTree",
"url": "https://github.com/inventree/InvenTree/issues/4707",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
493045819 | exporting 'category' field adds description
Example CSV that fails to import:
id, name, description, keywords, category, IPN
1, TLV316IDBVT, IC OP AMP CMOS RR 10MHZ SOT-23, OpAmp, “electronics/semi/ic/linear”, 500000001
2, TLV2316IDGKR, IC OP AMP GP 10MHZ 8VSSOP, OpAmp, “electronics/semi/ic/linear”, 500000002
Error: ... | gharchive/issue | 2019-09-12T21:48:34 | 2025-04-01T04:34:35.882253 | {
"authors": [
"SchrodingersGat",
"gitjoost"
],
"repo": "inventree/InvenTree",
"url": "https://github.com/inventree/InvenTree/issues/512",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1457615970 | Add note about PLUGIN_ON_STARTUP setting
Body of the issue
When running in a container environment (e.g docker) need to ensure that plugins are installed whenever the container is started!
Ref: https://github.com/inventree/InvenTree/issues/3969
Also should add a note to the FAQ
| gharchive/issue | 2022-11-21T09:37:23 | 2025-04-01T04:34:35.883709 | {
"authors": [
"SchrodingersGat"
],
"repo": "inventree/inventree-docs",
"url": "https://github.com/inventree/inventree-docs/issues/396",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1358808729 | Android : Actions auto dismisses notifications
On Android whenever an action is pressed on a notification the notification is dismissed.
I assume this is the default behavior and for most people it makes sense. But there is some cases where you would like for that action to not dismiss the notification. I also saw so... | gharchive/issue | 2022-09-01T12:59:08 | 2025-04-01T04:34:35.902072 | {
"authors": [
"PaperbagWriter",
"mikehardy"
],
"repo": "invertase/notifee",
"url": "https://github.com/invertase/notifee/issues/509",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1899478835 | [enhancement]: Canvas: Ability to draw straight lines
Is there an existing issue for this?
[X] I have searched the existing issues
Contact Details
No response
What should this feature add?
Add the ability to draw straight lines on the canvas (by pressing Shift or using a separate tool).
WHY?
Since SD cannot correct... | gharchive/issue | 2023-09-16T15:47:44 | 2025-04-01T04:34:35.953672 | {
"authors": [
"psychedelicious",
"vrubzov1957"
],
"repo": "invoke-ai/InvokeAI",
"url": "https://github.com/invoke-ai/InvokeAI/issues/4559",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2224373657 | Add simplified model manager install API to InvocationContext
Summary
This adds three model manager-related methods to the InvocationContext uniform API. They are accessible via context.models.*:
load_ckpt_from_path(model_path: Path, loader: Optional[Callable[[Path], Dict[str, Tensor]]] = None) -> LoadedModel
Load ... | gharchive/pull-request | 2024-04-04T03:31:18 | 2025-04-01T04:34:35.985990 | {
"authors": [
"RyanJDick",
"lstein",
"psychedelicious"
],
"repo": "invoke-ai/InvokeAI",
"url": "https://github.com/invoke-ai/InvokeAI/pull/6132",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1524427827 | 🛑 Bitwage API Docs is down
In e9e9476, Bitwage API Docs (https://developer.bitwage.com) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Bitwage API Docs is back up in 9f3e379.
| gharchive/issue | 2023-01-08T09:41:00 | 2025-04-01T04:34:35.989590 | {
"authors": [
"joelinzy"
],
"repo": "inwage/status_page",
"url": "https://github.com/inwage/status_page/issues/127",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2393414259 | 🛑 Bitwage API (Sandbox) is down
In 12997f9, Bitwage API (Sandbox) (https://api.sandbox.bitwage.com) was down:
HTTP code: 403
Response time: 96 ms
Resolved: Bitwage API (Sandbox) is back up in aa633a6 after 13 minutes.
| gharchive/issue | 2024-07-06T05:46:55 | 2025-04-01T04:34:35.992089 | {
"authors": [
"joelinzy"
],
"repo": "inwage/status_page",
"url": "https://github.com/inwage/status_page/issues/2742",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2267027902 | 🛑 Bitwage API (Sandbox) is down
In f3da71b, Bitwage API (Sandbox) (https://api.sandbox.bitwage.com) was down:
HTTP code: 403
Response time: 308 ms
Resolved: Bitwage API (Sandbox) is back up in 0c991c6 after 52 minutes.
| gharchive/issue | 2024-04-27T13:58:18 | 2025-04-01T04:34:35.994364 | {
"authors": [
"joelinzy"
],
"repo": "inwage/status_page",
"url": "https://github.com/inwage/status_page/issues/376",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2267498301 | 🛑 Bitwage API (Sandbox) is down
In 4ff5af5, Bitwage API (Sandbox) (https://api.sandbox.bitwage.com) was down:
HTTP code: 403
Response time: 248 ms
Resolved: Bitwage API (Sandbox) is back up in 756a63d after 1 hour, 31 minutes.
| gharchive/issue | 2024-04-28T11:29:48 | 2025-04-01T04:34:35.996879 | {
"authors": [
"joelinzy"
],
"repo": "inwage/status_page",
"url": "https://github.com/inwage/status_page/issues/407",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2495832312 | 🛑 Bitwage API (Sandbox) is down
In c4e7f37, Bitwage API (Sandbox) (https://api.sandbox.bitwage.com) was down:
HTTP code: 403
Response time: 154 ms
Resolved: Bitwage API (Sandbox) is back up in 3b54639 after 6 minutes.
| gharchive/issue | 2024-08-29T23:35:52 | 2025-04-01T04:34:35.999183 | {
"authors": [
"joelinzy"
],
"repo": "inwage/status_page",
"url": "https://github.com/inwage/status_page/issues/4517",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2543937596 | 🛑 Bitwage API (Sandbox) is down
In 277f107, Bitwage API (Sandbox) (https://api.sandbox.bitwage.com) was down:
HTTP code: 403
Response time: 284 ms
Resolved: Bitwage API (Sandbox) is back up in d6a9685 after 1 hour, 16 minutes.
| gharchive/issue | 2024-09-23T23:29:40 | 2025-04-01T04:34:36.001449 | {
"authors": [
"joelinzy"
],
"repo": "inwage/status_page",
"url": "https://github.com/inwage/status_page/issues/5278",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2632332726 | 🛑 Bitwage API (Sandbox) is down
In 7498396, Bitwage API (Sandbox) (https://api.sandbox.bitwage.com) was down:
HTTP code: 403
Response time: 49 ms
Resolved: Bitwage API (Sandbox) is back up in 826f051 after 1 hour, 3 minutes.
| gharchive/issue | 2024-11-04T09:50:20 | 2025-04-01T04:34:36.003733 | {
"authors": [
"joelinzy"
],
"repo": "inwage/status_page",
"url": "https://github.com/inwage/status_page/issues/6499",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2676422725 | 🛑 Bitwage API (Sandbox) is down
In 07eb67a, Bitwage API (Sandbox) (https://api.sandbox.bitwage.com) was down:
HTTP code: 403
Response time: 49 ms
Resolved: Bitwage API (Sandbox) is back up in b0b59bc after 58 minutes.
| gharchive/issue | 2024-11-20T16:19:58 | 2025-04-01T04:34:36.006020 | {
"authors": [
"joelinzy"
],
"repo": "inwage/status_page",
"url": "https://github.com/inwage/status_page/issues/6985",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2691767365 | 🛑 Bitwage API (Sandbox) is down
In 837ec3b, Bitwage API (Sandbox) (https://api.sandbox.bitwage.com) was down:
HTTP code: 403
Response time: 62 ms
Resolved: Bitwage API (Sandbox) is back up in 92073d0 after 23 minutes.
| gharchive/issue | 2024-11-25T18:21:01 | 2025-04-01T04:34:36.008516 | {
"authors": [
"joelinzy"
],
"repo": "inwage/status_page",
"url": "https://github.com/inwage/status_page/issues/7130",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1051407594 | Add new ioBroker.cleveron adapter
Adapter-checker checked, Appveyor-tested
RE-CHECK!
Automated adapter checker
ioBroker.cleveron
[ ] :heavy_exclamation_mark: [E201] Bluefox was not found in the collaborators on NPM!. Please execute in adapter directory: npm owner add bluefox iobroker.cleveron
[ ] :eyes: [W400]... | gharchive/pull-request | 2021-11-11T22:19:48 | 2025-04-01T04:34:36.064501 | {
"authors": [
"Apollon77",
"GermanBluefox",
"forelleblau"
],
"repo": "ioBroker/ioBroker.repositories",
"url": "https://github.com/ioBroker/ioBroker.repositories/pull/1520",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1907666259 | Certificate request failed: Error: Didn't finalize order: Unhandled status '403'
Multihost with Master (Raspi3 node 18.17.1 ) and Slave (Raspi4 node 16.20.0), Host both 5.0.12
Port 80 is forwarded to the Raspi4 with ACME-0.1.0 instance. letsencrypt works before well in admin-instance.
When I activate the ACME-Adapter... | gharchive/issue | 2023-09-21T19:57:59 | 2025-04-01T04:34:36.107221 | {
"authors": [
"Tottback",
"mcm1957",
"njdsih",
"raintonr"
],
"repo": "iobroker-community-adapters/ioBroker.acme",
"url": "https://github.com/iobroker-community-adapters/ioBroker.acme/issues/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2482206642 | Please consider fixing issues detected by repository checker
Notification from ioBroker Check and Service Bot
Dear adapter developer,
I'm the ioBroker Check and Service Bot. I'm an automated tool processing routine tasks for the ioBroker infrastructure. I have recently checked the repository for your adapter opi for ... | gharchive/issue | 2024-08-23T04:11:51 | 2025-04-01T04:34:36.127445 | {
"authors": [
"ioBroker-Bot"
],
"repo": "iobroker-community-adapters/ioBroker.opi",
"url": "https://github.com/iobroker-community-adapters/ioBroker.opi/issues/130",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
976320343 | 2FA Code required / bug?
hi,
i will fight with iobroker.synology adapter since my update from dsm6 to dsm7.
i try to delete the 1.0.0 stable and install these newest version which will include "dsm7 fix" in release notes.
I always get these error in debug mode "*** ERROR : src: *sendPolling syno[dsm][getPollingData] ... | gharchive/issue | 2021-08-22T08:33:38 | 2025-04-01T04:34:36.130629 | {
"authors": [
"MeisterTR",
"nils50122"
],
"repo": "iobroker-community-adapters/ioBroker.synology",
"url": "https://github.com/iobroker-community-adapters/ioBroker.synology/issues/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2217236598 | Keine Verbindung
In meinem System sind 2 Wärmepumpen mit ISM7 im gleichen Netz. Auf die beiden Wärmepumpen kann ich über die Wolf-Smart-Set zugreifen.
Im ioBroker habe ich den Wolf Smartset Adapter installiert (1.1.1). Aber ich bekomme keine Verbindung. Ich habe auch versucht über die Version 1.0.0 erst die Adpter zu... | gharchive/issue | 2024-03-31T23:01:19 | 2025-04-01T04:34:36.135625 | {
"authors": [
"flingo64",
"mcm1957",
"pp222NOH"
],
"repo": "iobroker-community-adapters/ioBroker.wolf-smartset",
"url": "https://github.com/iobroker-community-adapters/ioBroker.wolf-smartset/issues/330",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
244578531 | custom webpack config not loaded using --prod
Short description of the problem:
Hello, I am using package.json to define custom webpack config file via ionic_webpack and it is not called/loaded on building with --prod flag, as workaround I had to downgrade ionic-app-scripts to 1.2.5 to make it work again.
What behavi... | gharchive/issue | 2017-07-21T06:44:47 | 2025-04-01T04:34:36.192597 | {
"authors": [
"distante",
"franbueno",
"kinglionsoft",
"l0ne",
"luckylooke",
"renanmzmendes",
"samuelbirk",
"tgensol"
],
"repo": "ionic-team/ionic-app-scripts",
"url": "https://github.com/ionic-team/ionic-app-scripts/issues/1137",
"license": "MIT",
"license_type": "permissiv... |
461869877 | bug: A hardware back button doesn't work if a current page is the only one in the DOM.
Bug Report
Ionic version:
[x] 4.4.2
Current behavior:
A hardware back button doesn't work if current page is the only one in the DOM. It doesn't work even when defaultHref is set. Back button in left top corner works as expec... | gharchive/issue | 2019-06-28T05:57:44 | 2025-04-01T04:34:36.257323 | {
"authors": [
"alexbonhomme",
"liamdebeasi",
"maciejkoch"
],
"repo": "ionic-team/ionic",
"url": "https://github.com/ionic-team/ionic/issues/18651",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1162950046 | Προσθήκη του Κ. Βόγκλη ως Ακαδημαϊκό Υπότροφο
Σχετικό Issue
closes #249
Σχετικό Pull Request στο all_collections
ioniodi/all_collections#15
Συνεργάτες που θα κάνουν σχόλια ή θα αξιολογήσουν τις αλλαγές (κάντε mention @ τουλάχιστον δύο)
@john7665 @ApoLaz
Προτεινόμενες Αλλαγές
-- Προσθήκη του Κ. Βόγκλη στο αρχείο _dat... | gharchive/pull-request | 2022-03-08T17:51:56 | 2025-04-01T04:34:36.274909 | {
"authors": [
"ApoLaz",
"p17anto2"
],
"repo": "ioniodi/sitegr",
"url": "https://github.com/ioniodi/sitegr/pull/325",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-api"
} |
355961576 | Incompatability with Redux 4 in react-redux-subspace/redux-subspace
I am trying to used subspaced from the react-redux-subspace and am currently getting an error
...my-project-path/node_modules/redux-subspace/src/index.d.ts
(34,21): Namespace '"...my-project-path/node_modules/redux/index"' has no exported member 'Ge... | gharchive/issue | 2018-08-31T12:31:03 | 2025-04-01T04:34:36.279239 | {
"authors": [
"carl-berg",
"mpeyper"
],
"repo": "ioof-holdings/redux-subspace",
"url": "https://github.com/ioof-holdings/redux-subspace/issues/95",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2213946211 | Forcing data for sandbox users
@ZacharyWills @KatherinePowell-NOAA
Derrick would like a list of all data needed by prospective users so let's use this issue to create that list.
LiveOcean:
All data available on UW apogee server, accessed with a user account Patrick helped me get set up.
ECCOFS:
NECOFS:
SECOFS:
GRTOF... | gharchive/issue | 2024-03-28T19:14:17 | 2025-04-01T04:34:36.284893 | {
"authors": [
"KatherinePowell-NOAA",
"Michael-Lalime"
],
"repo": "ioos/Cloud-Sandbox",
"url": "https://github.com/ioos/Cloud-Sandbox/issues/77",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.