added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | created timestamp[us]date 2001-10-09 16:19:16 2025-01-01 03:51:31 | id stringlengths 4 10 | metadata dict | source stringclasses 2
values | text stringlengths 0 1.61M |
|---|---|---|---|---|---|
2025-04-01T06:40:17.181133 | 2022-01-17T15:54:32 | 1106020901 | {
"authors": [
"Kixunil",
"wim-web"
],
"license": "CC0-1.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10390",
"repo": "rust-bitcoin/rust-bitcoin",
"url": "https://github.com/rust-bitcoin/rust-bitcoin/pull/794"
} | gharchive/pull-request | Refactor use map_err
issue: https://github.com/rust-bitcoin/rust-bitcoin/issues/793
change to using map_err
i have refactor another place too
I approved run but unless I'm too confused something it'll fail on missing commas.
|
2025-04-01T06:40:17.185212 | 2019-09-27T23:07:20 | 499685699 | {
"authors": [
"ozkriff"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10391",
"repo": "rust-gamedev/rust-gamedev.github.io",
"url": "https://github.com/rust-gamedev/rust-gamedev.github.io/pull/22"
} | gharchive/pull-request | Quickfix: Exclude the template file
This PR excludes the template file to fix this:
Follow up to #21
rustwasm wg seems to do exactly the same thing: https://github.com/rustwasm/rustwasm.github.io/blob/src/_config.yml
|
2025-04-01T06:40:17.186305 | 2020-04-05T15:56:27 | 594527737 | {
"authors": [
"msiglreith",
"ozkriff"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10392",
"repo": "rust-gamedev/rust-gamedev.github.io",
"url": "https://github.com/rust-gamedev/rust-gamedev.github.io/pull/... | gharchive/pull-request | Ash 0.30 release
I'm not the library author but the latest release seems worthy to be included in the newsletter!
Part of #89 ("Newsletter 8: Coordination/Tracking")
Nice, thanks!
|
2025-04-01T06:40:17.200355 | 2019-10-14T22:23:44 | 506903288 | {
"authors": [
"AndyGauge",
"palfrey"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10393",
"repo": "rust-lang-nursery/error-chain",
"url": "https://github.com/rust-lang-nursery/error-chain/pull/275"
} | gharchive/pull-request | Fix version issues
This should fix both #270 and #274 as well as an issue I noted with particular versions of backtrace-rs and Rust 1.31.0
I'm not convinced that 0.13 will ever actually be released, but I think its fair to bump the minimum version to 1.13 and move from try! to ? as in #279
Wish I had found this bef... |
2025-04-01T06:40:17.203325 | 2018-08-07T19:21:12 | 348453868 | {
"authors": [
"Rua",
"alexcrichton"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10394",
"repo": "rust-lang-nursery/net2-rs",
"url": "https://github.com/rust-lang-nursery/net2-rs/pull/78"
} | gharchive/pull-request | Check only_v6 mode setting before trying to set it
Not all platforms allow changing a socket's IPV6_V6ONLY mode. OpenBSD for example treats this property as read-only, it is always enabled. It returns an error for any attempt to set it, even when you're setting it to what it already was. You are allowed to read out t... |
2025-04-01T06:40:17.215619 | 2017-08-26T22:28:09 | 253127043 | {
"authors": [
"bors-servo",
"bradfier",
"emilio",
"fitzgen",
"highfive",
"photoszzt"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10395",
"repo": "rust-lang-nursery/rust-bindgen",
"url": "... | gharchive/pull-request | Bump version to 0.30.0
Version bump, primarily to get #832 and #892 in now that 1.19 is out and untagged unions are usable in stable!
r? @emilio
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @emilio (or someone else) soon.
From the test output... |
2025-04-01T06:40:17.240098 | 2018-03-03T10:45:59 | 301988404 | {
"authors": [
"Eh2406",
"davemilter",
"dwijnand",
"epage"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10396",
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/issues/5113"
} | gharchive/issue | "cargo +X clean" cleans not only for X
Looks like cargo can cache result of cargo build for different toolchains,
if I run cargo +stable build && cargo +nightly build && cargo +stable build with empty target
it build only two times, the second run of cargo +stable build does nothing.
This is great.
But if I run cargo... |
2025-04-01T06:40:17.248839 | 2019-09-02T15:11:27 | 488235434 | {
"authors": [
"Eh2406",
"ehuss",
"elichai",
"felixc",
"nickbabcock"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10397",
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/iss... | gharchive/issue | cargo publish and cargo package incorrectly complain about .gitignored Cargo.lock in library
Recently (at some point since mid-July; but I don't know the exact version when it started) in my two library repos Cargo has started failing when attempting to cargo publish, with the error:
$ cargo publish
Updating crat... |
2025-04-01T06:40:17.252314 | 2021-08-03T18:29:47 | 959380210 | {
"authors": [
"ehuss",
"erickt"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10398",
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/issues/9758"
} | gharchive/issue | Please publish new version of cargo-platform to include the license files
The published version of cargo-platform does not include the LICENSE-APACHE or LICENSE-MIT files, which can be seen on https://docs.rs/crate/cargo-platform/0.1.1/source/. Could a new version be published that includes these files? This makes it... |
2025-04-01T06:40:17.267315 | 2022-03-30T19:20:52 | 1186887221 | {
"authors": [
"Byron",
"arlosi",
"bors",
"ehuss",
"niklaswimmer",
"petr-tik",
"rust-highfive",
"weihanglo"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10399",
"repo": "rust-lang/cargo... | gharchive/pull-request | Suggest cargo install --git when missing registry package looks like a git* URL
What does this PR try to resolve?
Fix #10485
Create a local Error type that that wraps existing error handling code
Giving the three error variants names improves readability and
makes it easier to share duplicate code
Move all string ope... |
2025-04-01T06:40:17.273369 | 2022-09-20T20:39:53 | 1379969310 | {
"authors": [
"bors",
"epage",
"rust-highfive",
"weihanglo"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10400",
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/pull/11118"
} | gharchive/pull-request | fix(cli): Forward non-UTF8 arguments to external subcommands
Whether we allow non-UTF-8 arguments or not, we shouldn't preclude external subcommands from deciding to do so.
I noticed this because clap v4 changed the default for external subcommands from String to OsString with the assumption that this would help peop... |
2025-04-01T06:40:17.277872 | 2022-09-20T21:55:31 | 1380039828 | {
"authors": [
"bors",
"ehuss",
"epage",
"rust-highfive"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10401",
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/pull/11119"
} | gharchive/pull-request | fix(cli): Error trailing args rather than ignore
This warning has been in for a sufficient time, requires a hack from clap to avoid all argument ID validation, and allows users to run the wrong command (imagine cargo -- publish --dry-run).
See also https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/C... |
2025-04-01T06:40:17.282276 | 2021-02-01T07:28:10 | 798055781 | {
"authors": [
"alexcrichton",
"bors",
"dimo414",
"rust-highfive"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10402",
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/pull/9120"... | gharchive/pull-request | Flip 'foo' and 'bar' to be consistent
The "Renaming dependencies" section initially uses 'foo' as the crate name and 'bar' as a rename, but then swaps them and uses 'bar' as the example crate name in the context of optional dependencies. Now both examples in this section treat 'foo' as the original crate name.
Than... |
2025-04-01T06:40:17.284840 | 2023-07-26T15:31:29 | 1822678629 | {
"authors": [
"NobodyXu",
"dot-asm"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10403",
"repo": "rust-lang/cc-rs",
"url": "https://github.com/rust-lang/cc-rs/pull/838"
} | gharchive/pull-request | No-op shared_flag() and static_flag() methods.
The compiler flags enabled by the methods in question are link flags and are never actually used in the cc-rs context. The shared_flag() is documented as reserved for future support for linking shared libraries, and static_flag() is effectively deprecated.
This is with r... |
2025-04-01T06:40:17.323500 | 2023-06-06T16:16:26 | 1744186117 | {
"authors": [
"Nemo157",
"syphar"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10404",
"repo": "rust-lang/docs.rs",
"url": "https://github.com/rust-lang/docs.rs/pull/2144"
} | gharchive/pull-request | Simplify builds.json to return what the clients actually want
AFAIK our primary consumers are:
shields.io
crates.io
They both only care:
will going to https://docs.rs/<crate>/<version> show docs
They emulate this by checking whether the latest build is successful, but this relies on docs.rs also using this as the... |
2025-04-01T06:40:17.328386 | 2023-06-08T21:52:57 | 1748700991 | {
"authors": [
"dvzrv",
"ehuss"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10405",
"repo": "rust-lang/git2-rs",
"url": "https://github.com/rust-lang/git2-rs/issues/961"
} | gharchive/issue |
= 0.17.0 issues running cargo semver-checks
Hi! I'm currently running into issues with cargo-semver-checks 0.21.0 (on Arch Linux, but can reproduce building straight from crates.io) and was asked to open a ticket here and link to this one.
Using git2 >= 0.17.0 cargo-semver-checks runs into TLS errors:
cargo semver-... |
2025-04-01T06:40:17.331535 | 2016-07-09T21:03:30 | 164685623 | {
"authors": [
"alexcrichton",
"sateffen"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10406",
"repo": "rust-lang/libc",
"url": "https://github.com/rust-lang/libc/issues/327"
} | gharchive/issue | struct linger is missing
Hey,
the linger {int l_onoff, int l_linger} struct is missing in this binding. I checked it's implementation in glibc and musl, but it's missing in this binding.
I guess the struct should look like in the crate winapi.
Ah yeah should be good to add at any time!
Ok, it's a bad idea to take... |
2025-04-01T06:40:17.341664 | 2023-03-31T15:28:53 | 1649583618 | {
"authors": [
"RalfJung",
"ehuss",
"oli-obk",
"pnkfelix"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10407",
"repo": "rust-lang/miri",
"url": "https://github.com/rust-lang/miri/issues/2829"
} | gharchive/issue | Passing argument without -- to cargo miri run bypasses miri
Check this out:
% cat src/main.rs
use std::ffi::c_char;
extern "C" {
fn printf(fmt: *const c_char, ...);
}
fn main() {
dbg!(std::env::args().skip(1).take(1).collect::<String>());
let fmt = b"Hello, world!\n\0".as_ptr() as *const c_char;
uns... |
2025-04-01T06:40:17.350470 | 2019-07-03T17:52:58 | 463881483 | {
"authors": [
"RalfJung",
"christianpoveda"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10408",
"repo": "rust-lang/miri",
"url": "https://github.com/rust-lang/miri/issues/821"
} | gharchive/issue | Missing cmath function: ldexp
The libcore test suites calls ldexp via FFI. Unfortunately, libstd does not expose this function in any way. What would be the best way for us to implement this shim?
I found this crate. Alternatively we could try to just define the extern symbol ourselves and see if that works on all ou... |
2025-04-01T06:40:17.355419 | 2019-10-14T07:40:21 | 506492359 | {
"authors": [
"RalfJung",
"bors"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10409",
"repo": "rust-lang/miri",
"url": "https://github.com/rust-lang/miri/pull/995"
} | gharchive/pull-request | add lockfile
Fixes https://github.com/rust-lang/miri/issues/427
@bors r+
:pushpin: Commit 5a025ab273007e3219e888592595bac199b507b4 has been approved by RalfJung
:hourglass: Testing commit 5a025ab273007e3219e888592595bac199b507b4 with merge 420bba081b4b9d0e2d402ce59ef5ff04480da528...
:broken_heart: Test faile... |
2025-04-01T06:40:17.358003 | 2020-07-28T00:55:39 | 666674898 | {
"authors": [
"BurntSushi",
"gahag"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10410",
"repo": "rust-lang/regex",
"url": "https://github.com/rust-lang/regex/issues/696"
} | gharchive/issue | RegexSet replace
Is there a reason for not having replace-like methods on RegexSet? If not, I would be willing to contribute an implementation based on Regex's.
Yes, there is a reason. Replace APIs require finding the offset of matches, and the implementation doesn't support that, as stated in the docs.
|
2025-04-01T06:40:17.517244 | 2016-04-10T07:17:09 | 147202272 | {
"authors": [
"Amanieu",
"Connorcpu",
"Ericson2314",
"Manishearth",
"RalfJung",
"Ticki",
"archshift",
"arielb1",
"chrisvest",
"comex",
"dgrunwald",
"dikaiosune",
"drbo",
"eddyb",
"eternaleye",
"gereeter",
"glaebhoerl",
"nikomatsakis",
"nrc",... | gharchive/pull-request | RFC for a Rust Memory Model
with thanks to Amanieu, huonw, durka42, aatch, acrichto, nmatsakis, and anyone
else I might have missed.
Fixes, or at least starts the process of fixing, #1447
cc @nikomatsakis @RalfJung @arielb1 @pnkfelix @Amanieu
This opens up the possibility of performing TBAA on types which have im... |
2025-04-01T06:40:17.589725 | 2024-03-08T10:20:20 | 2175723853 | {
"authors": [
"condy0919",
"jroimartin",
"psibi"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10412",
"repo": "rust-lang/rust-mode",
"url": "https://github.com/rust-lang/rust-mode/pull/530"
} | gharchive/pull-request | Fix rust-mode lazy loading
This PR fixes the following error that happends when opening a .rs
file:
File mode specification error: (void-function rust-mode)
It adds a stub function called rust-mode that selects the actual
rust-mode (prog or treesitter) based on the environment. Once the
actual rust-mode is loaded, t... |
2025-04-01T06:40:18.266837 | 2019-02-13T22:57:18 | 410042930 | {
"authors": [
"anatawa12",
"calebcartwright",
"karyon",
"scampi",
"ytmimi"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10413",
"repo": "rust-lang/rustfmt",
"url": "https://github.com/rust-lang/... | gharchive/issue | [unstable option] ignore
Tracking issue for ignore
request for stabilisation: https://github.com/rust-lang/rustfmt/issues/3243
This will need to be re-done for 1.x
What's blocking stabilizing this feature? I want this feature a lot. I need to ignore to ignore git submodules which doesn't formatted with rustfmt... |
2025-04-01T06:40:18.272122 | 2015-10-10T19:13:53 | 110811515 | {
"authors": [
"marcusklaas",
"nagisa",
"nrc",
"scampi"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10414",
"repo": "rust-lang/rustfmt",
"url": "https://github.com/rust-lang/rustfmt/issues/438"
} | gharchive/issue | Macro use not formatted - braces, item position, trailing comma
When running rustfmt on https://github.com/rust-lang-nursery/rand/blob/master/src/rand_impls.rs
@nagisa Could you paste the long line here please?
I’m not sure which the one that causes the issue, but removing https://github.com/rust-lang-nursery/ran... |
2025-04-01T06:40:18.284136 | 2020-10-19T13:43:55 | 724623056 | {
"authors": [
"calebcartwright",
"chadbrewbaker",
"francis-du",
"fzzr-"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10415",
"repo": "rust-lang/rustfmt",
"url": "https://github.com/rust-lang/rustfmt... | gharchive/issue | Rustfmt cannot find mod with #[path] on windows
Rustfmt on windows cannot resolve module to file if #[path] used.
Note, #[path] should contain windows-unfriendly relative path.
To Reproduce
Use #[path = "./some-relative-path.rs"] in code.
Pointed file should be and valid rust source or empty.
#[path = "../module_foo.... |
2025-04-01T06:40:18.293181 | 2021-08-09T04:31:12 | 963633125 | {
"authors": [
"calebcartwright",
"rukai"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10416",
"repo": "rust-lang/rustfmt",
"url": "https://github.com/rust-lang/rustfmt/issues/4948"
} | gharchive/issue | use_field_init_shorthand is listed as default: false but is enabled by default.
On rust 1.54 when I run cargo fmt -- --help=config it shows use_field_init_shorthand as default: false.
However running cargo fmt will format as if use_field_init_shorthand is true.
I think use_field_init_shorthand should list the default... |
2025-04-01T06:40:18.296440 | 2022-04-14T16:37:01 | 1204750546 | {
"authors": [
"PurpleMyst",
"calebcartwright"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10417",
"repo": "rust-lang/rustfmt",
"url": "https://github.com/rust-lang/rustfmt/issues/5310"
} | gharchive/issue | Lines containing overly long strings are not formatted correctly
As per the title, lines containing overly long strings are "left alone" and not formatted correctly.
Observing this rust playground and pressing the rustfmt button, line 3 is correctly collapsed while line 4 keeps the weird spacing.
I believe that this ... |
2025-04-01T06:40:18.298287 | 2022-01-06T09:44:18 | 1095140892 | {
"authors": [
"calebcartwright",
"ldm0"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10418",
"repo": "rust-lang/rustfmt",
"url": "https://github.com/rust-lang/rustfmt/pull/5166"
} | gharchive/pull-request | Fix lost import with Crate granularity
Currently use a::{c as cc, c}; will be formatted to use a::c as cc; when Crate granularity is set.
The regression was introduced in https://github.com/rust-lang/rustfmt/pull/4973
Thank you for your interest and willingness to submit a PR! My apologies for the delay in review, ... |
2025-04-01T06:40:18.299731 | 2022-03-31T22:19:09 | 1188911040 | {
"authors": [
"ytmimi"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10419",
"repo": "rust-lang/rustfmt",
"url": "https://github.com/rust-lang/rustfmt/pull/5287"
} | gharchive/pull-request | Add test for issue 3937
Closes #3937
It's unclear which change fixed the format_code_in_doc_comments=true
issue brought up in this issue, however I'm unable to reproduce the
error on the current master.
The added test cases should serve to prevent a regression.
As a side note #5171 fixes the first problem listed in... |
2025-04-01T06:40:18.308977 | 2022-12-01T20:23:38 | 1471913279 | {
"authors": [
"PiotrSikora",
"Thomasdezeeuw"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10420",
"repo": "rust-lang/socket2",
"url": "https://github.com/rust-lang/socket2/pull/360"
} | gharchive/pull-request | Add support for SO_ORIGINAL_DST and IP6T_SO_ORIGINAL_DST.
Those values contain the original destination IPv4/IPv6 address
of the connection redirected using iptables REDIRECT or TPROXY.
Signed-off-by: Piotr Sikora<EMAIL_ADDRESS>
Could also add a test, even if it's ignored by default.
Could also add a test, even i... |
2025-04-01T06:40:18.315834 | 2019-09-06T19:15:39 | 490482757 | {
"authors": [
"alex-ozdemir",
"cuviper"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10421",
"repo": "rust-num/num-bigint",
"url": "https://github.com/rust-num/num-bigint/pull/109"
} | gharchive/pull-request | Document the "rand" feature.
When using this crate I had trouble figuring out why I couldn't use the RandomBits structure. Hopefully future users will be less confused!
Doc locations:
README
RandomBits struct
RandBigInt trait
Thanks!
bors r+
|
2025-04-01T06:40:18.319004 | 2022-04-05T12:33:12 | 1193087038 | {
"authors": [
"GabrielMajeri",
"Luchangcheng2333"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10422",
"repo": "rust-osdev/uefi-rs",
"url": "https://github.com/rust-osdev/uefi-rs/issues/403"
} | gharchive/issue | Locale device tree address
I wonder if there is a way to get the address of the device tree by UEFI in aarch64? It's wonderful if the crate can provide an interface to get the address of device tree.
Hello! You might want to look into navigating the EFI Configuration Table structure, accessible with the .config_tab... |
2025-04-01T06:40:18.336095 | 2017-10-24T08:53:53 | 267948851 | {
"authors": [
"Riateche",
"aristotle9",
"lilianmoraru",
"o01eg",
"plyhun",
"snuk182"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10423",
"repo": "rust-qt/cpp_to_rust",
"url": "https://github.com/rus... | gharchive/issue | Some class miss its constructor, Qt5.9.1
I use this wonderful tool to generate rust bindings of Qt5.9.1. The Qt sdk is installed by brew. First I fixed a link err, which is caused by the incorrect is_framework determination. It's works. Then I find some class miss its new() method. One of the class is Widget, link to... |
2025-04-01T06:40:18.367458 | 2018-11-17T21:13:12 | 381901587 | {
"authors": [
"DeltaManiac",
"WSeegers",
"aturon",
"fairingrey",
"seanmonstar",
"tzilist",
"yoshuawuyts"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10424",
"repo": "rustasync/tide",
"u... | gharchive/issue | Strip the result body when creating default HEAD responses
If you don't specify a HEAD behavior but you do provide GET, Tide will automatically use the GET behavior. But it retains the body, which should be stripped.
@aturon did a little diggin into this, not sure if I am reading this right either, but it seems lik... |
2025-04-01T06:40:18.371386 | 2024-07-06T00:00:28 | 2393249633 | {
"authors": [
"Laurendragonscale",
"lyjeileen"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10425",
"repo": "rustic-ai/ui-components",
"url": "https://github.com/rustic-ai/ui-components/pull/230"
} | gharchive/pull-request | feat(textToSpeech): add text-to-speech feature
Change
Add TextToSpeech (Only read title, description, alt, text for now, Click icon button to play and stop)
Fix the data-cy conversion in actions/index.tsx
Add tests and story
Screenshot
Video
I would use "Start reading aloud" and "Stop reading aloud".
|
2025-04-01T06:40:18.383639 | 2020-12-14T09:55:44 | 766223154 | {
"authors": [
"alexcrichton",
"disconsented"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10426",
"repo": "rustwasm/wasm-bindgen",
"url": "https://github.com/rustwasm/wasm-bindgen/issues/2397"
} | gharchive/issue | Does struct field renaming support private fields?
I am trying to map across the stripe.CreatePaymentMethod function, but I am running into a bit of a blocker.
Because type is a keyboard it cannot be used as an attribute name thankfully #2360 was pulled in and I've ended up with the following:
#[wasm_bindgen]
pub str... |
2025-04-01T06:40:18.393569 | 2023-01-21T20:35:28 | 1551905963 | {
"authors": [
"Liamolucko",
"mb720"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10427",
"repo": "rustwasm/wasm-bindgen",
"url": "https://github.com/rustwasm/wasm-bindgen/issues/3256"
} | gharchive/issue | Web worker example fails to build
Describe the Bug
The Wasm in web worker examples fails to build when running ./build.sh:
error[E0599]: no method named dyn_ref found for struct Element in the current scope
Steps to Reproduce
git clone http://github.com/rustwasm/wasm-bindgen.git --depth 1
cd wasm-bindgen/examples/... |
2025-04-01T06:40:18.399249 | 2024-12-11T09:35:25 | 2732373983 | {
"authors": [
"Anoromi",
"daxpedda",
"mProjectsCode"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10428",
"repo": "rustwasm/wasm-bindgen",
"url": "https://github.com/rustwasm/wasm-bindgen/issues/4352"
} | gharchive/issue | Using exported Rust structs causes detached Buffer issue
Describe the Bug
When creating a function that accepts a vector of exported rust structs in rust > 1.82 on big enough sizes function returns an error.
Steps to Reproduce
Use hello_world example and set wasm_bindgen to version 2.99.
Create a function and a stru... |
2025-04-01T06:40:18.402375 | 2022-07-19T06:53:24 | 1309065943 | {
"authors": [
"drager",
"kaimast",
"shrinktofit"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10429",
"repo": "rustwasm/wasm-pack",
"url": "https://github.com/rustwasm/wasm-pack/issues/1156"
} | gharchive/issue | Specify cargo build target dir?
💡 Feature description
I want to specify all the intermediate compilation files or wasm output into specified dir. I used wasm-pack build <input-dir> --out-dir <wasm-pack-output-dir> -- --target-dir <cargo-target-dir>, but the following error was emitted:
[INFO]: Installing wasm-bindge... |
2025-04-01T06:40:18.410310 | 2023-05-24T11:50:00 | 1723803310 | {
"authors": [
"niklasp",
"sacha-l",
"tdelabro"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10430",
"repo": "rusty-crewmates/substrate-tutorials",
"url": "https://github.com/rusty-crewmates/substrate-tu... | gharchive/issue | Add these tutorials to Polkadot.Study
To make these tutorials more visible, it would be neat to have them included in polkadot.study.
Cc @niklasp /<EMAIL_ADDRESS>
That would be nice! Are you open for it @tdelabro? I recently included the work in progress "Substrate In Bits" (from @abdbee).
With your input I could al... |
2025-04-01T06:40:18.415544 | 2023-06-28T05:57:44 | 1778258267 | {
"authors": [
"laurijamsa",
"markoaamunkajo"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10431",
"repo": "ruuvi/com.ruuvi.station",
"url": "https://github.com/ruuvi/com.ruuvi.station/issues/1043"
} | gharchive/issue | 3.30 updated to 3.31.1
Current version number was shown differently after fw update than when it's read from Bluetooth
Test and see what is shown
Ok leaving it for now
I think we had a similar issue on iOS earlier and we fixed it. If right now the current version info is shown before actually verifying it from th... |
2025-04-01T06:40:18.425684 | 2023-07-29T01:15:06 | 1827254784 | {
"authors": [
"ajfpay"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10432",
"repo": "rvaiya/warpd",
"url": "https://github.com/rvaiya/warpd/issues/262"
} | gharchive/issue | How to change default shorcut on Windows?
How can I replace it?,
I can't find any configuration to change the shortcut
Let say I want to change "hint_activation_key" to Win+F
edit config not work, and I can't find edit file
Location config:
C:\Users\ajf\AppData\Roaming\warpd
#solved
|
2025-04-01T06:40:18.458508 | 2017-10-09T14:29:54 | 263915518 | {
"authors": [
"PBarde"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10433",
"repo": "rwuilbercq/Hive",
"url": "https://github.com/rwuilbercq/Hive/issues/1"
} | gharchive/issue | Example 3 is not working
Hi, when I try to run example 3 I get the following error :
File "/home/paul/Dropbox/SupAero/S5/SDD/Metaheuristiques/ABC/Hive-master/Example3_EvolveAPainting.py", line 170, in compare_images_mse
err = np.sum((source_image.astype("float") - new_image.astype("float")) ** 2)
ValueError: operands... |
2025-04-01T06:40:18.466517 | 2022-08-19T11:51:26 | 1344338868 | {
"authors": [
"gromon42",
"ryan-m-walker"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10434",
"repo": "ryan-m-walker/graphql-codegen-mock-results",
"url": "https://github.com/ryan-m-walker/graphql-codegen-mock-re... | gharchive/pull-request | feat(execute): now handling type and enum cases + type-value for enums
Hey, great initiative on doing such a project, at my current company we are making a lot of GQL queries and need to write down mocks quite often which is getting quite ou tof control lately.
Your package provides a nice way to tackle that issue.
H... |
2025-04-01T06:40:18.484416 | 2020-01-10T17:22:30 | 548199188 | {
"authors": [
"DominicParent",
"ryanmwhitephd"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10435",
"repo": "ryanmwhitephd/artemis",
"url": "https://github.com/ryanmwhitephd/artemis/issues/1"
} | gharchive/issue | Initialize ReadTheDocs Project
Need to claim the namespace for the readthedocs projects.
Create rst file in the docs folder.
Build and post to readthedocs site.
Available in master. Any work on my side to publish on documentation with github actions?
No, readthedocs has webhooks if you log in with your github a... |
2025-04-01T06:40:18.507766 | 2022-03-19T20:37:20 | 1174350750 | {
"authors": [
"casaltarelli"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10436",
"repo": "ryanpepe2000/mscs710-backend",
"url": "https://github.com/ryanpepe2000/mscs710-backend/issues/14"
} | gharchive/issue | Rename Package - Backend Server
Purpose
This is just to outline the changes we had spoken about in naming conventions for the project.
The current package containing all of our application code is currently named matrix_backend we need to change this to be app to follow Flask best practices
Since we are also consider... |
2025-04-01T06:40:18.510035 | 2020-10-18T06:53:13 | 723942484 | {
"authors": [
"ryansolid"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10437",
"repo": "ryansolid/solid",
"url": "https://github.com/ryansolid/solid/pull/244"
} | gharchive/pull-request | Attributes By Default, SSR Improvements, Bug Fixes
Dom Expression v0.22.0 updates mostly.
Yes thanks. This is why you shouldn't leave documentation to last thing at night when you should be sleeping.
|
2025-04-01T06:40:18.531412 | 2024-09-09T01:33:12 | 2512707692 | {
"authors": [
"rykieldc"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10438",
"repo": "rykieldc/cc17-3k-uti",
"url": "https://github.com/rykieldc/cc17-3k-uti/issues/4"
} | gharchive/issue | Create UI Mockup for Add Item Page
About the Add Item Page:
Users should be able to add a new item through a form that includes input fields based on the item database structure (e.g., item name, description, quantity, price, supplier).
The system should display a confirmation message to verify the user's intention ... |
2025-04-01T06:40:18.582887 | 2023-09-05T15:17:19 | 1882188374 | {
"authors": [
"ryouchinsa",
"tempdeltavalue"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10439",
"repo": "ryouchinsa/sam-cpp-macos",
"url": "https://github.com/ryouchinsa/sam-cpp-macos/issues/1"
} | gharchive/issue | cmake error ( OpenCVConfig.cmake, opencv-config.cmake)
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:4 (find_package):
Could not find a package configuration file provided by "OpenCV" with any
of the following names:
OpenCVConfig.cmake
opencv-config.cmake
Add the installation prefix of "Open... |
2025-04-01T06:40:18.590442 | 2023-10-27T08:16:05 | 1965007937 | {
"authors": [
"SoggyBurritoVR",
"rzc0d3r"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10440",
"repo": "rzc0d3r/ESET-KeyGen",
"url": "https://github.com/rzc0d3r/ESET-KeyGen/issues/27"
} | gharchive/issue | Error on "Request Sending..." Step.
[ INFO ] Request sending...
[ FAILED ] Message: javascript error: Cannot read properties of undefined (reading 'click')
(Session info: chrome=118.0.5993.118)
Stacktrace:
GetHandleVerifier [0x00604DE3+43907]
(No symbol) [0x00590741]
(No symbol) [0x004833E... |
2025-04-01T06:40:18.592387 | 2015-09-15T08:07:43 | 106504385 | {
"authors": [
"askoning",
"gualtierotesta"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10441",
"repo": "rzwitserloot/lombok",
"url": "https://github.com/rzwitserloot/lombok/issues/923"
} | gharchive/issue | Serial version UID
It would be nice to have an annotation to automatically create a field like
private static final long serialVersionUID =<PHONE_NUMBER>840482032L;
for all classes which implements java.io.Serializable
This has been discussed before and deemed not worth the effort; see e.g. https://groups.goog... |
2025-04-01T06:40:18.669084 | 2024-12-05T03:12:23 | 2719206625 | {
"authors": [
"n7icoo",
"s-alad"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10442",
"repo": "s-alad/toofake",
"url": "https://github.com/s-alad/toofake/issues/149"
} | gharchive/issue | will it work again?
will toofake ever work again or is it gone?
I unfortunately don't really have the time (nor skills) to keep this up :(
Project is always open to contributors!
oh man, so no more toofake? can i ask how come it's not working?
i don't know much about coding or anything but it looks like macedon... |
2025-04-01T06:40:18.702057 | 2024-03-11T03:06:11 | 2178125763 | {
"authors": [
"Wenzhi-Ding",
"s3alfisc"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10443",
"repo": "s3alfisc/pyfixest",
"url": "https://github.com/s3alfisc/pyfixest/pull/347"
} | gharchive/pull-request | Previously I mistakenly make the number of observations displayed in scientific notation if the number is large.
After the fix, it will be:
Thanks for fixing this Dave!
|
2025-04-01T06:40:18.722211 | 2024-01-18T20:27:45 | 2089001115 | {
"authors": [
"Changochen",
"Yeaseen"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10445",
"repo": "s3team/Polyglot",
"url": "https://github.com/s3team/Polyglot/pull/10"
} | gharchive/pull-request | fixed error:output file for fuzzed data
At line 5853 in afl-fuzz.c, the current fuzzed data is stored in the file named cur_input.java This is feasible only if the application being targeted is either a Java compiler or an application capable of accepting Java file types. This causes a crash while Polyglot fuzzer is ... |
2025-04-01T06:40:18.726812 | 2018-08-27T01:29:06 | 354149853 | {
"authors": [
"ThePrez",
"kskuhlman"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10446",
"repo": "s4isystems/Bob",
"url": "https://github.com/s4isystems/Bob/issues/4"
} | gharchive/issue | The wiki info about installing IBM i prerequisites should be updated
I suggest updating the wiki to reflect the new RPM-based set of deliveries from IBM.
Here is suggested new content for the "Installing IBM i prerequisites" page.
Installing-IBM-i-prerequisites.zip
Here's Jesse's attachment as a diff, in case it he... |
2025-04-01T06:40:18.771659 | 2023-09-17T08:30:08 | 1899703876 | {
"authors": [
"ManuelMultiverse",
"s9roll7"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10447",
"repo": "s9roll7/animatediff-cli-prompt-travel",
"url": "https://github.com/s9roll7/animatediff-cli-prompt-tr... | gharchive/issue | Is there any way to cut process and save images?
When I kill process (control + C) I lose all rendered frames.
There isn't.
|
2025-04-01T06:40:18.777293 | 2020-12-20T11:03:22 | 771564093 | {
"authors": [
"MerlinB",
"zhfnjust"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10448",
"repo": "sCrypt-Inc/scryptlib",
"url": "https://github.com/sCrypt-Inc/scryptlib/issues/53"
} | gharchive/issue | Missing contract description properties
This broke during one of the recent commits:
When compiling a contract to contract_desc.json and then loading the file and passing the object to buildContractClass, desc2CompileResult throws an error because it expects a sources property.
sources property will auto gen when r... |
2025-04-01T06:40:18.791715 | 2022-04-27T08:14:10 | 1216975716 | {
"authors": [
"macalinao",
"moshthepitt"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10449",
"repo": "saber-hq/saber-common",
"url": "https://github.com/saber-hq/saber-common/issues/570"
} | gharchive/issue | Error at compiling solana-contrib
I'm getting the error below while trying to build a project that has anchor-contrib as a dependency. Any ideas?
node_modules/@saberhq/solana-contrib/dist/cjs/transaction/PendingTransaction.d.ts:7:49 - error TS2312: An interface can only extend an object type or intersection of objec... |
2025-04-01T06:40:18.823813 | 2022-07-31T17:01:59 | 1323520330 | {
"authors": [
"5225225",
"sachanganesh"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10450",
"repo": "sachanganesh/eventador-rs",
"url": "https://github.com/sachanganesh/eventador-rs/issues/7"
} | gharchive/issue | UB inside dependency lockfree 0.5.1 will cause panic in new versions of rust
Hello! I'm coming to this crate from https://github.com/rust-lang/rust/pull/99389 where we're making the checks stricter for uninitialized data, and this crate fails under those checks, due to the lockfree dependency.
It has already been rep... |
2025-04-01T06:40:18.853910 | 2023-01-02T16:09:02 | 1516538121 | {
"authors": [
"bannik",
"cruzdanilo",
"kasparkallas",
"mihoward21",
"mikhailxyz",
"mwawrusch"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10453",
"repo": "safe-global/safe-apps-sdk",
"url": "https... | gharchive/issue | [safe-apps-wagmi] Support wagmi 0.8.x
I see the version range is "@wagmi/core": ">= 0.3.8 < 0.8.0" (explicitly upper bounded) but wagmi has been on 0.8.x for about a month. A notable change is that it's pure ESM now https://github.com/wagmi-dev/wagmi/pull/1173 so it might not be a trivial change.
Have you guys alread... |
2025-04-01T06:40:18.861024 | 2024-04-26T11:23:18 | 2265577155 | {
"authors": [
"coveralls",
"iamacook"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10454",
"repo": "safe-global/safe-client-gateway",
"url": "https://github.com/safe-global/safe-client-gateway/pull/1465"
} | gharchive/pull-request | Fix @typescript-eslint/no-base-to-string instances
Summary
When updating to ESLint 9, some rules had to be ignored as their recommendations changed. Of which, was the @typescript-eslint/no-base-to-string rule.
This removes instances of where values that can't be stringified are being stringified.
Changes
Enable @typ... |
2025-04-01T06:40:18.868850 | 2022-07-08T10:12:45 | 1298802828 | {
"authors": [
"Uxio0",
"luarx"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10455",
"repo": "safe-global/safe-transaction-service",
"url": "https://github.com/safe-global/safe-transaction-service/issues/951"
} | gharchive/issue | Redis: Max Number of Clients Reached
Describe the bug
We are facing a Redis: Max Number of Clients Reached on the web instance of the transaction service
Multiple endpoints seem to be affected (all-transactions, balances)
Workers seem to be ok
Expected behavior
No issues
Proposed solution
Add limit for the Redis C... |
2025-04-01T06:40:18.973654 | 2021-03-27T16:58:16 | 842556969 | {
"authors": [
"bitaashna",
"sairish2001"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10456",
"repo": "sairish2001/makesmatheasy",
"url": "https://github.com/sairish2001/makesmatheasy/issues/567"
} | gharchive/issue | Wrongly Wriiten formula of CSA and TSA of hollow sphere
I would like to correct the formula.It should not be Internal surface area or external surface area,
In that column corresponding formula for CSA and TSA shoul be written
@sairish2001 Please assign it to me.I would like to work on it
Go ahead
Deadline 30 Ma... |
2025-04-01T06:40:18.975199 | 2024-07-04T09:38:51 | 2390422066 | {
"authors": [
"JoshuaBilboe96",
"ZwergTuete",
"chethanyadav456",
"saiteja-madha"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10457",
"repo": "saiteja-madha/discord-js-bot",
"url": "https://github.c... | gharchive/issue | Documentation URL
https://strangedocs.hostz.me/ is not loading for the Documentation
Yes, the CNAME User is cross banned... but idk what that means. Can some1 fix that?
@saiteja-madha ig u misconfigured the cloudflare settings, do fix it.
Done. It should be up now 🆙
|
2025-04-01T06:40:18.978758 | 2023-06-01T12:36:57 | 1736235797 | {
"authors": [
"mpellicer",
"stetsche"
],
"license": "ECL-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10458",
"repo": "sakaiproject/sakai",
"url": "https://github.com/sakaiproject/sakai/pull/11628"
} | gharchive/pull-request | S2U-24 Tests & Quizzes: Event Log - Several fixes
Fixes:
Only English bundle being used for export
Spanish bundle is Catalan, Catalan bundle is English
UTF-8 encoding not specified in HTTP header for export
Errors header not present in export
IP Address column not present in export
Datatables column configuration fo... |
2025-04-01T06:40:18.980696 | 2024-09-12T12:32:46 | 2522271467 | {
"authors": [
"ern",
"jkjanetschek"
],
"license": "ECL-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10459",
"repo": "sakaiproject/sakai",
"url": "https://github.com/sakaiproject/sakai/pull/12886"
} | gharchive/pull-request | SAK-50134 Portal theme property for auto detecting dark mode should match documentation
…tches with documentation
Do I understand you correctly, that you feel to change the comment in sakai.properties instead to
Enable/disable the OS dark theme auto-detect mode
DEFAULT: true
Yes many applications these days foll... |
2025-04-01T06:40:19.007727 | 2022-03-16T08:28:58 | 1170694994 | {
"authors": [
"salehjg",
"sefakurtipek"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10460",
"repo": "salehjg/MeshToPointcloudFPS",
"url": "https://github.com/salehjg/MeshToPointcloudFPS/issues/1"
} | gharchive/issue | undefined reference to symbol '_ZN3MPI8Datatype4FreeEv' build error
I'm taking the following error when I write "make" to command window.
Do you have any suggestion for that?
/usr/bin/ld: CMakeFiles/FpsCpu.dir/src/hdf5.cpp.o: undefined reference to symbol '_ZN3MPI8Datatype4FreeEv'
//usr/lib/x86_64-linux-gnu/libmpi_cx... |
2025-04-01T06:40:19.055178 | 2023-04-14T04:17:06 | 1667483857 | {
"authors": [
"ECE-Engineer",
"GMBarra",
"JackCai1206",
"dreamlychina",
"dxli94",
"shams2023"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10461",
"repo": "salesforce/LAVIS",
"url": "https... | gharchive/issue | How to Finetune BLIP2 Captioning Model on custom dataset?
I'm looking for any resource that will get me the closest to try this. I've had poor luck finding a notebook and/or tutorial on how to finetune the BLIP2 captioning model, so I thought this was the place to ask.
me too
Hello,
I am currently working on a p... |
2025-04-01T06:40:19.061976 | 2021-07-20T12:28:22 | 948605202 | {
"authors": [
"gnzzz",
"interactivellama"
],
"license": "bsd-3-clause",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10462",
"repo": "salesforce/design-system-react",
"url": "https://github.com/salesforce/design-system-react/issues/2934... | gharchive/issue | Vertical Navigation: Missing icon and notification
Currently the Vertical Navigation is missing
Items with icons
Items with notifications
from the SLDS design.
I'm proposing adding two optional fields, similar to how Badge is done, in the Item object to define an Icon and a Badge for notifications. For example:
[
... |
2025-04-01T06:40:19.069318 | 2022-07-05T23:29:10 | 1294895567 | {
"authors": [
"lizaiv77",
"rajukamal"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10463",
"repo": "salesforce/utam-java",
"url": "https://github.com/salesforce/utam-java/pull/157"
} | gharchive/pull-request | Do context switching for only root POs
This is applicable for only mobile webviews. As per the current implementation, context is switched to webview for all web page objects implicitly when bootsrapped. This involves multiple commands to get available contexts, switch to webview context and validate the title.
For c... |
2025-04-01T06:40:19.073754 | 2024-09-04T15:57:12 | 2505755856 | {
"authors": [
"WillieRuemmele",
"avesolovksyy",
"mdonnalley"
],
"license": "BSD-3-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10464",
"repo": "salesforcecli/plugin-deploy-retrieve",
"url": "https://github.com/salesforcec... | gharchive/pull-request | feat: multi-stage output
What does this PR do?
Use new @oclif/multi-stage-output for
project delete source
project deploy start
project deploy resume
project deploy validate
project deploy report
project retrieve start
What issues does this PR fix or reference?
[skip-validate-pr]
QA Notes
✅ : quickly played with... |
2025-04-01T06:40:19.104854 | 2017-09-11T14:15:44 | 256718333 | {
"authors": [
"jhnferraris",
"pubkey"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10465",
"repo": "salomonelli/best-resume-ever",
"url": "https://github.com/salomonelli/best-resume-ever/pull/14"
} | gharchive/pull-request | Added yarn.lock
Executed dependency installation using $ yarn
I don't think we should add a yarn.lock.
This project does not use yarn, so we would need a new PR for the yarn.lock each time we change/update the dependencies.
Alright then. Closing this PR.
|
2025-04-01T06:40:19.114259 | 2022-12-17T00:25:49 | 1501044991 | {
"authors": [
"gianlucafiore",
"glutamate"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10467",
"repo": "saltcorn/tabulator",
"url": "https://github.com/saltcorn/tabulator/issues/4"
} | gharchive/issue | Tabulator is empty
Does not display data list, table is completely empty, when DB contains rows
Hello! @glutamate, can you try this? please
hi @gianlucafiore it definitely sometimes works I have it working here on latest version! So there must be something specific you with your set up. Could you paste screenshot... |
2025-04-01T06:40:19.233364 | 2024-06-05T21:35:21 | 2336874851 | {
"authors": [
"ScriptAutomate",
"sheagcraig"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10468",
"repo": "saltstack/salt-extension",
"url": "https://github.com/saltstack/salt-extension/issues/50"
} | gharchive/issue | Setup fails trying to build wheels for immutables multidict lxml
Hi friends!
Trying to kick the tires on some salt-extension development and I'm at a roadblock that I can't seem to work out on my own.
I followed the Quickstart instructions from this repo, followed by the followup instructions from the output of creat... |
2025-04-01T06:40:19.406084 | 2024-05-06T10:35:16 | 2280559968 | {
"authors": [
"d-enk",
"samber"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10469",
"repo": "samber/go-type-to-string",
"url": "https://github.com/samber/go-type-to-string/issues/2"
} | gharchive/issue | Incorrect pointer to interface
https://github.com/samber/go-type-to-string/blob/810c3951834a110bde702691eddfbdaf18ff581f/converter.go#L31-L32
Why?
package main
import (
"fmt"
typetostring "github.com/samber/go-type-to-string"
)
func main() {
type I interface {}
fmt.Println(typetostring.GetType[I]()) // *mai... |
2025-04-01T06:40:19.422868 | 2017-03-17T04:43:13 | 214906587 | {
"authors": [
"sameersbn",
"vinchauhan"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10470",
"repo": "sameersbn/docker-squid",
"url": "https://github.com/sameersbn/docker-squid/issues/18"
} | gharchive/issue | The latest image doesnt has squid.conf
docker inspect sameersbn/squid:3.3.8-23 - doesnt shows any exposed file to be mouted to local host
@vinchauhan you can mount a custom squid configuration at /etc/squid3/squid.conf. Unless you mount such a volume, docker inspect will now show this in its output. Please see http... |
2025-04-01T06:40:19.429953 | 2024-04-24T06:23:03 | 2260448659 | {
"authors": [
"catalin-enache",
"samihaddad"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10471",
"repo": "samihaddad/vertical-tabs-chrome-extension",
"url": "https://github.com/samihaddad/vertical-tabs-chrome-ext... | gharchive/issue | Be able to narrow the width of vertical tabs sidebar to just show/fit the icons.
Thank you for the Vertical Tabs extension.
f possible I think it would be great to be able to make the width of vertical tabs sidebar smaller.
I think a minimum width of 60px (or less) where only the icons should be visible would be goo... |
2025-04-01T06:40:19.440578 | 2024-08-13T07:54:56 | 2462661455 | {
"authors": [
"ndvbd",
"samlobel"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10472",
"repo": "samlobel/CFN",
"url": "https://github.com/samlobel/CFN/issues/3"
} | gharchive/issue | Algorithm 1 in the paper
In algo 1, the running mean and variance is updated at step 12, but not used anywhere.
Can you elaborate please?
Hi, it's not fully explicit in the algorithm but section 3.5.2 (link) explains in detail. We use that to normalize each dimension of the random prior's output. That way, if the l... |
2025-04-01T06:40:19.472231 | 2018-04-13T10:10:36 | 314048326 | {
"authors": [
"JoshuaFry",
"MrRobotXX",
"RobertoGarridoTrillo",
"Roibal",
"ShaikAnsarBasha",
"ShervinDD",
"Technorocker",
"ale316",
"amitkalo",
"hardkind",
"i3wangyi",
"madranet",
"mujeebishaque",
"neiromendez",
"normanlmfung",
"reuniware",
"wiseinv... | gharchive/issue | APIError(code=-1021): Timestamp for this request was 1000ms ahead of the server's time.
Hello - first off great program. when I run the example code (from readme):
# place a test market buy order, to place an actual order use the create_order function
order = client.create_test_order(
symbol='BNBBTC',
side=Cl... |
2025-04-01T06:40:19.474804 | 2019-03-24T14:31:05 | 424619441 | {
"authors": [
"georgebrock",
"samphippen"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10474",
"repo": "samphippen/rubyfmt",
"url": "https://github.com/samphippen/rubyfmt/pull/74"
} | gharchive/pull-request | Add script to test rubyfmt against any Git repo.
This commit adds a script to run all of the Ruby files in some external Git repo through rubyfmt, only outputting errors and the paths to the files where they were encountered.
The purpose of the script is to make it easier to throw a whole bunch of code at rubyfmt, so... |
2025-04-01T06:40:19.479118 | 2015-11-19T19:47:18 | 117893139 | {
"authors": [
"samselikoff",
"tim-evans"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10475",
"repo": "samselikoff/ember-cli-mirage",
"url": "https://github.com/samselikoff/ember-cli-mirage/pull/399"
} | gharchive/pull-request | Check if relationship exists before trying to persist
When saving a model with a null relationship, mirage throws an error. This allows nullable relationships using Mirage.Model. I'm not sure how to test this change.
thank you!
|
2025-04-01T06:40:19.497412 | 2021-03-01T00:23:36 | 818355591 | {
"authors": [
"nriley"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10476",
"repo": "samuelclay/NewsBlur",
"url": "https://github.com/samuelclay/NewsBlur/issues/1423"
} | gharchive/issue | iOS Catalyst: navigating to first story from the keyboard does not hide the feeds pane
On first launch on iPad, press the 'j' key; you will see something like this.
Potentially related — if you’re on the second story and use ‘k’ to move to the first story, the feeds pane shows itself even if it had been hidden pre... |
2025-04-01T06:40:19.507815 | 2015-06-05T09:39:37 | 85484157 | {
"authors": [
"dosiecki",
"samuelclay"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10477",
"repo": "samuelclay/NewsBlur",
"url": "https://github.com/samuelclay/NewsBlur/pull/695"
} | gharchive/pull-request | Android: Social, Social, Social
This patch not only implements the new reply-to-share-without-comment UI, it also fixes a bunch of old bugs related to social (initially triaged in #643), including but not limited to:
Broken button labels for already-shared stories
Inconsistent use of "share" vs. platform "send to"
N... |
2025-04-01T06:40:19.515410 | 2020-02-17T16:12:59 | 566398348 | {
"authors": [
"daniel442li"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10478",
"repo": "samuelhwilliams/Eel",
"url": "https://github.com/samuelhwilliams/Eel/issues/244"
} | gharchive/issue | Question about eel.spawn
Describe the problem
I noticed that eel.spawn only properly creates multiple threads when no arguments are passed. Is this supposed to happen or am I doing something wrong?
Code snippet(s)
def infiniteloop(word):
x = 1
if x==1:
print("one")
eel.sleep(2)
loop()
def infiniteloop2():
x = 1
if x=... |
2025-04-01T06:40:19.519037 | 2024-04-13T10:19:52 | 2241492590 | {
"authors": [
"rvandernoort",
"samuelrince"
],
"license": "CC0-1.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10479",
"repo": "samuelrince/awesome-green-ai",
"url": "https://github.com/samuelrince/awesome-green-ai/issues/3"
} | gharchive/issue | add GATorch
Hi there,
First of all great list, thanks for curating it!
My name is Rover and last year my team and I published a PyTorch library that seamlessly integrates energy measurement hooks that allow users to generate an energy consumption report after training. The main goal of this project is to create more ... |
2025-04-01T06:40:19.530079 | 2022-04-21T21:24:07 | 1211567652 | {
"authors": [
"ShanaLMoore",
"bkiahstroud"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10480",
"repo": "samvera-labs/bulkrax",
"url": "https://github.com/samvera-labs/bulkrax/issues/483"
} | gharchive/issue | Fix erroring migrations
Summary
Currently, migrations are failing to run in projects that Bulkrax is used in. This is the error:
PG::DuplicateColumn: ERROR: column "processed_relationships" of relation "bulkrax_importer_runs" already exists
Acceptance Criteria
[ ] Migrations can be run in projects without throwing... |
2025-04-01T06:40:19.561472 | 2019-06-07T17:08:04 | 453611313 | {
"authors": [
"crash5band"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10481",
"repo": "samyuu/TotallyLegitArcadeController",
"url": "https://github.com/samyuu/TotallyLegitArcadeController/pull/20"
} | gharchive/pull-request | Add proper macro support
-Added TargetInspector component to read in-game target states.
-Allow for hold transfers.
Controls should behave identical to PS4 version now.
The code for this feature is not the best, but it works well.
I will see if I can improve this overtime.
|
2025-04-01T06:40:19.569870 | 2018-09-25T00:58:13 | 363372255 | {
"authors": [
"NullVoxPopuli",
"leondmello",
"ro0gr",
"rtablada",
"san650"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10482",
"repo": "san650/ember-cli-page-object",
"url": "https://github.com/san650/e... | gharchive/issue | Typescript Typings
I would like to see if there are any interests or existing efforts to add typings for Ember CLI Page Object to help work with Typescript support and general editor support and suggestions/autocompletes.
Yea, this would be awesome 😄
Glad to see the ticket.
I've made some progress with definitio... |
2025-04-01T06:40:19.666813 | 2024-01-10T08:43:52 | 2073871837 | {
"authors": [
"KatyTaylor"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10483",
"repo": "sanger/limber",
"url": "https://github.com/sanger/limber/issues/1536"
} | gharchive/issue | DPL-1043 Change label type for 'LRC Blood Aliquot' to plate
User story
As a user of the scRNA Core Cell Extraction pipeline, I would like the label type for the 'LRC Blood Aliquot' tube to be a plate label rather than a tube label, as we intend to use falcon tubes. It means we only have to have one label printer in t... |
2025-04-01T06:40:19.672519 | 2020-07-08T08:18:52 | 653091980 | {
"authors": [
"JamesGlover"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10484",
"repo": "sanger/samples_extraction",
"url": "https://github.com/sanger/samples_extraction/issues/118"
} | gharchive/issue | GPL-560 As a developer I would like to replace the materialised view with a MLWH report
User story
As a developer I would like to replace the materialised view introduced in GPL-544 #117 with a report in the unified warehouse to reduce coupling to the samples_extraction database, increase flexibility of reporting, c... |
2025-04-01T06:40:19.677038 | 2024-07-04T13:36:47 | 2390900752 | {
"authors": [
"StephenHulme",
"sdjmchattie"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10485",
"repo": "sanger/sequencescape",
"url": "https://github.com/sanger/sequencescape/pull/4187"
} | gharchive/pull-request | The Great Prettier Linting
When Prettier was updated to version 3, a config was required to specify an plugins, such as https://github.com/prettier/plugin-ruby, that were used. This PR retrospectively adds this change, along with the subsequent linting.
Changes proposed in this pull request
Specify plugin-ruby in pr... |
2025-04-01T06:40:19.692131 | 2024-09-06T08:55:55 | 2509891188 | {
"authors": [
"WarboxLiam"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10486",
"repo": "sanity-io/plugin-kit",
"url": "https://github.com/sanity-io/plugin-kit/issues/273"
} | gharchive/issue | The described method of testing the plugin locally does not work as described.
npm run link-watch will correctly start watching for changes to attempt to republish.
However, even though changes are detected it will always state "Package content has not changed, skipping publishing" which makes it impossible for your ... |
2025-04-01T06:40:19.701832 | 2022-06-17T13:14:21 | 1275017873 | {
"authors": [
"Christopalace01",
"sankethj"
],
"license": "MIT",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10487",
"repo": "sankethj/z-cam",
"url": "https://github.com/sankethj/z-cam/issues/17"
} | gharchive/issue | TELEBOT ERROR
always getting this error anytime i run the program
raceback (most recent call last):
File "/home/christopalace/z-cam/zcam.py", line 3, in
from telebot import types
ModuleNotFoundError: No module named 'telebot'
Please wait for a day, I'll resolve all errors and update to you.
Follow the instructio... |
2025-04-01T06:40:19.705060 | 2017-06-14T08:19:15 | 235798674 | {
"authors": [
"andreyrusanov",
"coveralls"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10488",
"repo": "sanoma/django-arctic",
"url": "https://github.com/sanoma/django-arctic/pull/217"
} | gharchive/pull-request | Remove print
Remove unnecessary print.
It causes weird issue on the prod, btw :) (looks like it can't access stdout and throw an error)
Is it possible to redeploy 0.9.7 with this fix?
Coverage decreased (-0.01%) to 81.545% when pulling a0a5cff76ad8df72ff566900e81a66729a69cd2f on andreyrusanov:remove_print into b00... |
2025-04-01T06:40:19.706734 | 2017-01-04T10:13:41 | 198672495 | {
"authors": [
"lobsterdore",
"quater",
"sreddel"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10489",
"repo": "sansible/users_and_groups",
"url": "https://github.com/sansible/users_and_groups/pull/16"
} | gharchive/pull-request | [GST-2369] Enable sansible users_and_groups to create system users
We are building some services that have data that persists between instances on an auxiliary EBS volume. When the service has a UID/GID that is mixed in with the regular users, the id can change between instances when new regular users are added.
If t... |
2025-04-01T06:40:19.714746 | 2022-05-02T18:12:52 | 1223187411 | {
"authors": [
"jordangarside",
"sansyrox"
],
"license": "BSD-2-Clause",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10490",
"repo": "sansyrox/robyn",
"url": "https://github.com/sansyrox/robyn/issues/193"
} | gharchive/issue | [Feature Request] Compare against some faster Python web frameworks
Hi there 👋 ,
It’d be interesting to see Vibora and Japronto in your performance comparisons.
They’re not really maintained, but their performance is in a different class from things like uvicorn/django/flask.
Hi @jordangarside ,
I just saw these p... |
2025-04-01T06:40:19.716996 | 2017-05-31T12:12:41 | 232548490 | {
"authors": [
"nlv09165",
"rationull"
],
"license": "apache-2.0",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10491",
"repo": "santthosh/aws-es-kibana",
"url": "https://github.com/santthosh/aws-es-kibana/pull/23"
} | gharchive/pull-request | Security Key Invalid Error #19
Security Key Invalid Errors do not happen anymore because
aws-es-kibana now supports both the URL or hostname syntax
for the cluster-endpoint
Is this PR likely to be merged or is there more work required for a fix?
|
2025-04-01T06:40:19.719603 | 2017-11-22T19:30:08 | 276181797 | {
"authors": [
"danferth",
"jgeibrosch",
"josheche"
],
"license": "mit",
"license_source": "bigquery",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10492",
"repo": "sanusart/atom-wrap-in-tag",
"url": "https://github.com/sanusart/atom-wrap-in-tag/issues/12"
} | gharchive/issue | multiplying tags
Every time I uninstall/disable the package, it multiplies how many different wraps are created. After trying this several times in search of a solution, it does this:
<<<<<p>p</p>>p</<p>p</p>>>p</<<p>p</p>>p</<p>p</p>>>>p</<<<p>p</p>>p</<p>p</p>>>p</<<p>p</p>>p</<p>p</p>>>>>test</<<<<p>p</p>>p</<p>p<... |
2025-04-01T06:40:19.733235 | 2024-08-15T00:07:41 | 2467013633 | {
"authors": [
"joeyg6393",
"saoudrizwan"
],
"license": "Apache-2.0",
"license_source": "github-api",
"license_type": "permissive",
"provenance": "gharchive-dolma-0000.json.gz:10493",
"repo": "saoudrizwan/claude-dev",
"url": "https://github.com/saoudrizwan/claude-dev/issues/101"
} | gharchive/issue | Extension does not load on VS Code on Win Server 2022
I have tried to both install through the extension marketplace as through building it through Git, but once everything is downloaded and installed the placeholder of the icon just stays blank with a little blue clock next to it.
I have tried older versions (all of... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.