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-01T04:35:24.320391
2020-12-23T01:21:48
773350171
{ "authors": [ "Veykril" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10494", "repo": "rust-analyzer/rust-analyzer", "url": "https://github.com/rust-analyzer/rust-analyzer/pull/7010" }
gharchive/pull-request
Update ungrammar for const block patterns Fixes #6848 Adds const blocks and const block patterns to the AST and parses them. Blocked on https://github.com/rust-analyzer/ungrammar/pull/17/, will merge that PR there once this one gets the OK so I can remove the local ungrammar dependency path and fix the Cargo.lock. ...
2025-04-01T04:35:24.329072
2024-03-12T05:08:15
2180742059
{ "authors": [ "coveralls", "junderw", "oneforalone", "sanket1729" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10495", "repo": "rust-bitcoin/rust-bitcoin", "url": "https://github.com/rust-bitcoin/rust-...
gharchive/pull-request
add brc20 inscription example A simple brc20 transfer inscription example, as it can also be an example for taproot script-path spending. Pull Request Test Coverage Report for Build<PHONE_NUMBER> Details 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines lost coverage. Ove...
2025-04-01T04:35:24.335436
2024-10-31T01:42:32
2625748680
{ "authors": [ "apoelstra", "jamillambert", "tcharding", "yancyribbens" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10496", "repo": "rust-bitcoin/rust-bitcoin", "url": "https://github.com/rust-bitcoin/...
gharchive/pull-request
Improve the amount module Improve the amount module by doing: Patch 1: Add/update from_int_btc and from_int_btc_const functions Patch 2: Add type to debug output for Amount Patch 3: Fix incorrect docs Patch 4: Make docs use correct style and be uniform across the two amount types Patch 5: Fix docs on FromStr Sor...
2025-04-01T04:35:24.368077
2019-08-12T16:23:00
479736086
{ "authors": [ "cramertj", "stbuehler" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10497", "repo": "rust-lang-nursery/futures-rs", "url": "https://github.com/rust-lang-nursery/futures-rs/pull/1797" }
gharchive/pull-request
Fix use-after-free on panic during ArcWake::wake_by_ref Wrap temporary Arc<>s in ManuallyDrop early instead of calling forget() later: that way even during unwinding for panics it doesn't drop the refcount it doesn't actually own. Also it means wake_by_ref doesn't need an unwind section anymore. Same thing in increas...
2025-04-01T04:35:24.369632
2016-03-29T12:52:09
144255541
{ "authors": [ "Kimundi", "SethDusek", "SoniEx2" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10498", "repo": "rust-lang-nursery/lazy-static.rs", "url": "https://github.com/rust-lang-nursery/lazy-static.rs...
gharchive/issue
Mutability support Any way to support DerefMut? Lazy statics behave like regular statics in the sense of only allowing shared, &T access to a value. If you want mutability you need to put your values behind a Mutex, for example: lazy_static! { static ref X: Mutex<u32> = Mutex::new(0); } fn main() { *X.lock...
2025-04-01T04:35:24.372875
2017-06-05T07:28:02
233514567
{ "authors": [ "crumblingstatue", "est31" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10499", "repo": "rust-lang-nursery/rustfmt", "url": "https://github.com/rust-lang-nursery/rustfmt/issues/1632" }
gharchive/issue
rustfmt writes to files even if they weren't changed This means that if you for example run cargo fmt, it will write to all files in the project, meaning cargo build will have to recompile your project, even though nothing changed. I'm not sure what effects this has on incremental compilation. Does it matter what fil...
2025-04-01T04:35:24.374211
2017-07-05T16:06:18
240700634
{ "authors": [ "topecongiro" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10500", "repo": "rust-lang-nursery/rustfmt", "url": "https://github.com/rust-lang-nursery/rustfmt/pull/1769" }
gharchive/pull-request
Comment vertical alignment This PR implements vertical alignment for comments after elements in list-like structures which use write_list (struct, enum, function call, generics, etc.). Added commits to use closure instead of function and add tests. As you mentioned, the first version had a bug that aligned item may...
2025-04-01T04:35:24.376178
2016-01-01T23:54:23
124567592
{ "authors": [ "LukasKalbertodt", "brson", "tbu-" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10501", "repo": "rust-lang-nursery/rustup.rs", "url": "https://github.com/rust-lang-nursery/rustup.rs/issues...
gharchive/issue
Description is confusing for people who don't know what multirust is The readme says "Multirust-rs is a reimplementation of multirust in rust", but it doesn't say what multirust is. For someone coming in cold, it doesn't offer any clues as to why they want to be using multirust-rs, or what they might want to use it ...
2025-04-01T04:35:24.390075
2022-11-01T09:41:51
1431147789
{ "authors": [ "alexjurkiewicz", "ehuss", "yanns" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10502", "repo": "rust-lang/cargo", "url": "https://github.com/rust-lang/cargo/issues/11320" }
gharchive/issue
Since update to Ventura, compilation failing with ld: framework not found Security Problem Since update from macos to Ventura, I cannot compile any cargo projects. The compilation is failing with: ld: framework not found Security Steps $ cargo new --bin hello Created binary (application) `hello` package $ cd h...
2025-04-01T04:35:24.396330
2023-02-28T01:15:02
1602209018
{ "authors": [ "weihanglo", "zkat" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10503", "repo": "rust-lang/cargo", "url": "https://github.com/rust-lang/cargo/issues/11779" }
gharchive/issue
Workspace dependency features don't resolve correctly with target-dependent features Problem When using [workspace.dependencies] and foo = { workspace = true }, resolver v2 doesn't seem to correctly load only the features for the current target. Everything works fine if the package version is specified directly in th...
2025-04-01T04:35:24.406565
2023-05-23T12:35:37
1721994960
{ "authors": [ "Centri3", "ehuss", "lee-orr" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10504", "repo": "rust-lang/cargo", "url": "https://github.com/rust-lang/cargo/issues/12171" }
gharchive/issue
Cargo erroneously strips the hash(?) from a dylib's final artifact Problem When there are one or more dependencies that are dynamically linked but not cdylibs, Cargo will copy their final artifact to the same directory as the binary but remove the hash(?) - even if this is what is imported by the binary. Due to this,...
2025-04-01T04:35:24.407850
2019-11-12T17:51:13
521704068
{ "authors": [ "ehuss", "stevenroose" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10505", "repo": "rust-lang/cargo", "url": "https://github.com/rust-lang/cargo/issues/7583" }
gharchive/issue
FR: cargo install --do-not-error-when-already-installed This is really basic, guys. Thanks, this will be fixed once #7560 is merged.
2025-04-01T04:35:24.410253
2020-02-02T17:29:10
558728572
{ "authors": [ "epage", "inodentry" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10506", "repo": "rust-lang/cargo", "url": "https://github.com/rust-lang/cargo/issues/7854" }
gharchive/issue
Feature request: visual indication of proc-macro transitive dependencies It would be useful to have a visual indication of which of your crate's (transitive) dependencies are only used at compile time (by proc-macros) and do not contribute to the code of the compiled binary. This would allow easily judging which depe...
2025-04-01T04:35:24.439932
2020-02-21T19:02:35
569129421
{ "authors": [ "1sra3l", "CleanCut", "MDGSF", "Razican", "Xanewok", "benmarten", "ehuss", "est31", "gz", "jdm", "johanlindfors", "jplatte", "simon-an", "thomwiggers", "zicklag" ], "license": "Apache-2.0", "license_source": "github-api", "license_type...
gharchive/issue
Tracking issue for -Z features=itarget Implementation: #7820 Documentation: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#features Summary -Z features=itarget causes the feature resolver to ignore features for target-specific dependencies for targets that don't match the current compile target. For ...
2025-04-01T04:35:24.446877
2021-06-27T08:36:19
930879600
{ "authors": [ "ChrisDenton", "ehuss" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10508", "repo": "rust-lang/cargo", "url": "https://github.com/rust-lang/cargo/issues/9630" }
gharchive/issue
Windows environment variables are case preserving (but case-insensitive) I recently submitted a PR to stop Rust ASCII upper casing environment variables: https://github.com/rust-lang/rust/pull/85270. This causes the following test to fail. https://github.com/rust-lang/cargo/blob/36917524b96ebe701b5006b8773042dace8bca...
2025-04-01T04:35:24.473190
2022-09-08T18:43:03
1366826293
{ "authors": [ "Eh2406", "bors", "ehuss", "epage", "ijackson", "jonhoo", "rust-highfive", "weihanglo" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10509", "repo": "rust-lang/cargo", "...
gharchive/pull-request
fix(publish): Block until it is in index Originally, crates.io would block on publish requests until the publish was complete, giving cargo publish this behavior by extension. When crates.io switched to asynchronous publishing, this intermittently broke people's workflows when publishing multiple crates. I say inte...
2025-04-01T04:35:24.479032
2018-08-01T00:19:53
346403769
{ "authors": [ "alexcrichton", "bors" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10510", "repo": "rust-lang/cargo", "url": "https://github.com/rust-lang/cargo/pull/5845" }
gharchive/pull-request
Rename --prepare-for to --edition, drop arg This commit tweaks the UI of cargo fix for the edition. Previously you'd execute cargo fix --prepare-for 2018, but that's a lot of typing! Plus it's some manual data that Cargo can already infer. Instead, after this commit, you now type cargo fix --edition, and that's it! T...
2025-04-01T04:35:24.495325
2022-07-01T13:56:20
1291445112
{ "authors": [ "RalfJung", "bors" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10511", "repo": "rust-lang/miri", "url": "https://github.com/rust-lang/miri/pull/2296" }
gharchive/pull-request
./miri improvements I have needed to run something with many different seeds often enough that I would like an easier way to do it. ;) So now we have ./miri many-seeds. Also I made the script less dependent on the working directory, so calling it from a different directory should work properly now even if that other ...
2025-04-01T04:35:24.499578
2021-04-12T00:58:18
855459525
{ "authors": [ "boomshroom", "calebzulawski" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10512", "repo": "rust-lang/portable-simd", "url": "https://github.com/rust-lang/portable-simd/issues/93" }
gharchive/issue
Add "common" shuffles The shuffle API in #62 can handle nearly any hardware shuffle, but it's a bit clumsy to use (and the API requires full const generics). A few common cases of shuffles should be provided as a simpler API: [x] reverse [x] rotate [ ] shift (like rotate but insert 0s) [ ] align (or maybe rotate2?) ...
2025-04-01T04:35:24.512677
2017-01-20T18:01:35
202204279
{ "authors": [ "BurntSushi", "bors", "shepmaster" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10513", "repo": "rust-lang/regex", "url": "https://github.com/rust-lang/regex/pull/331" }
gharchive/pull-request
Add categories to Cargo.toml Hi! crates.io now supports categories, which are a curated list of topics aimed at helping an end-user coming to crates.io looking for "a crate to do ______". We're sending pull requests to selected crates to add categories in order to help populate the categories and seed their usefulnes...
2025-04-01T04:35:24.551912
2015-05-22T19:40:07
79582379
{ "authors": [ "cmr", "metaljoe" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10514", "repo": "rust-lang/rust-installer", "url": "https://github.com/rust-lang/rust-installer/issues/35" }
gharchive/issue
Mac OS X installer does not document supported versions & fails with unhelpful message on old Mac Reported by @mcclure on https://github.com/rust-lang/rust/issues/25704 If I go to rust-lang.org, I see a big friendly blue "Install" button labeled with: Recommended Version: 1.0.0 (Mac installer) Problem 1: You do not ...
2025-04-01T04:35:24.558434
2022-03-07T00:24:13
1160763217
{ "authors": [ "Jemoka", "brotzeit" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10515", "repo": "rust-lang/rust-mode", "url": "https://github.com/rust-lang/rust-mode/issues/442" }
gharchive/issue
(cargo-locate-project) returns 101 over tramp Hi everyone! Thanks so much for the great support for Rust on emacs. (rust-test) (rust-build) etc. or any other function that calls (cargo-locate-project) fails when called over a file on tramp (remote file access protocol.) This renders rust-mode unable to build with a w...
2025-04-01T04:35:25.073606
2016-03-28T20:17:45
144072435
{ "authors": [ "Jayflux", "pravic", "steveklabnik" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10516", "repo": "rust-lang/sublime-rust", "url": "https://github.com/rust-lang/sublime-rust/pull/77" }
gharchive/pull-request
Add Cargo-Doc, Cargo-Release and Cargo-Update to the Cargo.sublime-build To skip manually writing these commands in shell. Cargo-Doc with --no-deps because it is most common choice, I guess. Bump: @steveklabnik @brson Cargo-Doc with --no-deps because it is most common choice, I guess. I am not sure about this, ...
2025-04-01T04:35:25.114783
2019-08-28T22:49:40
486646073
{ "authors": [ "Barronli", "phil-opp" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10517", "repo": "rust-osdev/bootloader", "url": "https://github.com/rust-osdev/bootloader/issues/78" }
gharchive/issue
Build successfully with benign errors in WSL When I build the bootloader under WSL (Windows subsystem Linux), it finishes while reporting errors: Compiling bootloader v0.8.0 (/mnt/d/devs/Rust/bootloader) error: failed to remove /mnt/d/devs/Rust/bootloader/target/x86_64-bootloader/release/deps/bootloader-589b595378e5...
2025-04-01T04:35:25.117842
2023-03-05T08:01:28
1610097354
{ "authors": [ "devsnek", "phil-opp" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10518", "repo": "rust-osdev/bootloader", "url": "https://github.com/rust-osdev/bootloader/pull/346" }
gharchive/pull-request
kernel image fields & zero out rbp these changes stemmed from my efforts to add stack traces to my kernel kernel_addr + kernel_len for building a slice that holds the elf kernel_image_offset for computing offsets from the instruction pointers in stack frames convention says that you should zero rbp before jumping in...
2025-04-01T04:35:25.120495
2020-05-16T19:43:37
619542782
{ "authors": [ "phil-opp", "vlovich" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10519", "repo": "rust-osdev/cargo-xbuild", "url": "https://github.com/rust-osdev/cargo-xbuild/issues/78" }
gharchive/issue
cargo xtest doesn't work under WSL1 with native QEMU Install QEMU natively on Windows Under WSL setup cargo In ~/bin/qemu-system-x86_64 put exec /mnt/c/Program\ Files/qemu/qemu-system-x86_64.exe "$@" and make the file executable run cargo xrun run cargo xtest The xrun command works because it provides a relative pa...
2025-04-01T04:35:25.161794
2023-03-26T11:30:33
1640872218
{ "authors": [ "jon-chuang", "olexiyb", "setzer22" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10521", "repo": "rustformers/llama-rs", "url": "https://github.com/rustformers/llama-rs/issues/77" }
gharchive/issue
Swap strategy for infinite output As discussed in https://github.com/ggerganov/llama.cpp/issues/71#issuecomment-1483907574 The idea is to achieve a naive implementation for infinite output generation using a strategy that simply clears the context window (you can keep the original prompt around), and starts adding ne...
2025-04-01T04:35:25.168066
2019-04-17T07:48:24
434315295
{ "authors": [ "alexcrichton", "c410-f3r", "dbrgn" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10522", "repo": "rustwasm/wasm-bindgen", "url": "https://github.com/rustwasm/wasm-bindgen/issues/1468" }
gharchive/issue
Typescript files: Add docs for methods 💡 Feature description In the Typescript declaration files that are generated, the struct docstrings are included but the method docstrings aren't. It would be great if methods were documented too. 💻 Basic example Rust: /// The context object containing the state. #[wasm_bindge...
2025-04-01T04:35:25.175445
2019-09-19T18:07:57
495950125
{ "authors": [ "alexcrichton", "andimarek", "garrettmaring", "terwer" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10523", "repo": "rustwasm/wasm-bindgen", "url": "https://github.com/rustwasm/wasm-bi...
gharchive/issue
How do you use a Rust struct with a String field? Summary How do you use a Rust struct with a String field using wasm-bindgen? The String type seems to be supported for function parameters and return values. https://rustwasm.github.io/docs/wasm-bindgen/reference/types/string.html Additional Details #[wasm_bindgen] pu...
2025-04-01T04:35:25.180500
2020-09-05T09:49:34
694048575
{ "authors": [ "richardrl", "rusty1s" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10524", "repo": "rusty1s/pytorch_geometric", "url": "https://github.com/rusty1s/pytorch_geometric/issues/1611" }
gharchive/issue
On the fly dataset generation In the docs, it says: https://pytorch-geometric.readthedocs.io/en/latest/notes/create_dataset.html?highlight=on the fly#frequently-asked-questions from torch_geometric.data import Data, DataLoader data_list = [Data(...), ..., Data(...)] loader = DataLoader(data_list, batch_size=32) tha...
2025-04-01T04:35:25.182195
2019-07-08T13:07:11
465247653
{ "authors": [ "jlevy44", "rusty1s" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10525", "repo": "rusty1s/pytorch_geometric", "url": "https://github.com/rusty1s/pytorch_geometric/issues/497" }
gharchive/issue
Bayesian GCN https://arxiv.org/pdf/1811.11103.pdf https://rlgm.github.io/papers/64.pdf It would be nice to also have bayesian estimator methods that would allow simulations of graphs. I think it could well supplement some of the other statistical models out there for learning on graphs. Feel free to submit PRs as w...
2025-04-01T04:35:25.187317
2020-12-03T10:35:32
756073378
{ "authors": [ "markoaamunkajo" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10526", "repo": "ruuvi/com.ruuvi.station", "url": "https://github.com/ruuvi/com.ruuvi.station/issues/195" }
gharchive/issue
1.4.2. Sync gets stuck on saving fw 3.29.1 Description: Oneplus 7T Pro (replicated on Samsung S8) User reported Sync gets stuck on downloading data from fw 3.29.1 tag to Ruuvi Station Actual: Press sync button, process connects and starts downloading, when it gets to end it doesn't enable OK button If user exists by ...
2025-04-01T04:35:25.192524
2022-04-30T07:44:24
1221768462
{ "authors": [ "alongnice", "rvaiya" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10527", "repo": "rvaiya/warpd", "url": "https://github.com/rvaiya/warpd/issues/102" }
gharchive/issue
the function request and a bug The function request First of all, this project is really cool. My problem is that I have two screens and my operating system is UOS. I set the shortcut keys to open WARpd, but each time it only runs on one of my screens, the one where the mouse was originally,(I'm not sure) I would lik...
2025-04-01T04:35:25.312631
2018-07-05T19:19:29
338695426
{ "authors": [ "romainsimon", "ryanmcdermott" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10528", "repo": "ryanmcdermott/js-fp-algorithms", "url": "https://github.com/ryanmcdermott/js-fp-algorithms/issues/1" }
gharchive/issue
One liner ;) https://github.com/ryanmcdermott/js-fp-algorithms/blob/c90671460400df271512e62f7e29857a810f64f0/uniq/index.js#L16 const uniq = list => [...new Set(list)]; That’s definitely smaller :) Does it preserve order of the initial array? On Thu, Jul 5, 2018 at 12:19 PM Romain SIMON<EMAIL_ADDRESS>wrote: https:...
2025-04-01T04:35:25.336603
2015-04-22T13:42:57
70129657
{ "authors": [ "ImaginaryDevelopment", "ryanrodemoyer" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10529", "repo": "ryanrodemoyer/AltProvidersForAspNetIdentity2", "url": "https://github.com/ryanrodemoyer/Al...
gharchive/issue
GlobalAsax This looks really awesome and helpful, however I have a few questions. where is the code that hooks these custom classes into the asp.net authorization/authentication? There doesn't seem to be a global.asax.cs anywhere or an app_startup folder? Unfortunately, I haven't worked on this project recently. I ...
2025-04-01T04:35:25.339322
2022-03-21T03:59:58
1174856826
{ "authors": [ "moltar", "ryansmith94" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10530", "repo": "ryansmith94/rulr", "url": "https://github.com/ryansmith94/rulr/issues/649" }
gharchive/issue
Missing repo from NPM NPM package has no repo URLs defined. See: https://www.npmjs.com/package/rulr :tada: This issue has been resolved in version 8.7.1 :tada: The release is available on: npm package (@latest dist-tag) GitHub release Your semantic-release bot :package::rocket:
2025-04-01T04:35:25.341174
2020-01-16T19:39:29
551013022
{ "authors": [ "aguilera51284", "ryansolid" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10531", "repo": "ryansolid/solid", "url": "https://github.com/ryansolid/solid/issues/114" }
gharchive/issue
Plugin i find this router for solid solid-router would this apply to the related projects section? You are absolutely right. I want to do more to facilitate the community here and prevent things from drying up. I did reach out to find out the status of that project when it was unclear if it was being maintained. I ...
2025-04-01T04:35:25.379047
2017-02-14T03:06:56
207405363
{ "authors": [ "KevinYuk", "arunreddy", "bsrinivas8687", "oscfri", "rykov8" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10532", "repo": "rykov8/ssd_keras", "url": "https://github.com/rykov8/ssd_keras/iss...
gharchive/issue
[question]The code is written by tensorflow API, not pure Keras API. It can only run on tensorflow, not theano? e.g.: ssd_training.py. A lot of code are used by tensorflow API. Not pure keras API. @KevinYuk yes, you're right. Forward pass should work with Theano backend also but I've never tested it. Training part ...
2025-04-01T04:35:25.388611
2023-07-02T05:33:52
1784463466
{ "authors": [ "ryojp" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10533", "repo": "ryojp/todo", "url": "https://github.com/ryojp/todo/pull/48" }
gharchive/pull-request
actions: use buildx for caching I found a Zenn post that says the bulid of docker-compose was indeed accelerated by using buildx cache. This PR intends to verify it, as this solves #19 It took 5:12 to finish the job this time: https://github.com/ryojp/todo/actions/runs/5434957534 The second time took 3:56: https:...
2025-04-01T04:35:25.452169
2021-05-11T20:08:01
888466390
{ "authors": [ "s-r-x", "weilinzung" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10534", "repo": "s-r-x/bull-monitor", "url": "https://github.com/s-r-x/bull-monitor/issues/2" }
gharchive/issue
Retry multiple failed jobs feature Hi, Can this have a retry multiple failed jobs feature? I think the table should be easy to migrate with checkbox: https://material-ui.com/components/tables/#data-table Thanks! Hi, Can this have a retry multiple failed jobs feature? I think the table should be easy to migrate wit...
2025-04-01T04:35:25.454261
2021-03-22T18:18:45
837990629
{ "authors": [ "s0ftik3", "vitallii-t" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10535", "repo": "s0ftik3/reverso-api", "url": "https://github.com/s0ftik3/reverso-api/issues/6" }
gharchive/issue
Requests limit Hi Does Reverso have some request limits? I don't know of any limitations. Actually, it's the same as just to visit the website. If they have any limitations for just visitors, you will encounter with them.
2025-04-01T04:35:25.493415
2018-03-04T22:15:42
302128001
{ "authors": [ "AlexIljin", "WinningAddicted", "ajdani", "harshavardhana" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10537", "repo": "s3git/s3git", "url": "https://github.com/s3git/s3git/issues/23" }
gharchive/issue
Please add s3git.exe for release v0.9.2 On the Releases page there is no Windows executable for the latest version 0.9.2. Could this issue be solved? Would be great if you provide the newest version as Windows executable. GOOS=windows go build should give you that @AlexIljin @ajdani I don't have Go installed, n...
2025-04-01T04:35:25.514725
2021-01-08T07:22:18
781910582
{ "authors": [ "harshad71", "ritvikmahajan17", "shahednasser" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10538", "repo": "sButtons/sbuttons", "url": "https://github.com/sButtons/sbuttons/issues/1224" }
gharchive/issue
[BUTTON IDEA]: button shadow of familiar color of the button go into disco mode while hover. button shadow of familiar color of the button go into disco mode while hover.
2025-04-01T04:35:25.586818
2015-03-13T12:12:55
61050751
{ "authors": [ "jjeroennl", "sabastiaan" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10539", "repo": "sabastiaan/EntityBasedKitty", "url": "https://github.com/sabastiaan/EntityBasedKitty/issues/1" }
gharchive/issue
Geen issues :-1: U no plan? fucke you Date: Fri, 13 Mar 2015 05:12:57 -0700 From<EMAIL_ADDRESS>To<EMAIL_ADDRESS>Subject: [EntityBasedKitty] Geen issues (#1) U no plan? — Reply to this email directly or view it on GitHub. No no thenk joe :-1: You should report bugs here :(
2025-04-01T04:35:25.654201
2024-02-02T12:31:15
2114826340
{ "authors": [ "ElvisKrop", "Uxio0" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10540", "repo": "safe-global/safe-singleton-factory", "url": "https://github.com/safe-global/safe-singleton-factory/issues/359" }
gharchive/issue
[New chain]: Berachain Artio Chain Name Berachain Artio RPC URL https://artio.rpc.berachain.com The chain must be added to https://chainlist.org/ [X] I confirm that the chain is added to chainlist After creating the issue, a bot will estimate the required pre-fund and post it in the comments. Please check this chec...
2025-04-01T04:35:25.655835
2023-07-17T14:44:29
1807948469
{ "authors": [ "Uxio0", "ersanyakit" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10541", "repo": "safe-global/safe-singleton-factory", "url": "https://github.com/safe-global/safe-singleton-factory/pull/196" }
gharchive/pull-request
Add missing deployments Closes #195 Closes #101 Closes #72 Closes #66 Closes #60 Closes #59 @Uxio0 @mmv08 thank you very much
2025-04-01T04:35:25.678785
2018-12-09T00:28:11
388973110
{ "authors": [ "nitaybz", "sagilo" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10542", "repo": "sagilo/pyswitcherv2", "url": "https://github.com/sagilo/pyswitcherv2/issues/14" }
gharchive/issue
No matter what I tried, I can't get the info from the pcap file Hey, I'm really enthusiastic in connecting the Switcher v2 to Homebridge thanks to your plugin... but I can't seem to get the credentials I need... please help... I only get to this point: 2018-12-09 00:21:49 | mode: parse_pcap_file Loading and parsing p...
2025-04-01T04:35:25.680988
2017-01-05T19:22:43
199037173
{ "authors": [ "c-cube", "sagotch" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10543", "repo": "sagotch/ISO8601.ml", "url": "https://github.com/sagotch/ISO8601.ml/issues/7" }
gharchive/issue
printing durations? I found nothing about https://en.wikipedia.org/wiki/ISO_8601#Durations ? If you want I just wrote a function for "human readable durations", which would also be nice to have. It is indeed a part of the RFC not implemented, since I focused on what I needed and never took time to complete it (yet)...
2025-04-01T04:35:25.682315
2022-10-02T11:31:54
1393733515
{ "authors": [ "YasharF", "friendofdog" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10544", "repo": "sahat/hackathon-starter", "url": "https://github.com/sahat/hackathon-starter/pull/1202" }
gharchive/pull-request
fix: correct linting errors Corrected linting in test/app.js. Moving the require to top-level module scope did not break tests or seem to have adverse affects on the app running locally. Also corrected some linting errors in other files. Closes #1199 We need to rewrite a good amount of the code to address the vulne...
2025-04-01T04:35:25.690129
2022-03-25T14:24:10
1180857694
{ "authors": [ "a3de25", "sailro" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10545", "repo": "sailro/EscapeFromTarkov-Trainer", "url": "https://github.com/sailro/EscapeFromTarkov-Trainer/issues/158" }
gharchive/issue
how can i enable thos features? i know when i open alt right i get this menu how can i get those advanced features like:wallhack thickness, color,maximumdistance,show box etc. plus i need to know how can i change things like:player speed of aimbot speed? p.s sorry for bad english i only have something like this ...
2025-04-01T04:35:25.694301
2022-10-07T05:46:20
1400652131
{ "authors": [ "hi-anusha", "sainik-khaddar" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10546", "repo": "sainik-khaddar/CodeHUB", "url": "https://github.com/sainik-khaddar/CodeHUB/issues/139" }
gharchive/issue
P.R. was submitted to a repository that has been excluded out of hacktoberfest as it does not follow the values of the event. Hello, I am getting a message on the hacktoberfest website saying my P.R. was submitted to a repository that has been excluded out of hacktoberfest as it does not follow the values of the even...
2025-04-01T04:35:25.699915
2024-06-20T12:46:36
2364357099
{ "authors": [ "antoineco", "dmbfm" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10547", "repo": "sainnhe/everforest", "url": "https://github.com/sainnhe/everforest/pull/138" }
gharchive/pull-request
Link DiagnosticUnnecessary to TSComment Description As per the neovim documentation, the DiagnosticUnnecessary highlight group corresponds to "unnecessary or unused code." So I think it makes sense to render such code as comments (i.e., dimmed) rather then the default warning with yellow underlines. This is similar t...
2025-04-01T04:35:25.702471
2023-10-26T16:56:45
1963982773
{ "authors": [ "Elijah699", "medha-ab" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10548", "repo": "saintmalik/awesome-oss-docs", "url": "https://github.com/saintmalik/awesome-oss-docs/pull/175" }
gharchive/pull-request
Added hashicorp docs Summary Added HashiCorp documentation entries in the specified format and integrated these entries into the project's index Did you read the CONTRIBUTING.md? yes #154 @medha-ab good job 👏. You took your time to add new Hashicorp Docs
2025-04-01T04:35:25.704841
2020-11-24T11:57:42
749643799
{ "authors": [ "coveralls", "ctrlcctrlv", "dthadi3" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10549", "repo": "saitoha/libsixel", "url": "https://github.com/saitoha/libsixel/pull/140" }
gharchive/pull-request
Travis-ci: added support for ppc64le Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. Coverage remained the same at 0.0% when pulling 319385cd1825ef0fba99e36a174b4...
2025-04-01T04:35:25.712259
2017-09-22T05:46:39
259709427
{ "authors": [ "Ujjaval91", "mish15" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10550", "repo": "sajari/simple-linkedin-php", "url": "https://github.com/sajari/simple-linkedin-php/issues/3" }
gharchive/issue
How to post on my linkedin acount. Hello, I need to post article/post using this library. I have installed it by the composer. Please suggest how to use/call the function to share a post. Also, i have tried with almost same example, where i got an error like "Exception class not found". I checked in your code and fou...
2025-04-01T04:35:25.713970
2022-06-10T08:43:26
1267246733
{ "authors": [ "mpellicer" ], "license": "ECL-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10551", "repo": "sakaiproject/sakai", "url": "https://github.com/sakaiproject/sakai/pull/10640" }
gharchive/pull-request
SAK-44984 Group Member Selection: Keep the selector open to save many… … clicks. This seems smart to me..... it will now be more similar to old-style selector. Thanks! You're welcome, this saves many clicks.
2025-04-01T04:35:25.716337
2020-02-06T23:04:26
561322213
{ "authors": [ "ern", "ottenhoff", "steveswinsburg" ], "license": "ECL-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10552", "repo": "sakaiproject/sakai", "url": "https://github.com/sakaiproject/sakai/pull/7855" }
gharchive/pull-request
Move grades-rest from gb1 to gradebookng @ern where should this relocated REST endpoint live? Here is an overview of what got changed by this pull request: Issues ====== - Added 30 Complexity increasing per file ============================== - gradebookng/grades-rest/src/main/java/org/sakaiproject/g...
2025-04-01T04:35:25.750669
2022-09-01T11:15:15
1358677736
{ "authors": [ "IKarbowiak", "fowczarek", "korycins" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10553", "repo": "saleor/saleor", "url": "https://github.com/saleor/saleor/pull/10531" }
gharchive/pull-request
Attribute refactoring The goal is to simplify the attribute models. The current attribute model relations are complex and really hard to understand. It causes a high entry threshold for this part of code and makes it hard to keep. Right now we have available attributes for Product, ProductVariant, and Page models. Fo...
2025-04-01T04:35:25.766767
2024-06-21T11:19:47
2366327684
{ "authors": [ "TomSesselmann", "gtabboud" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10554", "repo": "salesforce-experiencecloud/notificationbell", "url": "https://github.com/salesforce-experiencecloud/...
gharchive/pull-request
Paragraph font size fix dxp styling hook name is incorrect for paragraph font sizes. Fixed and included in new commit: https://github.com/salesforce-experiencecloud/notificationbell/commit/1355c3386aa8778bbceb8a82c6aa7d430b848d65 @TomSesselmann Thank you for catching these Typos / copy-paste errors! You're always...
2025-04-01T04:35:25.767846
2019-03-13T14:49:31
420542564
{ "authors": [ "interactivellama", "sharaththegeek" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10555", "repo": "salesforce/design-system-react", "url": "https://github.com/salesforce/design-system-react/pu...
gharchive/pull-request
Corrected SLDS Close Alert Button placement Corrected the placement of the "Toggle Alert" button in SLDSAlert -> Close Alert so that it is not overlapped by the alert when it appears. Corrects Issue #1840 @sharaththegeek TravisCi is saying there are lint issues.
2025-04-01T04:35:25.776802
2024-12-19T20:09:01
2751315341
{ "authors": [ "jaube-litify", "sanalpanicker" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10556", "repo": "salesforce/design-system-react", "url": "https://github.com/salesforce/design-system-react/pull/31...
gharchive/pull-request
Add nanoid, remove deprecated shortId Fixes # Additional description Adding nanoid and removing deprecated shortid CONTRIBUTOR checklist (do not remove) Please complete for every pull request [ ] First-time contributors should sign the Contributor License Agreement. If you haven't before, wait a few minutes and a b...
2025-04-01T04:35:25.824667
2022-02-06T20:41:22
1125311666
{ "authors": [ "alelordelo" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10558", "repo": "salgum1114/react-design-editor", "url": "https://github.com/salgum1114/react-design-editor/issues/230" }
gharchive/issue
Custom HTML5 code editor not working What I did Copied the HTM5/JS/CSS from example bellow: https://codepen.io/p5js/pen/wreBKy Result The HTML5 layer shows as empty: https://gyazo.com/c151ae383b86d80b94935ce727f0cb21 Is there anything example on what that needs to be done to load HTM5/JS/CSS? @salgum1114 , here is ...
2025-04-01T04:35:25.845802
2017-06-06T23:00:51
234049408
{ "authors": [ "ceciliacsilva", "salman-bhai" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10559", "repo": "salman-bhai/WhatsApp-Web", "url": "https://github.com/salman-bhai/WhatsApp-Web/issues/9" }
gharchive/issue
[branch bhai] source activate I'm trying to run the branch bhai. The command "source activate wa-web" isn't working ("bash: activate: File or directory not found"). If I ignore this error, the program wa.py runs, opens the browser, I instantiate a session on the mobile, but commands do not work right. For example: #g...
2025-04-01T04:35:25.854266
2018-11-30T20:35:50
386340932
{ "authors": [ "Shinigami92" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10560", "repo": "salsita/node-pg-migrate", "url": "https://github.com/salsita/node-pg-migrate/issues/365" }
gharchive/issue
Make PgType a runtime accessable object You already have the definition for all the types in your index.d.ts enum PgType. But if I use this, I got only in example: TypeError: Cannot read property 'UUID' of undefined Can you provide an object PgType and export it, so we can use following code: import { ColumnDefinitio...
2025-04-01T04:35:25.892299
2016-03-23T18:10:28
143038143
{ "authors": [ "dmurphy18" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10561", "repo": "saltstack/salt-pack", "url": "https://github.com/saltstack/salt-pack/issues/56" }
gharchive/issue
Fix missing KillMode=process on Debian 8 Fix missing KillMode=process on Debian 8, 2015.5.5 - 2015.5.8, and 2015.8.0 - 2015.8.3. The issue was due to picking up Joe Healy's Debian 2015.5.3 code for Salt,which has this error. It was corrected in 2015.5.9 and 2015.8.4. From email thread: The problem is with the KillMo...
2025-04-01T04:35:25.974949
2024-09-09T06:39:49
2513048004
{ "authors": [ "mshahmeer02", "sambowenhughes" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10562", "repo": "sambowenhughes/a-react-video-editor", "url": "https://github.com/sambowenhughes/a-react-video-editor/issu...
gharchive/issue
Access Code not working I recently purchased your video editor source code and received a verification code via email. However, I am encountering issues when trying to access the source code on your website. I've double-checked for typos and tried using different browsers, but the issue persists. Additionally, I noti...
2025-04-01T04:35:26.023447
2015-09-15T09:14:42
106516203
{ "authors": [ "maqsoodumt", "sameersbn" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10563", "repo": "sameersbn/docker-squid", "url": "https://github.com/sameersbn/docker-squid/issues/7" }
gharchive/issue
ACL How to manage ACLs..... @maqsoodumt you need to configure them in squid.conf. Refer to https://github.com/sameersbn/docker-squid#configuration. Thanks again 4 your response and sorry for interrupting u......am unable to save changes ins squid.conf....can u plz help in detail.... On Wed, Sep 16, 2015 at 9:50 A...
2025-04-01T04:35:26.025808
2021-01-04T22:56:49
778430849
{ "authors": [ "samhh" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10564", "repo": "samhh/tshm", "url": "https://github.com/samhh/tshm/issues/21" }
gharchive/issue
Destructured tuples e.g. uncurry2: export declare const uncurry2: <A, B, C>(f: (a: A) => (b: B) => C) => ([a, b]: [A, B]) => C Should also check if other destructuring syntax can appear in declarations. https://github.com/samhh/tshm/commit/bfa6c86462e824b03ddbad23a218f7adca68b452 https://github.com/samhh/tshm/co...
2025-04-01T04:35:26.033091
2018-01-09T02:27:54
286950969
{ "authors": [ "FIISHxMAN", "ayy1337", "feder102", "nicoan777", "trueToastedCode", "yosefmahmoud" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10565", "repo": "sammchardy/python-binance", "url": "ht...
gharchive/issue
Order price rounding? Trying to make order at 1726 sats on a market with min price 1 sat, tickSize 1 sat and it rounds down to 1700 sats. Is this exchange's doing or API module? Had an issue to format small price coins. I used this code in order to fix it: def step_size_to_precision(ss): return ss.find('1') - 1...
2025-04-01T04:35:26.042066
2019-06-28T14:17:27
462057067
{ "authors": [ "NathanReb", "emillon" ], "license": "ISC", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10566", "repo": "samoht/dune-release", "url": "https://github.com/samoht/dune-release/issues/159" }
gharchive/issue
Prompts and notices are tricky to differentiate Hi! I'm really enjoying the output that dune-release displays - it makes it super clear what it's doing and what I have left to do (not much, it seems). However, I am having trouble making distinctions between prompts, lines where it's doing network calls, and informati...
2025-04-01T04:35:26.045280
2016-11-17T21:45:47
190173355
{ "authors": [ "Nicrob64", "samshadwell" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10567", "repo": "samshadwell/TrumpScript", "url": "https://github.com/samshadwell/TrumpScript/issues/194" }
gharchive/issue
Add support for delayed returns It would be nice to have the ability to delay showing your function returns until after Clintons 33k emails have been revealed, or until America has been made sufficiently great. See a76f078
2025-04-01T04:35:26.092993
2015-11-20T04:44:13
117964446
{ "authors": [ "Dejal", "nriley", "samuelclay" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10568", "repo": "samuelclay/NewsBlur", "url": "https://github.com/samuelclay/NewsBlur/issues/826" }
gharchive/issue
iOS: add support for key commands iOS 8 & 9 can access functions and navigate via key commands using an attached hardware keyboard, and iOS 9 can display a bezel to list those shortcuts when the Cmd key is held down. That would be very useful to support. Imagine using arrow keys to navigate around the feeds and stor...
2025-04-01T04:35:26.105022
2021-06-10T07:43:26
917022028
{ "authors": [ "BayerSe", "PrettyWood", "isac322", "zulrang" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10569", "repo": "samuelcolvin/pydantic", "url": "https://github.com/samuelcolvin/pydantic/issues/289...
gharchive/issue
cannot create weak reference when mapping sqlalchemy to pydantic Bug We are trying to map sqlalchemy queries to pydantic models as e.g. discussed here. We're using pydantic==1.8.2 and sqlalchemy==1.4.17. This works well when we use the pydantic.dataclasses.dataclass decorator. It fails, however, when we sublass from ...
2025-04-01T04:35:26.115251
2019-08-13T18:16:21
480296572
{ "authors": [ "samuelhorwitz" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10570", "repo": "samuelhorwitz/phosphorescence", "url": "https://github.com/samuelhorwitz/phosphorescence/issues/109" }
gharchive/issue
Add Black Hole Recordings playlists Vocal Trance Black Hole Recordings: 6yYS66EEthJ3IumzWck2RR #trancefamily Black Hole Recordings: 2BfXSgtwWVSoHwVhaiv8B1 Chill Zone Black Hole Recordings (add to chill sublist): 0H06AQrAegyWpBCPMNeEEK In Trance We Trust Black Hole Recordings: 3KbMl9OnWlatRacjUIggMb Beyond Black Hole...
2025-04-01T04:35:26.141824
2018-07-03T17:43:05
337995438
{ "authors": [ "linyuqing97", "samwhiting" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10571", "repo": "samwhiting/gnuradio-doa", "url": "https://github.com/samwhiting/gnuradio-doa/issues/4" }
gharchive/issue
Some questions Hello Sam: Thanks for sharing your method and programs. We are also studying on capon Doa and try to implement on two USRP E310 devices with two antennas on each device. This is our first time get in touch with this devices and GNURADIO. We have been trying to play around those GRCs you provided in the...
2025-04-01T04:35:26.157458
2015-05-05T02:15:32
73180084
{ "authors": [ "san650", "williamsbdev" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10572", "repo": "san650/ember-cli-page-object", "url": "https://github.com/san650/ember-cli-page-object/issues/1" }
gharchive/issue
[ENHANCEMENT] move code to test-support directory This looks like a great project! I'm excited to try this out. Something that I noticed was that all the code is in the addon directory. It is not really needed outside of testing. Because of that, I might recommend moving the code into the test-support directory so a...
2025-04-01T04:35:26.159070
2016-01-31T20:23:45
130177151
{ "authors": [ "juanazam", "san650" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10573", "repo": "san650/ember-cli-page-object", "url": "https://github.com/san650/ember-cli-page-object/pull/110" }
gharchive/pull-request
Assert predicates and queries only match one element [x] Predicates and queries throw error when DOM lookups return more than one element. [x] multiple: true option overrides this behavior. @san650 I implemented most of the tweaks, there might still be room for improvement. @juanazam :trophy: :trophy: :trophy: ...
2025-04-01T04:35:26.161373
2018-05-08T01:20:21
321010709
{ "authors": [ "dfreeman", "ro0gr", "san650" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10574", "repo": "san650/ember-cli-page-object", "url": "https://github.com/san650/ember-cli-page-object/pull/401" }
gharchive/pull-request
Improve FastBoot compatibility This should fix #397. Newer versions of FastBoot don't set process.env.EMBER_CLI_FASTBOOT—instead there's only a single build step, and the runtime code is expected to be guarded by a typeof FastBoot check if it's not FastBoot-compatible. I do think the change proposed in #399 is a good...
2025-04-01T04:35:26.182209
2021-10-15T20:51:44
1027798511
{ "authors": [ "aislinblack", "stefan-philip" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10575", "repo": "sandboxnu/knowyouroptions", "url": "https://github.com/sandboxnu/knowyouroptions/pull/2" }
gharchive/pull-request
Navigation Bar Proof of Concept The sidebar definitely isn't perfect, but we wanted to put this up so that the other frontend group would have access to the style libraries This is ready for review, but designs still don't match because Ally and I are having trouble accessing them currently To be honest, I'm indi...
2025-04-01T04:35:26.197534
2022-01-01T22:08:29
1091902989
{ "authors": [ "MicroJoe", "sandrotosi" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10576", "repo": "sandrotosi/pypi2deb", "url": "https://github.com/sandrotosi/pypi2deb/pull/10" }
gharchive/pull-request
dpt post hook: use gbp import-orig instead of manual commands Per DPT policy, packages should use GBP already. Use gbp import-orig instead of manually creating a pristine tar. Shell variables have been quoted in order to improve safety. Sheel option has been set to error in case of undefined variable. Git branch -m c...
2025-04-01T04:35:26.198887
2015-09-03T01:31:08
104603907
{ "authors": [ "kentonv", "ocdtrekkie" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10577", "repo": "sandstorm-io/sandstorm-app-market", "url": "https://github.com/sandstorm-io/sandstorm-app-market/issues/9" }
gharchive/issue
Feature Request: Link to licenses Ideally, the license field should link to the full text of a license. For bonus points, hovering over the license could show a tosdr-style summary of the license in question. Also, a hub page linking to these would also then be an awesome helper to link developers to in the publish...
2025-04-01T04:35:26.211853
2022-08-30T17:41:56
1356100698
{ "authors": [ "gischer", "kentonv", "ocdtrekkie" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10578", "repo": "sandstorm-io/sandstorm-app-market", "url": "https://github.com/sandstorm-io/sandstorm-app-mar...
gharchive/pull-request
Update sandstorm-app-market to Meteor v 2.3.5 While doing this I also: removed digilord:faker. This was known to cause build issues. I didn't replace it since there's no active code in the repository that uses it as far as I can see. Changed all modules to use ES5. I strongly prefer this anyway, but I don't know ...
2025-04-01T04:35:26.215868
2022-05-02T12:40:01
1222838483
{ "authors": [ "priyanka-surana", "tkchafin" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10579", "repo": "sanger-tol/genomenote", "url": "https://github.com/sanger-tol/genomenote/issues/13" }
gharchive/issue
Transcript mappability Description of feature This is ideally done with RNA-seq data. It is equal to percentage of reads mapped to the genome. Possible software: WGSIM According to this paper "mappability' = "the fraction of reads derived from a transcript that aligned to the original transcript" so I think this ju...
2025-04-01T04:35:26.222508
2023-07-13T11:22:30
1802807464
{ "authors": [ "KatyTaylor", "andrewsparkes" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10580", "repo": "sanger/limber", "url": "https://github.com/sanger/limber/issues/1331" }
gharchive/issue
DPL-827 Save data against LRC Bank Stock tubes User story As a user of the scRNA Core Banking pipeline, I would like some key data to be saved against the LRC Bank Stock tubes, so that I can more easily perform the data transfer to the BioResource team in https://github.com/sanger/sequencescape/issues/3850 Who are th...
2025-04-01T04:35:26.230813
2024-10-28T19:00:40
2619287567
{ "authors": [ "scala-steward" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10581", "repo": "sangria-graphql/sangria-federated", "url": "https://github.com/sangria-graphql/sangria-federated/pull/350" }
gharchive/pull-request
Update sbt, scripted-plugin to 1.10.4 About this PR 📦 Updates org.scala-sbt:sbt org.scala-sbt:scripted-plugin from 1.10.3 to 1.10.4 📜 GitHub Release Notes - Version Diff Usage ✅ Please merge! I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this...
2025-04-01T04:35:26.251985
2023-10-06T15:17:54
1930411056
{ "authors": [ "bllfoad", "jprinsen", "kiurious", "mateusriff", "paoyangt", "vntw" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10582", "repo": "sanity-io/sanity-plugin-internationalized-array", "ur...
gharchive/issue
defaultLanguages option causes weird behaviours (duplicate keys, unable to delete documents) Hey there, thanks for the plugin, it worked nicely while not using the defaultLanguages config option. 😅 Issues When using it, I encountered some problems: Issue 1 - Duplicate keys Creating a new document via the UI and with...
2025-04-01T04:35:26.261069
2017-03-17T19:46:25
215104709
{ "authors": [ "santagada", "sejktmcsdlmfhsc" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10583", "repo": "santagada/xontrib-powerline", "url": "https://github.com/santagada/xontrib-powerline/issues/9" }
gharchive/issue
environment variable $HOME missing on windows @santagada I was so exited on my xonsh powerline setup at home, that I tried to migrate it to my win box at work. It turned out that was actually simple: the only one thing missing for it to work on that system was the environment variable $HOME. I quickly patched it in m...
2025-04-01T04:35:26.275008
2018-05-29T17:09:36
327411199
{ "authors": [ "DandiestSquare1", "joelkim", "michaelazer", "santosjorge" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10585", "repo": "santosjorge/cufflinks", "url": "https://github.com/santosjorge/cufflinks...
gharchive/issue
qf.iplot() --> error: PlotlyDictKeyError: 'showlegend' is not allowed in 'increasing' Can you point me in the right direction to resolve this error I get from qf.iplot()? Thank you for the wonderful library and documentation and fantastic presentation at pycon. Your work effort here makes data analysis with plotly m...
2025-04-01T04:35:26.318568
2023-08-31T11:14:46
1875318342
{ "authors": [ "Pavan-SAP" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10586", "repo": "sap-contributions/await-check-suites", "url": "https://github.com/sap-contributions/await-check-suites/pull/2" }
gharchive/pull-request
Update action.yml Update action defintion to run on node20 automatically. LGTM: https://github.com/Pavan-SAP/redis-operator/actions/runs/6036387737/job/16378576949 included in https://github.com/sap-contributions/await-check-suites/pull/3
2025-04-01T04:35:26.321750
2015-01-10T13:02:50
53957624
{ "authors": [ "jvisser", "sapegin" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10587", "repo": "sapegin/grunt-bower-concat", "url": "https://github.com/sapegin/grunt-bower-concat/issues/40" }
gharchive/issue
Support any file type Make it possible to support any file type for example: filetypes: { "css" : "dist/main.css", "js" : "dist/main.js", "scss" : "src/sass/_bowerdeps.scss" } Possibly make the key a regex for file matching. And not exit with an error when main files of a specific type are not found in a module as ha...
2025-04-01T04:35:26.335769
2021-11-23T08:23:38
1060952022
{ "authors": [ "AndreaBorgia-Abo", "DerBrutus", "sandraros" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10588", "repo": "sapmentors/abap2xlsx", "url": "https://github.com/sapmentors/abap2xlsx/issues/895...
gharchive/issue
Problem with SharedString parsing. Hello everyone, i use the class zcl_excel_reader_huge_file. I have a strange problem with an excel file. I think it is due to strange entries in the sharedStrings.xml. The following text is in a cell: In the sharedStrings.xml is following: As a result, there are two rows in the in...
2025-04-01T04:35:26.349178
2021-03-24T18:42:27
840044492
{ "authors": [ "ElminaIusifova", "smellems" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10589", "repo": "sara-sabr/auto-evaluation-devops-self-assessment", "url": "https://github.com/sara-sabr/auto-evaluation-devo...
gharchive/issue
Remove doubled title 1. remove doubled DevOps Sel-Assessment title 2. revome home 3. increase title font size Removed extra app name and made title bigger. Home is still there.. Realated to #41
2025-04-01T04:35:26.415835
2024-07-04T09:09:33
2390350146
{ "authors": [ "MyNameTony1000", "nex3" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10591", "repo": "sass/node-sass", "url": "https://github.com/sass/node-sass/issues/3422" }
gharchive/issue
npm warn deprecated npm warn deprecated<EMAIL_ADDRESS>This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm warn deprecated<EMAIL_ADDRESS>This package is no long...
2025-04-01T04:35:26.417851
2020-04-30T19:35:18
610334023
{ "authors": [ "saper", "xzyfer" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10592", "repo": "sass/node-sass", "url": "https://github.com/sass/node-sass/pull/2911" }
gharchive/pull-request
Add .cirrus.yml for FreeBSD (amd64, i386) CI/CD This is an update to #2592 I think I've clicked all the buttons.
2025-04-01T04:35:26.460534
2023-03-21T17:41:20
1634424943
{ "authors": [ "JosephDHenry", "smorrisj" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10593", "repo": "sassoftware/vscode-sas-extension", "url": "https://github.com/sassoftware/vscode-sas-extension/issues/1...
gharchive/issue
Add a way to specify SAS Options for Session Is your feature request related to a problem? Please describe. Currently there is no way to specify SAS options for a session startup. All connections are made with default SAS options. Describe the solution you'd like The connection profile should have a section for SAS o...
2025-04-01T04:35:26.462562
2020-11-18T23:19:02
746116500
{ "authors": [ "astrojuanlu" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10594", "repo": "satellogic/orbit-predictor", "url": "https://github.com/satellogic/orbit-predictor/issues/108" }
gharchive/issue
Migrate off Travis CI Travis CI officially became unbearable https://blog.travis-ci.com/2020-11-02-travis-ci-new-billing so long, and thanks for all the fish. In progress in #109. Done in #109.
2025-04-01T04:35:26.581751
2019-06-27T17:46:33
461663595
{ "authors": [ "saubyk" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10595", "repo": "saubyk/c-lightning-REST", "url": "https://github.com/saubyk/c-lightning-REST/issues/4" }
gharchive/issue
Authentication for API access Implement macaroons for a bearer token based access solution. A macaroon called access.macaroon, should be generated when the server is run for the first time. The generated macaroon should be passed in the request headers of the APIs for verification and authentication. macaroon library...
2025-04-01T04:35:26.590537
2023-02-01T16:51:00
1566459028
{ "authors": [ "Dr-Emann", "saulius" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10596", "repo": "saulius/croaring-rs", "url": "https://github.com/saulius/croaring-rs/pull/97" }
gharchive/pull-request
Update CRoaring, and add Frozen View support Remove dependency on libc: the only thing we used was c_char, and we can get that from std::ffi Add Bitmap::get_frozen_serialized_size_in_bytes (to augment Bitmap::get_serialized_size_in_bytes) Add Bitmap::serialize_frozen_into (see doc comments for why the strange API) A...
2025-04-01T04:35:26.695572
2015-12-02T21:46:52
120042998
{ "authors": [ "sayanee", "shannonfoster", "simobasso" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10597", "repo": "sayanee/angularjs-pdf", "url": "https://github.com/sayanee/angularjs-pdf/issues/77" }
gharchive/issue
Trying to implement this as a 'preview', server is returning pdf content, not a url... best way to implement I need to use this a a method to preview a working file and the backend hands me the pdf content rather than a url to the file. How would I use this directive without a file path? Are you using Unit8Array t...
2025-04-01T04:35:26.700796
2019-11-20T16:27:41
525916715
{ "authors": [ "armengau", "astro-blue", "moustakas", "sbailey" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10598", "repo": "sbailey/prospect", "url": "https://github.com/sbailey/prospect/issues/1...
gharchive/issue
Adding a sky spectrum It may be useful to add a sky spectrum so that one can check whether or not emission line features of objects are at the wavelengths of strong sky emission lines. This can give some hints about whether observed emission line features are due to residuals of sky lines. @sbailey : to my underst...