id stringlengths 4 10 | text stringlengths 4 2.14M | source stringclasses 2
values | created timestamp[s]date 2001-05-16 21:05:09 2025-01-01 03:38:30 | added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | metadata dict |
|---|---|---|---|---|---|
1275716862 | Bar chart
棒グラフの仕様を考える
どんなデータを受け取るか?
見た目はどのように設計するか?
いくつか仕様を考えました。
Notification で数値を受け取る. 受け取り方は以下のパターンがある.
生の数値(CGFloat) : そのままそれが Length として設定される.
最大長と生の数値との割合(CGFloat) : 全体に対する割合を設定し, 生の数値を計算して描画される.
SKAction を有効にする/無効にする : 実行された瞬間に長さが変わるか, アニメーションされるか
| gharchive/issue | 2022-06-18T08:17:20 | 2025-04-01T06:03:57.351238 | {
"authors": [
"rrbox"
],
"repo": "rrbox/GameWidget",
"url": "https://github.com/rrbox/GameWidget/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2484532809 | All same cams but not all work? (Amcrest)
Hello! Just found this on HACS. Thank you! This is awesome.
I have (1) AD410, (4) IP5M-T1179EW-28MM, and (1) IP8M-DLB2998EW-AI
the IP8M-DLB2998EW-AI is brand new and works FYI. But no light control.
Ad410 working great
the 4 IP5M’s are odd. All configured the same. All same... | gharchive/issue | 2024-08-24T11:51:35 | 2025-04-01T06:03:57.354142 | {
"authors": [
"deadrubberboy"
],
"repo": "rroller/dahua",
"url": "https://github.com/rroller/dahua/issues/381",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1089037974 | add example Navigator 2.0 with ChangeNotifierProvider
raywenderlich.com book Flutter Apprentice use Routes & Navigation with provider package . it will be great if there is a example
with riverpod package
An example with StateNotifierProvider can be found here.
I'm a bit skeptical about this. I don't wa... | gharchive/issue | 2021-12-27T07:41:36 | 2025-04-01T06:03:57.357227 | {
"authors": [
"PavelPZ",
"neckaros",
"rrousselGit",
"samithe7"
],
"repo": "rrousselGit/river_pod",
"url": "https://github.com/rrousselGit/river_pod/issues/1023",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
976842157 | How to implement a lazy loading behavior outside the Flutter scope?
I didn't find how to create a kind of question. Tell me please if it's inappropriate I will remove it.
I want to read my CDN assets lazily. Does my approach have any flaws?
// asset.dart
@freezed
class Asset with _$Asset {
static final ProviderCont... | gharchive/issue | 2021-08-23T09:48:13 | 2025-04-01T06:03:57.359783 | {
"authors": [
"YuriHeiko",
"rrousselGit"
],
"repo": "rrousselGit/river_pod",
"url": "https://github.com/rrousselGit/river_pod/issues/707",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
668385798 | 请问这个如何使用,能否出一个使用文档和示例?
我原本在用 rrweb 来录制页面,但发现他不支持 canvas 。
于是我找到了这个,似乎这个是支持 canvas 的,但我不知道该如何使用。
下载源码在本地编译后,没有看到例子
这个对 canvas 也是静态的支持,观测不了变化,rrweb 内部使用了 rrweb-snapshot 做全量快照。
对于 canvas 的需求可以做一个最小的 repo 给我用于测试吗?这样会加快功能的开发。
能否支持生成视频格式文件,如:mp4、avi等等
canvas 请参考 https://github.com/rrweb-io/rrweb/pull/296#issuecomment... | gharchive/issue | 2020-07-30T05:31:41 | 2025-04-01T06:03:57.362130 | {
"authors": [
"Yuyz0112",
"weiweiok",
"xukaisjz"
],
"repo": "rrweb-io/rrweb-snapshot",
"url": "https://github.com/rrweb-io/rrweb-snapshot/issues/37",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
335716330 | How does SDWebImage handle cookie?
I use AFNetworking to get the URL of an image, and then call [UIButton sd_setImageWithURL:], but the image was wrong. But it's right when using AFN.
So I guess maybe SD removed cookie when it request.
What the image shown depended on the cookie in response of request: "get the URL o... | gharchive/issue | 2018-06-26T08:42:49 | 2025-04-01T06:03:57.366860 | {
"authors": [
"dreampiggy",
"qinqi777"
],
"repo": "rs/SDWebImage",
"url": "https://github.com/rs/SDWebImage/issues/2365",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
224719535 | LIFO
////--------------------------------------////
// APPLE:If the receiver is already executing its task, adding dependencies has no practical effect
// i think these code can not make sure LIFO execution
[wself.downloadQueue addOperation:operation];
if (wself.executionOrder == SDWebImageDownloaderLIF... | gharchive/pull-request | 2017-04-27T09:07:22 | 2025-04-01T06:03:57.369379 | {
"authors": [
"bpoplauschi",
"miaoran2014"
],
"repo": "rs/SDWebImage",
"url": "https://github.com/rs/SDWebImage/pull/1877",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
55409340 | Add hint file for Travis CI
Using Travis CI for automated builds on each commit can improve code quality. For example, compiling the sources using clang spots several warnings at the moment.
Signed-off-by: Michael Heimpold mhei@heimpold.de
Thanks!
| gharchive/pull-request | 2015-01-25T10:34:29 | 2025-04-01T06:03:57.370570 | {
"authors": [
"mhei",
"rscada"
],
"repo": "rscada/libmbus",
"url": "https://github.com/rscada/libmbus/pull/79",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
899701288 | [DRAFT] Allow rLogin to add supported providers without relying on web3modal
summary
Adds a method for RSK to add providers to rLogin without having to wait for web3modal to approve and release commits.
initial approach
The initial method was to import and maintain the JSON file locally. However, this wasn't easy and... | gharchive/pull-request | 2021-05-24T14:11:47 | 2025-04-01T06:03:57.387524 | {
"authors": [
"coveralls",
"jessgusclark"
],
"repo": "rsksmart/rLogin",
"url": "https://github.com/rsksmart/rLogin/pull/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
774913119 | Updates from main
Brings CI and Markdown in line with main
https://github.com/rspec/rspec-core/pull/2822
https://github.com/rspec/rspec-expectations/pull/1259
https://github.com/rspec/rspec-mocks/pull/1376
https://github.com/rspec/rspec-support/pull/468
Markdown builds:
https://github.com/rspec/rspec-core/pull/28... | gharchive/pull-request | 2020-12-26T18:11:39 | 2025-04-01T06:03:57.405408 | {
"authors": [
"JonRowe"
],
"repo": "rspec/rspec-dev",
"url": "https://github.com/rspec/rspec-dev/pull/274",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
118323889 | More traditional assertion-like syntax
I'm really sorry, but I have to finally bring it up. I guess RSpec is a great testing framework and very mature. Impressive support from other tools. But there's one thing that has always kept me from really using it: The "English" like syntax. It just doesn't feel right.
I love... | gharchive/issue | 2015-11-23T05:52:26 | 2025-04-01T06:03:57.408874 | {
"authors": [
"myronmarston",
"paddor"
],
"repo": "rspec/rspec-expectations",
"url": "https://github.com/rspec/rspec-expectations/issues/877",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
23693833 | undefined method `original_path_set' for nil:NilClass
Hi there! We are testing our apps against Rails master in anticipation of the soon-to-be-released Rails 4.1 to find problems early, and fix them before other people run into these issues.
When I'm running my tests, I see this warning:
An error occurred in an after... | gharchive/issue | 2013-12-04T04:17:22 | 2025-04-01T06:03:57.416968 | {
"authors": [
"JonRowe",
"afinetooth",
"chancancode",
"wtfiwtz"
],
"repo": "rspec/rspec-rails",
"url": "https://github.com/rspec/rspec-rails/issues/860",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
544967836 | Seriosuly no upgrade for Swift 4.2?
I have migrated my project to Swift 4.2. Now your pod is not working.. seriously man you did not upgrade to Swift 4.2?
Again Man. Xcode 11 is out and we cannot use Swift 3 anymore. I would say this piece of software is DEAD from this month on wards. The developer is not doing any... | gharchive/issue | 2020-01-03T12:05:17 | 2025-04-01T06:03:57.418995 | {
"authors": [
"krish23",
"rsrbk"
],
"repo": "rsrbk/SRCountdownTimer",
"url": "https://github.com/rsrbk/SRCountdownTimer/issues/30",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1589949638 | Add file command for rsession-complete images
The rsession will try to run file ... when trying to open a file without a known suffix. If that command gets an error, it reports the file as binary so we need this extra command.
Thank you for your submission! We really appreciate it. Like many open source projects,... | gharchive/pull-request | 2023-02-17T20:56:33 | 2025-04-01T06:03:57.591252 | {
"authors": [
"CLAassistant",
"jeffvroom"
],
"repo": "rstudio/rstudio-docker-products",
"url": "https://github.com/rstudio/rstudio-docker-products/pull/479",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1589500347 | Supporting/Ignoring types
I tried to reproduce a shiny app that we had developed, to determine if shinyuieditor were ready for primetime.
While I was able to get a nice enough UI going, knowing the layout in advance. There were some sticking points.
The editor is unable to load with any plots that aren't plotly or p... | gharchive/issue | 2023-02-17T15:02:21 | 2025-04-01T06:03:57.649523 | {
"authors": [
"kramerrs",
"nstrayer"
],
"repo": "rstudio/shinyuieditor",
"url": "https://github.com/rstudio/shinyuieditor/issues/143",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
301037525 | What are the Apache Arrow integration plans?
It looks like Arrow integration with spark v2.3 will improve serialization for pySpark. What does sparklyr do here? Are there plans to use Arrow (or feather) to improve UDF performance?
Thanks
My question was more timely than I realized. http://spark.apache.org/news/spar... | gharchive/issue | 2018-02-28T14:09:43 | 2025-04-01T06:03:57.652302 | {
"authors": [
"javierluraschi",
"mattpollock"
],
"repo": "rstudio/sparklyr",
"url": "https://github.com/rstudio/sparklyr/issues/1327",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
185197620 | Local connection error: Failed while connecting to sparklyr to port (8880) for sessionid (103): Gateway in port (8880) did not respond.
Hi, when I setup sparklyr on windows 10 as described in the RStudio tutorial
>devtools::install_github("rstudio/sparkapi", force = TRUE)
Downloading GitHub repo rstudio/sparkapi@mas... | gharchive/issue | 2016-10-25T18:31:36 | 2025-04-01T06:03:57.671558 | {
"authors": [
"Tazinho",
"dsblr",
"javierluraschi"
],
"repo": "rstudio/sparklyr",
"url": "https://github.com/rstudio/sparklyr/issues/281",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
89982838 | Alter order of processing dependencies
See this build, and in particular, note this information:
Collecting alabaster<0.8,>=0.7 (from sphinx==1.3.1)
Using cached alabaster-0.7.5.tar.gz
My documentation does not build with Alabaster 0.7.5 because of #1350. But my requirements explicitly specify 0.7.4:
Collecting a... | gharchive/issue | 2015-06-22T01:00:31 | 2025-04-01T06:03:57.718276 | {
"authors": [
"NYKevin",
"agjohnson",
"gregmuellegger",
"mozbhearsum",
"rbtcollins"
],
"repo": "rtfd/readthedocs.org",
"url": "https://github.com/rtfd/readthedocs.org/issues/1364",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
130099751 | Document static collection step
Hi,
I've followed the documented process here http://read-the-docs.readthedocs.org/en/latest/install.html to create a local installation. Most things seem OK, but the theme content seems to be missing.
[31/Jan/2016 02:09:14] INFO [readthedocs.core.views:496] Serving index.html for te... | gharchive/issue | 2016-01-31T08:18:28 | 2025-04-01T06:03:57.725168 | {
"authors": [
"agjohnson",
"bjackson1",
"dan-blanchard",
"ericholscher"
],
"repo": "rtfd/readthedocs.org",
"url": "https://github.com/rtfd/readthedocs.org/issues/1967",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
352656786 | Sanitize BuildCommand.output by removing NULL characters
PostgreSQL doesn't support NULL (\x00) characters on TextFields.
Django 2.0 introduces a new validator that doesn't allow NULL characters to reach the database:
https://code.djangoproject.com/ticket/28201
This commit just replaces the NULL characters of the std... | gharchive/pull-request | 2018-08-21T18:25:04 | 2025-04-01T06:03:57.728595 | {
"authors": [
"humitos",
"stsewd"
],
"repo": "rtfd/readthedocs.org",
"url": "https://github.com/rtfd/readthedocs.org/pull/4552",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1641124881 | Whacky behavior with rtic_monotonics::rp2040::Timer
This issue occurs on the latest (as of this issue) master commit of rtic-v2
When using the rtic_monotonics::rp2040::Timer monotonic timer implementation on a raspberry pi pico, concurrent timers will appear to "lag", firing delayed and quickly trying to catch up. Th... | gharchive/issue | 2023-03-26T22:45:00 | 2025-04-01T06:03:57.735139 | {
"authors": [
"DusterTheFirst",
"datdenkikniet",
"korken89"
],
"repo": "rtic-rs/rtic",
"url": "https://github.com/rtic-rs/rtic/issues/715",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1102539402 | add a project history
what did we do? Add a history.md with general comments.
Added a captains log
| gharchive/issue | 2022-01-13T23:03:59 | 2025-04-01T06:03:57.759509 | {
"authors": [
"netskink"
],
"repo": "rtp-aws/devpost_aws_disaster_recovery",
"url": "https://github.com/rtp-aws/devpost_aws_disaster_recovery/issues/8",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1169765376 | Decouple up2date dps and ddi implementation
Split implementation into two (three) modules: _DDI i_mplementation, DPS implementation and common glue.
DDI client must just take mTLS key-pair to authorize Hawkbit.
In case mTLS pair is not accepted an update hook must tell DPS to refresh.
DDI api also takes hawkbit... | gharchive/issue | 2022-03-15T14:39:40 | 2025-04-01T06:03:57.762420 | {
"authors": [
"aleksandrovrts",
"jenisov"
],
"repo": "rtsoft-gmbh/up2date-cpp",
"url": "https://github.com/rtsoft-gmbh/up2date-cpp/issues/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
434014938 | Failing tests on latest build
Getting a lot of errors trying to build the latest version using Java 1.8
[ERROR] Failures:
[ERROR] ApplicationTest.auctionShouldRespondWithBidsFromAdform:315 expected:<"no-cache, no-store, must-revalidate"> but was:<null>
[ERROR] ApplicationTest.auctionShouldRespondWithBidsFromAppn... | gharchive/issue | 2019-04-16T22:36:27 | 2025-04-01T06:03:57.815659 | {
"authors": [
"rpanchyk",
"vinnybod"
],
"repo": "rubicon-project/prebid-server-java",
"url": "https://github.com/rubicon-project/prebid-server-java/issues/338",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
559822520 | [Fix #7619] Support autocorrect of legacy names for Migration/DepartmentName
Fixes #7619.
This PR supports autocorrect of legacy names for Migration/DepartmentName.
Auto-correction for legacy names complements legacy department names.
Migration to new cop names are expected to be modified using Gry gem.
https://githu... | gharchive/pull-request | 2020-02-04T16:11:17 | 2025-04-01T06:03:57.830935 | {
"authors": [
"bbatsov",
"koic",
"tas50"
],
"repo": "rubocop-hq/rubocop",
"url": "https://github.com/rubocop-hq/rubocop/pull/7685",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2031747648 | Make RSpec/ExampleWording handle "it will" future tense
Fixes #1751
Replace this text with a summary of the changes in your PR. The more detailed you are, the better.
Before submitting the PR make sure the following are checked:
[x] Feature branch is up-to-date with master (if not - rebase it).
[x] Squashed related... | gharchive/pull-request | 2023-12-08T00:54:02 | 2025-04-01T06:03:57.836292 | {
"authors": [
"jdufresne",
"ydah"
],
"repo": "rubocop/rubocop-rspec",
"url": "https://github.com/rubocop/rubocop-rspec/pull/1752",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2308114425 | Add new RSpec/ExpectInLet cop
Fix: https://github.com/rubocop/rubocop-rspec/issues/1868
Before submitting the PR make sure the following are checked:
[x] Feature branch is up-to-date with master (if not - rebase it).
[x] Squashed related commits together.
[x] Added tests.
[x] Updated documentation.
[x] Added an ent... | gharchive/pull-request | 2024-05-21T11:52:13 | 2025-04-01T06:03:57.841813 | {
"authors": [
"pirj",
"yasu551",
"ydah"
],
"repo": "rubocop/rubocop-rspec",
"url": "https://github.com/rubocop/rubocop-rspec/pull/1885",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1558926313 | Should Style/YodaCondition treat constants like literals?
Currently, Style/YodaCondition flags something like this:
if 'red' == color
foo
elsif 'green' == color
bar
end
but not something like this:
if Colors::RED == color
foo
elsif Colors::GREEN == color
bar
end
Should this cop treat constants like literals... | gharchive/issue | 2023-01-26T23:26:40 | 2025-04-01T06:03:57.843478 | {
"authors": [
"koic",
"vlad-pisanov"
],
"repo": "rubocop/rubocop",
"url": "https://github.com/rubocop/rubocop/issues/11511",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1827966936 | [Fix #12079] Fix an error for Style/MixinGrouping
Fixes #12079.
This PR fixes an error for Style/MixinGrouping when mixin method has no arguments.
Before submitting the PR make sure the following are checked:
[x] The PR relates to only one subject with a clear title and description in grammatically correct, complet... | gharchive/pull-request | 2023-07-30T15:04:03 | 2025-04-01T06:03:57.847742 | {
"authors": [
"bbatsov",
"koic"
],
"repo": "rubocop/rubocop",
"url": "https://github.com/rubocop/rubocop/pull/12080",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
142375607 | use action cable to set action cable mount url
action cable 默认mount位置是 "/cable", 使用helper设置,只需要维护一个地方,如果mount的url有变化的话 改 config.action_cable.mount_path 就行了,不用改两个地方
https://github.com/rails/rails/blob/master/actioncable%2Flib%2Faction_cable%2Fhelpers%2Faction_cable_helper.rb#L31
https://github.com/rails/rails/blob/m... | gharchive/pull-request | 2016-03-21T15:02:19 | 2025-04-01T06:03:57.861176 | {
"authors": [
"codecov-io",
"hechen0",
"huacnlee"
],
"repo": "ruby-china/ruby-china",
"url": "https://github.com/ruby-china/ruby-china/pull/591",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
175724153 | Allow methods from ancestors of the entity
Had a little problem with inherited entities and changes done in #217. This should allow the method to be in a inherited class up until the Grape::Entity class.
Just noticed that this was fixed in #231 already. So will close this, also the approach in #231 is nicer:).
| gharchive/pull-request | 2016-09-08T10:56:32 | 2025-04-01T06:03:57.868958 | {
"authors": [
"anakinj"
],
"repo": "ruby-grape/grape-entity",
"url": "https://github.com/ruby-grape/grape-entity/pull/238",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
256840083 | Fix order of mounts with overrides
The problem is that grape executes endpoints in the order of definition (like defined first - matched first), but documentation was showing information from the last defined endpoints.
Not sure if it's issue with the grape itself, but I think grape-swagger should be consistent with ... | gharchive/pull-request | 2017-09-11T20:58:16 | 2025-04-01T06:03:57.876318 | {
"authors": [
"LeFnord",
"adie",
"coveralls"
],
"repo": "ruby-grape/grape-swagger",
"url": "https://github.com/ruby-grape/grape-swagger/pull/631",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
196531410 | support association proxy actions like create
Consider Todo belongs_to :user:
Todo.create user_id: some_user.id, ... works, but
some_user.todos.create ... results in RuntimeError: Clock._create_synchromesh_scope_description_() (called class method missing)
a has_many relationship (like todos) is represented on the ... | gharchive/issue | 2016-12-19T21:59:30 | 2025-04-01T06:03:57.879158 | {
"authors": [
"catmando",
"costa"
],
"repo": "ruby-hyperloop/hyper-mesh",
"url": "https://github.com/ruby-hyperloop/hyper-mesh/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1775850439 | Support for plot_tree
Hi!
Thanks again for this :) Does it include the plot_tree stuff in the python library? I don't think so, but it's hard to tell what's handed off to the XGBoost library...
Otherwise, I could maybe try and load the saved model into python and plot it from there?
Thanks!
Hi @inspire22, plotting ... | gharchive/issue | 2023-06-26T23:49:54 | 2025-04-01T06:03:57.906728 | {
"authors": [
"ankane",
"inspire22"
],
"repo": "ruby-ml/xgboost-ruby",
"url": "https://github.com/ruby-ml/xgboost-ruby/issues/10",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2349033919 | actionpack: Add missing methods to ActionController::Parameters
Some methods for ActionController::Parameters has been missing because they're defined via delegation.
This adds them manually.
refs: https://github.com/rails/rails/blob/v6.0.6.1/actionpack/lib/action_controller/metal/strong_parameters.rb#L214-L215
$ b... | gharchive/pull-request | 2024-06-12T15:11:42 | 2025-04-01T06:03:57.909163 | {
"authors": [
"ksss",
"tk0miya"
],
"repo": "ruby/gem_rbs_collection",
"url": "https://github.com/ruby/gem_rbs_collection/pull/603",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2080809701 | [COMPILER] Segfault when compiling (--parser=prism) for deeply interpolated string
$ ruby -v --parser=prism t.rb
ruby: warning: The compiler based on the Prism parser is currently experimental and compatibility with the compiler based on parse.y is not yet complete. Please report any issues you find on... | gharchive/issue | 2024-01-14T16:50:03 | 2025-04-01T06:03:57.941955 | {
"authors": [
"eightbitraptor",
"eregon",
"jeremyevans",
"kddnewton"
],
"repo": "ruby/prism",
"url": "https://github.com/ruby/prism/issues/2173",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
506368060 | Carrier index n+1
Resolves #106
List any dependencies that are required for this change. (gems, js libraries, etc.)
Include anything else we should know about. -->
Type of change
Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Ran the automated tests without issue.
Screenshots
Hey ... | gharchive/pull-request | 2019-10-13T19:14:57 | 2025-04-01T06:03:57.957887 | {
"authors": [
"DamirSvrtan",
"LizPrescott"
],
"repo": "rubyforgood/babywearing",
"url": "https://github.com/rubyforgood/babywearing/pull/115",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1825460787 | Ad asterisks to the required fields
Hi! I'd like to pick this up 😸
| gharchive/issue | 2023-07-28T00:37:05 | 2025-04-01T06:03:57.968195 | {
"authors": [
"cheemurakami",
"edwinthinks"
],
"repo": "rubyforgood/pet-rescue",
"url": "https://github.com/rubyforgood/pet-rescue/issues/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1827529999 | Adoption: Add vaccine reminder mailer
Describe your change in plain English.
Send an email to the adopter regarding their Pet's vaccines when an adoption has been made
https://github.com/rubyforgood/pet-rescue/assets/20099646/60857067-7a8f-4e28-9223-42bfd7458860
http://localhost:3000/rails/mailers/match_mailer/checkl... | gharchive/pull-request | 2023-07-29T15:55:26 | 2025-04-01T06:03:57.970712 | {
"authors": [
"garyhtou",
"kasugaijin"
],
"repo": "rubyforgood/pet-rescue",
"url": "https://github.com/rubyforgood/pet-rescue/pull/103",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
392027186 | First trade !!
Hello,
The system is running. How can I trade bitcoin between 2 accounts. How can I add money to the first account? How can I add bitcoin to the second account?
Thank you.
Moved to https://github.com/rubykube/workbench/issues/263.
| gharchive/issue | 2018-12-18T07:23:34 | 2025-04-01T06:03:58.002868 | {
"authors": [
"UfukAntep",
"shal"
],
"repo": "rubykube/peatio",
"url": "https://github.com/rubykube/peatio/issues/1905",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
938327269 | Add checkio and laracasts
Completing the challenges in checkio bolstered my confidence with algorithmic thinking when starting JavaScript. Learning Laravel and Vue throught Laracasts helped me land my first dev job. These are both excellent resources.
Brilliant contributions! Thank you for adding a PHP section, c... | gharchive/pull-request | 2021-07-06T23:10:03 | 2025-04-01T06:03:58.008935 | {
"authors": [
"ozmos",
"rubyspch"
],
"repo": "rubyspch/Resources-for-Your-100-Days",
"url": "https://github.com/rubyspch/Resources-for-Your-100-Days/pull/14",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2464168464 | Bug 449. Incorrect handling of data chunks in streaming
Fixes #449 (after consideration of the following misunderstanding)
The CI will fail because of the DID API test. It expects a chunk with an invalid JSON string to be pushed into the stream, while per the discussion it should be stopped at the gateway. @maany ple... | gharchive/pull-request | 2024-08-13T20:31:50 | 2025-04-01T06:03:58.017357 | {
"authors": [
"MytsV",
"maany"
],
"repo": "rucio/webui",
"url": "https://github.com/rucio/webui/pull/455",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1680118544 | Update sbt-coveralls to 1.3.8
About this PR
📦 Updates org.scoverage:sbt-coveralls from 1.3.5 to 1.3.8
📜 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 version, you can just close thi... | gharchive/pull-request | 2023-04-23T18:17:43 | 2025-04-01T06:03:58.087182 | {
"authors": [
"scala-steward"
],
"repo": "ruippeixotog/akka-testkit-specs2",
"url": "https://github.com/ruippeixotog/akka-testkit-specs2/pull/147",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
2131728091 | [Bug]: Outdated import statements in llama_hub/file/unstructured/base.py
Bug Description
In the script llama_hub/file/unstructured/base.py, lines 10 and 11, there are 2 import statements which are outdated:
from llama_index.readers.base import BaseReader
from llama_index.readers.schema.base import Document
To update... | gharchive/issue | 2024-02-13T08:22:09 | 2025-04-01T06:03:58.100797 | {
"authors": [
"jfkoh",
"logan-markewich"
],
"repo": "run-llama/llama-hub",
"url": "https://github.com/run-llama/llama-hub/issues/948",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2177747990 | [Question]: Connection error
Question Validation
[X] I have searched both the documentation and discord for an answer.
Question
llm = AzureOpenAI(
model="gpt-35-turbo-16k",
temperature=0,
deployment_name="my-custom-llm",
api_key=openai.api_key,
)
service_context= ServiceContext.from_defaults(llm=llm)
docume... | gharchive/issue | 2024-03-10T14:33:01 | 2025-04-01T06:03:58.102596 | {
"authors": [
"Bharathi-A7",
"shahikkhan"
],
"repo": "run-llama/llama_index",
"url": "https://github.com/run-llama/llama_index/issues/11802",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2317089653 | [Bug]: OpenAILike Can't Parse Result
Bug Description
When I try to communicate with llama.cpp with OpenAILike, it throws an error: "TypeError: 'NoneType' object is not subscriptable"
However, if I use just regular OpenAI library, not from llamaindex, \it works.
Version
llama-index-core 0.10.38.post2, llama-index-llms... | gharchive/issue | 2024-05-25T15:32:27 | 2025-04-01T06:03:58.110026 | {
"authors": [
"HarrisDePerceptron",
"PkmX",
"chigkim"
],
"repo": "run-llama/llama_index",
"url": "https://github.com/run-llama/llama_index/issues/13735",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2496911986 | [Question]: How to do Sql Filtering in Myscale db , will metadata filtering function different from pure vector db.
Question Validation
[X] I have searched both the documentation and discord for an answer.
Question
is it possible to run sql filtering such as where etc. in llama index scale db i wasnt able to find a... | gharchive/issue | 2024-08-30T10:57:25 | 2025-04-01T06:03:58.112372 | {
"authors": [
"Rohith-Scalers"
],
"repo": "run-llama/llama_index",
"url": "https://github.com/run-llama/llama_index/issues/15741",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2749805599 | [Question]: WARNING - No sentence-transformers model found with name "local_storage_for_embedding_model". Creating a new one with mean pooling.
Question Validation
[X] I have searched both the documentation and discord for an answer.
Question
Hi all, I am trying to load a hugging face embedding model from local sto... | gharchive/issue | 2024-12-19T10:00:01 | 2025-04-01T06:03:58.116102 | {
"authors": [
"gdialektakis1"
],
"repo": "run-llama/llama_index",
"url": "https://github.com/run-llama/llama_index/issues/17325",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2133937215 | New Feature: Addition of Document insertion method for Knowledge Graph
Description
New Feature: Addition of Document insertion method for Knowledge Graph Index.
Exisitng _insert method inserts only nodes and not documents. I have updated the docstring of _insert method as well, stating the same.
Additional processing... | gharchive/pull-request | 2024-02-14T09:47:39 | 2025-04-01T06:03:58.121485 | {
"authors": [
"Rana-Banerjee",
"nerdai"
],
"repo": "run-llama/llama_index",
"url": "https://github.com/run-llama/llama_index/pull/10691",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2354555638 | Add missing @llm_chat_callback() to Gemini.stream_chat
Add missing @llm_chat_callback() decorator to llama_index.llms.gemini.base.Gemini.stream_chat
Description
Fixes # 14165
New Package?
N/A
Version Bump?
N/A
Type of Change
Please delete options that are not relevant.
[X] Bug fix (non-breaking change which fixes an... | gharchive/pull-request | 2024-06-15T05:11:09 | 2025-04-01T06:03:58.124957 | {
"authors": [
"elgeish"
],
"repo": "run-llama/llama_index",
"url": "https://github.com/run-llama/llama_index/pull/14166",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1979730992 | Multi Modal Vector Index
Description
Create base MultiModal Vector Store index:
normal text vector store which store text related nodes
image vector store which stores image nodes with image embeddings
TODO: MM retriever
Usage:
from llama_index.indices.multi_modal.base import MultiModalVectorStoreIndex
from llama_i... | gharchive/pull-request | 2023-11-06T17:55:20 | 2025-04-01T06:03:58.130933 | {
"authors": [
"hatianzhang",
"logan-markewich"
],
"repo": "run-llama/llama_index",
"url": "https://github.com/run-llama/llama_index/pull/8709",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
981547069 | Modal transition doesn't work on iOS 14.0 – 14.4
It can be reproduced on the sample app. On iOS 14.5 and greater push and modal transitions work well.
On iOS 14.0 – 14.4 push works well, but modal doesn't.
Confirmed. Root cause seems to be a bug before 14.5 which doesn't allow FullscreenCover and Sheet on the same ... | gharchive/issue | 2021-08-27T19:47:37 | 2025-04-01T06:03:58.195477 | {
"authors": [
"Soloqub",
"rundfunk47"
],
"repo": "rundfunk47/stinsen",
"url": "https://github.com/rundfunk47/stinsen/issues/17",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
704725092 | Bank tag tab closes when changing the "Withdraw as" mode after selecting said tag tab from any non-main bank tab
Describe the bug
In certain circumstances, changing the "Withdraw as" mode with a tag tab active closes the tag tab view and restores the bank tab view instead.
To Reproduce
Steps to reproduce the behavior... | gharchive/issue | 2020-09-19T00:45:06 | 2025-04-01T06:03:58.201234 | {
"authors": [
"Nightfirecat",
"raiyni"
],
"repo": "runelite/runelite",
"url": "https://github.com/runelite/runelite/issues/12512",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1450787666 | Bank Tags - Tag Tabs - Bank Tag with single letter shows items tagged with a string beginning with that letter
Type
Incorrect behavior
Operating System
Windows
OS Version
Windows 10
Bug description
When you have two bank tabs, one with a tag with a single letter, and the other with a string that begins with that lett... | gharchive/issue | 2022-11-16T03:42:27 | 2025-04-01T06:03:58.209788 | {
"authors": [
"Alexsuperfly",
"geheur",
"hessrs",
"raiyni"
],
"repo": "runelite/runelite",
"url": "https://github.com/runelite/runelite/issues/15921",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
316382784 | Highlight the respective STASH unit per emote clue.
Would be nice, as sometimes the STASH units are a bit out of the way compared to the emote spot. (And can kind of blend to scenery in some cases)
closed by https://github.com/runelite/runelite/pull/6172
I'm pretty sure 6172 doesn't highlight them?
This was add... | gharchive/issue | 2018-04-20T19:20:37 | 2025-04-01T06:03:58.211609 | {
"authors": [
"Adam-",
"Nightfirecat",
"SomeZer0",
"raiyni"
],
"repo": "runelite/runelite",
"url": "https://github.com/runelite/runelite/issues/1742",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
74398361 | Occlusion-collection occasionally skips rendering top item.
Likely we need to add a few pixels to the test for the topmost or bottom most element as an error buffer.
I've noticed this as well. Setting invisibleBuffer=0 seems to prevent the issue from occurring.
The invisible buffer is actually the buffer you want... | gharchive/issue | 2015-05-08T15:20:01 | 2025-04-01T06:03:58.220657 | {
"authors": [
"aquamme",
"runspired"
],
"repo": "runspired/smoke-and-mirrors",
"url": "https://github.com/runspired/smoke-and-mirrors/issues/10",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1844345935 | Fix:Text overflowing in top bar
Fixes Issue
Closes #1218
Changes proposed
I made the text scroll in the container rather than overflowing on the other content of the top bar
Screenshots
Note to reviewers
Can you add screenshot or screen recording of the changes you're proposing @Semako123? It'll give me an ide... | gharchive/pull-request | 2023-08-10T03:23:54 | 2025-04-01T06:03:58.233132 | {
"authors": [
"Anmol-Baranwal",
"CBID2",
"Semako123",
"rupali-codes"
],
"repo": "rupali-codes/LinksHub",
"url": "https://github.com/rupali-codes/LinksHub/pull/1540",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1012187791 | Push a new tag and release
Thank you for your continued support of this package over the years!
This package will show up with a vulnerability because the latest tag v0.6.0 has a dependency on an unpatched version of goxmldsig <v1.1.0.
For anyone curious, there was a patch upstream https://github.com/russellhaering/g... | gharchive/issue | 2021-09-30T13:32:51 | 2025-04-01T06:03:58.246645 | {
"authors": [
"chdigvijay20",
"mfridman"
],
"repo": "russellhaering/gosaml2",
"url": "https://github.com/russellhaering/gosaml2/issues/86",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2368051616 | Broken as of latest FFMPEG update on Arch due to libavutil
It seems that wl-screenrec wants libavutil.so.58 but the latest version of ffmpeg provides libavutil.so=59-64
Nevermind, rebuilding/reinstalling fixed the issue
How did you get it to build? Trying to clean install from AUR, but always ending up with error... | gharchive/issue | 2024-06-22T22:33:28 | 2025-04-01T06:03:58.251151 | {
"authors": [
"ThatOneCalculator",
"abenz1267",
"russelltg",
"tesioai"
],
"repo": "russelltg/wl-screenrec",
"url": "https://github.com/russelltg/wl-screenrec/issues/78",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1040192291 | False message about lack of unsafe block
I've spotted a problem with a false error when using UnsafeCell and Vector - in the code below, rust-analyzer tells that for entry in unsafe { (*unsafe_cell.get())[index].entries } { lacks unsafe block, even if it's present and it compiles/runs without any issue. Is it intende... | gharchive/issue | 2021-10-30T14:13:38 | 2025-04-01T06:03:58.254461 | {
"authors": [
"Tearth",
"Veykril",
"lnicola"
],
"repo": "rust-analyzer/rust-analyzer",
"url": "https://github.com/rust-analyzer/rust-analyzer/issues/10665",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
762084469 | "Failed to parse macro invocation" when using puffin (regression)
Puffin is a nice little instrumented profiling library by @emilk .
It used to work well with rust-analyzer, but doesn't anymore since 0.2.408 or a very nearby version.
Complete repro
cargo.toml:
[package]
name = "repro"
[dependencies]
puffin = "0.3.1"... | gharchive/issue | 2020-12-11T08:45:03 | 2025-04-01T06:03:58.261203 | {
"authors": [
"edwin0cheng",
"emilk",
"flodiebold",
"hrydgard"
],
"repo": "rust-analyzer/rust-analyzer",
"url": "https://github.com/rust-analyzer/rust-analyzer/issues/6811",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1044216449 | Type-check TS on CI and also turn off the strict setting useUnknownInCatchVariables
We don't follow it and I found that turning it on will have little benefit.
I'm not sure if we should also type-check when building in launch.json.
Looks reasonable, thanks. Sorry for the delay -- I'll merge it tomorrow after the re... | gharchive/pull-request | 2021-11-03T23:26:08 | 2025-04-01T06:03:58.262941 | {
"authors": [
"ChayimFriedman2",
"lnicola"
],
"repo": "rust-analyzer/rust-analyzer",
"url": "https://github.com/rust-analyzer/rust-analyzer/pull/10688",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
809731201 | Allow comments between newlines in chaining hints
Currently, chaining hints are not generated if there are comments between newlines, which is a very common pattern:
let vec = (0..10)
// Multiply by 2
.map(|x| x * 2)
// Add 3
.map(|x| x + 3)
.collect::<Vec<i32>>();
Besides, it seems a bit weird t... | gharchive/pull-request | 2021-02-16T23:45:34 | 2025-04-01T06:03:58.264876 | {
"authors": [
"Veykril",
"unratito"
],
"repo": "rust-analyzer/rust-analyzer",
"url": "https://github.com/rust-analyzer/rust-analyzer/pull/7703",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
531017924 | FromStr for hex? or making a FromHex type?
Currently we use the FromStr https://doc.rust-lang.org/std/str/trait.FromStr.html to convert from hex to a type.
I argue that this should be a FromHex trait. as FromStr usually is a bit more literal and doesn't concern itself with the radix. (i.e. for integers it uses "regul... | gharchive/issue | 2019-12-02T10:01:27 | 2025-04-01T06:03:58.274802 | {
"authors": [
"apoelstra",
"dongcarl",
"elichai",
"stevenroose"
],
"repo": "rust-bitcoin/rust-bitcoin",
"url": "https://github.com/rust-bitcoin/rust-bitcoin/issues/355",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1636766066 | Mutate mul_u64 with mutagen
Add the mutate attribute to mutate mul_u64. Add non-doc comments listing the two false positives. These are identical but we list them twice so when devs grep for mutagen false pos the same number of lines for each function is displayed as is displayed by the mutagen run. This coding false... | gharchive/pull-request | 2023-03-23T02:52:14 | 2025-04-01T06:03:58.278087 | {
"authors": [
"stevenroose",
"tcharding"
],
"repo": "rust-bitcoin/rust-bitcoin",
"url": "https://github.com/rust-bitcoin/rust-bitcoin/pull/1739",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2380729566 | Bump honggfuzz version
Bump hongfuzz version
Pull Request Test Coverage Report for Build 9715568363
Details
0 of 0 changed or added relevant lines in 0 files are covered.
No unchanged relevant lines lost coverage.
Overall coverage remained the same at 83.094%
Totals
Change from base Build 9702831343:
0... | gharchive/pull-request | 2024-06-28T15:58:52 | 2025-04-01T06:03:58.298946 | {
"authors": [
"apoelstra",
"coveralls",
"yancyribbens"
],
"repo": "rust-bitcoin/rust-bitcoin",
"url": "https://github.com/rust-bitcoin/rust-bitcoin/pull/2936",
"license": "CC0-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
598151889 | OutputPin trait usability -- add set_value
Right now the v2 ouput pin looks like this:
/// Single digital push-pull output pin
pub trait OutputPin {
/// Error type
type Error;
/// Drives the pin low
///
/// *NOTE* the actual electrical state of the pin may not actually be low, e.g. due to externa... | gharchive/issue | 2020-04-11T00:24:41 | 2025-04-01T06:03:58.313502 | {
"authors": [
"PTaylor-FluenTech",
"YonasJ",
"burrbull",
"ryankurte"
],
"repo": "rust-embedded/embedded-hal",
"url": "https://github.com/rust-embedded/embedded-hal/issues/200",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2675772921 | There is no way to define enumerated values
The enumeratedValues key is ignored in register fields.
svdtools was created to add enumeratedValues. See README
I see, so the expected workflow when defining new peripherals is, to first add the peripheral without enumerated values, then modify it immediately? I was ho... | gharchive/issue | 2024-11-20T12:56:25 | 2025-04-01T06:03:58.318386 | {
"authors": [
"bugadani",
"burrbull"
],
"repo": "rust-embedded/svdtools",
"url": "https://github.com/rust-embedded/svdtools/issues/256",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1993161825 | WebSocket error for Chrome #Some(48326): Capacity(MessageTooLong { size: 17273355, max_size: 16777216 })
headless_chrome configures WebSockets with default frame size 16Mbit, it is not enough when scraping sites content with huge data.
Is it possible to change default values during the browser instance creation?
cod... | gharchive/issue | 2023-11-14T16:59:44 | 2025-04-01T06:03:58.320139 | {
"authors": [
"RustySkrypka"
],
"repo": "rust-headless-chrome/rust-headless-chrome",
"url": "https://github.com/rust-headless-chrome/rust-headless-chrome/issues/436",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
258839680 | Backtraces shouldn't need to be resolved unless necessary
Currently backtraces are resolved immediately via Backtrace::new https://github.com/rust-lang-nursery/error-chain/blob/c9b37574d4cbcc1c27a1a72de928c77f447e56ac/src/lib.rs#L616 but the backtrace crate also supports constructing an unresolved backtrace. Is there... | gharchive/issue | 2017-09-19T14:22:32 | 2025-04-01T06:03:58.322930 | {
"authors": [
"Marwes",
"Yamakaky"
],
"repo": "rust-lang-nursery/error-chain",
"url": "https://github.com/rust-lang-nursery/error-chain/issues/221",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
394992463 | mpsc: try_send() erroneously returns error “Full”
Documentation for mpsc::channel(buffer: usize) says: “The channel's capacity is equal to buffer + num-senders.” If I have two senders and specified that I want to have one additional place in my buffer, both senders should be able to send one element, and thereafter, ... | gharchive/issue | 2018-12-31T15:05:21 | 2025-04-01T06:03:58.326750 | {
"authors": [
"Nemo157",
"cramertj",
"gralpli"
],
"repo": "rust-lang-nursery/futures-rs",
"url": "https://github.com/rust-lang-nursery/futures-rs/issues/1386",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
129164645 | Openbsd groupmembership
Fixed group membership socket options for OpenBSD build.
Thanks!
| gharchive/pull-request | 2016-01-27T14:47:49 | 2025-04-01T06:03:58.327672 | {
"authors": [
"alexcrichton",
"polezaivsani"
],
"repo": "rust-lang-nursery/net2-rs",
"url": "https://github.com/rust-lang-nursery/net2-rs/pull/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
236880634 | Cleanup
Fixes some spelling errors
Hides some blank lines at the start of code blocks
Link to the constant expression section where relevant
Mention unions with struct expressions
Thank you!
| gharchive/pull-request | 2017-06-19T12:51:44 | 2025-04-01T06:03:58.328973 | {
"authors": [
"matthewjasper",
"steveklabnik"
],
"repo": "rust-lang-nursery/reference",
"url": "https://github.com/rust-lang-nursery/reference/pull/70",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
142382545 | implement a faster memory pool
Problem
When a regex search executes, it has to choose a matching engine (sometimes more than one) to carry out the search. Each matching engine needs some amount of fixed mutable space on the heap to carry out a search, which I'll call "scratch space." In general, this space is reusabl... | gharchive/issue | 2016-03-21T15:25:22 | 2025-04-01T06:03:58.363101 | {
"authors": [
"BurntSushi",
"alexcrichton",
"aturon"
],
"repo": "rust-lang-nursery/regex",
"url": "https://github.com/rust-lang-nursery/regex/issues/188",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
144051967 | Matching fails if there are more than 10 OR's ( | symbol ) in the regex
Not much else to say. The following piece of code will fail:
assert!(Regex::new(r"1|2|3|4|5|6|7|8|9|10|int").unwrap().is_match("int")); //fails
While this won't:
assert!(Regex::new(r"1|2|3|4|5|6|7|8|9|int").unwrap().is_match("int"));
Edit: this i... | gharchive/issue | 2016-03-28T18:54:35 | 2025-04-01T06:03:58.367571 | {
"authors": [
"BurntSushi",
"jonimake"
],
"repo": "rust-lang-nursery/regex",
"url": "https://github.com/rust-lang-nursery/regex/issues/191",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
304591022 | Add the rustdoc readme
cc @QuietMisdreavus @Michael-F-Bryan
After this merges, I hope to remove the README from librustdoc so that we can have everything in one place.
I should note that (except for the first sentence) this is a straight copy/paste of what @QuietMisdreavus wrote up.
cc #2
@Michael-F-Bryan @Quie... | gharchive/pull-request | 2018-03-13T00:52:15 | 2025-04-01T06:03:58.398053 | {
"authors": [
"Michael-F-Bryan",
"QuietMisdreavus",
"mark-i-m"
],
"repo": "rust-lang-nursery/rustc-guide",
"url": "https://github.com/rust-lang-nursery/rustc-guide/pull/86",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
193232440 | Statically linked the MSVC CRT
This PR updates a few dependencies for support with -C target-feature=+crt-static and then updates CI to produce those relevant
binaries on Windows. This should produce binaries that don't require the MSVC
redistributables and instead work standalone.
:umbrella: The latest upstream ch... | gharchive/pull-request | 2016-12-02T22:23:03 | 2025-04-01T06:03:58.400334 | {
"authors": [
"alexcrichton",
"bors",
"brson"
],
"repo": "rust-lang-nursery/rustup.rs",
"url": "https://github.com/rust-lang-nursery/rustup.rs/pull/843",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
285204960 | fixes for latest nightly
This PR includes a couple fixes to bring this crate up to date with the latest nightly Rust version.
simd 0.2.1 is on crates.io with this change.
| gharchive/pull-request | 2017-12-30T14:19:08 | 2025-04-01T06:03:58.401437 | {
"authors": [
"BurntSushi"
],
"repo": "rust-lang-nursery/simd",
"url": "https://github.com/rust-lang-nursery/simd/pull/22",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
178343374 | Provide a way to supply rustc compiler flags solely for build scripts (build.rs)
Currently, it isn't possible to supply flags to rustc that are used solely for build scripts; there's partial support for crates using links, but nothing for the general case. I'd like a way - environment variables are a shortcut, but .c... | gharchive/issue | 2016-09-21T13:14:52 | 2025-04-01T06:03:58.407698 | {
"authors": [
"alexcrichton",
"carols10cents",
"raphaelcohn"
],
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/issues/3105",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1685481970 | Include rust-version in publish request
crates.io reads rust-version from the tarball directly, but we can include it in the publish request for the sake of consistency for third-party registries. See relevant Zulip thread.
Validation for the field was already implemented in #8037.
Tests should be fixed now. :)
@... | gharchive/pull-request | 2023-04-26T18:03:33 | 2025-04-01T06:03:58.412006 | {
"authors": [
"bors",
"cassaundra",
"epage"
],
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/pull/12041",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1973436550 | fix: merge trim-paths from different profiles
What does this PR try to resolve?
In https://github.com/rust-lang/cargo/commit/4d29af1d81c7460fd97a07ff894eeec1c4357082 we forgot to add trim-paths to fn merge().
This PR follows how -Zprofile-rustflags works --- overriding instead of merging array.
How should we test an... | gharchive/pull-request | 2023-11-02T03:26:11 | 2025-04-01T06:03:58.416430 | {
"authors": [
"bors",
"epage",
"weihanglo"
],
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/pull/12908",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2127332623 | docs(changelog): Clarify lints in virtual workspace error
Inspired by a conversation at #13155
:pushpin: Commit 499ee8062728b1624e71e2690add8a610a1b10e1 has been approved by weihanglo
It is now in the queue for this repository.
:hourglass: Testing commit 499ee8062728b1624e71e2690add8a610a1b10e1 with merge fc1d58... | gharchive/pull-request | 2024-02-09T15:10:49 | 2025-04-01T06:03:58.419025 | {
"authors": [
"bors",
"epage"
],
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/pull/13425",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
154093012 | Don't warn about metadata keys in the manifest
External tools may want to store metadata in Cargo.toml that they read but
Cargo itself doesn't read. For example cargo-apk uses this for pieces of
configuration. Cargo unfortunately, however, warns about these keys as "unused
keys in the manifest"
This commit instead wh... | gharchive/pull-request | 2016-05-10T19:58:12 | 2025-04-01T06:03:58.426517 | {
"authors": [
"alexcrichton",
"bors",
"brson",
"rust-highfive"
],
"repo": "rust-lang/cargo",
"url": "https://github.com/rust-lang/cargo/pull/2668",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1048852657 | Add mlock2 on Android and Linux.
Unfortunately the type of the flags parameter is different between Bionic and glibc for some reason.
r? @JohnTitor
(rust-highfive has picked a reviewer for you, use r? to override)
Thanks! @bors r+
:pushpin: Commit dec033d5bb39a7bbe7b408051ba15113e134799f has been approved by Jo... | gharchive/pull-request | 2021-11-09T16:58:52 | 2025-04-01T06:03:58.447357 | {
"authors": [
"Amanieu",
"JohnTitor",
"bors",
"qwandor",
"rust-highfive"
],
"repo": "rust-lang/libc",
"url": "https://github.com/rust-lang/libc/pull/2525",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1932269312 | Say goodbye to GH Pages in favor of docs.rs
Fixes #3363
@bors r+
:pushpin: Commit afaebbd5a5d423155df21aad6ab928506af58ac2 has been approved by JohnTitor
It is now in the queue for this repository.
:hourglass: Testing commit afaebbd5a5d423155df21aad6ab928506af58ac2 with merge 8ceb47fa267db5446b6473020424a4ec9d... | gharchive/pull-request | 2023-10-09T04:11:37 | 2025-04-01T06:03:58.453336 | {
"authors": [
"JohnTitor",
"bors"
],
"repo": "rust-lang/libc",
"url": "https://github.com/rust-lang/libc/pull/3378",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2515584057 | Add a way to extract miri flags from --config, env and toml
Fixes #2347.
The main driver is get_miri_flags in cargo-miri/src/util.rs, which follow this stratergy:
// Strategy: (1) check pseudo var CARGO_ENCODED_MIRIFLAGS first (this is only set after we check for --config
// in the cargo_dash_dash in the if e... | gharchive/pull-request | 2024-09-10T07:03:24 | 2025-04-01T06:03:58.459478 | {
"authors": [
"RalfJung",
"badumbatish"
],
"repo": "rust-lang/miri",
"url": "https://github.com/rust-lang/miri/pull/3875",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
210255880 | Documentation: function/method parameter lists
I was working to clarify the meaning of some parameters in someone else's project and suddenly realized there was no explicit way to document this aspect of the code.
My stop-gap attempt is to drop a bullet list into the long description, but it might be nice to have spe... | gharchive/issue | 2017-02-25T19:26:22 | 2025-04-01T06:03:58.466220 | {
"authors": [
"burdges",
"iliekturtles",
"onelson"
],
"repo": "rust-lang/rfcs",
"url": "https://github.com/rust-lang/rfcs/issues/1929",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1685766391 | eRFC: single-file packages ("cargo script") integration
This experimental RFC adds unstable support for single-file
packages in cargo so we can explore the design and resolve
questions with an implementation to collect feedback on.
Single-file packages are .rs files with an embedded
manifest. These will be accepted ... | gharchive/pull-request | 2023-04-26T21:37:43 | 2025-04-01T06:03:58.475861 | {
"authors": [
"Diggsey",
"U007D",
"ehuss",
"epage",
"veber-alex",
"victor-timofei"
],
"repo": "rust-lang/rfcs",
"url": "https://github.com/rust-lang/rfcs/pull/3424",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
54136104 | Amend RFC 517: Add material on std::env
The IO reform RFC is being split into several semi-independent pieces, posted as PRs like this one.
This RFC amendment adds material for std::env.
Rendered
Please let's get the names consistent using cpu_count instead of num_cpus.
Ya, there's a lot of discussion in the previo... | gharchive/pull-request | 2015-01-13T00:44:52 | 2025-04-01T06:03:58.487014 | {
"authors": [
"alexcrichton",
"arthurprs",
"aturon",
"brson",
"pcwalton"
],
"repo": "rust-lang/rfcs",
"url": "https://github.com/rust-lang/rfcs/pull/578",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
611147477 | Drop Emacs-24
Emacs-24 is now two major versions behind and will soon be three, so
formally remove support for it.
r? @mookid
(rust_highfive has picked a reviewer for you, use r? to override)
I think that if support is easy to maintain, just do that. If that's a matter of rewriting a usage of seq-some, I believe ... | gharchive/pull-request | 2020-05-02T09:37:30 | 2025-04-01T06:03:58.535004 | {
"authors": [
"brotzeit",
"mookid",
"phillord",
"rust-highfive"
],
"repo": "rust-lang/rust-mode",
"url": "https://github.com/rust-lang/rust-mode/pull/373",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1057080308 | Added Send and Sync to NearestNeighbourIndex box.
LinearSearch, KdTree and BallTree are all Send + Sync. Allows for async use of the models.
Codecov Report
Merging #176 (47aae58) into master (1b2c0f4) will decrease coverage by 2.33%.
The diff coverage is 0.00%.
@@ Coverage Diff @@
## ... | gharchive/pull-request | 2021-11-18T08:36:59 | 2025-04-01T06:03:59.172899 | {
"authors": [
"Christoff-Zulzi",
"YuhanLiin",
"codecov-commenter"
],
"repo": "rust-ml/linfa",
"url": "https://github.com/rust-ml/linfa/pull/176",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1222956315 | multiboot2-header is not no_std
The docs claim the library is no_std in the second sentence of the front page: https://github.com/rust-osdev/multiboot2/blob/main/multiboot2-header/README.md?plain=1#L7
However the code references std in multiple places:
Multiboot2HeaderBuilder::build(): https://github.com/rust-osdev/m... | gharchive/issue | 2022-05-02T14:25:41 | 2025-04-01T06:03:59.183563 | {
"authors": [
"chbaker0",
"phip1611"
],
"repo": "rust-osdev/multiboot2",
"url": "https://github.com/rust-osdev/multiboot2/issues/98",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2358700979 | Only call 3dslink if a runner is not configured
Follow-up to #60 which I believe broke cargo test and cargo run when a custom runner is configured...
#49 would probably have caught this if we ran some tests in CI — I will see if it's not too hard to add some kind of dummy crate to test against for those cases (integr... | gharchive/pull-request | 2024-06-18T02:10:05 | 2025-04-01T06:03:59.196891 | {
"authors": [
"ian-h-chamberlain"
],
"repo": "rust3ds/cargo-3ds",
"url": "https://github.com/rust3ds/cargo-3ds/pull/63",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
314259442 | Add a wasm-bindgen hello world to the book
I found Alex's blog post on wasm-bindgen to be extremely enlightening: https://hacks.mozilla.org/2018/04/javascript-to-rust-and-back-again-a-wasm-bindgen-tale/
Could something along these lines be brought into the book, perhaps even in hello world style? It seems like the ne... | gharchive/issue | 2018-04-13T21:44:45 | 2025-04-01T06:03:59.226232 | {
"authors": [
"adityac8",
"johnthagen",
"jrichocean",
"mgattozzi"
],
"repo": "rustwasm/team",
"url": "https://github.com/rustwasm/team/issues/127",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
388290730 | #RustWasm2019
This issue exists to collect all our #RustWasm2019 posts in one place! If you write a #RustWasm2019 post, drop a link to it here!
Hi all,
our post on WebAssembly #RustWasm2019
Thanks everyone who wrote a #RustWasm2019 post! We are in the RFC stage now: https://github.com/rustwasm/rfcs/pull/7
| gharchive/issue | 2018-12-06T16:24:17 | 2025-04-01T06:03:59.228226 | {
"authors": [
"fitzgen",
"visioninterlogica"
],
"repo": "rustwasm/team",
"url": "https://github.com/rustwasm/team/issues/241",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2659951930 | Make getter/setter names consistent with js_name
This is the fix I was talking about in #4270. Please merge #4270, so the effects of this PR become obvious in git diff.
Changes:
The names of getter/setters in now derived from the name of the underlying function, just like it is for everything else. This makes the fu... | gharchive/pull-request | 2024-11-14T20:20:39 | 2025-04-01T06:03:59.231040 | {
"authors": [
"RunDevelopment"
],
"repo": "rustwasm/wasm-bindgen",
"url": "https://github.com/rustwasm/wasm-bindgen/pull/4273",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
344896248 | Add file location information when failing to parse WebIDL files.
This PR adds information to errors from parsing WebIDL files, so that the file name, line, and col number can be printed, to aid debugging.
The error (with XMLSerializer.webidl) went away when I did a rebase, but I'm still posting the code in case it's... | gharchive/pull-request | 2018-07-26T15:34:50 | 2025-04-01T06:03:59.232910 | {
"authors": [
"alexcrichton",
"derekdreery"
],
"repo": "rustwasm/wasm-bindgen",
"url": "https://github.com/rustwasm/wasm-bindgen/pull/562",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
598639120 | WAV reading very slow
Been attempting to diagnose performance-related issues with sound loading in my game engine. At first I assumed the culprit was the crate audrey's method of loading Ogg Vorbis data, since the iterator returned individual samples that all had to be unwrapped, instead of chunks of data. However, i... | gharchive/issue | 2020-04-13T02:58:21 | 2025-04-01T06:03:59.262394 | {
"authors": [
"cosmicchipsocket",
"ruuda"
],
"repo": "ruuda/hound",
"url": "https://github.com/ruuda/hound/issues/44",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
494758766 | Dvorak layout doesn't work
~My hunch is that this affects other shortcuts as well.~
This bug is due to Karabiner unable to support anything but the physical layout of qwerty mappings, requiring a complete copy of the existing settings, mapping to the qwerty equivalents of what ever layout is desired.
Is there a con... | gharchive/issue | 2019-09-17T17:37:09 | 2025-04-01T06:03:59.268167 | {
"authors": [
"deltreey",
"jacobeatsspam",
"jacobisaliveandwell",
"larsbrubaker",
"rux616"
],
"repo": "rux616/karabiner-windows-mode",
"url": "https://github.com/rux616/karabiner-windows-mode/issues/27",
"license": "Unlicense",
"license_type": "permissive",
"license_source": "github-a... |
1277430428 | [FEATURE] Adding Squeezenet in timm
Is there a plan for adding Squeezenet as part of timm library?
@nahidalam I was not planning to add that one as it doesn't look very compelling compared to many recen models in that size range, any particular reason?
Just because I was planning to use it and thought loading fro... | gharchive/issue | 2022-06-20T22:12:37 | 2025-04-01T06:03:59.280445 | {
"authors": [
"ankitmaurya001",
"nahidalam",
"rwightman"
],
"repo": "rwightman/pytorch-image-models",
"url": "https://github.com/rwightman/pytorch-image-models/issues/1313",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.