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 |
|---|---|---|---|---|---|
1626982335 | File store that is agnostic
https://github.com/hack-pad/hackpadfs
Will allow an actors to run in browsers or on servers ( Wazero etc or golang ). Fits Nola perspectives …
Indexdb in a browser can be garbage collected at any time by the OS . So you can use it expecting it to always there
It can also call out to S3 bu... | gharchive/issue | 2023-03-16T08:49:02 | 2025-04-01T06:03:54.760390 | {
"authors": [
"gedw99",
"richardartoul"
],
"repo": "richardartoul/nola",
"url": "https://github.com/richardartoul/nola/issues/55",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
153975836 | Compile errors with gcc 6.1
Hi all
I noticed gcc 6.1 can no longer build the miniz.c inside rust.
See: https://github.com/rust-lang/rust/issues/33246
This fixes the build for me with GCC 6.1.1.
diff --git a/src/rt/miniz.c b/src/rt/miniz.c
index 2b803b0..b3a453d 100644
--- a/src/rt/miniz.c
+++ b/src/rt/miniz.c
@@ -5... | gharchive/issue | 2016-05-10T10:41:14 | 2025-04-01T06:03:54.777330 | {
"authors": [
"SimonSapin",
"dns2utf8",
"paulharris",
"uroni"
],
"repo": "richgel999/miniz",
"url": "https://github.com/richgel999/miniz/issues/51",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
924935569 | pod install error
Getting following errors when I open project (in AS Arctic Fox).
Executing of 'pod install' failed with code 1.
Error message:
[!] No `Podfile' found in the project directory.
Please, check that file "/Users/joreilly/dev/github/KMP-NativeCoroutines/Podfile" contains following lines in header:
source... | gharchive/issue | 2021-06-18T14:00:35 | 2025-04-01T06:03:54.780705 | {
"authors": [
"joreilly",
"rickclephas"
],
"repo": "rickclephas/KMP-NativeCoroutines",
"url": "https://github.com/rickclephas/KMP-NativeCoroutines/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1069603850 | Install Helm Diff plugin to have better idempotency check results
Issue Description
Whenever trying to redeploy/upgrade a helm char using ansible kubernetes.core.helm module the following warning appears
[WARNING]: The default idempotency check can fail to report changes in certain cases. Install helm diff for
better... | gharchive/issue | 2021-12-02T14:19:58 | 2025-04-01T06:03:54.792524 | {
"authors": [
"ricsanfre"
],
"repo": "ricsanfre/pi-cluster",
"url": "https://github.com/ricsanfre/pi-cluster/issues/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1966532747 | audio2audio errors : st.cache is deprecated + missing 1 required positional argument: 'init_image'
Hi
I get the following errors when trying to use audio-to-audio in playground
2023-10-28 09:30:37.155 st.cache is deprecated. Please use one of Streamlit's new caching commands,
st.cache_data or st.cache_resource.
More... | gharchive/issue | 2023-10-28T10:10:35 | 2025-04-01T06:03:54.876368 | {
"authors": [
"1044690543",
"Katmoget"
],
"repo": "riffusion/riffusion-hobby",
"url": "https://github.com/riffusion/riffusion-hobby/issues/156",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
348633280 | Support for .NET Core
Hi again. I see in your readme that you're adding support for .NET core. Let me now if I can send PRs. I'm running on a Mac so I'm updating C# samples to .NET core and use BenchmarkDotNet for perf measurement.
That would be great, please open a PR.
I am working on the UI implementation, inst... | gharchive/issue | 2018-08-08T08:52:13 | 2025-04-01T06:03:54.894551 | {
"authors": [
"Miggleness",
"rikace"
],
"repo": "rikace/fConcBook",
"url": "https://github.com/rikace/fConcBook/issues/7",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
638384872 | Improve YAML parser
Yaml parser halts when a file with multiple documents got only one invalid document in the middle.
kubectl also behaves like that, so it's not something in the go-yaml library that would solve this BUT I can try:
got an idea of maybe convert the whole file to the struct and then deal with the inva... | gharchive/issue | 2020-06-14T16:27:36 | 2025-04-01T06:03:54.895907 | {
"authors": [
"rikatz"
],
"repo": "rikatz/kubepug",
"url": "https://github.com/rikatz/kubepug/issues/81",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1467637184 | Support concurrent DuckDB queries
In DuckDB, each connection can only process one query at a time. The runtime currently opens one DuckDB connection and runs all queries sequentially on that connection. We want to add a connection pool to the DuckDB driver to enable running concurrent DuckDB queries. We should experi... | gharchive/issue | 2022-11-29T08:15:44 | 2025-04-01T06:03:54.916030 | {
"authors": [
"begelundmuller",
"chriszrc",
"domoritz",
"pjain1"
],
"repo": "rilldata/rill",
"url": "https://github.com/rilldata/rill/issues/1316",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1384917682 | AttributeError: 'NoneType' object has no attribute 'load'
I'm facing the following error
I trained the model and merged embedding successfully.
I used the correct command, but I got the above error when generating images with txt2img.py
What should I do with this?
What config are you loading? Are you using this ve... | gharchive/issue | 2022-09-25T06:41:35 | 2025-04-01T06:03:54.951403 | {
"authors": [
"Josh-Yang95",
"rinongal"
],
"repo": "rinongal/textual_inversion",
"url": "https://github.com/rinongal/textual_inversion/issues/86",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2163435715 | Mapping DateTime to a specific TimeZone on the fly
We have a multitenant app where tenants have different time zones stored in their app settings.
For example a CustomerDb object has NextPayingDate which is UTC stored in the database, so whenever we pick the Customer with the NextPayingDate (UTC) from EntityFramework... | gharchive/issue | 2024-03-01T13:36:07 | 2025-04-01T06:03:54.954717 | {
"authors": [
"latonz",
"stefanMinch3v"
],
"repo": "riok/mapperly",
"url": "https://github.com/riok/mapperly/issues/1142",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1197147170 | Adding samplingProtocol to all events?
Question to VMM: is there a sampling protocol which we could refer to?
See definition and examples: https://dwc.tdwg.org/terms/#dwc:samplingProtocol.
A VMM example: in the invertebrates dataset, the samplingProtocol was Handnet.
This is the document containing the sampling pro... | gharchive/issue | 2022-04-08T10:32:58 | 2025-04-01T06:03:54.960872 | {
"authors": [
"damianooldoni",
"peterdesmet"
],
"repo": "riparias/vmm-macrophytes-occurrences",
"url": "https://github.com/riparias/vmm-macrophytes-occurrences/issues/20",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1644548507 | "Create AMM" tutorial
Add an interactive tutorial for creating an XLS-30d AMM on AMM-Devnet with sample code
Add dependencies (CSS, JS, React components, etc.) for interactive tutorials generally
Fix CSS for loading the Space Mono font
Remove unused Counter.tsx example component
Update portal version and lockfile so... | gharchive/pull-request | 2023-03-28T19:34:14 | 2025-04-01T06:03:54.968146 | {
"authors": [
"injaelee",
"mDuo13"
],
"repo": "ripple/opensource.ripple.com",
"url": "https://github.com/ripple/opensource.ripple.com/pull/11",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
75677383 | Increase TOE threshold from 300 to 500
300 was triggering inside system tables
Fixes #265
@knifewine to review
This seems to be system dependent... on my system, it fails with a value below 250. LGTM.
| gharchive/pull-request | 2015-05-12T17:31:25 | 2025-04-01T06:03:54.969220 | {
"authors": [
"aboudreault",
"ptnapoleon"
],
"repo": "riptano/cassandra-dtest",
"url": "https://github.com/riptano/cassandra-dtest/pull/268",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
114306931 | Minor fixes for CASSANDRA-8653
Remove requires annotation
Bump connection timeout when checking permissions. During the upgrade
to 2.2 test, this can timeout with the default value.
Can you remove the import of require as well now that it's unused?
+1, after the import fix to make travis happy
| gharchive/pull-request | 2015-10-30T16:36:08 | 2025-04-01T06:03:54.970657 | {
"authors": [
"beobal",
"ptnapoleon"
],
"repo": "riptano/cassandra-dtest",
"url": "https://github.com/riptano/cassandra-dtest/pull/638",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1955715044 | Cannot cargo risczero install on Ubuntu 22.04 (requires libssl.so.1.1)
I tried performing the installation instructions given by the README. The binstall cargo-risczero step succeeded, but the risczero install step failed:
$ cargo binstall cargo-risczero
...
Do you wish to continue? yes/[no]
? yes
INFO Installing bi... | gharchive/issue | 2023-10-22T00:56:34 | 2025-04-01T06:03:54.981465 | {
"authors": [
"flaub",
"intoverflow"
],
"repo": "risc0/risc0",
"url": "https://github.com/risc0/risc0/issues/1021",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2307277429 | Remove _DEP requirement
The OSPM can add IRQ dependencies by looking at GSI map. So, the requirement of adding _DEP under each device which needs GSIs (wired interrupts) is no longer required. Remove the requirement.
Hooray :-), I'm glad common sense prevailed...
| gharchive/pull-request | 2024-05-21T04:44:26 | 2025-04-01T06:03:55.012764 | {
"authors": [
"andreiw",
"vlsunil"
],
"repo": "riscv-non-isa/riscv-brs",
"url": "https://github.com/riscv-non-isa/riscv-brs/pull/167",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
973433628 | Add option to specify version for debug spec and priv spec
RISC-V having ISA string to represent enabled extensions and corresponding
versions, ideally we can use that as an universal scheme, but not all
specification are encoded in ISA string, like debug specification and privilege
specification, so we have defined ... | gharchive/pull-request | 2021-08-18T08:54:59 | 2025-04-01T06:03:55.034336 | {
"authors": [
"asb",
"aswaterman",
"cmuellner",
"jim-wilson",
"jrtc27",
"kito-cheng",
"nick-knight",
"rjiejie"
],
"repo": "riscv-non-isa/riscv-toolchain-conventions",
"url": "https://github.com/riscv-non-isa/riscv-toolchain-conventions/pull/16",
"license": "CC-BY-4.0",
"lice... |
772775193 | New assembler options, -mbig-endian and -mlittle-endian, used to choose the endian.
Hi Guys,
I opened the same issue to the wrong place in the riscv-c-api-doc. So I open a new one here.
We get the GNU binutils patches from Marcus Comstedt recently, to support RISCV big endian targets [1]. In the patches, we need to ... | gharchive/issue | 2020-12-22T09:04:28 | 2025-04-01T06:03:55.052006 | {
"authors": [
"Nelson1225",
"jim-wilson",
"knightsifive"
],
"repo": "riscv/riscv-toolchain-conventions",
"url": "https://github.com/riscv/riscv-toolchain-conventions/issues/7",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
738459797 | error in importing the library
When I try to import the library i get the following error.
flutter run
Using hardware rendering with device Android SDK built for x86. If you notice graphics artifacts, consider enabling software rendering with
"--enable-software-rendering".
Launching lib\main.dart on Android SDK built... | gharchive/issue | 2020-11-08T12:58:10 | 2025-04-01T06:03:55.077240 | {
"authors": [
"Zignake",
"josedihego"
],
"repo": "rishabnayak/firebase_mlkit_language",
"url": "https://github.com/rishabnayak/firebase_mlkit_language/issues/39",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2682578049 | Use explain (distsql, format dot) for dashboard to visualize graph
https://risingwave-labs.slack.com/archives/C034U0NH5ND/p1732267878599779?thread_ts=1732168127.133129&cid=C034U0NH5ND
Current the RW dashboard has a graph for distributed plan:
We can replace this with explain (format dot, distsql) and render it with ... | gharchive/issue | 2024-11-22T09:33:38 | 2025-04-01T06:03:55.089172 | {
"authors": [
"kwannoel",
"lyang24"
],
"repo": "risingwavelabs/risingwave",
"url": "https://github.com/risingwavelabs/risingwave/issues/19542",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1891855730 | feat(stream): add nkey and jwt auth methods for nats connector
I hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.
What's changed and what's your intention?
This PR try to refactor the nats client connection code and add some new methods (credential) to connect. The nats rust packa... | gharchive/pull-request | 2023-09-12T07:28:02 | 2025-04-01T06:03:55.097002 | {
"authors": [
"tabVersion",
"yufansong"
],
"repo": "risingwavelabs/risingwave",
"url": "https://github.com/risingwavelabs/risingwave/pull/12227",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2488324971 | perf(contract): Replace Multicall with Solady's Multicallable
Removed internal Multicall implementation and interface. Updated references to use Multicallable from the Solady library for batch function calls. This optimizes and simplifies the contract dependencies.
Should we consider https://github.com/Vectorized/m... | gharchive/pull-request | 2024-08-27T05:39:09 | 2025-04-01T06:03:55.125397 | {
"authors": [
"giuseppecrj",
"shuhuiluo"
],
"repo": "river-build/river",
"url": "https://github.com/river-build/river/pull/889",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2118769922 | add supported languages csharp (.cs) and javascriptreact (.jsx)
I have added C# and Javascript JSX to the supported languages.
Hey @sbeardsley
LGTM
Many thanks for the contribution!
| gharchive/pull-request | 2024-02-05T15:01:00 | 2025-04-01T06:03:55.219639 | {
"authors": [
"rjmacarthy",
"sbeardsley"
],
"repo": "rjmacarthy/twinny",
"url": "https://github.com/rjmacarthy/twinny/pull/88",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
37489196 | meta props read form undef
Cannot read property 'httpredirect' of undefined
at Seneca.defaultresponder (/Users/richard/Projects/seneca-examples/micro-services/node_modules/seneca/node_modules/seneca-web/web.js:278:73)
obsolete
| gharchive/issue | 2014-07-09T17:30:32 | 2025-04-01T06:03:55.221309 | {
"authors": [
"rjrodger"
],
"repo": "rjrodger/seneca-web",
"url": "https://github.com/rjrodger/seneca-web/issues/6",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
97799991 | Fix cleanup when data contains an array
Please pull the change, this fixes a break when the web response is an array. You can run the updated tests before the fix to see them break.
This also affects the seneca-jsonrest-api as fetching the list does not work currently.
When playing with this I got some errors regardi... | gharchive/pull-request | 2015-07-28T20:53:50 | 2025-04-01T06:03:55.223182 | {
"authors": [
"david-cahill",
"faceleg",
"mcdonnelldean",
"noxxious",
"thekemkid"
],
"repo": "rjrodger/seneca-web",
"url": "https://github.com/rjrodger/seneca-web/pull/16",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1748566149 | Include more folders in rockspec build steps
Description
This fixes the build via rockspec when installing the plugin through nixpkgs.
Indeed, if the directories are not included, they will not be copied over the installation path.
Also fixed minor tab/space inconsistencies.
Before the patch
Installation path files
... | gharchive/pull-request | 2023-06-08T20:11:46 | 2025-04-01T06:03:55.293752 | {
"authors": [
"BuriedInTheGround",
"rktjmp",
"teto"
],
"repo": "rktjmp/lush.nvim",
"url": "https://github.com/rktjmp/lush.nvim/pull/129",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1978320964 | 🛑 Registrar is down
In 570507d, Registrar (https://registrar.cvsu.edu.ph) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Registrar is back up in 1212c93 after 51 minutes.
| gharchive/issue | 2023-11-06T05:26:42 | 2025-04-01T06:03:55.347239 | {
"authors": [
"rlvillacarlos"
],
"repo": "rlvillacarlos/cvsu-site-monitor",
"url": "https://github.com/rlvillacarlos/cvsu-site-monitor/issues/59",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
127676014 | conflicts again: issue with multiple conflicting packages
hi, i have mist-git and geth-git installed.
now i tried to install mist and geth where each of the packages conflicts with one of the above. pacaur does not know how to handle this in this special situation.
$ pacaur -S mist
:: Package(s) mist not found in re... | gharchive/issue | 2016-01-20T12:52:45 | 2025-04-01T06:03:55.375832 | {
"authors": [
"5chdn",
"rmarquis",
"troyengel"
],
"repo": "rmarquis/pacaur",
"url": "https://github.com/rmarquis/pacaur/issues/401",
"license": "isc",
"license_type": "permissive",
"license_source": "bigquery"
} |
2671927869 | 🛑 Statuslog is down
In 01f026c, Statuslog (https://r.mateu.me) was down:
HTTP code: 503
Response time: 2884 ms
Resolved: Statuslog is back up in 407b638 after 38 minutes.
| gharchive/issue | 2024-11-19T11:51:10 | 2025-04-01T06:03:55.379642 | {
"authors": [
"rmateu"
],
"repo": "rmateu/statuspage",
"url": "https://github.com/rmateu/statuspage/issues/596",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
112627426 | 3.0 roadmap
[ ] get rid of VCR, just use RSpec to stub/mock DropletKit. It's their offical gem, we don't want to deal with the implementation anymore.
[ ] support Floating IPs
[ ] cleanup lots of code (DRY, RuboCop)
[ ] current code coverage metrics are wrong, don't simulate coverage we don't have.
[ ] Chef 12 only
... | gharchive/issue | 2015-10-21T16:22:31 | 2025-04-01T06:03:55.398065 | {
"authors": [
"patcon",
"rmoriz"
],
"repo": "rmoriz/knife-digital_ocean",
"url": "https://github.com/rmoriz/knife-digital_ocean/issues/83",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1518815971 | [Bug]: iOS PointAnnotation ignores anchor
Mapbox Implementation
Mapbox
Mapbox Version
default
Platform
iOS
@rnmapbox/maps version
10.0.0-beta.62
Standalone component to reproduce
<MapboxGL.PointAnnotation
key={"key"}
id={"id1234"}
coordinate={[lon, lat]}
anchor={{y: 1, x: 0.5}}... | gharchive/issue | 2023-01-04T11:33:30 | 2025-04-01T06:03:55.441043 | {
"authors": [
"mfazekas",
"nixolas1"
],
"repo": "rnmapbox/maps",
"url": "https://github.com/rnmapbox/maps/issues/2519",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
156956518 | Don't know how to go homepage
I open an sample demo, then stuck then, don't figure out how to go back homepage
Help
aah, kill app then open again.
sorry, I see text "To go back .... "
To go back, press two fingers anywhere for four seconds.
| gharchive/issue | 2016-05-26T10:50:14 | 2025-04-01T06:03:55.442499 | {
"authors": [
"jsierles",
"nvcken"
],
"repo": "rnplay/rnplay-native",
"url": "https://github.com/rnplay/rnplay-native/issues/4",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
53026053 | oh-my-zsh uninstall.sh issues - switch back to bash is unsatisfactory
Hi
I recently installed oh-my-zsh on my system (running OS X Yosemite, v. 10.10.1, with bash (v. 3.2.53) as default, to test it out. It was really interesting, but wanting to get back to bash I ran the uninstall script and noticed two minor proble... | gharchive/issue | 2014-12-29T08:15:53 | 2025-04-01T06:03:55.490803 | {
"authors": [
"mcornella",
"sr-murthy"
],
"repo": "robbyrussell/oh-my-zsh",
"url": "https://github.com/robbyrussell/oh-my-zsh/issues/3447",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
125886169 | Will your zsh cost a lot of cpu?
zsh cost 83.6% of the CPU when i typing in the Terminal just like the picture. What about yours? And does anyone know why?
no-one answer this question.
Sorry for the late reply, we're very few people managing the project. Yours is the first issue I encounter of having this proble... | gharchive/issue | 2016-01-11T07:11:55 | 2025-04-01T06:03:55.494129 | {
"authors": [
"lubeast",
"mcornella"
],
"repo": "robbyrussell/oh-my-zsh",
"url": "https://github.com/robbyrussell/oh-my-zsh/issues/4766",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
370950204 | Enable command-not-found by default
Enable command-not-found by default. This can enable zsh to smartly suggest packages if not found.
Something like, rather than:
zsh: command not found: to
Changes to
Command 'plo' not found, did you mean:
command 'plio' from deb gnustep-base-runtime
command 'plot' from deb plo... | gharchive/issue | 2018-10-17T08:13:59 | 2025-04-01T06:03:55.495719 | {
"authors": [
"mcornella",
"swapneeldatta"
],
"repo": "robbyrussell/oh-my-zsh",
"url": "https://github.com/robbyrussell/oh-my-zsh/issues/7301",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
548677109 | Pleasant Password Server
What is the vendor's name?
Pleasant
What is the vendor's pricing site?
https://pleasantsolutions.com/passwordserver/purchase?users=5&tier=A
What is the base pricing? Use the lowest tier that looks sane for a small business customer, not free or personal tiers.
$406 for 5 employee "enterprise"... | gharchive/issue | 2020-01-13T03:03:25 | 2025-04-01T06:03:55.506789 | {
"authors": [
"HenkPoley",
"mbainter"
],
"repo": "robchahin/sso-wall-of-shame",
"url": "https://github.com/robchahin/sso-wall-of-shame/issues/99",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
679809829 | Could not install on Windows64 Anaconda with Python 3.8
With Python 3.8.3:
When trying to install PyPortfolioOpt using pip, it errors out with the following message,
'''
ERROR: Failed building wheel for cvxpy
ERROR: Could not build wheels for cvxpy which use PEP 517 and cannot be installed directly_
However, i do h... | gharchive/issue | 2020-08-16T19:17:06 | 2025-04-01T06:03:55.729976 | {
"authors": [
"Trrtrrnch",
"robertmartin8",
"sarvotham"
],
"repo": "robertmartin8/PyPortfolioOpt",
"url": "https://github.com/robertmartin8/PyPortfolioOpt/issues/177",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
563885241 | EfficientFrontier - erorr
Is this some python-version issue?
It worked fine until this point.
ef = EfficientFrontier(mu, S)
Traceback (most recent call last):
File "", line 1, in
File "pypfopt/efficient_frontier.py", line 84, in init
super().init(len(tickers), tickers, weight_bounds)
TypeError: super() takes at l... | gharchive/issue | 2020-02-12T10:03:00 | 2025-04-01T06:03:55.734763 | {
"authors": [
"biocoreexpert",
"robertmartin8"
],
"repo": "robertmartin8/PyPortfolioOpt",
"url": "https://github.com/robertmartin8/PyPortfolioOpt/issues/69",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
504909864 | Let cron depend on interface for parsers instead of fixed parser
This change allows cron to use another or extended parser instead of the one that comes in the package.
@robfig I'm hoping you will consider this PR. If anything needs to be changed for this to get accepted, please let me know.
It is a non invasive ... | gharchive/pull-request | 2019-10-09T21:38:22 | 2025-04-01T06:03:55.741207 | {
"authors": [
"robfig",
"victorcoder",
"yvanoers"
],
"repo": "robfig/cron",
"url": "https://github.com/robfig/cron/pull/243",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1556849180 | No provider for darwin_arm64
After switching to a M1/M2 Mac the provider isn't built with darwin_arm64 support.
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/robgmills/ipinfo v1.0.0 does not have a package available for your current platform, darwin_arm64.
│
│ Provider releases are separ... | gharchive/issue | 2023-01-25T15:31:11 | 2025-04-01T06:03:55.742637 | {
"authors": [
"damacus"
],
"repo": "robgmills/terraform-provider-ipinfo",
"url": "https://github.com/robgmills/terraform-provider-ipinfo/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
650535532 | fix: warning api 'variant.getJavaCompile()' is obsolete
Fixes #17.
Thanks for the PR and sorry I never got round to testing it - closing as superseded by https://github.com/robhogan/react-native-securerandom/pull/40
| gharchive/pull-request | 2020-07-03T11:26:26 | 2025-04-01T06:03:55.745426 | {
"authors": [
"ferrannp",
"robhogan"
],
"repo": "robhogan/react-native-securerandom",
"url": "https://github.com/robhogan/react-native-securerandom/pull/18",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1088842815 | 🛑 robingenz.dev is down
In 1cc0cdc, robingenz.dev (https://robingenz.dev/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: robingenz.dev is back up in f416f12.
| gharchive/issue | 2021-12-26T20:51:51 | 2025-04-01T06:03:55.747670 | {
"authors": [
"robingenz"
],
"repo": "robingenz/upptime",
"url": "https://github.com/robingenz/upptime/issues/89",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1394363557 | Keep a (short, n=5) list of previous replies.
Fixes (as an enhancement) https://github.com/robinrodricks/FluentFTP/issues/747
There is now a List LastReplies with max 5 elements.
The previous LastReply still exists - it is fed from LastReplies[0]. If you want the next reply previous to that, you need LastReplies[1] a... | gharchive/pull-request | 2022-10-03T08:43:34 | 2025-04-01T06:03:55.754318 | {
"authors": [
"FanDjango",
"robinrodricks"
],
"repo": "robinrodricks/FluentFTP",
"url": "https://github.com/robinrodricks/FluentFTP/pull/988",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1697426621 | General validation strategy
Discussions on the general validation strategy:
Top n submissions
Exact hit
Closeness: Structure could use MCS-% (most common substructure)
In addition to CXSmiles, distance between the target and putative fingerprint would work. This can be automated quite easily at scale and use diff... | gharchive/issue | 2023-05-05T11:04:15 | 2025-04-01T06:03:55.755699 | {
"authors": [
"lfnothias",
"robinschmid"
],
"repo": "robinschmid/annotation_validation",
"url": "https://github.com/robinschmid/annotation_validation/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
780601063 | Broken types for the composition api
Type: Bug
Packages
Version
react-fela
11.5.1
Description
The composition api seems to be broken in typescript due to broken .d.ts.
The docs state that composition is possible by giving the css function an array of rules.
const styleA = { padding: 10 };
const styleB = ... | gharchive/issue | 2021-01-06T14:40:55 | 2025-04-01T06:03:55.777362 | {
"authors": [
"hedwiggggg",
"robinweser"
],
"repo": "robinweser/fela",
"url": "https://github.com/robinweser/fela/issues/845",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
560718583 | Add umd builds for react-fela
cd packages/react-fela && yarn build:umd
Would you be open to introduce that change for every package? Should be easy to do that with Lerna. Externals should be React, Preact and Inferno as of today.
Would love to have that =)
Thanks for your PR anyways!
I've introduced common solut... | gharchive/pull-request | 2020-02-06T01:05:41 | 2025-04-01T06:03:55.780816 | {
"authors": [
"IgorBabkin",
"robinweser"
],
"repo": "robinweser/fela",
"url": "https://github.com/robinweser/fela/pull/763",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1373869525 | Save masks as native resolution, and small utility to detect and correct rotation from exif
Great tool, thanks for sharing!
I want to use this tool for creating pairs of images and corresponding binary masks, for example for training UNet models that require images and masks of the same size (horizontal dimensions) a... | gharchive/pull-request | 2022-09-15T03:41:37 | 2025-04-01T06:03:55.793047 | {
"authors": [
"dbuscombe-usgs",
"robmarkcole"
],
"repo": "robmarkcole/streamlit-segmentation-app",
"url": "https://github.com/robmarkcole/streamlit-segmentation-app/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2194516784 | Automate the release train during direct dependencies updates
Target components
devutils, meta
Why & who
To not waste time collectively in the tedious interlinked release process of the developers aiming to deliver the latest updates in the hand of the customer.
Feature or enhancement
Releasing a direct dependency of... | gharchive/issue | 2024-03-19T09:58:44 | 2025-04-01T06:03:55.801013 | {
"authors": [
"cmin764"
],
"repo": "robocorp/robocorp",
"url": "https://github.com/robocorp/robocorp/issues/299",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
903951338 | Chartify renders objects with incorrect apiVersion
Hey guys,
Just another issue I've noticed with Chartify and Helmfile: while trying to install prometheus-community/kube-prometheus-stack chart with Helmfile and setting forceNamespace key in my helmfile.yaml, the Ingress object is generated with apiVersion: networkin... | gharchive/issue | 2021-05-27T16:10:53 | 2025-04-01T06:03:55.831503 | {
"authors": [
"alexgaganov",
"mumoshu"
],
"repo": "roboll/helmfile",
"url": "https://github.com/roboll/helmfile/issues/1864",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
526815066 | Variable type conversion (#3278)
Hi,
This PR implements functionalities of issues #3278
The functionalities implemented are :
type in name of arguments
type in name of embedded arguments
type in name of assigned variables
type in CLI variables
type in name of define variables
type in name of variable use with Set Te... | gharchive/pull-request | 2019-11-21T20:09:01 | 2025-04-01T06:03:55.873441 | {
"authors": [
"codecov-io",
"pekkaklarck",
"yamatoRT"
],
"repo": "robotframework/robotframework",
"url": "https://github.com/robotframework/robotframework/pull/3385",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
357932273 | OpenCV and how to convert Image to Mat
In some older code there was: (I am leaving out the if port open checks)
1 bool YarpImageProvider::get(cv:Mat& frame) {
2 yarp::sig::ImageOf<yarp::sig::PixelRgb> *image = imagePort.read(true);
3 if (image) {
4 cv::Mat rgbframe((IplImage*)image->getIplImage... | gharchive/issue | 2018-09-07T06:11:29 | 2025-04-01T06:03:55.922325 | {
"authors": [
"claudiofantacci",
"kt10aan",
"pattacini"
],
"repo": "robotology/QA",
"url": "https://github.com/robotology/QA/issues/322",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
612591022 | How to operate each individual finger
I would like to only let the index finger point at a specific object and other fingers are bent. How do I achieve this?
Fingers are standard joints you can control in the configuration space in different modalities (e.g. position, velocity, position-direct) in the same way you ... | gharchive/issue | 2020-05-05T13:11:49 | 2025-04-01T06:03:55.934566 | {
"authors": [
"YANGGANG1971",
"pattacini"
],
"repo": "robotology/QA",
"url": "https://github.com/robotology/QA/issues/398",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1153750119 | Prevent python exception for no robusta-runner while fetching logs
Fixes #239
Addresses both issues mentioned in the issue comment
Very nice. Screenshot of this in action below for the curious. Well done.
| gharchive/pull-request | 2022-02-28T07:30:54 | 2025-04-01T06:03:55.994749 | {
"authors": [
"aantn",
"avinashupadhya99"
],
"repo": "robusta-dev/robusta",
"url": "https://github.com/robusta-dev/robusta/pull/250",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1428663805 | REPL crash when naming something to existing named function
To reproduce:
» foo = _ -> 1
… bar = foo
… bar
This currently (as of 02a76bb8bd0235f64854c74a945cb7bad674ccfd) panics with:
'function symbol not in set', crates/compiler/mono/src/layout.rs:1390:9
The same bug is still reproducible after https://github.com/... | gharchive/issue | 2022-10-30T08:06:12 | 2025-04-01T06:03:56.008012 | {
"authors": [
"Ivo-Balbaert",
"rtfeldman"
],
"repo": "roc-lang/roc",
"url": "https://github.com/roc-lang/roc/issues/4436",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1931283709 | roc app never finishes
app "helloWorld"
packages { cli: "https://github.com/roc-lang/basic-cli/releases/download/0.5.0/Cufzl36_SnJ4QbOoEmiJ5dIpUxBvdB3NEySvuH82Wio.tar.br" }
imports [
cli.Stdout,
"input.txt" as puzzleInput : List U8,
]
provides [main] to cli
main =
part1 = puzzleIn... | gharchive/issue | 2023-10-07T09:53:03 | 2025-04-01T06:03:56.012680 | {
"authors": [
"Anton-4",
"jecaro"
],
"repo": "roc-lang/roc",
"url": "https://github.com/roc-lang/roc/issues/5890",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1501611664 | Wasm interp faster calls
This implements a trick from a paper @folkertdev shared with me.
On my machine this speeds up the Wasm REPL test from 93.9 sec to 80.9 sec (13% improvement).
There are 3 places where a Wasm program can store data:
linear memory
the value stack (of the stack machine)
local variables
When you... | gharchive/pull-request | 2022-12-17T21:46:56 | 2025-04-01T06:03:56.019150 | {
"authors": [
"brian-carroll"
],
"repo": "roc-lang/roc",
"url": "https://github.com/roc-lang/roc/pull/4784",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1110158127 | Init Runtime Fails with RKNN_ERR_DEVICE_UNAVAILABLE
Hello,
Trying to run the mobilenet_v1 example in rknn toolkit 1.7.1. Path to the file is: rknn-toolkit-1.7.1/examples/tflite/mobilenet_v1/test.py
My device is RV1126. I set the rknn.config:
rknn.config(mean_values=[[127.5, 127.5, 127.5]], std_values=[[127.5, 127.5, ... | gharchive/issue | 2022-01-21T07:48:33 | 2025-04-01T06:03:56.052034 | {
"authors": [
"gitbatu",
"nicklezheng",
"starhou",
"wh9",
"zen-xingle"
],
"repo": "rockchip-linux/rknn-toolkit",
"url": "https://github.com/rockchip-linux/rknn-toolkit/issues/174",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1000188737 | The user requested torch==1.5.1 torchvision 0.4.0 depends on torch==1.2.0
toolkit1.7的requirements.txt需要的环境是冲突的,我把torch修改成1.2.0了,官方能处理一下吗
内容如下
tensorflow-gpu==1.14.0
torch==1.5.1
torchvision==0.4.0
mxnet-cu101==1.5.0
toolkit1.7的requirements.txt需要的环境是冲突的,我把torch修改成1.2.0了,官方能处理一下吗
内容如下
tensorflow-gpu==1.14.0
torc... | gharchive/issue | 2021-09-19T02:43:49 | 2025-04-01T06:03:56.055632 | {
"authors": [
"eRaul",
"qq1243196045"
],
"repo": "rockchip-linux/rknn-toolkit",
"url": "https://github.com/rockchip-linux/rknn-toolkit/issues/99",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
899301577 | Why this error on rk3399 pro?
rknn_init, msg_load_ack fail, ack = 6(ACK_PERF_TOO_MANY_CLIENT), expect 0(ACK_SUCC)
remove perf debug flags on rknn_init()
| gharchive/issue | 2021-05-24T06:13:44 | 2025-04-01T06:03:56.056913 | {
"authors": [
"airockchip",
"lovehuanhuan"
],
"repo": "rockchip-linux/rknpu",
"url": "https://github.com/rockchip-linux/rknpu/issues/9",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
387598528 | RocketJob Spawning too many thread and does not close it after complete.
Ruby Version = ruby 2.4.4p296 (2018-03-28 revision 63013) [x86_64-linux]
Rocket Job Version = 3.5.2
Application/framework names and versions = Rails (5.2.1.1)
Full Stack Trace, if an exception is being raised.
ScanJobStatefailed
ID: 5c07414844... | gharchive/issue | 2018-12-05T05:24:29 | 2025-04-01T06:03:56.076018 | {
"authors": [
"emanzx"
],
"repo": "rocketjob/rocketjob",
"url": "https://github.com/rocketjob/rocketjob/issues/19",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
314874583 | Allow explicitly setting environment requested from config file
Allows using "production" RACK_ENV/RAILS_ENV, while specifying separate env from the config file
Issue # (if available)
Discussed in #87 — basically, for Rails apps, you normally want to set the RAILS_ENV to production (see Heroku's comment on this here:... | gharchive/pull-request | 2018-04-17T01:42:09 | 2025-04-01T06:03:56.080999 | {
"authors": [
"jagaapple",
"whatcould"
],
"repo": "rocketjob/symmetric-encryption",
"url": "https://github.com/rocketjob/symmetric-encryption/pull/97",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
765381411 | Package Errors (Laravel 5.8)
I am using Laravel 5.8 and have attempted to use various different version of this package (i.e. 0.3.0, 0.2.3, and 0.2.1) but they all seem to not work.
This is strange as version 0.2.3 used to work seamlessly.
These are the following errors occuring on different versions:
0.3.0 Error:
... | gharchive/issue | 2020-12-13T13:15:32 | 2025-04-01T06:03:56.168272 | {
"authors": [
"Aontaigh",
"rocramer"
],
"repo": "rocramer/nova-matomo-analytics",
"url": "https://github.com/rocramer/nova-matomo-analytics/issues/11",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1147975535 | Unproved checks with FSF build
This is really just for info.
I’ve built branch fsf against GCC 12.0.1 of 20220204 (discussion, compiler, spark2014).
The prover versions are
alt-ergo: 2.4.1
cvc4: 1.8
z3: 4.8.12
Running SPARKNaCl fca8934 of 16 December (latest) against this, I get 6 unproved checks:
sparknacl.adb:114... | gharchive/issue | 2022-02-23T11:30:51 | 2025-04-01T06:03:56.172693 | {
"authors": [
"rod-chapman",
"simonjwright"
],
"repo": "rod-chapman/SPARKNaCl",
"url": "https://github.com/rod-chapman/SPARKNaCl/issues/16",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2471597840 | [BUG] Rainfall forecast layer colour not consistent when 2+ layers active
Who notified us about the bug?
Tendai Mbwanda
Describe the bug
The colour of the "Rainfall forecast" layer is altered by (de)activating the "Cropland" layer, except outside the spatial extent of the other layer. Or probably some map algebra is ... | gharchive/issue | 2024-08-17T17:05:34 | 2025-04-01T06:03:56.179165 | {
"authors": [
"tenda1-wbm"
],
"repo": "rodekruis/IBF-system",
"url": "https://github.com/rodekruis/IBF-system/issues/1544",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
759746030 | ARM64 build
ARM64 build for Raspberry Pi 4 (maybe can also work for 3B model, not tested). Bump ffmpeg version to 4.3 for stable hw accelerated encoding with h264_v4l2m2m codec.
Looks good! One issue tho, i wont be able to build and push this locally since i dont have an RPi4 to do this... Not sure how to get aroun... | gharchive/pull-request | 2020-12-08T20:13:23 | 2025-04-01T06:03:56.267338 | {
"authors": [
"alceasan",
"roflcoopter"
],
"repo": "roflcoopter/viseron",
"url": "https://github.com/roflcoopter/viseron/pull/101",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1729575947 | About section Updated.
I have made about section in home page and some minor bug fixes.
Could you please provide screenshot
| gharchive/pull-request | 2023-05-28T17:20:19 | 2025-04-01T06:03:56.291913 | {
"authors": [
"SHARMA-1729",
"rohansx"
],
"repo": "rohansx/informatician",
"url": "https://github.com/rohansx/informatician/pull/281",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1364535772 | support dash notation in cli parameters
load python script from stdin:
cq-server -
export box.py to stdout:
cq-server box.py -e -
load python script from stdin, export to stdout:
cq-server - -e -
fixed in d77aad2
only for output file - input is too complex for the user need (mainly because there is no directory ... | gharchive/issue | 2022-09-07T11:41:14 | 2025-04-01T06:03:56.303237 | {
"authors": [
"roipoussiere"
],
"repo": "roipoussiere/cadquery-server",
"url": "https://github.com/roipoussiere/cadquery-server/issues/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
739326295 | Add contributor guidelines
Close #572
@wenjzhu and @bingzhang, I will merge this soon. I just wanted to make sure that you are aware of what's expected from open source code contributors. Please let me know if you have any questions. Thanks.
| gharchive/pull-request | 2020-11-09T20:05:35 | 2025-04-01T06:03:56.330377 | {
"authors": [
"sandeep-ps"
],
"repo": "rokwire/rokwire-building-blocks-api",
"url": "https://github.com/rokwire/rokwire-building-blocks-api/pull/582",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
763879216 | Fixed.
Fixed.
Fixed my mistake.
how did you fix it
ImGui::SliderFloat(XorStr("Slider Name"), C::Getstd::vector(Vars.vecValues), nIndex, 0.f, 1.f, "%.1f");
Yeah, i did it like this and its working but i have next problem with my aimbot, in other base this working fine but in this its get that result: https://w... | gharchive/issue | 2020-12-12T14:17:26 | 2025-04-01T06:03:56.336296 | {
"authors": [
"jon4dev",
"rollraw",
"unniggable"
],
"repo": "rollraw/qo0-base",
"url": "https://github.com/rollraw/qo0-base/issues/79",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
174868461 | Use redux?
Do we really need to use redux with this library? We don't really need the flexibility to add more and more actions and our state mutations are pretty simple. Perhaps we could get away with not using redux at all. If users want this library to fire RESOURCE_FETCH, RESOURCE_RECEIVED, or RESOURCE_ERROR actio... | gharchive/issue | 2016-09-03T00:15:59 | 2025-04-01T06:03:56.371484 | {
"authors": [
"mannynotfound",
"rolyatmax"
],
"repo": "rolyatmax/redux-resource-manager",
"url": "https://github.com/rolyatmax/redux-resource-manager/issues/12",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1668453285 | validate oauth token endpoint get instead of post
In OAuthTrait.php validateOAuthToken needs to be changed to get instead of post, otherwise it returns a 404
public function validateOAuthToken(): Result
{
return $this->get(self::OAUTH_BASE_URI . 'validate');
}
Thanks for the report! Fixed in 4.6.1
| gharchive/issue | 2023-04-14T15:18:41 | 2025-04-01T06:03:56.383126 | {
"authors": [
"CodeWizardTV",
"romanzipp"
],
"repo": "romanzipp/Laravel-Twitch",
"url": "https://github.com/romanzipp/Laravel-Twitch/issues/149",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2325068633 | ssl verification
#transport=AsyncProxyTransport.from_url(random.choice(self.main.proxies)),
for example does not respect verify=False and will except when ssl verif fails, anyway to fix this or give asyncproxytransport its own verify=False?
transport = AsyncProxyTransport.from_url('...', verify=False)
| gharchive/issue | 2024-05-30T08:31:07 | 2025-04-01T06:03:56.413165 | {
"authors": [
"obnoxiousish",
"romis2012"
],
"repo": "romis2012/httpx-socks",
"url": "https://github.com/romis2012/httpx-socks/issues/23",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1783595893 | 怎么回显展示数据??
怎么回显展示数据??
你的意思是,窗口里面的内容如何回显吗?
窗口里面的内容是自己代码控制的
| gharchive/issue | 2023-07-01T06:48:01 | 2025-04-01T06:03:56.427092 | {
"authors": [
"kimi-frontEndEngineer",
"rongang"
],
"repo": "rongang/vue-drag-split",
"url": "https://github.com/rongang/vue-drag-split/issues/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
394813096 | Would a Promise-base example be useful?
The demo is all well and good, but for an application, something based on Promises seems more suitable. I offer this bit of code that is working for me:
function findFileChunks (infile, average) {
const fd = fs.openSync(infile, 'r')
const minimum = Math.round(average / 2)
... | gharchive/issue | 2018-12-29T17:50:11 | 2025-04-01T06:03:56.429882 | {
"authors": [
"jorangreef",
"nlfiedler"
],
"repo": "ronomon/deduplication",
"url": "https://github.com/ronomon/deduplication/issues/3",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
818978664 | Change pytest version
Update pytest version to pytest>=6.0 to work with clisops/xesmf as flagged by @sol1105
@ellesmith88 should we also be less restricted for the other packages? They are only the dev packages ... we can add restrictions as needed (>= and <=)
@cehbrecht Yes, I'll sort that out 👍
| gharchive/pull-request | 2021-03-01T15:30:22 | 2025-04-01T06:03:56.431984 | {
"authors": [
"cehbrecht",
"ellesmith88"
],
"repo": "roocs/roocs-utils",
"url": "https://github.com/roocs/roocs-utils/pull/62",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1449894567 | 🛑 TROJAN 🇸🇬 Singapore SGO 1 is down
In 2e760f1, TROJAN 🇸🇬 Singapore SGO 1 (https://sgt-2.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇸🇬 Singapore SGO 1 is back up in 5b6ca41.
| gharchive/issue | 2022-11-15T14:39:21 | 2025-04-01T06:03:56.460111 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/11926",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1454086468 | 🛑 TROJAN 🇺🇸 United States USO 1 is down
In 135bfdd, TROJAN 🇺🇸 United States USO 1 (https://ust-2.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇺🇸 United States USO 1 is back up in d96b7fc.
| gharchive/issue | 2022-11-17T22:23:19 | 2025-04-01T06:03:56.462548 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/12129",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1640508408 | 🛑 V2RAY 🇸🇬 Singapore SGD 1 is down
In 92e8015, V2RAY 🇸🇬 Singapore SGD 1 (https://sgv-3.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇸🇬 Singapore SGD 1 is back up in 8e36375.
| gharchive/issue | 2023-03-25T13:02:50 | 2025-04-01T06:03:56.464945 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/20697",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2054697416 | 🛑 TROJAN 🇺🇸 United States USO 1 is down
In 082c734, TROJAN 🇺🇸 United States USO 1 (https://ust-2.optnl.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇺🇸 United States USO 1 is back up in 6a3153a.
| gharchive/issue | 2023-12-23T06:57:06 | 2025-04-01T06:03:56.467344 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/23017",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2058087804 | 🛑 PPTP 🇺🇸 United States USF 1 is down
In 119978d, PPTP 🇺🇸 United States USF 1 (http://usp-1.optnl.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: PPTP 🇺🇸 United States USF 1 is back up in b61fc9b.
| gharchive/issue | 2023-12-28T07:21:52 | 2025-04-01T06:03:56.469751 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/23368",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2170086808 | 🛑 TROJAN 🇺🇸 United States USF 1 is down
In c24e634, TROJAN 🇺🇸 United States USF 1 (https://ust-1.optnl.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇺🇸 United States USF 1 is back up in b69aa50.
| gharchive/issue | 2024-03-05T20:24:29 | 2025-04-01T06:03:56.472367 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/28335",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2182495255 | 🛑 TROJAN 🇺🇸 United States USO 1 is down
In a9dfd94, TROJAN 🇺🇸 United States USO 1 (https://ust-2.optnl.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇺🇸 United States USO 1 is back up in 57b6bbb.
| gharchive/issue | 2024-03-12T19:13:52 | 2025-04-01T06:03:56.474884 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/28756",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1417886215 | 🛑 TROJAN 🇺🇸 United States USF 1 is down
In 7f7a0e8, TROJAN 🇺🇸 United States USF 1 (https://ust-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇺🇸 United States USF 1 is back up in bc65e2f.
| gharchive/issue | 2022-10-21T07:28:33 | 2025-04-01T06:03:56.477286 | {
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/9827",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2327146807 | image generated by sdxl has no alpha channel
thanks for your code!
I'm confused that the image generated using test_diffusers_fg_only_sdxl.py has no alpha channel, while the image generated by test_diffusers_fg_only.py has alpha channel. didn't figure out the reason...
same here. first is test_diffusers_fg_only_sdx... | gharchive/issue | 2024-05-31T07:28:46 | 2025-04-01T06:03:56.507202 | {
"authors": [
"SchumannTian",
"jaebbb"
],
"repo": "rootonchair/diffuser_layerdiffuse",
"url": "https://github.com/rootonchair/diffuser_layerdiffuse/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
364858851 | Update browser-sync
browser-sync release 2.24.7 uses recent opn which works correctly in WSL/Bash on Windows.
@mmirus: The doesn't open for me in WSL when browser-sync (and opn it uses) is not recent.
Gotcha. Can you add the two lock files to this PR?
@mmirus: I have now re-added the recent release with npm and... | gharchive/pull-request | 2018-09-28T11:57:09 | 2025-04-01T06:03:56.509592 | {
"authors": [
"mmirus",
"retlehs",
"strarsis"
],
"repo": "roots/sage",
"url": "https://github.com/roots/sage/pull/2117",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1628044998 | Non-deterministic DB errors due to missing FROM-clause entry for table (with backrefs), possibly due to JOIN order
Consider the following three models:
#[derive(Model)]
pub struct User {
#[rorm(primary_key)]
pub uuid: Uuid,
}
#[derive(Model)]
pub struct TestGame {
#[rorm(id)]
pub id: i64,
#[ror... | gharchive/issue | 2023-03-16T18:20:18 | 2025-04-01T06:03:56.768342 | {
"authors": [
"CrsiX",
"gammelalf"
],
"repo": "rorm-orm/rorm",
"url": "https://github.com/rorm-orm/rorm/issues/42",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1404930046 | Add ros-build-essential and ros-dev-tools variants.
This PR implements the new ROS distro independent variants described in https://github.com/ros-infrastructure/rep/pull/355
Since these packages are independent of any particular ROS distro (like our other independent packages such as bloom, catkin-pkg, rosdep, etc) ... | gharchive/pull-request | 2022-10-11T16:35:11 | 2025-04-01T06:03:56.787285 | {
"authors": [
"cottsay",
"nuclearsandwich",
"ros-discourse"
],
"repo": "ros-infrastructure/infra-variants",
"url": "https://github.com/ros-infrastructure/infra-variants/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
368703344 | fix symbolic link
travis fails because CMakeLists.txt cannot be found.
https://travis-ci.org/ros/catkin/jobs/439639963
It's because the way to create a symbolic link of CMakeLists.txt is not correct.
Also the current state still seems to fail Travis CI.
sorry, it's my misunderstanding...
(I thought that ${from_... | gharchive/pull-request | 2018-10-10T14:47:16 | 2025-04-01T06:03:56.852246 | {
"authors": [
"eisoku9618"
],
"repo": "ros/catkin",
"url": "https://github.com/ros/catkin/pull/966",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
1013415747 | [dunfell][gatesgarth][hardknott][honister] gpsd-client: Fix-build-with-gpsd-3.23.1
there were 3 API breaking changes in 3.23.1 point release without bumping GPSD_API_MAJOR_VERSION:
Change STATUS_NO_FIX to STATUS_UNK to avoid confusion with fix mode.
Change STATUS_FIX to STATUS_GPS to avoid confusion with fix mode.
... | gharchive/pull-request | 2021-10-01T14:26:35 | 2025-04-01T06:03:56.858506 | {
"authors": [
"shr-project"
],
"repo": "ros/meta-ros",
"url": "https://github.com/ros/meta-ros/pull/942",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2196739359 | Audit drop ordering for rcl handles
We've noticed that there may be issues with drop orders of rcl handles that are held by rclrs structs, e.g. #372 .
I'm not certain that #372 fixed all the problems that may exist, so I'll keep auditing the structs and drop order strategy to make sure it's sound.
Maintainers can fee... | gharchive/issue | 2024-03-20T06:15:37 | 2025-04-01T06:03:56.861098 | {
"authors": [
"esteve",
"mxgrey"
],
"repo": "ros2-rust/ros2_rust",
"url": "https://github.com/ros2-rust/ros2_rust/issues/377",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
940826084 | Feature/updated documentation executor
updated documentation for number_of_handles in rclc_executor_init function. To clarify that you can add subscriptions at runtime.
@mergify backport foxy galactic
| gharchive/pull-request | 2021-07-09T14:39:58 | 2025-04-01T06:03:56.884391 | {
"authors": [
"JanStaschulat"
],
"repo": "ros2/rclc",
"url": "https://github.com/ros2/rclc/pull/117",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
553707431 | Fix reporting RC values in the 0 to 1000 range
Right now we're reporting RC values (as published on rc_raw) in the 0 to 1000 range, instead of in the 1000 to 2000 range. This has been causing people confusion.
It may be a rosflight_io thing, but off the top of my head I think it was a change to the firmware that made... | gharchive/issue | 2020-01-22T18:08:52 | 2025-04-01T06:03:56.906285 | {
"authors": [
"Georacer",
"dpkoch"
],
"repo": "rosflight/firmware",
"url": "https://github.com/rosflight/firmware/issues/370",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
521519266 | Change imported index
As per #368, we had an inconsistency between imported shaft and disks.
PR #372 changed the shaft index, removing the lines that would change the index from 1 to 0 based. The problem is that the imported shaft and disks would be 1 indexed, and python (and ross) are 0 based, so I believe it is bet... | gharchive/pull-request | 2019-11-12T12:24:13 | 2025-04-01T06:03:56.918612 | {
"authors": [
"codecov-io",
"raphaeltimbo"
],
"repo": "ross-rotordynamics/ross",
"url": "https://github.com/ross-rotordynamics/ross/pull/374",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1254595311 | New languages
Hi @roto93 ,
I fell in love with your datepicker and actually wanted to use it on my mobile app, but I found out that it did not have the language I was looking for.
I have created this PR in order to add some more such Spanish, German, Portuguese and French.
Also changed a bit the way translations are ... | gharchive/pull-request | 2022-06-01T01:04:44 | 2025-04-01T06:03:56.934869 | {
"authors": [
"arkanos",
"roto93"
],
"repo": "roto93/react-native-neat-date-picker",
"url": "https://github.com/roto93/react-native-neat-date-picker/pull/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1088862960 | 🛑 Unofficial Github Mirror is down
In 5f243b4, Unofficial Github Mirror (https://github.com/roundup-tracker/roundup) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Unofficial Github Mirror is back up in 835e1b5.
| gharchive/issue | 2021-12-26T23:21:44 | 2025-04-01T06:03:56.958197 | {
"authors": [
"rouilj"
],
"repo": "rouilj/RoundupAssets",
"url": "https://github.com/rouilj/RoundupAssets/issues/56",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2105257228 | 🛑 John Bentley Blog is down
In d3787ba, John Bentley Blog (https://blog.johnbentley.ca) was down:
HTTP code: 0
Response time: 0 ms
Resolved: John Bentley Blog is back up in 1b26441 after 12 minutes.
| gharchive/issue | 2024-01-29T11:17:58 | 2025-04-01T06:03:56.964231 | {
"authors": [
"rounders"
],
"repo": "rounders/up",
"url": "https://github.com/rounders/up/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1806724285 | Migrate rp2040-hal to edition 2021
In addition to the fairly trivial migration to edition 2021, this commit provides some sanitation of macro hygiene and brings some consistencies to rp2040_pac references.
Just curious: does this change bring any visible advantage for users of the crate, or is it "only" improving i... | gharchive/pull-request | 2023-07-16T21:23:24 | 2025-04-01T06:03:56.982545 | {
"authors": [
"ithinuel",
"jannic"
],
"repo": "rp-rs/rp-hal",
"url": "https://github.com/rp-rs/rp-hal/pull/651",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1679344235 | 🛑 Breze Cleaning is down
In 381e8ef, Breze Cleaning (https://brezecleaning.com/) was down:
HTTP code: 504
Response time: 6109 ms
Resolved: Breze Cleaning is back up in ccd2007.
| gharchive/issue | 2023-04-22T05:22:58 | 2025-04-01T06:03:56.988522 | {
"authors": [
"rpharaniya"
],
"repo": "rpharaniya/websites-uptime-monitor",
"url": "https://github.com/rpharaniya/websites-uptime-monitor/issues/303",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2224473836 | time.ParseDuration() does not allow days (auto-vacuum-int)
In the docs it describes rqlited -auto-vacuum-int=14d, however the flag that handles that does not actually cater for days (invalid value "14d" for flag -auto-vacuum-int: parse error). As far as I'm aware, the only valid units of time measure supported are s,... | gharchive/issue | 2024-04-04T04:35:08 | 2025-04-01T06:03:57.331932 | {
"authors": [
"axllent",
"otoolep"
],
"repo": "rqlite/rqlite.io",
"url": "https://github.com/rqlite/rqlite.io/issues/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
614360016 | Where to upload runtime?
I have tried to zip and upload the files generated by this utility in several ways and keep getting errors. Where does the node-v8.10.0-linux-x64 directory go?
START RequestId: 5efac149-762e-4720-9356-7a38be0ff0c1 Version: $LATEST /opt/bootstrap: line 3: ./node-v8.10.0-linux-x64/bin/node: No... | gharchive/issue | 2020-05-07T21:35:35 | 2025-04-01T06:03:57.349073 | {
"authors": [
"f100024",
"fishcharlie",
"sultanshakir"
],
"repo": "rrainn/aws-lambda-custom-node-runtime",
"url": "https://github.com/rrainn/aws-lambda-custom-node-runtime/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.