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
1311859168
Suggestion - remove rust installation script I think automatic installation of rust toolchain should be completely removed from this tool, because - This is too low-level-system thing and it's always dangerous If someone wants to develop Rust, he should already have the toolchain Even if we have a dev that this is t...
gharchive/issue
2022-07-20T20:27:25
2025-04-01T06:39:43.470378
{ "authors": [ "gagdiez", "maxhr", "volovyk-s" ], "repo": "near/create-near-app", "url": "https://github.com/near/create-near-app/issues/1851", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
894506343
SIGSEGV error when using Ledger Probably originated from Ledger itself. To reproduce: near send acc1.near acc2.near --useLedgerKey. Reproducable on both near-cli 1.6.0 and near-cli 2.0.0. The transaction is successfully executed, the error occurs after it. Also related to #758. I believe this and #758 are the sa...
gharchive/issue
2021-05-18T15:27:30
2025-04-01T06:39:43.472570
{ "authors": [ "gonta71", "nagisa", "volovyk-s" ], "repo": "near/near-cli", "url": "https://github.com/near/near-cli/issues/762", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1053069373
Allow custom HD path beyond single number Currently when recovering wallet, user can only change the last number in the derivation paths. Users might have keys on other derivation paths, Wallet should support that. This may be confusing for some users and is normally not offered by other wallets. Would it be accept...
gharchive/issue
2021-11-14T23:20:42
2025-04-01T06:39:43.473691
{ "authors": [ "ilblackdragon", "stefanopepe" ], "repo": "near/near-wallet", "url": "https://github.com/near/near-wallet/issues/2250", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1150460758
Feat farming validator UI for wallet testing Internal testing branch for the new stake farming feature as implemented on #2398 Updated LOCKUP_ACCOUNT_ID_SUFFIX on render preview to lockup.devnet. We can now use https://testnet.lockup.tech/ to deploy lockups for testing. Just update wallet.testnet.near.org to near-w...
gharchive/pull-request
2022-02-25T13:44:13
2025-04-01T06:39:43.478531
{ "authors": [ "esaminu" ], "repo": "near/near-wallet", "url": "https://github.com/near/near-wallet/pull/2507", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1935455423
Feature/migrate GitHub to existing framework Resolves #265 Still a WIP Testnet Preview Acceptance Criteria: [x] GitHub plugin aligns with the new framework (https://github.com/near/neardevhub-widgets/issues/253). So an admin can enable, configure, or remove the plugin in the community settings page. [x] If a communi...
gharchive/pull-request
2023-10-10T14:07:21
2025-04-01T06:39:43.489096
{ "authors": [ "Tguntenaar" ], "repo": "near/neardevhub-widgets", "url": "https://github.com/near/neardevhub-widgets/pull/291", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1600691397
[Bug] Pressing control in sign up address checking box causes re-checking Bug Description If you press the control key on your keyboard while focused on the address lookup box it will check again, even though the content has not changed Steps to Reproduce head to https://home.omg.lol/sign-up enter something in the ...
gharchive/issue
2023-02-27T08:13:00
2025-04-01T06:39:43.513955
{ "authors": [ "vtheskeleton" ], "repo": "neatnik/omg.lol", "url": "https://github.com/neatnik/omg.lol/issues/616", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2324143406
Home page updates Updates to the home page, mainly stylistic changes, but also text updates and iconography. Reference Issues or PRs https://gitlab.jatic.net/jatic/team-metrostar/t-e-platform/-/issues/595 This update addresses the issues in the attached ticket. What does this implement/fix? This implementation fixe...
gharchive/pull-request
2024-05-29T19:54:48
2025-04-01T06:39:43.523036
{ "authors": [ "kildre" ], "repo": "nebari-dev/jhub-apps", "url": "https://github.com/nebari-dev/jhub-apps/pull/311", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2184350542
Fix typo causing bad rendering (extra backtick) Before: After: Good catch! Thanks @krassowski 🚀
gharchive/pull-request
2024-03-13T15:51:17
2025-04-01T06:39:43.524911
{ "authors": [ "krassowski", "marcelovilla" ], "repo": "nebari-dev/nebari-docs", "url": "https://github.com/nebari-dev/nebari-docs/pull/419", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
2010684136
feat: support specify space by param, fix #265 For example: Boolean spaceFromParam(@Param("specifySpace") String specifySpace); <select id="spaceFromParam" space="${specifySpace}" spaceFromParam="true"> RETURN true; </select> If the specifySpace is not current space, NgBatis will automatically swi...
gharchive/pull-request
2023-11-25T14:43:35
2025-04-01T06:39:43.535997
{ "authors": [ "CorvusYe", "codecov-commenter" ], "repo": "nebula-contrib/ngbatis", "url": "https://github.com/nebula-contrib/ngbatis/pull/267", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2391119937
Improve formatting of multiline ERB This PR does 2 things: Subtract the indentation level from Syntax Tree line width This could be even further improved: line length should take ERB tag start and end tag overhead in consideration Change the way multiline ERB is formatted. It will do the following: If formatted...
gharchive/pull-request
2024-07-04T15:38:49
2025-04-01T06:39:43.538769
{ "authors": [ "pelletencate" ], "repo": "nebulab/erb-formatter", "url": "https://github.com/nebulab/erb-formatter/pull/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
335129095
there is no flexibility with different python versions. Originally reported by Abel Asefa (Bitbucket: abelandk, GitHub: abelandk) When the main process is running with python3. But some other subprocesses were running with python2, it could not get the correct result and produce a SyntaxError. #!python File ".../...
gharchive/issue
2018-04-25T07:41:00
2025-04-01T06:39:43.582354
{ "authors": [ "nedbat" ], "repo": "nedbat/coveragepy", "url": "https://github.com/nedbat/coveragepy/issues/655", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1367526018
Adding 678-Valid-Parenthesis-String.cpp File(s) Modified: 678-Valid-Parenthesis-String.cpp Language(s) Used: C++ Submission URL: _https://leetcode.com/submissions/detail/795416800/_ Thanks, @FahadulShadhin!
gharchive/pull-request
2022-09-09T09:10:48
2025-04-01T06:39:43.587120
{ "authors": [ "Ahmad-A0", "FahadulShadhin" ], "repo": "neetcode-gh/leetcode", "url": "https://github.com/neetcode-gh/leetcode/pull/1086", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2426229379
Actions don't show warning when station is removed from TrackAudio To reproduce: Connect TrackAudio Add SEA_GND Add a station state button that reflects SEA_GND, notice that it doesn't show the warning icon which is correct Delete SEA_GND from TrackAudio Result: SEA_GND station state button still looks ok Expected ...
gharchive/issue
2024-07-23T22:32:08
2025-04-01T06:39:43.600484
{ "authors": [ "neilenns" ], "repo": "neilenns/streamdeck-trackaudio", "url": "https://github.com/neilenns/streamdeck-trackaudio/issues/163", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
31778205
Sometimes incorrectly parsing output I have some code that is currently calling getMAC() about once a second. Every once in a while it will return 'eth0' instead of the MAC address. It doesn't happen very often compared to how often it's called, but it happens a few times a day. This is running on a Debian Linux mach...
gharchive/issue
2014-04-18T02:48:51
2025-04-01T06:39:43.619412
{ "authors": [ "ZackMattor", "jwarkentin" ], "repo": "nekuz0r/node-arp", "url": "https://github.com/nekuz0r/node-arp/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
498693187
Suggestion: Rename of "Node" drop-down selection Suggest to change "Node" to "Network Type/ Network Name" or "Generationhash" to reflect that those nodes could be from different network. Maybe Network:Node? e.g. Mainnet:http://13.114.200.132:3000/ hey there @ivyfung1 ; I would agree that there could be some inform...
gharchive/issue
2019-09-26T06:48:23
2025-04-01T06:39:43.629691
{ "authors": [ "evias", "ivyfung1" ], "repo": "nemfoundation/nem2-explorer", "url": "https://github.com/nemfoundation/nem2-explorer/issues/103", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
756575454
Harvesting confirmation view password input Harvesting confirmation view password input is not visible and we need to scroll. For other transaction types input is always visible. Please watch video: https://share.getcloudapp.com/JruqbPel Same with harvesting activation. @NikolaiYurchenko could you check? @Nikolai...
gharchive/issue
2020-12-03T20:40:30
2025-04-01T06:39:43.633739
{ "authors": [ "cryptoBeliever" ], "repo": "nemgrouplimited/symbol-desktop-wallet", "url": "https://github.com/nemgrouplimited/symbol-desktop-wallet/issues/769", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
606338908
Mask not working as expected I have the following json { "tom": 3, "data1": { "first": "Hello", "second": {"third": "salude", "fourth": "nvm"} }, "data2": { "first": "Bye", "second": {"third": "Cheers", "fourth": "nvm"} } } And I'm applying the follwing mask on it. "data1(first,second/thi...
gharchive/issue
2020-04-24T14:04:49
2025-04-01T06:39:43.645893
{ "authors": [ "MathiasHaudgaard", "alexrainman", "juan-restrepo", "mihanizm56", "nemtsov" ], "repo": "nemtsov/json-mask", "url": "https://github.com/nemtsov/json-mask/issues/72", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
606776947
CDC and Kafka Log Compaction Hi everyone !! This issue is somehow similar to this one #272 but the focus here is on Neo4j Streams Source for CDC in tandem with Kafka Log Compaction rather than on Neo4j Streams Procedures. When using Change Data Capture with Kafka, one of the most common use cases is managing Kafka p...
gharchive/issue
2020-04-25T14:07:23
2025-04-01T06:39:43.656714
{ "authors": [ "Solom00n", "conker84", "moxious", "mroiter-larus" ], "repo": "neo4j-contrib/neo4j-streams", "url": "https://github.com/neo4j-contrib/neo4j-streams/issues/305", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
142292257
Can't run integration unittests I have spend several hours trying to get the integration unittests to work. I'm running on a clean Windows 10 with Visual Studio 2015 Community and JRE 8. I'm running both VS, cosole and PS as administrator. I have tracked down the issue to when the PS scripts tries to start the neo4j ...
gharchive/issue
2016-03-21T09:14:45
2025-04-01T06:39:43.672909
{ "authors": [ "IngvarKofoed", "zhenlineo" ], "repo": "neo4j/neo4j-dotnet-driver", "url": "https://github.com/neo4j/neo4j-dotnet-driver/issues/28", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
332860657
Feature request: General async support Since there is a release of the async bolt driver. It would be very useful to have it in OGM too. https://neo4j.com/docs/developer-manual/current/drivers/sessions-transactions/#_asynchronous_programming Thanks for your input. Your options right now is using OGM through SDN and...
gharchive/issue
2018-06-15T17:41:59
2025-04-01T06:39:43.683560
{ "authors": [ "michael-simons", "wem" ], "repo": "neo4j/neo4j-ogm", "url": "https://github.com/neo4j/neo4j-ogm/issues/495", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
233571109
Applying each after variable length relationship ignores rel_length When each is called after an association with variable length the rel_length parameter is ignored. Additional information which could be helpful if relevant to your issue: Code example (inline, gist, or repo) [31] pry(main)> >> r.subordinates(rel_len...
gharchive/issue
2017-06-05T12:21:26
2025-04-01T06:39:43.691152
{ "authors": [ "klobuczek" ], "repo": "neo4jrb/neo4j", "url": "https://github.com/neo4jrb/neo4j/issues/1391", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1003050579
Video Library Documentation The Documentation must contain: Detailed API Documentation Examples of API usage (Auth, etc. concepts) How to add custom Database How to alter the Mock Backend Develop using Docusaurus 2.0 Fixed #14
gharchive/issue
2021-09-21T18:38:07
2025-04-01T06:39:43.720919
{ "authors": [ "sohamsshah" ], "repo": "neogcamp/mockBee", "url": "https://github.com/neogcamp/mockBee/issues/10", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
194845942
Preserve line-breaks in error messages Neomake loses line breaks when displaying errors. Using Haskell as an example: Neomake w/ hdevtools: Neomake w/ ghcmod: Expected behavior ghcmod-vim preserves line breaks when displaying errors: History This seems to be a well-known problem. When Haskell Makers were first bei...
gharchive/issue
2016-12-11T18:02:56
2025-04-01T06:39:43.746272
{ "authors": [ "dlants", "expipiplus1", "thejohnfreeman" ], "repo": "neomake/neomake", "url": "https://github.com/neomake/neomake/issues/832", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2173328288
pageserver: clean up ancestral layers after split, old index_part objects Per the "Cleaning up parent-shard layers" section in #6358 -- currently after a shard split, layers from the parent shards are not deleted until the whole tenant is eventually deleted. We should implement an occasional online scrub routine that...
gharchive/issue
2024-03-07T08:57:10
2025-04-01T06:39:43.755394
{ "authors": [ "jcsp" ], "repo": "neondatabase/neon", "url": "https://github.com/neondatabase/neon/issues/7043", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1509392862
Replace 'tar' crate with 'tokio-tar' The synchronous 'tar' crate has required us to use block_in_place and SyncIoBridge to work together with the async I/O in the client connection. Switch to 'async-tar' crate that uses async I/O natively. As part of this, move the CopyDataWriter implementation to postgres_backend_as...
gharchive/pull-request
2022-12-23T14:12:55
2025-04-01T06:39:43.764700
{ "authors": [ "SomeoneToIgnore", "hlinnaka", "koivunej" ], "repo": "neondatabase/neon", "url": "https://github.com/neondatabase/neon/pull/3202", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2315251768
fix: connection string uri scheme to postgresql Use postgresql scheme for connection string as postgres causes issue with some tools Validate database name passed to connection-string command :tada: This PR is included in version 1.29.4 :tada: The release is available on: npm package (@latest dist-tag) GitHub re...
gharchive/pull-request
2024-05-24T12:10:19
2025-04-01T06:39:43.768132
{ "authors": [ "Shridhad", "duskpoet" ], "repo": "neondatabase/neonctl", "url": "https://github.com/neondatabase/neonctl/pull/218", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
107495250
Fatal error: Class 'TYPO3\SwiftMailer\Message' not found This line in the EmailFinisher class does not ensure that the required Swiftmailer class is actually available (and causes a fatal error if you don't have Swiftmailer installed): $mail = new \TYPO3\SwiftMailer\Message(); I suggest to either include Swiftmailer ...
gharchive/issue
2015-09-21T11:53:13
2025-04-01T06:39:43.772229
{ "authors": [ "KatharinaSt", "kdambekalns", "kitsunet" ], "repo": "neos/form", "url": "https://github.com/neos/form/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
178107977
BUGFIX: Prevent Fatal Error in Setup This is a hotfix for a regression introduced with https://github.com/neos/flow-development-collection/pull/499. Background: The latest Http\RequestHandler of Flow internally uses the ComponentChain to determine the current Request/Response. This package uses a specialized handler ...
gharchive/pull-request
2016-09-20T16:20:54
2025-04-01T06:39:43.798150
{ "authors": [ "aertmann", "albe", "bwaidelich" ], "repo": "neos/setup", "url": "https://github.com/neos/setup/pull/13", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1082856868
:LspRestart throws error when using non-supported language server Description When called without arguments in a buffer attached to a non-supported language server, :LspRestart throws the following error: Error executing vim.schedule lua callback: .../site/pack/packer/start/nvim-lspconfig/lua/lspconfig.lua:58: attemp...
gharchive/issue
2021-12-17T03:50:42
2025-04-01T06:39:43.948983
{ "authors": [ "jose-elias-alvarez", "kylo252", "mjlbach" ], "repo": "neovim/nvim-lspconfig", "url": "https://github.com/neovim/nvim-lspconfig/issues/1582", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1705066451
Error when decoding stdout from rust-analyzer Description Every time when I open a .rs file, the following warning occurs: [lspconfig] unhandled error: ...ig/lua/lspconfig/server_configurations/rust_analyzer.lua:41: Expected value but found T_END at character 1 and rust-analyzer fails to launch. The cause of the pro...
gharchive/issue
2023-05-11T04:57:58
2025-04-01T06:39:43.955656
{ "authors": [ "Bekaboo" ], "repo": "neovim/nvim-lspconfig", "url": "https://github.com/neovim/nvim-lspconfig/issues/2604", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
123177028
WebSocket support Create interfaces for client/Client and neptulon/Listener objects and separate implementation as: client/TCPClient & client/WSClient neptulon/TCPListener & neptulon/WSListener We can even skip this step and keep everything all in one if things are as easy as what we did with ListenTLS. We could ...
gharchive/issue
2015-12-20T18:43:34
2025-04-01T06:39:43.974423
{ "authors": [ "soygul" ], "repo": "neptulon/neptulon", "url": "https://github.com/neptulon/neptulon/issues/49", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
252842491
Worker unable to get token could not retreive token from any provider 2017/08/25 09:13:16 client.go:64: [DEBUG] HTTP Request: POST /v1/token/nerdalize-cloud/refresh/ HTTP/1.1 Host: local.dev.nlze.nl:8000 Accept: application/json Content-Type: application/json {"jwt":"eyJhbGciOiJFUzM4NCIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJh...
gharchive/issue
2017-08-25T09:15:33
2025-04-01T06:39:43.979345
{ "authors": [ "advanderveer", "neoel" ], "repo": "nerdalize/nerd", "url": "https://github.com/nerdalize/nerd/issues/148", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
839614666
Fix on China AWS support if run Yace on china AWS, there is error “Couldn't describe resources for region cn-northwest-1: InvalidClientTokenId: The security token included in the request is invalid.\n\tstatus code: 403,” and china AWS is in seperate infra. Session new need to specified region, we fixed code based on ...
gharchive/issue
2021-03-24T11:13:28
2025-04-01T06:39:43.982032
{ "authors": [ "alibner", "insectme", "thomaspeitz" ], "repo": "nerdswords/yet-another-cloudwatch-exporter", "url": "https://github.com/nerdswords/yet-another-cloudwatch-exporter/issues/344", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1511329507
OSError: Unknown compute capability. Ensure PyTorch with CUDA support is installed. Installed nerfstudio with CUDA 11.3 as per setup page. Everything works fine. Followed the tutorial all the way to ns-train nerfacto --data data/nerfstudio/poster where I get this error: $ ns-train nerfacto --data data/nerfstudio/post...
gharchive/issue
2022-12-27T00:39:30
2025-04-01T06:39:44.010334
{ "authors": [ "THE-COB", "brawlawnzo", "dooonnis", "grshennan", "tancik" ], "repo": "nerfstudio-project/nerfstudio", "url": "https://github.com/nerfstudio-project/nerfstudio/issues/1177", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1765417031
rich MarkupError Hello there, I'm running nerfstudio on an Azure Maching Learning VM with Ubuntu 18.04. When I try to process data with ns-process-data images I get an error which is thrown by the rich library after downscaling the images: I already processed polycam data which worked without problems. So this error...
gharchive/issue
2023-06-20T13:30:08
2025-04-01T06:39:44.022251
{ "authors": [ "HugoFeng", "Jordan-Pierce", "Terry10086", "forEachWhileTrue", "lan-creator", "qf-wei", "tancik" ], "repo": "nerfstudio-project/nerfstudio", "url": "https://github.com/nerfstudio-project/nerfstudio/issues/2105", "license": "Apache-2.0", "license_type": "permissive"...
2314454244
Make templates resolutions the Coordinate's responsibility The puzzle 23-93ef7c09 from #23 has to be resolved: https://github.com/nergal-perm/java-decita/blob/18bd62953fdb5dfe351db2621e3a14e4e8db6144/java-decita/src/main/java/ru/ewc/commands/SimpleCommand.java#L68-L68 The puzzle was created by Евгений Терехов on 24-M...
gharchive/issue
2024-05-24T05:53:07
2025-04-01T06:39:44.026004
{ "authors": [ "0pdd" ], "repo": "nergal-perm/java-decita", "url": "https://github.com/nergal-perm/java-decita/issues/120", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2544526323
Snakefile 1 - First Production level Snakefile for 06-slurm-array/array_create_db_files.sl Proposed Snakefile Following Snakefile defines a configuration with the Apptainer settings and excluded files. It gets a list of .apsimx files, excluding the specified files. The all rule defines the final output files we wa...
gharchive/issue
2024-09-24T07:01:10
2025-04-01T06:39:44.044323
{ "authors": [ "DininduSenanayake" ], "repo": "nesi/APSIM-HPC", "url": "https://github.com/nesi/APSIM-HPC/issues/53", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1996805575
Initial implementation of automatic MQTT config retrieval from HA Supervisor Breaking change Should be no breaking changes. This only touches the MQTT extension. Proposed change The MQTT configuration should be retrieved from HA Supervisor. I've explained the process in this issue: #1002 Type of change [ ] Depen...
gharchive/pull-request
2023-11-16T12:59:38
2025-04-01T06:39:44.151240
{ "authors": [ "LasseSkogland", "scottt732" ], "repo": "net-daemon/netdaemon", "url": "https://github.com/net-daemon/netdaemon/pull/1003", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1396547767
Dependency upgrades Breaking change Proposed change Type of change [x] Dependency upgrade [ ] Bugfix (non-breaking change which fixes an issue) [ ] New feature (which adds functionality to an existing integration) [ ] Breaking change (fix/feature causing existing functionality to break) [ ] Code quality improvem...
gharchive/pull-request
2022-10-04T16:27:41
2025-04-01T06:39:44.162806
{ "authors": [ "coveralls", "helto4real" ], "repo": "net-daemon/netdaemon_v2", "url": "https://github.com/net-daemon/netdaemon_v2/pull/71", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1955255692
Ability to provide credentials When trying to download an Instgram video the following message appears: Provided the following link: https://www.instagram.com/reel/CybzFHyOcUo/?igshid=MzRlODBiNWFlZA== I'd like to add on to this issue. It appears that the frontend takes links from Gallery-dl before G-DL begins down...
gharchive/issue
2023-10-21T03:00:34
2025-04-01T06:39:44.175907
{ "authors": [ "Cs0o", "kriodoxis", "nReus", "net00-1" ], "repo": "net00-1/SW-DLT", "url": "https://github.com/net00-1/SW-DLT/issues/38", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1049688029
Add standalone Seafile Docker tutorial This PR adds a tutorial on how to set up a standalone Seafile server including a valid LetsEncrypt certificate for TLS/SSL secured HTTPS connections. Please notice that the linked tutorial on how to install Docker and Docker-Compose is not merged yet (https://github.com/netcup-c...
gharchive/pull-request
2021-11-10T11:06:38
2025-04-01T06:39:44.227350
{ "authors": [ "maxkratz", "netcupClaudiaM", "raphi-0901" ], "repo": "netcup-community/community-tutorials", "url": "https://github.com/netcup-community/community-tutorials/pull/55", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
175928089
android studio 2.2rc2 使用jack compiler 编译出现的问题 android studio 2.2rc2 使用jack compiler 编译出现的问题 09-09 12:51:41.657 18228-18228/com.netease.nim.demo E/AndroidRuntime: FATAL EXCEPTION: main Process: com.netease.nim.demo, PID: 18228 ...
gharchive/issue
2016-09-09T04:54:00
2025-04-01T06:39:44.285006
{ "authors": [ "Ccixyj", "zengbobo0805" ], "repo": "netease-im/NIM_Android_UIKit", "url": "https://github.com/netease-im/NIM_Android_UIKit/issues/1", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
616328041
鼠标进入 鼠标离开消息 如果这个控件的子控件 mouse属性都是false时, pVideoBox_->AttachMouseEnter([this](ui::EventArgs* param){ scale_menu_box_->SetVisible(true); return true; }); pVideoBox_->AttachMouseLeave([this](ui::EventArgs* param){ scale_menu_box_->SetVisible(true); return true; }); 要实现的,鼠标进入就显示某子控件 鼠标离开就隐藏某子控件 功能可以实现 但如果...
gharchive/issue
2020-05-12T03:21:11
2025-04-01T06:39:44.288041
{ "authors": [ "shuilan0066", "smallevilbeast" ], "repo": "netease-im/NIM_Duilib_Framework", "url": "https://github.com/netease-im/NIM_Duilib_Framework/issues/206", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
629832355
怎么可以创建一个模态子窗口,然后主窗口等待子窗口的返回 模态窗口可以使用ShowModalFake函数,但如何能让主窗口阻塞在哪里,知道子窗口操作完成后,返回一个结果给主窗口呢;看了ShowMsgBox和文件对话框的实现 都没有找到好的方法 我是封装mfc对话框到dll,然后在导出的函数里doModal.... 我是封装mfc对话框到dll,然后在导出的函数里doModal.... 那弹出来就可以是模态对话框了吗? 我是封装mfc对话框到dll,然后在导出的函数里doModal.... 那弹出来就可以是模态对话框了吗? 是的,因为我的对话框是老项目里的对话框,封到dll里就能直接用了。本质上就是写一个新的...
gharchive/issue
2020-06-03T09:13:35
2025-04-01T06:39:44.290568
{ "authors": [ "lsaejn", "yzxfz" ], "repo": "netease-im/NIM_Duilib_Framework", "url": "https://github.com/netease-im/NIM_Duilib_Framework/issues/215", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1318530620
Infrastructure: bump velero version and add selector Description This PR bumps the version of velero, and introduces a label selector to filter out the resources originated from CrownLabs instances, in order to prevent the partial failures due to the kubevirt/velero issue. Fixes # (issue) How Has This Been Tested? Pl...
gharchive/pull-request
2022-07-26T17:06:25
2025-04-01T06:39:44.292652
{ "authors": [ "giorio94" ], "repo": "netgroup-polito/CrownLabs", "url": "https://github.com/netgroup-polito/CrownLabs/pull/801", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
238822766
Fix values link on homepage Values link was pointing to /about. LGTM
gharchive/pull-request
2017-06-27T11:41:24
2025-04-01T06:39:44.328630
{ "authors": [ "calavera", "hdlopes" ], "repo": "netlify-templates/kaldi-hugo-cms-template", "url": "https://github.com/netlify-templates/kaldi-hugo-cms-template/pull/17", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
680134328
invlide update available messge When running "netlify dev function:invoke" I got a message saying a new version of the cli was available and I should run npm -i -g netlify-cli -i is invalid and should be just i I can't find this in the source code so guess it's a message from somewhere else. Thanks @SteveALee, it ...
gharchive/issue
2020-08-17T10:41:38
2025-04-01T06:39:44.333574
{ "authors": [ "SteveALee", "erezrokah", "sarahetter" ], "repo": "netlify/cli", "url": "https://github.com/netlify/cli/issues/1116", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
753690520
add resource links to stages many stages refer to links and resources, so it might be a good idea to put those resources in a list Do you think we should separate this out in the UI, like make a text field Resource List in the stage data object? that's probably not the worst idea, yeah covered by #431 covered...
gharchive/issue
2020-11-30T18:07:57
2025-04-01T06:39:44.335250
{ "authors": [ "jlengstorf", "tzmanics" ], "repo": "netlify/explorers", "url": "https://github.com/netlify/explorers/issues/430", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
329371462
Hidden field in editor component is rendered - Do you want to request a feature or report a bug? bug - What is the current behavior? An editor component that declares a hidden field will have it rendered: - If the current behavior is a bug, please provide the steps to reproduce. Declare an editor component that ha...
gharchive/issue
2018-06-05T09:23:22
2025-04-01T06:39:44.341611
{ "authors": [ "erquhart", "papandreou" ], "repo": "netlify/netlify-cms", "url": "https://github.com/netlify/netlify-cms/issues/1405", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
726469152
config should have required property 'options' - Clearstatus Netlify I get this error post a successful build and deploy on netlify. https://youthful-swartz-68b931.netlify.app/ Error loading the CMS configuration Config Errors: config should have required property 'options' Check your config.yml file. Hi @thelynchp...
gharchive/issue
2020-10-21T13:13:23
2025-04-01T06:39:44.351415
{ "authors": [ "clearstatus", "erezrokah", "thelynchpin" ], "repo": "netlify/netlify-cms", "url": "https://github.com/netlify/netlify-cms/issues/4489", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1433574428
[Bug]: fail build if output: 'standalone' config option is set Summary Those coming from the docker/k8s world are likely to follow this guidance from Next.js official docs, which instructs them to clone the with-docker example, whose config explicitly uses output: 'standalone': module.exports = { output: 'standalon...
gharchive/issue
2022-11-02T18:08:40
2025-04-01T06:39:44.359853
{ "authors": [ "ascorbic", "jasonbarry", "serhalp" ], "repo": "netlify/next-runtime", "url": "https://github.com/netlify/next-runtime/issues/1736", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1980316070
update README image with new logo Description Removes the old version of the README image and replaces it with one donning the new Netlify logo ✨ Documentation Tests Visit the README file See the change (updated Netlify logo) Relevant links (GitHub issues, etc.) or a picture of cute animal Superseded by v5. ...
gharchive/pull-request
2023-11-07T00:30:40
2025-04-01T06:39:44.362708
{ "authors": [ "iKristy", "serhalp" ], "repo": "netlify/next-runtime", "url": "https://github.com/netlify/next-runtime/pull/2355", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1633834592
NETOBSERV-857 After some time, it fails to retrieve flows Reload HOST token from file on every query /ok-to-test /lgtm up to you to do what I suggested above or not .. this isn't super critical /label qe-approved Verified no longer running into the cert issue with this change when authToken: HOST is set. @jpi...
gharchive/pull-request
2023-03-21T12:40:49
2025-04-01T06:39:44.376200
{ "authors": [ "jotak", "jpinsonneau", "memodi" ], "repo": "netobserv/network-observability-console-plugin", "url": "https://github.com/netobserv/network-observability-console-plugin/pull/310", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
973208679
DatagramDnsQueryDecoder.newQuery() raises IndexOutOfBoundsException Actual behavior I tried to upgrade Netty 4.1.66 to 4.1.67, but our CI tests produced the following error when resolving a DNS query. io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException: readerIndex(36) + length(2) exceeds wri...
gharchive/issue
2021-08-18T02:13:57
2025-04-01T06:39:44.407750
{ "authors": [ "ikhoon", "normanmaurer" ], "repo": "netty/netty", "url": "https://github.com/netty/netty/issues/11591", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
138919609
when i use netty-all-4.1.0.CR3 on my project ,happen this error.how about this happend,and how can i do it I make a ssl socket server base on netty-4.1.0.CR3,with a lot of connections (20k<). # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f5e19fe8e17, pid=15117, t...
gharchive/issue
2016-03-07T08:37:54
2025-04-01T06:39:44.424216
{ "authors": [ "normanmaurer", "yjdwbj" ], "repo": "netty/netty", "url": "https://github.com/netty/netty/issues/4947", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
173016493
HTTP/2 Hpack Encoder Cleanup Motivation: The HTTP/2 HPACK Encoder class has some code which is only used for test purposes. This code can be removed to reduce complexity and member variable count. Modifications: Remove test code and update unit tests Other minor cleanup Result: Test code is removed from operational...
gharchive/pull-request
2016-08-24T17:50:21
2025-04-01T06:39:44.433520
{ "authors": [ "Scottmitch", "carl-mastrangelo", "nmittler" ], "repo": "netty/netty", "url": "https://github.com/netty/netty/pull/5746", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
319895025
Allow to disable native transport and native ssl support via system p… …roperty. Motivation: Sometimes it's useful to disable native transports / native ssl to debug a problem. We should allow to do so with a system property so people not need to adjust code for this. Modifications: Add system properties which allow ...
gharchive/pull-request
2018-05-03T12:13:24
2025-04-01T06:39:44.437335
{ "authors": [ "jchambers", "normanmaurer" ], "repo": "netty/netty", "url": "https://github.com/netty/netty/pull/7903", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2177681
Individual scenarios are no longer run if the entire feature is also sche Individual scenarios are no longer run if the entire feature is also scheduled to run for https://github.com/netzpirat/guard-cucumber/issues/22 Run Cucumber features features/password_client.feature -break test Run Cucumber features features/pa...
gharchive/issue
2011-11-08T18:39:31
2025-04-01T06:39:44.472460
{ "authors": [ "netzpirat", "oreoshake" ], "repo": "netzpirat/guard-cucumber", "url": "https://github.com/netzpirat/guard-cucumber/issues/24", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
264010379
Use JsonUtf8Encoding : Encoding Escaping string character is hurt of performance of JSON serialization. It is possible to reduce escape cost by creating custom UTF8 Encoding that includes JSON encoding/decoding. for invoke internal FastAllocateString, it is necessary to inherit Encoding. public class JsonUtf8Encoding...
gharchive/issue
2017-10-09T20:04:31
2025-04-01T06:39:44.481910
{ "authors": [ "Tornhoof", "firephantomassasin", "neuecc" ], "repo": "neuecc/Utf8Json", "url": "https://github.com/neuecc/Utf8Json/issues/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2694072059
Feasibility and Capability of Inference on CPU Hi there, I have a usecase for your model on a spacecraft but the onboard system will only have a 1 GHz CPU and no dedicated GPU. I wanted to ask whether you believe it would be possible to implement your model on this level of hardware. I have attempted to and failed to...
gharchive/issue
2024-11-26T10:25:29
2025-04-01T06:39:44.486088
{ "authors": [ "ElseFaisal", "Study-is-happy", "leonbaiyu" ], "repo": "neufieldrobotics/NeuFlow_v2", "url": "https://github.com/neufieldrobotics/NeuFlow_v2/issues/10", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1566398607
Extractor pipeline 2.0 This is major update on the path to Generative Semantic Search The extractor pipeline was one of the first components in txtai, going all the way back to 1.0. Since then, much has changed both with txtai and externally. This pipeline has a lot of potential but it needs a couple updates. Make th...
gharchive/issue
2023-02-01T16:11:32
2025-04-01T06:39:44.489776
{ "authors": [ "davidmezzetti" ], "repo": "neuml/txtai", "url": "https://github.com/neuml/txtai/issues/417", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2008737790
[FIX] Remove --no-progress-meter Closes #213 Changes proposed in this pull request: replace the --no-progress-meter argument with -s -S which has the same effect but works on curl < 7.67.0 Checklist [ ] PR has an interpretable title with a prefix ([ENH], [FIX], [REF], [TST], [CI], [MNT], [INF], [MODEL], [DO...
gharchive/pull-request
2023-11-23T19:57:39
2025-04-01T06:39:44.502411
{ "authors": [ "coveralls", "surchs" ], "repo": "neurobagel/api", "url": "https://github.com/neurobagel/api/pull/227", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
424485750
unimplemented DATA_PDU_TYPE_SUPPRESS_OUTPUT I want to use the API update_send_suppress_output in NeutrinoRDP,but xrdp not implement this. Somebody can help? xrdp_rdp_process_data(struct xrdp_rdp *self, struct stream *s) { int data_type; in_uint8s(s, 6); in_uint8s(s, 2); /* len */ in_uint8(s, data_type); in_uint8s(s, ...
gharchive/issue
2019-03-23T10:20:37
2025-04-01T06:39:44.581394
{ "authors": [ "jsorg71", "metalefty", "sherwinkh" ], "repo": "neutrinolabs/xrdp", "url": "https://github.com/neutrinolabs/xrdp/issues/1312", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1691452317
black screen xrdp in Mate It is not possible to connect to RDP in Mate environment on stock settings. Installed only xrdp and xorgxrdp packages. The connection goes through, but the session is not established. xrdp, version: 0.9.21 xorgxrdp, version: 0.9.19 xrdp.log: [20230501-16:16:08] [INFO ] address [0.0.0.0] port...
gharchive/issue
2023-05-01T21:47:01
2025-04-01T06:39:44.634922
{ "authors": [ "AlexanderZhirov", "FirstLicz", "matt335672" ], "repo": "neutrinolabs/xrdp", "url": "https://github.com/neutrinolabs/xrdp/issues/2652", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1976716590
Project license Hi - what is this code licensed under? I'd like to fork it for CS2 reverse engineering purposes. Many thanks Hey and sorry, we completely forgot about the license. 1063e42a9e25e4b290e52d0222bf33b3c6b4fb10 Many thanks for the quick update. One question - the underlying library that you forked from ...
gharchive/issue
2023-11-03T18:13:29
2025-04-01T06:39:44.643966
{ "authors": [ "cpz", "es3n1n", "saul" ], "repo": "neverlosecc/source2gen", "url": "https://github.com/neverlosecc/source2gen/issues/19", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
3173922
use within other scripts hey there, I'm writing a grunt task that generates docs and I was thinking of using groc. I was wondering if it's possible to use groc within another script as opposed to on the CLI. I have a very rough API that you could use, though it's definitely going to be a moving target for a while. ...
gharchive/issue
2012-02-10T16:07:04
2025-04-01T06:39:44.654283
{ "authors": [ "nevir", "svnlto" ], "repo": "nevir/groc", "url": "https://github.com/nevir/groc/issues/22", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1223617008
Minor balance changes also cleaned duplicates in learnsets.ts I was removing duplicate moves. Round was a mistake though, so I added it back
gharchive/pull-request
2022-05-03T03:20:30
2025-04-01T06:39:44.657116
{ "authors": [ "jmf61" ], "repo": "new-meta-incorporated/pokemon-showdown", "url": "https://github.com/new-meta-incorporated/pokemon-showdown/pull/35", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
62487578
Firefox Add-On? Is there any idea/motivation for a Firefox AddOn? Would be my first, if nobody wants to take it … Someone has posted the following on reddit.com/r/GNUTerryPratchett but I don't use Firefox so I haven't tested it myself: https://addons.mozilla.org/en-US/firefox/addon/gnu_terry_pratchett/ I don't know...
gharchive/issue
2015-03-17T19:04:58
2025-04-01T06:39:44.660653
{ "authors": [ "Ryuno-Ki", "newfolder0" ], "repo": "newfolder0/chrome-clacks", "url": "https://github.com/newfolder0/chrome-clacks/issues/5", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
2463632448
FR: Toggle Functionality for Drop Rule A functionality that allows for both individual and bulk enabling or disabling of drop rules. This flexibility is crucial for efficient rule management and operational agility. The nerdgraph API does not offer an option to disable a drop rule and therefore can not be added as ...
gharchive/issue
2024-08-13T15:26:44
2025-04-01T06:39:44.665272
{ "authors": [ "jsbnr" ], "repo": "newrelic-experimental/nr1-drop-rule-explorer", "url": "https://github.com/newrelic-experimental/nr1-drop-rule-explorer/issues/9", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
955569426
set aws region to be alertable Relevant information Describe what you have done and any details that you think are relevant or that you might want to discuss with us. Checklist [ ] I've read the guidelines and understand the acceptance criteria. [ ] The value of the attribute marked as identifier will be unique and ...
gharchive/pull-request
2021-07-29T07:59:50
2025-04-01T06:39:44.669381
{ "authors": [ "CLAassistant", "cianBuckley" ], "repo": "newrelic/entity-definitions", "url": "https://github.com/newrelic/entity-definitions/pull/285", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
726036127
fix: namespace's prefix deleted(manager.yaml) fix: namespace's prefix deleted(manager.yaml) so when I ran this with my original version of kustomize (3.8.2) I was seeing a different $ diff master.yaml kaojiri-master.yaml 6c6 < name: newrelic-kubernetes-operator-system --- > name: system $ kustomize version {Ver...
gharchive/pull-request
2020-10-21T00:29:45
2025-04-01T06:39:44.679554
{ "authors": [ "kaojiri", "thande" ], "repo": "newrelic/newrelic-kubernetes-operator", "url": "https://github.com/newrelic/newrelic-kubernetes-operator/pull/123", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2234184037
feat: New singlestore quickstart Summary Added a new quickstart that utilizes an example OTeL tool collector to get metrics from SingleStore's API and ingest it into NR. Pre merge checklist [x] Did you check you NRQL syntax? - Does it work? [x] Did you include a Data source and Documentation reference? [x] Are all...
gharchive/pull-request
2024-04-09T19:43:40
2025-04-01T06:39:44.685937
{ "authors": [ "CLAassistant", "jcountsNR" ], "repo": "newrelic/newrelic-quickstarts", "url": "https://github.com/newrelic/newrelic-quickstarts/pull/2362", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2582386023
Docs say that Grape, Padrino, and Sinatra aren't supported for Ruby 3.0+ but they certainly are Some old documentation that presumably predates Ruby v3.0 being commonplace and well supported by the agent still notes: Please note that Grape, Padrino, and Sinatra aren't supported for Ruby 3.0+. https://docs.newrelic...
gharchive/issue
2024-10-12T01:06:43
2025-04-01T06:39:44.687903
{ "authors": [ "fallwith", "kaylareopelle" ], "repo": "newrelic/newrelic-ruby-agent", "url": "https://github.com/newrelic/newrelic-ruby-agent/issues/2909", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
614994335
A bit of CI upkeep This PR mixes a number of small changes, so I think it's fine to bundle them like this. First: back when we were only using Travis, we ran all our jobs on the same Ubuntu version. Official repos didn't contain all the C++ compilers we need, so we also added r/test PPA and apt.llvm.org. This made th...
gharchive/pull-request
2020-05-08T21:22:59
2025-04-01T06:39:44.716600
{ "authors": [ "Minoru", "coveralls" ], "repo": "newsboat/newsboat", "url": "https://github.com/newsboat/newsboat/pull/925", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1551263381
adding chatGPT files FINALLY! I didn't click something when making my access token. I was able to do this on Friday last week, I just didn't update it. My bad.
gharchive/pull-request
2023-01-20T18:12:42
2025-04-01T06:39:44.730298
{ "authors": [ "spookybeetle" ], "repo": "newtfire/textAnalysis-Hub", "url": "https://github.com/newtfire/textAnalysis-Hub/pull/102", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
364840792
请问JPVideoPlayerManager.m中 ,这个断言的作用是防止什么?我总是崩溃在这里 我是崩溃在这个断言, 作者为什么要加这么多断言? pod install 下来,支持三个url,超过就会崩溃,JPVideoPlayerManager.m总是崩溃。 我把断言那句话,用if容错掉,然后就没有崩溃了 Me too 我把断言那句话,用if容错掉,然后就没有崩溃了 你知道, 作者为什么要加这么多assertion吗? 断言去掉了,为了排除 bug 加的断言.
gharchive/issue
2018-09-28T10:56:55
2025-04-01T06:39:44.734359
{ "authors": [ "CranberryYam", "invokeHao", "mjf1986", "newyjp" ], "repo": "newyjp/JPVideoPlayer", "url": "https://github.com/newyjp/JPVideoPlayer/issues/205", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1318879766
Package Resources are not associated to packages in application Packages scan step update In updating the application Packages scanning step in the scan_codebase pipeline for #447, I noticed that the CodebaseResources of a Package are not associated with the Packages that was scanned. Looking a little deeper, I see t...
gharchive/issue
2022-07-27T00:21:18
2025-04-01T06:39:44.762427
{ "authors": [ "JonoYang" ], "repo": "nexB/scancode.io", "url": "https://github.com/nexB/scancode.io/issues/476", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
745535611
Script hangs in the middle of execution for up to an hour. time sh -c 'sh -c "$(curl -sL https://nextdns.io/diag)"' Welcome to NextDNS network diagnostic tool. This tool will download a small binary to capture latency and routing information regarding the connectivity of your network with NextDNS. In order to perfor...
gharchive/issue
2020-11-18T10:30:58
2025-04-01T06:39:45.359124
{ "authors": [ "IceCodeNew", "dmfrey", "rs" ], "repo": "nextdns/diag", "url": "https://github.com/nextdns/diag/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1176591207
small typo: java.imageio java.imageio mentioned in the changelog should be javax.imageio: https://github.com/nextjournal/clerk/blob/fc297cb8b1cd879c888f573d1c7913dafd1d66dd/CHANGELOG.md#05346-2022-01-27 @daslu thanks, fixed!
gharchive/issue
2022-03-22T10:40:29
2025-04-01T06:39:45.396471
{ "authors": [ "daslu", "mk" ], "repo": "nextjournal/clerk", "url": "https://github.com/nextjournal/clerk/issues/119", "license": "ISC", "license_type": "permissive", "license_source": "github-api" }
1865197638
🛑 /getMusicFeed - Get music feed by URL or ID is down In e33b4f6, /getMusicFeed - Get music feed by URL or ID (https://nextpost.tech/tiktok-api/getMusicFeed?query=7129970471625362182&cache_timeout=0&license_key=$API_KEY) was down: HTTP code: 403 Response time: 13 ms Resolved: /getMusicFeed - Get music feed by UR...
gharchive/issue
2023-08-24T13:45:46
2025-04-01T06:39:45.399263
{ "authors": [ "sergeykomlev" ], "repo": "nextpost-tech/tiktok-status", "url": "https://github.com/nextpost-tech/tiktok-status/issues/1280", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1878696221
[BUG] - Modal scrollBehavior="outside" breaks placement prop NextUI Version latest Describe the bug By using the scrollBehavior="outside" prop, placement is always at the top (with a my-16 margin) Cause: https://github.com/nextui-org/nextui/blob/main/packages/core/theme/src/components/modal.ts#L171 For now the only w...
gharchive/issue
2023-09-02T13:46:39
2025-04-01T06:39:45.461107
{ "authors": [ "CHENFANGC", "abhinav700", "robodove" ], "repo": "nextui-org/nextui", "url": "https://github.com/nextui-org/nextui/issues/1548", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2419937462
Test2 test2 branch test Deployment started for this pull request. Deployment successful. Deployed application.
gharchive/pull-request
2024-07-19T21:34:31
2025-04-01T06:39:45.495600
{ "authors": [ "Hamed-Ayodeji", "neyo55" ], "repo": "neyo55/hng-stage4-pr-with-github-bot", "url": "https://github.com/neyo55/hng-stage4-pr-with-github-bot/pull/15", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2740392522
[-𝗙𝗨𝗟𝗟-𝐯𝐢𝐫𝐚𝐥!𝐜𝐥𝐢𝐩𝐬-]— Mona Alam Video Original Video Link Mona Alam Video Viral On Social Media X Trending Now 54 seconds ago L𝚎aked Video Mona Alam Original Video Viral Video L𝚎aked on X Twitter Telegram ►✅ 𝘾𝙇𝙄𝘾𝙆 𝙃𝙀𝙍𝙀 ==►► 𝙁𝙪𝙡𝙡 𝙑𝙞𝙙𝙚𝙤❤️❤️⬇️⬇️​ ►✅ 𝘾𝙇𝙄𝘾𝙆 𝙃𝙀𝙍𝙀 ==►► 𝙁𝙪𝙡𝙡 𝙑�...
gharchive/issue
2024-12-15T08:06:38
2025-04-01T06:39:45.604230
{ "authors": [ "SudarshanDettman", "ghost", "lliansm" ], "repo": "nezhahq/nezha", "url": "https://github.com/nezhahq/nezha/issues/794", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1608228652
Check supported models and handle warnings Description of feature Check if requested alleles and lengths combinations are supported by epitope prediction tools and handle warnings/errors properly! Given in MERGE_PREDICTIONS_BUFFER.out.ch_prediction_warnings, use and output directly! Another check for the module le...
gharchive/issue
2023-03-03T09:07:27
2025-04-01T06:39:45.613455
{ "authors": [ "skrakau", "tillenglert" ], "repo": "nf-core/metapep", "url": "https://github.com/nf-core/metapep/issues/48", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
433241086
Usage docs page missing Hello nf-core team, https://nf-co.re/usage_docs answers with a 404, so I'm letting you know! Well, a few pages are not there yet Nextflow tutorial Helper tools Guidelines etc. so I guess it's a work in progress. Good luck! Where did you find that url ? If I go to the main homepage, the l...
gharchive/issue
2019-04-15T11:55:25
2025-04-01T06:39:45.626465
{ "authors": [ "apeltzer", "hmenager" ], "repo": "nf-core/nf-co.re", "url": "https://github.com/nf-core/nf-co.re/issues/107", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2729793583
Unify SummarizedExperiment output Description of feature Currently, the pipeline generates three SummarizedExperiment .rds files while it would be more convenient and less confusing to generate a single one with different assay layers. Current situation There are three rds files: All of which have a counts and abund...
gharchive/issue
2024-12-10T11:03:27
2025-04-01T06:39:45.632699
{ "authors": [ "grst" ], "repo": "nf-core/rnaseq", "url": "https://github.com/nf-core/rnaseq/issues/1465", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
293316817
iOS 11.3 Hey, do you now if there is an issue caused by iOS 11.3 ? It seems that my homebridge doesn't work anymore since I update my iPad and iPhone to 11.3, but I don't know if it's the cause works for me I've also been having a strange issue since I updated to iOS 11.3 and tvOS 11.3 . No problem at all with an...
gharchive/issue
2018-01-31T21:24:52
2025-04-01T06:39:45.644362
{ "authors": [ "Hackashaq666", "Marsgames", "zackaweed" ], "repo": "nfarina/homebridge", "url": "https://github.com/nfarina/homebridge/issues/1728", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
183938427
Callback? Hi there. How do my device "tells" homebridge some status changing? For instance, lights have been turned off directly. Could you be provide some example? Thanks. If you turn a lamp off manually, I don't see how homebridge would ever get the message, unless you had somesort of 'smartsocket' that could sel...
gharchive/issue
2016-10-19T11:42:12
2025-04-01T06:39:45.645892
{ "authors": [ "FrankC2000", "lagunacomputer" ], "repo": "nfarina/homebridge", "url": "https://github.com/nfarina/homebridge/issues/858", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
325647944
tf.contrib.learn.preprocessing will be deprecated since tf.contrib.learn.preprocessing will be deprecated in future version of TensorFlow, the code in chapter 7 about the bag-of-word should be updated by using tf.data or something else. Thanks @EtoDemerzel0427 for bringing this up. I'll see what I can do. who c...
gharchive/issue
2018-05-23T10:39:13
2025-04-01T06:39:45.652779
{ "authors": [ "Cumberbatch08", "EtoDemerzel0427", "nfmcclure" ], "repo": "nfmcclure/tensorflow_cookbook", "url": "https://github.com/nfmcclure/tensorflow_cookbook/issues/130", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
229476176
Modularizar los comportamientos del bot, para que otras comunidades puedan utilizarlo Estoy enviando un ... (marque con una "x") [] Error reportado [*] Solicitud de característica, mejora. Comportamiento Actual No existe Comportamiento Esperado Se espera que el comportamiento de este bot, se pueda encapsular en mó...
gharchive/issue
2017-05-17T20:24:29
2025-04-01T06:39:45.829574
{ "authors": [ "Villanuevand", "dianjuar", "leocabeza", "osnoser1" ], "repo": "ngVenezuela/wengy-ven", "url": "https://github.com/ngVenezuela/wengy-ven/issues/74", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
67641760
WSGI.py (or other WSGI Confguration) I noticed that this repo had a wsgi.py which would be useful for deploying with wsgi on Apache https://github.com/jaycrossler/geoq-django Understand that the project may favor nginx, but would it be possible to supply a default wsgi configuration for multithreaded wsgi deployment ...
gharchive/issue
2015-04-10T17:18:25
2025-04-01T06:39:45.832126
{ "authors": [ "Prindle19", "stephenrjones" ], "repo": "ngageoint/geoq", "url": "https://github.com/ngageoint/geoq/issues/308", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
158760001
GEOWAVE-346: landsat8 utilities from commandline tool apologies for the fairly large diff - it includes general raster improvements working through landsat 8 as the use case this commit history got messed up...closing this and opening a new clean PR
gharchive/pull-request
2016-06-06T19:52:55
2025-04-01T06:39:45.833326
{ "authors": [ "rfecher" ], "repo": "ngageoint/geowave", "url": "https://github.com/ngageoint/geowave/pull/820", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
720253224
postgresql secure upstream I am trying to secure a postgresql behind nginx. I've followed the documentation from here (https://docs.nginx.com/nginx/admin-guide/security-controls/securing-tcp-traffic-upstream/) the config file looks like this: stream { upstream postgres { server localhost:5432; } ...
gharchive/issue
2020-10-13T13:29:12
2025-04-01T06:39:45.849010
{ "authors": [ "paskal", "umputun", "vtoupet" ], "repo": "nginx-le/nginx-le", "url": "https://github.com/nginx-le/nginx-le/issues/45", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
365322254
Model developers to tune architecture With "Efficient Neural Architecture Search via Parameter Sharing" Planned major changes To better support architecture tuning with ENAS, I'm planning changes to Rafiki's current model training framework: Replacing budget option MODEL_TRIAL_COUNT with TIME_HOURS Context Currently,...
gharchive/issue
2018-10-01T06:18:48
2025-04-01T06:39:45.860757
{ "authors": [ "nginyc", "nudles" ], "repo": "nginyc/rafiki", "url": "https://github.com/nginyc/rafiki/issues/50", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
503162231
performance optimisation when stage has been disposed of I realised that there were some functions still being called recursively at every frame even after removing the scene. In hope of getting rid of as much as I could, I was removing everything by doing: stage.removeAllComponents(); stage.dispose(); stage.viewer.c...
gharchive/pull-request
2019-10-06T21:19:49
2025-04-01T06:39:45.867406
{ "authors": [ "aurel-l", "garyo", "ppillot", "sto3psl" ], "repo": "nglviewer/ngl", "url": "https://github.com/nglviewer/ngl/pull/698", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2059184376
Scythe off by one tick Here are my settings. It is always ready to attack when the bar is still one tick from full. Kicking and other attack cooldowns seem to work fine. Idk if it's just the red scythe or also the default scythe. I use the red scythe. This seems to be a new issue, I wasn't experiencing this when run...
gharchive/issue
2023-12-29T08:13:57
2025-04-01T06:39:45.881694
{ "authors": [ "Puzzle-Drops", "cdog2323", "ngraves95" ], "repo": "ngraves95/attacktimer", "url": "https://github.com/ngraves95/attacktimer/issues/31", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1988616446
requirements.txt is missing The README suggests to pip install -r requirements.txt but the file seems not to have been included in this repository. The requirements.txt file has been added to the repository. Thank you, however I am getting the following error: ERROR: Cannot install -r requirements.txt (line 13),...
gharchive/issue
2023-11-11T00:50:43
2025-04-01T06:39:45.900515
{ "authors": [ "ngushchin", "stepelu" ], "repo": "ngushchin/EntropicOTBenchmark", "url": "https://github.com/ngushchin/EntropicOTBenchmark/issues/3", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1028122877
🛑 CDN is down In c688e23, CDN (https://vncdn.vn/) was down: HTTP code: 0 Response time: 0 ms Resolved: CDN is back up in fda422c.
gharchive/issue
2021-10-16T18:56:00
2025-04-01T06:39:45.903144
{ "authors": [ "nguyen-tv1" ], "repo": "nguyen-tv1/vnetwork-uptime", "url": "https://github.com/nguyen-tv1/vnetwork-uptime/issues/50", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
405668282
Documentation errors In Scenes section ‘started’ : The Scene is dormant, waiting to be started or to be destroyed. ‘stopped’ : The Scene is started. In Navigators section: During the lifetime of a Navigator it can go from ‘inactive’ to ‘inactive’ and vice versa multiple times, until it reaches the ‘destroyed’ stat...
gharchive/issue
2019-02-01T11:47:35
2025-04-01T06:39:45.906873
{ "authors": [ "jamolkhon", "nhaarman" ], "repo": "nhaarman/Acorn", "url": "https://github.com/nhaarman/Acorn/issues/115", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1926111087
support for netstandard2.0 This should enable using the library with .NET framework targets as well. Went over the unit tests (with api key and developer mode) and built the doc again to verify things are still OK. remark: setting as work in progress as I'm facing some issue with transitive FSharp.Data dependency w...
gharchive/pull-request
2023-10-04T12:30:23
2025-04-01T06:39:45.923440
{ "authors": [ "nhirschey", "smoothdeveloper" ], "repo": "nhirschey/FSharp.Data.Fred", "url": "https://github.com/nhirschey/FSharp.Data.Fred/pull/17", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }