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:22.104557
2016-09-26T09:28:39
179179595
{ "authors": [ "challiwill", "ktogo", "robfig" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10382", "repo": "robfig/cron", "url": "https://github.com/robfig/cron/pull/76" }
gharchive/pull-request
Fix: Cron.run() was resetting the timezone time.Timer() does not return a timezone within time.Time, since Timer is unaware of the custom timezone as it only accepts time.Duration when it's initialized. Thus the receiver needs to take care of the timezone. // NewTimer only receives time.Duration func NewTimer(d Durat...
2025-04-01T04:35:22.131692
2017-08-23T09:47:35
252222908
{ "authors": [ "AndiLeni", "robiso" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10383", "repo": "robiso/wondercms", "url": "https://github.com/robiso/wondercms/issues/39" }
gharchive/issue
Persistant update notification | Summernote button size Hello, I found several issues which I could not resolve. The first issue is the notification which says "New WonderCMS update available." When I click on "Update WonderCMS" the success message shoows up but the notification itself won't disappear. The second one...
2025-04-01T04:35:22.170058
2015-10-30T18:52:58
114332405
{ "authors": [ "emanchado" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10384", "repo": "robohydra/robohydra", "url": "https://github.com/robohydra/robohydra/issues/17" }
gharchive/issue
Implement plugin configuration defaults Many plugins might share configuration keys, and it's tedious to repeat their values. Thus, there should be some kind of plugin configuration defaults in the configuration file. See https://groups.google.com/forum/?hl=es&fromgroups#!topic/robohydra/Bsf8Wo0efvE for background. ...
2025-04-01T04:35:22.177225
2018-05-01T05:22:48
319119509
{ "authors": [ "cmeury", "gtaylor" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10385", "repo": "roboll/helmfile", "url": "https://github.com/roboll/helmfile/issues/131" }
gharchive/issue
KubeCon Europe 2018 I am not sure whether an issue is the right place to discuss this, but I wouldn't know of any other communication channel (Chat, ML). Is any maintainer, contributor or user at KubeCon Europe in Copenhagen this week? If yes, care to have a coffee? Drop me a mail. This issue might be changed to: est...
2025-04-01T04:35:22.182029
2022-11-07T08:01:30
1437924411
{ "authors": [ "Danfoa", "stephane-caron" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10386", "repo": "robot-descriptions/robot_descriptions.py", "url": "https://github.com/robot-descriptions/robot_descript...
gharchive/issue
Missing dependency package yourdfpy Good Day, This issue is just to call attention to a missing dependency during package build and install. Specifically, yourdfpy package is missing as a description and throws an error when using the CLI. I will submit a pull request with the change soon if it is not easily fixed. ...
2025-04-01T04:35:22.183017
2017-12-13T20:09:44
281879695
{ "authors": [ "jmauss" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10387", "repo": "robotattackorg/robot-detect", "url": "https://github.com/robotattackorg/robot-detect/issues/9" }
gharchive/issue
Scanning subnets I would love to have the ability to scan entire subnets with this tool, unless I am missing something on how this is done? (Using .* and 0/24 both do not work) I have closed this as I just used a bash script to fix the problem. Reopen if wanting to implement.
2025-04-01T04:35:22.187995
2016-08-24T00:57:58
172841721
{ "authors": [ "arunku2x", "pekkaklarck" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10388", "repo": "robotframework/robotframework", "url": "https://github.com/robotframework/robotframework/issues/2429" }
gharchive/issue
Values of Robot Framework Automatic Variables (${TEST STATUS} and ${SUITE STATUS}) not correct in certain scenarios. Hi, I have found that the values of Robot Framework Automatic Variables (${TEST STATUS} and ${SUITE STATUS}) not correct in the following scenarios. Added Test Timeout parameter under Test Suite sett...
2025-04-01T04:35:22.201267
2017-03-24T19:54:59
216889288
{ "authors": [ "m3d", "mdspk", "zwn" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10389", "repo": "robotika/simple-sfm", "url": "https://github.com/robotika/simple-sfm/pull/1" }
gharchive/pull-request
Calculate reprojection error. This is the "simplest thing that could possibly work" regarding reprojection error. Calculates gradient with respect to 3D points positions in preparation for bundle adjustment. Open question is about the best representation of orientation in 3D wrt optimization by gradient descent. Quat...
2025-04-01T04:35:22.206145
2018-01-15T12:17:34
288575475
{ "authors": [ "jgvictores", "nigno17" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10390", "repo": "robotology/QA", "url": "https://github.com/robotology/QA/issues/270" }
gharchive/issue
How to change control mode in python Hello everyone, How can I change back the joints control mode in position after using the cartesian control in python? I need to first control the robot in position mode and then use the cartesian controller to control in task space. This process needs to be repeated in a loop. Th...
2025-04-01T04:35:22.217998
2021-11-09T10:03:47
1048411930
{ "authors": [ "GiulioRomualdi", "YuRan-W", "tmacattank" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10391", "repo": "robotology/osqp-eigen", "url": "https://github.com/robotology/osqp-eigen/issues/10...
gharchive/issue
Why the solver returns "the problem is non-convex" or " solve successfull" I am now using quadratic programming to solve a trajectory planning problem, and the test scenario is to overtake a vehicle. I try OSQP diresctly and OSQP eigen. OSQP works well, while when i use osqp eigen, sometimes it works well, sometimes ...
2025-04-01T04:35:22.306725
2023-10-17T04:25:29
1946514913
{ "authors": [ "CLAassistant", "michMartineau" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10392", "repo": "robusta-dev/robusta", "url": "https://github.com/robusta-dev/robusta/pull/1129" }
gharchive/pull-request
Add custom labels on pods We would like to add custom labels on forwarder and runner pods. We will use them in order to show which team is responsible for this pods. Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before...
2025-04-01T04:35:22.335441
2018-04-19T08:39:26
315779087
{ "authors": [ "coveralls", "fanc999", "rockdaboot" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10393", "repo": "rockdaboot/libpsl", "url": "https://github.com/rockdaboot/libpsl/pull/98" }
gharchive/pull-request
Enable autotools builds to build Windows binaries Hi, Apparently I was working on my branch at the same time when it was being merged, sorry! The other changes that was done in libpsl.h.in shouldn't affect things at this point. This updates the autotools builds (which I am not too good at) for enabling builds with M...
2025-04-01T04:35:22.359168
2023-01-29T13:23:57
1561287706
{ "authors": [ "aidenlangley", "tversteeg" ], "license": "CC0-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10395", "repo": "rockerBOO/awesome-neovim", "url": "https://github.com/rockerBOO/awesome-neovim/pull/673" }
gharchive/pull-request
Add ~nedia/auto-save.nvim Checklist: [x] The plugin is specifically built for Neovim, or if it's a colorscheme, it supports treesitter syntax. [x] The lines end with a .. This is to conform to awesome-list linting and requirements. [x] It's not already on the list. [x] The title of the pull request is Add/Update/Rem...
2025-04-01T04:35:22.478877
2023-02-01T16:33:58
1566433949
{ "authors": [ "daniel-ciocirlan", "niklasuhrberg" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10396", "repo": "rockthejvm/rockthejvm.github.io", "url": "https://github.com/rockthejvm/rockthejvm.github.io/pull/25"...
gharchive/pull-request
Article on Akka Streams to actors interoperability Here is the article on Akka Streams and actors interoperability. Please note that I used html for the image of the creek and specified its width. It was rendered too big without this I think. Also, will make sure the final picture (whether it's changed or not) is gua...
2025-04-01T04:35:22.495297
2024-09-30T20:25:49
2557574316
{ "authors": [ "Piotrk39", "gulfaraz" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10397", "repo": "rodekruis/IBF-system", "url": "https://github.com/rodekruis/IBF-system/issues/1599" }
gharchive/issue
Create issues for E2E tests in trigger scenarios Who requested this task? @gulfaraz What needs to be done [x] Identify differences between trigger and no-trigger state on the UI (start with Uganda flood) [x] Update test plan [x] Create follow-up items Acceptance Criteria [x] Follow-up items created Relevant links...
2025-04-01T04:35:22.499490
2020-03-29T01:35:51
589695683
{ "authors": [ "rodrigo-brito", "rrfaria" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10398", "repo": "rodrigo-brito/backtrader-binance-bot", "url": "https://github.com/rodrigo-brito/backtrader-binance-bot/issues/...
gharchive/issue
how to use it in a different broker I was taking a look on your code and it is pretty good but it is to binance I need use it in iqoption as a broker there is a community behind iqoption trying to use iqoption api but no one know how to put it on backtrader do you know how to create a broker on backtrader Is there an...
2025-04-01T04:35:22.506651
2017-02-08T09:43:48
206143873
{ "authors": [ "rofrischmann", "tiagojsalmeida" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10399", "repo": "rofrischmann/fela", "url": "https://github.com/rofrischmann/fela/issues/195" }
gharchive/issue
Monolithic mode? Version: 3.0.x Environment: Both Type: Feature Description Atm you guys only support atomic classnames. Would it be possible to implement an monolithic mode? Proposal Code Example: createRenderer({ mode: 'monolithic' }) Not sure about that. I don't see any advantages actually. But it might ...
2025-04-01T04:35:22.575279
2014-12-06T10:58:53
51179036
{ "authors": [ "bhh", "dgilperez", "guzart", "ianheggie", "jondeandres", "rokob" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10400", "repo": "rollbar/rollbar-gem", "url": "https://github.com/rollbar/...
gharchive/issue
Configuration option to disable Rails support i know its just lame to still have 2.3 applications but i got this "new" old application i have to take care of and first thing is i want to log errors nicely. is there a way to disable the default rails stuff per config? the only problem i have is that it wants to autol...
2025-04-01T04:35:22.617762
2017-01-03T17:47:35
198529245
{ "authors": [ "mrship", "solnic" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10401", "repo": "rom-rb/rom-sql", "url": "https://github.com/rom-rb/rom-sql/issues/123" }
gharchive/issue
Composing relations through many-to-many join We have a setup where we have a many-to-many relationship via a join table, e.g. module Relations class Questions < ROM::Relation[:sql] dataset :questions schema(infer: true) do associations do has_many :charts, through: :questions_char...
2025-04-01T04:35:22.626921
2023-04-01T19:16:58
1650608775
{ "authors": [ "Abashinos", "mike-pisman", "roman-right" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10402", "repo": "roman-right/beanie", "url": "https://github.com/roman-right/beanie/issues/522" }
gharchive/issue
Design the back-ref interfaces Interfaces: back refs attributes and ways to map fetching Attributes Design: from beanie import Document, Link, BackLink class Door(Document): height: int width: int house: BackLink["House"] # Back-ref class House(Document): door: Link[Door] # Original ref...
2025-04-01T04:35:22.643754
2015-04-10T19:58:58
67670283
{ "authors": [ "andrewcstewart", "romansanchez" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10403", "repo": "romansanchez/Calaca", "url": "https://github.com/romansanchez/Calaca/issues/13" }
gharchive/issue
Unexpected CSS token: } I keep getting the following in the debugger. Dunno it's a big deal but thought I'd report. Unexpected CSS token: } calaca.css:115 What browser/os are you using? On Friday, April 10, 2015, Andrew Stewart<EMAIL_ADDRESS>wrote: I keep getting the following in the debugger. Dunno it's a big d...
2025-04-01T04:35:22.658447
2020-06-16T18:49:38
639897708
{ "authors": [ "electrodude", "emagnier", "tukusejssirs" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10404", "repo": "romcal/romcal", "url": "https://github.com/romcal/romcal/issues/193" }
gharchive/issue
Make GitHub description say e.g. "Roman Rite of the Catholic Church" instead of "Catholic Rite" The current GitHub project description is: Generates the General Roman Calendar used in the Catholic Rite. There is no such thing as the "Catholic Rite". All of the rites used within the Catholic Church -- the Roman Rit...
2025-04-01T04:35:22.667835
2020-07-27T23:50:14
666654109
{ "authors": [ "ematipico", "ljharb", "mbrookes", "milesj", "sebmck" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10405", "repo": "romefrontend/rome", "url": "https://github.com/romefrontend/rome/issues...
gharchive/issue
Default project config location I'm writing the docs and right now we recommend an .rjson file for the project config. I'm not totally sold on this and want us to consider the following two options, if anything so we can rule them out: Defaulting to package.json Force rome.r?json files to be inside of a .config dire...
2025-04-01T04:35:22.702554
2020-05-07T08:23:24
613868657
{ "authors": [ "MaxDeg", "ronaldschlenker" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10406", "repo": "ronaldschlenker/FsHttp", "url": "https://github.com/ronaldschlenker/FsHttp/pull/44" }
gharchive/pull-request
Add proxy setting This PR is related to #4 I propose a way to support proxy (with and without credentials) for request. Thanks again for the PR! I hope to finalize this and some other things by the end of the week...
2025-04-01T04:35:22.758163
2022-11-01T22:56:39
1432210354
{ "authors": [ "roosterkid" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10407", "repo": "roosterkid/opentunnel-status-server", "url": "https://github.com/roosterkid/opentunnel-status-server/issues/10655" }
gharchive/issue
⚠️ TROJAN 🇺🇸 United States USO 1 has degraded performance In c2fffbf, TROJAN 🇺🇸 United States USO 1 (https://ust-2.opensvr.net/) experienced degraded performance: HTTP code: 200 Response time: 17372 ms Resolved: TROJAN 🇺🇸 United States USO 1 performance has improved in c936cd6.
2025-04-01T04:35:22.829635
2016-07-14T16:17:27
165601215
{ "authors": [ "aviadhahami", "nemosdo", "redflasher", "walidvb", "zjjt" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10418", "repo": "root-two/react-native-drawer", "url": "https://github.com/root-two/re...
gharchive/issue
Drawer not closing properly Hey, i'm getting issues with the drawer: with static positioning: the drawer first is displayed on top of the other views, and when closed, the content overflows: with overlay: initially the drawer is displayed correctly, but once open, it won't close to the end. my code is as follows: ...
2025-04-01T04:35:22.847384
2020-11-16T14:37:41
743888194
{ "authors": [ "Log1x", "TangRufus", "albertonieto", "chesio", "koraysels" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10419", "repo": "roots/bedrock", "url": "https://github.com/roots/bedrock/issues/559...
gharchive/issue
oscarotero/env v2.1.0 Class 'Env' not found [X] I've read the guidelines for Contributing to Roots Projects [X] This request isn't a duplicate of an existing issue [X] I've read the docs and followed them (if applicable) [X] This is not a personal support request that should be posted on the Roots Discourse communi...
2025-04-01T04:35:22.858112
2021-11-05T16:06:38
1046010598
{ "authors": [ "klnit", "openoms" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10420", "repo": "rootzoll/raspiblitz", "url": "https://github.com/rootzoll/raspiblitz/issues/2701" }
gharchive/issue
(UNKNOWN) [<IP_ADDRESS>] 50001 (?) : Connection refused after upgrade to 1.7.1 I cannot connect to electrs (at first it did a new sync and I thougt that was the reason, but now after rebooot still) STATUS ELECTRS SERVICE configured=1 serviceInstalled=1 serviceRunning=1 syncProgress=100.00% tipSynced=1 (UNKNOWN) [<IP_...
2025-04-01T04:35:22.860350
2023-01-17T14:04:28
1536435411
{ "authors": [ "davebhc71", "roovo" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10421", "repo": "roovo/obsidian-card-board", "url": "https://github.com/roovo/obsidian-card-board/issues/131" }
gharchive/issue
UI option to change color indicators in Dated board Would like to change colors for Past and Current items. Orange and Red are too similar!😉 thanks btw :) Just to follow up on this FR - Green for Today would be nice. And, I’m not asking for the User to be able to change the color, but that you consider a ‘univer...
2025-04-01T04:35:23.006732
2020-03-10T14:03:12
578602622
{ "authors": [ "gavanderhoorn", "jontje" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10422", "repo": "ros-industrial/abb_librws", "url": "https://github.com/ros-industrial/abb_librws/issues/80" }
gharchive/issue
Python wrapper? Being able to use RWS from a Python application would be perfect. I've titled this issue "Python wrapper" as that could of course be one way to do this. It may however complicate things needlessly. Searching around, I've been able to find some mentions of using requests to interface with RWS, but I ha...
2025-04-01T04:35:23.018476
2019-01-18T20:40:06
400881154
{ "authors": [ "christian-rauch", "jproberge" ], "license": "bsd-2-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10423", "repo": "ros-industrial/robotiq", "url": "https://github.com/ros-industrial/robotiq/pull/142" }
gharchive/pull-request
Mesh colour This PR adds colour (black) to the articulated meshes. Fixes #141 Edit: I just saw that I had other commits in my devel branch. There are two commits to fix the installation and running of the simulation launch file. @jproberge Is there any news on an "official" colour/material definition from Robotiq? ...
2025-04-01T04:35:23.071624
2016-05-02T12:44:06
152545650
{ "authors": [ "dirk-thomas", "harvcode", "tfoote" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10424", "repo": "ros-visualization/python_qt_binding", "url": "https://github.com/ros-visualization/pytho...
gharchive/issue
kinetic version breaks rqt_graph command ran: rosrun rqt_graph rqt_graph error: File "/opt/ros/kinetic/lib/python2.7/dist-packages/rqt_gui/ros_plugin_provider.py", line 83, in load raise e ImportError: cannot import name QGraphicsPathItem error originates from here: File "/opt/ros/kinetic/lib/python2.7/dist-pack...
2025-04-01T04:35:23.081395
2022-07-27T07:58:37
1319169258
{ "authors": [ "rhaschke", "ysl-design" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10425", "repo": "ros-visualization/rviz", "url": "https://github.com/ros-visualization/rviz/issues/1758" }
gharchive/issue
The plug-in in the display panel sometimes does not shrink as the display panel compresses. Describe your issue here and explain how to reproduce it. Your environment OS Version: Ubuntu 20.04 ROS Distro: Noetic RViz, Qt, OGRE, OpenGl version as printed by rviz:[ INFO] [1658890616.733419800]: rviz version 1.14.14 [ ...
2025-04-01T04:35:23.083947
2020-12-15T08:23:43
767314141
{ "authors": [ "stertingen" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10426", "repo": "ros/catkin", "url": "https://github.com/ros/catkin/pull/1127" }
gharchive/pull-request
Added --force-color flag to catkin_make and catkin_make_isolated This can be used to enforce colored output even on non-interactive output. --force-color can still be overriden by --no-color. This PR is for CI environments where the output is stored in a file but a colored output makes it easier for a user to read th...
2025-04-01T04:35:23.095033
2015-07-10T10:06:29
94271157
{ "authors": [ "asmodehn", "dirk-thomas" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10427", "repo": "ros/catkin", "url": "https://github.com/ros/catkin/pull/747" }
gharchive/pull-request
fixing package_dir location logic. package_dir: {'foo':'lib'} means 'lib/init.py' and not 'lib/foo/init.py' It seems some tests should also be changed... I d rather have some feedback about this pull request before diving into all the tests that might need to be changed to follow the same behavior as the distutils ...
2025-04-01T04:35:23.109071
2016-02-12T12:15:29
133226713
{ "authors": [ "dirk-thomas", "nlyubova", "tfoote" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10428", "repo": "ros/rosdistro", "url": "https://github.com/ros/rosdistro/pull/10486" }
gharchive/pull-request
romeo_moveit_actions: 0.0.7-2 in 'indigo/distribution.yaml' [bloom] Increasing version of package(s) in repository romeo_moveit_actions to 0.0.7-2: upstream repository: https://github.com/nlyubova/romeo_moveit_actions.git release repository: https://github.com/nlyubova/romeo_moveit_actions-release.git distro file: i...
2025-04-01T04:35:23.112324
2022-04-29T02:44:22
1219652609
{ "authors": [ "ihadzic", "methylDragon" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10429", "repo": "ros/rosdistro", "url": "https://github.com/ros/rosdistro/pull/32944" }
gharchive/pull-request
Two new packages to add to index: move_base_swp and lsm_localization Please Add This Package to be indexed in the rosdistro. melodic, noetic The source is here: https://github.com/ihadzic/move_base_swp https://github.com/ihadzic/lsm_localization Checks [x] All packages have a declared license in the package.xml [x...
2025-04-01T04:35:23.113885
2023-03-31T18:10:56
1649808141
{ "authors": [ "ChrisThrasher", "audrow" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10430", "repo": "ros/rosdistro", "url": "https://github.com/ros/rosdistro/pull/36672" }
gharchive/pull-request
Revert "Revert "rsl: 0.2.2-1 in 'humble/distribution.yaml' [bloom]"" Reverts ros/rosdistro#36613 @ChrisThrasher, the Humble sync just went out. We can see if this breaks any downstream packages and try to fix them before the next Humble sync in 2-3 weeks. This release of pick_ik should fix at least one of the build...
2025-04-01T04:35:23.118498
2024-04-22T06:10:20
2255664809
{ "authors": [ "Timple" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10431", "repo": "ros/rosdistro", "url": "https://github.com/ros/rosdistro/pull/40717" }
gharchive/pull-request
azure_iot_sdk_c: 1.13.0-3 in 'rolling/distribution.yaml' [bloom] Increasing version of package(s) in repository azure_iot_sdk_c to 1.13.0-3: upstream repository: https://github.com/Azure/azure-iot-sdk-c.git release repository: https://github.com/ros2-gbp/azure_iot_sdk_c-release.git distro file: rolling/distribution....
2025-04-01T04:35:23.182620
2021-02-23T19:56:24
814784326
{ "authors": [ "clalancette", "stephenstarkie" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10432", "repo": "ros2/ros2_documentation", "url": "https://github.com/ros2/ros2_documentation/issues/1131" }
gharchive/issue
Install ROS2 on macOS fails with pygraphviz I tried to install according to the instructions here: https://index.ros.org/doc/ros2/Installation/Foxy/macOS-Install-Binary/ Installation fails on the line: python3 -m pip install pygraphviz pydot with; Collecting pygraphviz Using cached pygraphviz-1.7.zip (118 kB) Buildin...
2025-04-01T04:35:23.220750
2023-12-03T22:46:11
2022749262
{ "authors": [ "WardBrian", "bob-carpenter", "roualdes" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10433", "repo": "roualdes/bridgestan", "url": "https://github.com/roualdes/bridgestan/issues/190" }
gharchive/issue
Python callback into BridgeStan with C types I have an implementation of Stan that iterates and does warmup calculations in Python and leapfrog/trajectories in C++. The gradient calculations implicit in each leapfrog step happen via a Python callback which then calls BridgeStan: Python -> C++ -> Python/BridgeStan ->...
2025-04-01T04:35:23.222438
2019-09-22T00:56:03
496718354
{ "authors": [ "roughike", "srihamat" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10434", "repo": "roughike/flutter_facebook_login", "url": "https://github.com/roughike/flutter_facebook_login/pull/182" }
gharchive/pull-request
Update README I spent 2 days looking for solution then eventually found this is the solution, look like someone also face the same issues as well. Update solution here should help save time for more people Thanks! I'll modify this a tiny bit, but LGTM.
2025-04-01T04:35:23.293456
2022-08-03T14:02:06
1327270684
{ "authors": [ "remorses", "rpearce" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10435", "repo": "rpearce/react-medium-image-zoom", "url": "https://github.com/rpearce/react-medium-image-zoom/issues/333" }
gharchive/issue
Document how to change background color In v4 you could use the overlayBgColorStart props to change background color, now you can use the following css (in this case i am also changing background when in dark mode) [data-rmiz-modal-overlay='hidden'] {˙ background-color: rgba(255, 255, 255, 0); } [data-rmiz-modal-...
2025-04-01T04:35:23.298500
2015-02-11T20:08:14
57369930
{ "authors": [ "rpetz" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10436", "repo": "rpetz/SharpNetSH", "url": "https://github.com/rpetz/SharpNetSH/issues/1" }
gharchive/issue
Maintenance nightmare Currently responses to each method call are parsed by hand on a method by method basis. This creates a maintenance nightmare that I do not want to personally support. Considering we are following convention over configuration for the method calls themselves (no concrete classes, all interface ...
2025-04-01T04:35:23.552588
2022-03-30T06:42:56
1185965249
{ "authors": [ "ened", "rrousselGit" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10438", "repo": "rrousselGit/riverpod", "url": "https://github.com/rrousselGit/riverpod/issues/1326" }
gharchive/issue
examples/stackoverflow: Fast Scroll/Small Page Size will cause App to hang Describe the bug I try to understand the stackoverflow example, specifically how the pagination is done. The forked version of the repo is here: https://github.com/ened/river_pod/tree/examples/stackoverflow/pageSize5 The page size was changed ...
2025-04-01T04:35:23.554780
2023-12-05T01:26:56
2025101624
{ "authors": [ "rruckley" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10439", "repo": "rruckley/tmflib", "url": "https://github.com/rruckley/tmflib/pull/15" }
gharchive/pull-request
Fix quote item Added missing fields from QuoteItem Added missing ProductRefOrValue struct Added missing fields from Quote Changed visibility to public for most fields in QuoteItem Again merging forward.
2025-04-01T04:35:23.561273
2020-06-11T07:10:06
636776248
{ "authors": [ "dadepo", "koivunej" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10440", "repo": "rs-ipfs/rust-ipfs", "url": "https://github.com/rs-ipfs/rust-ipfs/issues/186" }
gharchive/issue
Using rust-ipfs as a library This is not a feature request but a request for clarification on the usage of rust-ipfs as a library Currently I am interacting with IPFS by calling out to an installed binary. So far, here are the commands I need for my interactions: //1 // Ensure ipfs is started with --enable-pubsub-exp...
2025-04-01T04:35:23.574035
2018-07-17T08:47:26
341822948
{ "authors": [ "bpoplauschi", "codecov-io", "dreampiggy" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10441", "repo": "rs/SDWebImage", "url": "https://github.com/rs/SDWebImage/pull/2388" }
gharchive/pull-request
Update the migration guide with the latest version. Update one changelog New Pull Request Checklist [x] I have read and understood the CONTRIBUTING guide [x] I have read the Documentation [x] I have searched for a similar pull request in the project and found none [x] I have updated this branch with the lates...
2025-04-01T04:35:23.598133
2021-11-05T12:47:11
1045813029
{ "authors": [ "TheTams", "rsh249" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10442", "repo": "rsh249/cRacle", "url": "https://github.com/rsh249/cRacle/issues/4" }
gharchive/issue
Define the 7 outputs from get_optim() in documentation Currently the titles of the lists in the output from get_optim() do not make it clear to the user, which output corresponds which method as discussed in Harbert and Baryiames 2019. I have been unable to find any documentation that defines them elsewhere. The cate...
2025-04-01T04:35:23.603608
2020-03-03T21:40:21
574965784
{ "authors": [ "StriveForBest", "WoLpH", "bharling", "pablolmedorado" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10443", "repo": "rsinger86/drf-flex-fields", "url": "https://github.com/rsinger86/drf-flex-fi...
gharchive/issue
Adding FlexFieldsFilterBackend immediately breaks the app I am utilizing drf-flex-fields heavily and everything works fine until the moment i add: REST_FRAMEWORK = { ... 'DEFAULT_FILTER_BACKENDS': ( 'rest_flex_fields.filter_backends.FlexFieldsFilterBackend', ), ... } It crashes the app with t...
2025-04-01T04:35:23.607048
2024-09-25T01:00:14
2546665427
{ "authors": [ "jeremy-then" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10444", "repo": "rsksmart/rootstock-integration-tests", "url": "https://github.com/rsksmart/rootstock-integration-tests/pull/98" }
gharchive/pull-request
Adds 'should reject a basic pegin v1 with value exactly below minimum… Adds 'should reject a basic pegin v1 with value exactly below minimum' test. This test sends a pegin v1 with a value exactly below minimum (the minimum pegin value minus 1 satoshis), to assert that it should be rejected with rejection reason 5 (in...
2025-04-01T04:35:23.610263
2023-10-03T12:56:54
1924095814
{ "authors": [ "marcgarba", "otterdahl" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10445", "repo": "rsmp-nordic/rsmp_core", "url": "https://github.com/rsmp-nordic/rsmp_core/issues/129" }
gharchive/issue
Clarify 4.5.3. Unimplemented statuses or commands This sentence can be written more clearly: If a status (sCI) or command (cCI) is unimplemented, the site answers with CommandResponse/Response where q or age is set according to the table below. v should be set to null. To understand better the subtlety compared w...
2025-04-01T04:35:23.792024
2017-02-15T08:50:55
207741311
{ "authors": [ "FinScience", "javierluraschi" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10446", "repo": "rstudio/sparklyr", "url": "https://github.com/rstudio/sparklyr/pull/492" }
gharchive/pull-request
Normalize jar paths for windows under spark 1.6 Normalize jar paths for windows under spark 1.6 to fix #491 #490 #414 #410 #398 #305 Planning to backport this one to CRAN, since this is causing a bunch of issues. The problem is scoped to only Windows and Spark 1.6.x; however, a lot of users use this configuration sin...
2025-04-01T04:35:23.835826
2018-03-28T10:30:31
309309361
{ "authors": [ "GeekRishabh", "morenoh149" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10447", "repo": "rt2zz/react-native-contacts", "url": "https://github.com/rt2zz/react-native-contacts/issues/278" }
gharchive/issue
Docs: Using it with Pod How to use this package when we are using Cocoapods. I am also using react-native-firebase . Please provide docs how to use it. Sharing My Podfile platform :ios, '8.0' target 'test' do # Uncomment the next line if you're using Swift or would like to use dynamic frameworks # use_framework...
2025-04-01T04:35:23.845654
2021-01-07T05:20:40
781037038
{ "authors": [ "klorel", "teamxSxoptimiz" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10448", "repo": "rte-france/challenge-roadef-2020", "url": "https://github.com/rte-france/challenge-roadef-2020/issues/2...
gharchive/issue
Semi-final phase The semi final phase will end on March 8 2021 and we will be competing on set B of instances. Are we allowed/requested to send a new version of the program before that deadline? Thanks Dear competitors, Please refer to the dedicated web page : https://www.roadef.org/challenge/2020/en/calendrier.php...
2025-04-01T04:35:23.854807
2018-12-11T02:28:40
389570077
{ "authors": [ "Jacob-Stevens-Haas", "SilleBille", "humitos" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10449", "repo": "rtfd/readthedocs.org", "url": "https://github.com/rtfd/readthedocs.org/issues/4987" }
gharchive/issue
Pandoc support Details Read the Docs project URL: Build URL (if applicable): Read the Docs username (if applicable): Expected Result This request may be turned down. But, giving my shot I'm pretty new to readthedocs and I was impressed by the features. Thanks for this awesome project! While researching, I came acr...
2025-04-01T04:35:23.857670
2018-09-05T22:55:31
357433159
{ "authors": [ "agjohnson", "ericholscher", "humitos" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10450", "repo": "rtfd/readthedocs.org", "url": "https://github.com/rtfd/readthedocs.org/pull/4608" }
gharchive/pull-request
Add a contrib Dockerfile for local build image on Linux This is necessary as permissions are all incorrect on the paths that are shared between the host system and the Docker build container. Closes #2692 Anything we can do to move this along? Seems like a useful improvement. I rebased this branch and push a new ...
2025-04-01T04:35:23.860919
2015-12-05T01:32:35
120519150
{ "authors": [ "agjohnson", "danroth27" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10451", "repo": "rtfd/sphinx-autoapi", "url": "https://github.com/rtfd/sphinx-autoapi/issues/45" }
gharchive/issue
Default output folder for docfx changed to _site Looks like the .NET mapper assumes that the default output folder will be _api_, but it recently go changed to _site. The .NET mapper should probably explicitly specify the output folder when running docfx to make sure it can find the output metadata. This can be mov...
2025-04-01T04:35:23.871774
2021-08-25T01:39:47
978619249
{ "authors": [ "korken89", "pdgilbert" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10452", "repo": "rtic-rs/cortex-m-rtic", "url": "https://github.com/rtic-rs/cortex-m-rtic/issues/517" }
gharchive/issue
trait implementation fails on task shared object (Using 0.6-alpha from current github #22ec841.) I am trying to implement a trait but the implementation is not recognized for the shared object. The following code compiles with the cx.shared.led.on() line commented out Click to expand #![deny(unsafe_code)] #![no_std]...
2025-04-01T04:35:23.892863
2016-12-07T21:50:09
194180657
{ "authors": [ "IljaDaderko", "Stringsaeed", "ads1018", "digitalmaster", "faddee", "jachiike-madubuko", "louisgv", "rtsao", "tajo" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10453", "repo"...
gharchive/issue
React Native Support? The state of managing css in React-Native is still kinda clunky. This would be a huge improvement.. Do you know if it's supported? As someone who hasn't actually had a chance to use React Native myself, I'm interested to learn more about which parts of Styletron could help! I don't know much a...
2025-04-01T04:35:23.906979
2024-04-03T18:15:04
2223603297
{ "authors": [ "Blad3forc3", "ruanformigoni" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10454", "repo": "ruanformigoni/gameimage", "url": "https://github.com/ruanformigoni/gameimage/issues/52" }
gharchive/issue
Wineprefix not created error When I get to the configure wine options during setup (install dxvk etc) i get this error: Writing image to "/media/ade/Temp/Temp/build/Age-Of-Empires/icon/icon.png" I :: Writing grayscale image to "/media/ade/Temp/Temp/build/Age-Of-Empires/icon/icon.grayscale.png" I :: Open file '"/media...
2025-04-01T04:35:23.914896
2020-02-07T11:09:21
561572254
{ "authors": [ "michae1" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10455", "repo": "rubicon-project/prebid-server-java", "url": "https://github.com/rubicon-project/prebid-server-java/pull/612" }
gharchive/pull-request
Add influxDb tags Sometimes influxDb tags can come in handy to split data by region, hostname etc. I find there is no tagging in current prebid-server-java. As dropwizard-metrics-influxdb already has tags support, I suggest this simple implementation. Fixed empty tags exception
2025-04-01T04:35:23.920061
2018-07-04T03:45:37
338120737
{ "authors": [ "composerinteralia", "koic" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10456", "repo": "rubocop-hq/rubocop-performance", "url": "https://github.com/rubocop-hq/rubocop-performance/issues/11" }
gharchive/issue
Add RuboCop rake task And run RuboCop in CI (see #10) I'm preparing for minimal rake tasks now. I will prepare #27 and some rake tasks. Basic rake tasks have been prepared with #27, #28, and #30. I will close the issue.
2025-04-01T04:35:23.922547
2018-07-02T18:39:28
337622162
{ "authors": [ "egze", "jfelchner" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10457", "repo": "rubocop-hq/rubocop", "url": "https://github.com/rubocop-hq/rubocop/issues/6069" }
gharchive/issue
ForceEqualSignAlignment should only align block content The current alignment makes it not obvious what variables are set inside and outside the block. I think rubocop should align only what is inside the block. Here is an example: my_secret_values = [1,2,3,4].map do |i| x = i * 2 secret = x*x end Expected beh...
2025-04-01T04:35:23.924434
2019-10-03T13:16:33
502060316
{ "authors": [ "bbatsov", "mvz", "scottmatthewman" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10458", "repo": "rubocop-hq/rubocop", "url": "https://github.com/rubocop-hq/rubocop/pull/7394" }
gharchive/pull-request
[Fix #6759] Reference configuration in Basic Usage Within the Basic Usage page, make a brief mention of the use of .rubocop.yml to change RuboCop's behaviour. The additional content links to the Configuration page to go into more detail. Fixes #6759. Looks good. Thanks! Thanks, @scottmatthewman!
2025-04-01T04:35:23.925681
2020-08-10T18:39:16
676336307
{ "authors": [ "fatkodima", "marcandre" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10459", "repo": "rubocop-hq/rubocop", "url": "https://github.com/rubocop-hq/rubocop/pull/8511" }
gharchive/pull-request
Fix a false positive for Style/CaseLikeIf when conditional contains comparison with a class Closes #8508 Marked it as unsafe. I'll merge after the merge conflict is resolved... 😢 Thanks!
2025-04-01T04:35:23.932296
2024-02-22T05:53:21
2148264711
{ "authors": [ "TJNII", "jonas054" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10460", "repo": "rubocop/rubocop", "url": "https://github.com/rubocop/rubocop/issues/12706" }
gharchive/issue
Add ability to globally disable caching Is your feature request related to a problem? Please describe. While backing up my system today I noticed Rubocop has begun writing into ~/.cache. I find this behavior undesirable as I try to keep my code and it's dependencies tightly contained in working directories, it's nev...
2025-04-01T04:35:23.937781
2023-01-03T05:03:30
1516933340
{ "authors": [ "koic", "sambostock" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10461", "repo": "rubocop/rubocop", "url": "https://github.com/rubocop/rubocop/pull/11378" }
gharchive/pull-request
Fix OperatorMethodCall when forwarding arguments ... cannot be used as an argument to an operator, so it should not be an offense. For example, def m(...) = obj.==(...) would be autocorrected as def m(...) = obj ==(...) which is a syntax error, as would be def m(...) = obj == (...) and def m(...) = obj == ... Be...
2025-04-01T04:35:23.958215
2023-08-25T18:14:09
1867498391
{ "authors": [ "jcouball", "srem1" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10462", "repo": "ruby-git/ruby-git", "url": "https://github.com/ruby-git/ruby-git/issues/666" }
gharchive/issue
--allow-empty how add oprions --allow-empty to commit or --allow-empty-message # assuming your current directory is in a git working directory g = Git.open('.') message = '' g.commit(message, allow_empty: true, allow_empty_message: true) why not g.config() ? this is not commit, I need setup for whole repo Thi...
2025-04-01T04:35:24.010198
2023-09-13T11:43:14
1894349442
{ "authors": [ "eregon", "seven1m" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10463", "repo": "ruby/yarp", "url": "https://github.com/ruby/yarp/issues/1461" }
gharchive/issue
How to differentiate WhileNode in modifier form What is the way to determine if a WhileNode was in modifier form? irb(main):001:0> n = YARP.parse('foo while bar').value.statements.body.first => @ WhileNode (location: (0...13)) ... irb(main):002...
2025-04-01T04:35:24.019100
2022-09-09T20:32:07
1368293949
{ "authors": [ "cielf", "dorner", "edwinthinks" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10464", "repo": "rubyforgood/human-essentials", "url": "https://github.com/rubyforgood/human-essentials/pull/3143" }
gharchive/pull-request
3088 distribution pdf Resolves #3088 Description This updates the output of the distribution PDF when there is an associated request. I've done a minor refactor of the LineItem class to accommodate the requested changes. Please see screenshots. The "request" version of it is missing a border on the bottom right of ...
2025-04-01T04:35:24.046625
2017-07-02T15:06:06
240015532
{ "authors": [ "tyranja", "zaziemo" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10465", "repo": "rubymonsters/speakerinnen_liste", "url": "https://github.com/rubymonsters/speakerinnen_liste/pull/588" }
gharchive/pull-request
Update all the gems https://github.com/rubymonsters/speakerinnen_liste/issues/470 Too many gems :( Travis checks are failing. You have to update the ruby version in the travis.yml as well I think. I am not yet ready, just half way through.
2025-04-01T04:35:24.071138
2023-03-02T12:50:07
1606752734
{ "authors": [ "maany" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10466", "repo": "rucio/webui", "url": "https://github.com/rucio/webui/issues/134" }
gharchive/issue
Fix storybook deployment Description The deploy-to-gh-pages script is broken since #117. It expects the storybook build to be stored in a docs directory, which we do not do anymore. The solution would be to modify the package.json to build storybook into the docs directory. The would result in successful deployments...
2025-04-01T04:35:24.124191
2014-12-16T11:17:29
52100770
{ "authors": [ "andrewchambers", "nickzuck" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10467", "repo": "rui314/8cc", "url": "https://github.com/rui314/8cc/issues/36" }
gharchive/issue
segfault Put this in test.c long long a = 0LLU; run 8cc -S ./test.c. -> segfault. Hey there can you please give the link to the file of which you are talking about What file? the contents of the file are what I showed. Simply that single line. "What file? the contents of /*the file */ are what I showed. Simply...
2025-04-01T04:35:24.128680
2021-01-20T14:22:37
790021317
{ "authors": [ "ruimarinho", "torkelrogstad" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10468", "repo": "ruimarinho/docker-bitcoin-core", "url": "https://github.com/ruimarinho/docker-bitcoin-core/pull/108" }
gharchive/pull-request
CI: remove deprecated set-env, use build outputs set-env was removed a while ago from GitHub actions, because it was a securit risk. We replace this with the recommended workaround to get CI working again. @ruimarinho a bit unsure of what's going on here. Is the docker password empty because I'm submitting a PR fr...
2025-04-01T04:35:24.136677
2024-10-01T13:08:59
2559181366
{ "authors": [ "LawrenceGB", "marcusschiesser" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10469", "repo": "run-llama/LlamaIndexTS", "url": "https://github.com/run-llama/LlamaIndexTS/pull/1282" }
gharchive/pull-request
fix: ensure id_ is correctly passed during creation Fixes: #1278 This PR addresses issue #1278 where the id_ field was not being correctly passed as the id when creating a TextNode. This caused the upsert operation to the vector database to rely on the idGenerator instead of using the provided document ID, if availab...
2025-04-01T04:35:24.139092
2024-05-16T07:11:20
2299542010
{ "authors": [ "monoboard1" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10470", "repo": "run-llama/llama_index", "url": "https://github.com/run-llama/llama_index/issues/13530" }
gharchive/issue
[Question]: How can I create a tool that enables querying a specific pandas DataFrame and then using the query result to perform calculations through a custom function? Question Validation [X] I have searched both the documentation and discord for an answer. Question I need to develop a tool that allows me to query...
2025-04-01T04:35:24.147436
2024-01-02T20:16:31
2062896571
{ "authors": [ "ji21" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10471", "repo": "run-llama/llama_index", "url": "https://github.com/run-llama/llama_index/pull/9801" }
gharchive/pull-request
Integrations/deepeval observability Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes #9800 Requires deepeval (v0.20.43) Type of Change Please delete options that are not rele...
2025-04-01T04:35:24.150270
2017-12-28T22:44:35
285003059
{ "authors": [ "xiaods" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10472", "repo": "runconduit/conduit", "url": "https://github.com/runconduit/conduit/issues/98" }
gharchive/issue
cargo test came across failed. $ cargo test --all Compiling abstract-ns v0.4.2 Compiling env_logger v0.4.3 error[E0277]: the trait bound `std::sync::Arc<str>: std::convert::From<&str>` is not satisfied --> /Users/xiaods/.cargo/registry/src/github.com-1ecc6299db9ec823/abstract-ns-0.4.2/src/name.rs:67:23 | 6...
2025-04-01T04:35:24.222508
2024-04-26T06:26:16
2265051362
{ "authors": [ "Ian-cmd-ops", "runeharlyk" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10473", "repo": "runeharlyk/SpotMicroESP32-Leika", "url": "https://github.com/runeharlyk/SpotMicroESP32-Leika/issues/37" }
gharchive/issue
ESP32 Cam not working I can't get the my ESP32 cam to stream or view after I got my ESP32 Uploaded with via PIO. do I need the other modules attached first before it runs #define USE_PSRAM true #define USE_WIFI true #define WAIT_FOR_WIFI false #define USE_WEBSERVER true #define USE_WEBSERVER_SSL false #define U...
2025-04-01T04:35:24.224624
2024-06-04T00:08:46
2332272166
{ "authors": [ "Ben10164", "Unmoon", "aHooder", "capslock13" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10474", "repo": "runelite/plugin-hub", "url": "https://github.com/runelite/plugin-hub/pull/...
gharchive/pull-request
Update advanced-raid-tracker Add TOA, Inferno, Colosseum Improved UI using icons and handling the new raids Various chart improvements and expansion adds Chart Creator Apologies for the size of this update; any future changes will not be nearly this large or as comprehensive in the future. No expectations of this b...
2025-04-01T04:35:24.225819
2020-03-28T14:25:59
589587143
{ "authors": [ "Pingvinszar2", "raiyni" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10475", "repo": "runelite/runelite", "url": "https://github.com/runelite/runelite/issues/11117" }
gharchive/issue
Miscellaneous: Inventory/Bank Slot binder. Self-explanatory. Locks your items/objects in your inventory/bank, or other interfaces. The option will prevent you from accidentally dragging/switching items while doing click-intensive tasks like stringing bows, crafting jewelleries, making arrows, etc. Anti drag works i...
2025-04-01T04:35:24.228360
2022-08-03T14:18:44
1327294686
{ "authors": [ "Adam-", "ghostoo666" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10476", "repo": "runelite/runelite", "url": "https://github.com/runelite/runelite/issues/15436" }
gharchive/issue
Max hit hitsplat not interacting with Special Attack counter plugin Type Incorrect behavior Operating System Windows OS Version Win10 Bug description The special attack counter records either number of successful hits per weapon (dwh) or total damage in special attacks per weapon (bgs). With the new max hit hitsplat...
2025-04-01T04:35:24.230320
2018-07-30T09:08:26
345672580
{ "authors": [ "generiskk", "memementor" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10477", "repo": "runelite/runelite", "url": "https://github.com/runelite/runelite/issues/4563" }
gharchive/issue
Achievement diary typo In the hard lumbridge/draynor diary... says i need 68 farming but really i know i need 63 Since its under the same, I will add this too.
2025-04-01T04:35:24.233415
2019-03-21T13:14:45
423723001
{ "authors": [ "Abextm", "deathbeam", "yyruneliter" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10478", "repo": "runelite/runelite", "url": "https://github.com/runelite/runelite/issues/8278" }
gharchive/issue
Camera Zoom Settings Not Working Outer zoom limit, inner zoom limit, require control down in "Camera Zoom" settings do not work after Runescape update for March 21, 2019. Seems to be at default zoom levels. Vertical camera is functioning properly. Steps to reproduce the behavior: Go to 'Runelite' Login Click on 'Con...
2025-04-01T04:35:24.246204
2020-12-29T01:39:48
775654028
{ "authors": [ "Adam-", "Nightfirecat", "chaticon" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10479", "repo": "runelite/runelite", "url": "https://github.com/runelite/runelite/pull/12990" }
gharchive/pull-request
opponentinfo: make health bar more active Made the health bar continue to display while the opponent attacks the player. Useful for keeping track of enemy hp while recoiling. This looks like it would break whenever you are fighting something in a multi combat area and then had something else attack you. This lo...
2025-04-01T04:35:24.248557
2019-04-08T01:05:29
430215513
{ "authors": [ "xDemoN" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10480", "repo": "runelite/runelite", "url": "https://github.com/runelite/runelite/pull/8442" }
gharchive/pull-request
World Map: Identify Both Shield of Arrav Quest Start Points Closes #8437 Let me know if you'd like the syntax to be different. Enum names updated @Nightfirecat
2025-04-01T04:35:24.253347
2023-08-24T20:33:41
1865844411
{ "authors": [ "austinvazquez", "vsiravar" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10481", "repo": "runfinch/finch-core", "url": "https://github.com/runfinch/finch-core/pull/142" }
gharchive/pull-request
fix: Change rootfs compression to gzip Issue #, if available: Description of changes: Change compression of rootfs bundle to gzip since windows does not come with zstd installed. Testing done: Yes, locally. [X] I've reviewed the guidance in CONTRIBUTING.md License Acceptance By submitting this pull request, I confi...
2025-04-01T04:35:24.257866
2023-10-03T23:35:23
1925108567
{ "authors": [ "pendo324", "vsiravar" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10482", "repo": "runfinch/finch", "url": "https://github.com/runfinch/finch/pull/594" }
gharchive/pull-request
feat: windows persistent disk and other misc fixes/refactors Issue #, if available: Description of changes: Adds persistent disk support to Windows This took more work than anticipated, in order to deal with non-Admin users pkg/disk/dpgo/ is brand new code, and should be a focus of the review pkg/winutil/run_window...
2025-04-01T04:35:24.259242
2023-12-04T22:16:20
2024860212
{ "authors": [ "elboy3" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10483", "repo": "rungalileo/dataquality", "url": "https://github.com/rungalileo/dataquality/pull/814" }
gharchive/pull-request
fix: disallow emb cols as metadata https://app.shortcut.com/galileo/story/9579/dq-adding-x-y-data-x-or-data-y-as-metadata-succeeds-but-should-not Customer ran into issues when logging x as metadata @setu4993 yes we were getting quite an odd error on the runners side!
2025-04-01T04:35:24.272651
2023-12-19T21:54:56
2049495631
{ "authors": [ "Sirri69", "alpayariyak", "christopherwolfsaal", "martinkallstrom" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10484", "repo": "runpod-workers/worker-vllm", "url": "https://github.com/runpod...
gharchive/issue
Runpod I tried to load the docker image and use in runpod. But i got the following message. 023-12-19T21:52:21.224549804Z Traceback (most recent call last): 2023-12-19T21:52:21.224594641Z File "/handler.py", line 3, in 2023-12-19T21:52:21.224600084Z import runpod 2023-12-19T21:52:21.224605461Z File "/usr/local/lib/p...
2025-04-01T04:35:24.275770
2017-06-30T22:11:35
239900189
{ "authors": [ "d3zd3z", "utzig" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10485", "repo": "runtimeco/mcuboot", "url": "https://github.com/runtimeco/mcuboot/pull/77" }
gharchive/pull-request
Always validate slot 0 when requested The MCUBOOT_VALIDATE_SLOT0 feature only verifies the signature when there is no swapping happening. The assumption was that if there is a swap being done, the code will verify the signature of slot 1 before doing the slot. However, either due to bugs, or intentional trickery, it...
2025-04-01T04:35:24.286458
2023-10-29T17:47:15
1967090341
{ "authors": [ "Anmol-Baranwal", "aslezar" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10486", "repo": "rupali-codes/LinksHub", "url": "https://github.com/rupali-codes/LinksHub/pull/2145" }
gharchive/pull-request
Added link to material tailwind Fixes Issue Fixes #2144 Changes proposed New UI Library Material Tailwind added to the database of frontend ui- libraries @rupali-codes The issue of not showing in subcategories. In this case, the resource is limited.
2025-04-01T04:35:24.288144
2024-06-19T17:13:48
2362831320
{ "authors": [ "Riyazul555" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10487", "repo": "rupali-codes/LinksHub", "url": "https://github.com/rupali-codes/LinksHub/pull/2397" }
gharchive/pull-request
Yaak added in Backend Testing Fixes Issue #2380 Changes proposed Screenshots Note to reviewers @rupali-codes please review this pR Thanks
2025-04-01T04:35:24.289527
2019-06-30T18:23:23
462432380
{ "authors": [ "bernardesrodrigo", "ramezanifar" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10488", "repo": "ruscito/pycomm", "url": "https://github.com/ruscito/pycomm/issues/60" }
gharchive/issue
Should it work with AB Emulator 5000? Hi, Greats for the library, I´m trying to make it work with RSLogixEmulator 5000 running in remote machine over ethernet. Should it work like that or only with real hardware? When reading a tag I´m getting the error: "pycomm.cip.cip_base.CommError: can only concatenate str (not "...
2025-04-01T04:35:24.303470
2016-11-12T03:09:49
188888785
{ "authors": [ "edtanous", "ruslo" ], "license": "bsd-2-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10489", "repo": "ruslo/hunter", "url": "https://github.com/ruslo/hunter/pull/580" }
gharchive/pull-request
Fix an issue in OpenSSL build when cross compiling The commit 44c681e1a551e0599a8ca170cb0cfcc19c4a5d54 seems to have broken cross compiling builds, as openssl ./config seems to require both the CC and MACHINE variables to be set, otherwise it seems to default to build host compiler and machine variables. Someone app...
2025-04-01T04:35:24.313403
2021-07-12T13:52:53
942088120
{ "authors": [ "0x2b00b1e5", "gwenn", "thomcc" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10490", "repo": "rusqlite/rusqlite", "url": "https://github.com/rusqlite/rusqlite/issues/992" }
gharchive/issue
Parsing keys for SQLCipher databases Hi, I am probably just missing something but I tried to connect to a sqlcipher database but it didn't work. I first did conn.execute_batch("PRAGMA key = 'test123';") and then conn.execute_batch("SELECT count(*) FROM sqlite_master;") as a test, but this did not decrypt the database...
2025-04-01T04:35:24.315481
2020-11-11T03:50:50
740435956
{ "authors": [ "Veykril", "jrmuizel" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10491", "repo": "rust-analyzer/rust-analyzer", "url": "https://github.com/rust-analyzer/rust-analyzer/issues/6527" }
gharchive/issue
Renaming type renames variables Given the following code: struct tag { x: i32 } fn main() { let tag = Some(4); if let Some(tag) = tag { dbg!(tag); } } renaming struct tag to struct Tag incorrectly produces: struct Tag { x: i32 } fn main() { let tag = Some(4); if let Some(tag) = ...
2025-04-01T04:35:24.317671
2022-02-03T12:20:06
1123019532
{ "authors": [ "flodiebold" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10492", "repo": "rust-analyzer/rust-analyzer", "url": "https://github.com/rust-analyzer/rust-analyzer/pull/11399" }
gharchive/pull-request
Fix assoc type shorthand from method bounds In code like this: impl<T> Option<T> { fn as_deref(&self) -> T::Target where T: Deref {} } when trying to resolve the associated type T::Target, we were only looking at the bounds on the impl (where the type parameter is defined), but the method can add additional boun...
2025-04-01T04:35:24.318861
2020-02-18T11:26:40
566828109
{ "authors": [ "flodiebold", "lnicola" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0004.json.gz:10493", "repo": "rust-analyzer/rust-analyzer", "url": "https://github.com/rust-analyzer/rust-analyzer/pull/3215" }
gharchive/pull-request
Exclude methods from non-parameter types introduced by generic constraints Fixes #3184. r? @flodiebold bors r+