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 |
---|---|---|---|---|---|
930327857
|
Adding dashboard data route on backend
Describe feature
Add a protected route on the backend for fetching and updating data for user dashboard like Profile image, social links,, badges, bio/description, and others.
Add a new collection in db for uploading these details.
Additional context
@rockingrohit9639 @kanak22, please assign it to me, I'd like to work on it :)
You can start working on it
|
gharchive/issue
| 2021-06-25T16:29:41 |
2025-04-01T06:40:15.302136
|
{
"authors": [
"naveen8801",
"rockingrohit9639"
],
"repo": "rockingrohit9639/project-zone",
"url": "https://github.com/rockingrohit9639/project-zone/issues/129",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1951978955
|
use of env
see https://github.com/slackapi/bolt-js/blob/main/examples/getting-started-typescript/src/utils/env.ts
ups - solved in branch 7
ups - solved in branch 7
|
gharchive/issue
| 2023-10-19T11:30:44 |
2025-04-01T06:40:15.333729
|
{
"authors": [
"roebi"
],
"repo": "roebi/slack-to-ticket",
"url": "https://github.com/roebi/slack-to-ticket/issues/9",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2321709414
|
[BUG] Activities: baseline starts/finishes don't match values from SmartPM UI
Current Behavior
I am attempting to recreate this figure:
But for baseline starts and finishes, the values are way off.
Expected behavior
For this specific project, I am plotting 967 starts/finishes, but the SmartPM UI is only showing 464. So my thought is that we are not filtering activities that we probably should.
Steps To Reproduce
Steps to reproduce the behavior:
Run python snippets/explore_activities.py and view the activity_distribution.csv file in the references directory.
Find the same project on SmartPM and find this figure
Export the data
Compare Baseline Starts/Finishes
Additional context
Might be worthwhile talking to SmartPM users to see why or why not certain activities would not be included.
The Planned Start/Finishes are also wrong, but only for the month that the data date falls within
|
gharchive/issue
| 2024-05-28T18:47:51 |
2025-04-01T06:40:15.380248
|
{
"authors": [
"HagenFritz"
],
"repo": "rogers-obrien-rad/smartpm-python-sdk",
"url": "https://github.com/rogers-obrien-rad/smartpm-python-sdk/issues/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1392656709
|
Added a C++ code in the C++ folder [Linear Search in C++] ( Issue #4)
Written the code for Linear Search in C++ programming language.
Resolved the issue. Please merge
The PR got excluded from hacktoberfest pls merge and add the label after 1st oct if possible
I want to work on this. Please assign me this.
|
gharchive/pull-request
| 2022-09-30T16:04:52 |
2025-04-01T06:40:15.397111
|
{
"authors": [
"Nandinisaagar",
"sakshi135"
],
"repo": "rohansaini886/Hacktoberfest2022",
"url": "https://github.com/rohansaini886/Hacktoberfest2022/pull/31",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1359162130
|
How to pass redoc options
Redoc has a number of configurable options documented here. How do you pass these to the Redocusaurus plugin?
I saw one issue that suggested to add this to the theme object but this does not work. For example:
// Redocusaurus config
[
'redocusaurus',
{
// Plugin Options for loading OpenAPI files
specs: [
{
spec: 'openapi/openapi.yaml',
route: '/api/',
config: {
disableSearch: true
}
},
],
// Theme Options for modifying how redoc renders them
theme: {
// Change with your site colors
primaryColor: '#1890ff',
redocOptions: {
disableSearch: true,
hideDownloadButton: true
}
}
},
],
You can pass it as options - https://redocusaurus.vercel.app/docs/getting-started/theme-options
|
gharchive/issue
| 2022-09-01T17:12:43 |
2025-04-01T06:40:15.399471
|
{
"authors": [
"benfoster",
"rohit-gohri"
],
"repo": "rohit-gohri/redocusaurus",
"url": "https://github.com/rohit-gohri/redocusaurus/issues/228",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1190029901
|
[TASK] Release 1.13.0
Description
Release version 1.13.0 and submit the following modules for deployment:
Events BB
API Doc
Acceptance Criteria
Version 1.13.0 tagged in GitHub and the above modules submitted for deployment.
Completed and submitted for deployment.
|
gharchive/issue
| 2022-04-01T16:28:48 |
2025-04-01T06:40:15.405466
|
{
"authors": [
"sandeep-ps"
],
"repo": "rokwire/rokwire-building-blocks-api",
"url": "https://github.com/rokwire/rokwire-building-blocks-api/issues/892",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1614191205
|
y211ga: Installed FW 12 and Hack 0.2.6, motion detection not working
After FW 12.0.37.0_202211241030 installing by official app and 0.2.6 hack reinstalled the camera does not really allow any motion detection anymore (MQTT in HA). Even more interesting, in camera settings the switch for motion detection always switches back to off after I refresh the page.
Trying the same over REST link http://x.x.x.x:8080/cgi-bin/camera_settings.sh?motion_detection=yes brings back this:
{
"error":"false"
}
This happens on two cams, not just one, so I think that a problem on flashing is not our problem here...
Check this commit:
https://github.com/roleoroleo/yi-hack-Allwinner-v2/commit/b40b880afa217446582eeaa6664541f661ccb59c
Ooops, I thought this one was in 0.2.6 already. OK, then this is fine as it's already fixed upstream.
Regarding the motion detection failing. After I switched on the cam on Addin side and it was active on both sides (cam and ha) it did not work... Now a few hours later it indeed sends images again. I think it takes a while to start working maybe?
Regardless, I think it's working as expected now.
|
gharchive/issue
| 2023-03-07T20:52:12 |
2025-04-01T06:40:15.409654
|
{
"authors": [
"dreimer1986",
"roleoroleo"
],
"repo": "roleoroleo/yi-hack-Allwinner-v2",
"url": "https://github.com/roleoroleo/yi-hack-Allwinner-v2/issues/595",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
388928063
|
Typo in EncodedPayload->decreaseSize
https://github.com/rollbar/rollbar-php/blob/c2f8be87983ecdd3c46ceb3c459de02376af4707/src/Payload/EncodedPayload.php#L26
$this->size =- $amount
@ramapitecus thanks for bringing this to our attention (as well as #427 and #428).
@ArturMoczulski can you take a look when you get a chance?
I'm not sure I understand what the problem is here
I'm sorry I wasn't clear. The method is called decreaseSize so I assume that if $this->size is 10, and you call $obj->decreaseSize(2) you'ld want $this->size === 8 but there is a typo there, the =- is flipped. And $this->size === -2 after that call.
Fixed in master. Will be included in the next release.
Released in v1.7.3
|
gharchive/issue
| 2018-12-08T14:44:14 |
2025-04-01T06:40:15.418374
|
{
"authors": [
"ArturMoczulski",
"Ramapitecus",
"jessewgibbs"
],
"repo": "rollbar/rollbar-php",
"url": "https://github.com/rollbar/rollbar-php/issues/426",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1613325387
|
Incorrect typescript type on fallbackUI prop on ErrorBoundary
The fallbackUI prop of ErrorBoundary has incorrect type in index.d.ts:
fallbackUI?: ReactNode;
But the docs says it should be a react component. If I pass a react component:
const FatalError = () => {
return 'Error';
}
<ErrorBoundary fallbackUI={FatalError}>
...
</ErrorBoundary>
typescript will complain with
No overload matches this call.
Overload 1 of 2, '(props: ErrorBoundaryProps | Readonly<ErrorBoundaryProps>): ErrorBoundary', gave the following error.
Type 'FC<{}>' is not assignable to type 'ReactNode'.
Overload 2 of 2, '(props: ErrorBoundaryProps, context: any): ErrorBoundary', gave the following error.
Type 'FC<{}>' is not assignable to type 'ReactNode'.
The doc is passing the component correctly. If you try to satisfy the typescript, you'll get this error:
Unhandled Runtime Error
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.
Check the render method of `ErrorBoundary`.
What I did was hard cast the type on my side:
<ErrorBoundary
errorMessage="Error in React render"
fallbackUI={Error as unknown as React.ReactNode} // Prop is wrongly typed
extra={(_error, _info) => ({
// Extra information that need to be sent to rollbar
})}
>
{children}
</ErrorBoundary>
|
gharchive/issue
| 2023-03-07T12:15:31 |
2025-04-01T06:40:15.422600
|
{
"authors": [
"jfbaraky",
"rnovacek"
],
"repo": "rollbar/rollbar-react",
"url": "https://github.com/rollbar/rollbar-react/issues/87",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
759274182
|
TestAccTeamDeleteOnAPIBeforeApply no longer passes
The code now contained in TestAccTeamDeleteOnAPIBeforeApply used to pass reliably. Now, however, it does not pass. Why?
Disabling this test caused a decrease in coverage: https://coveralls.io/builds/35531461
The original purpose of this test was indeed to cover handleErrNotFound(). And it used to work. Again bringing us to the puzzling question: why does it no longer work?
During testing I have uncovered similar bugs when reading a deleted project or a deleted project access token. Terraform should recognize that the resource has been deleted from the server and re-create it. Instead, Terraform fails.
Maybe, before recent changes, Rollbar API allowed "deleted" teams to be read if requested by ID, even tho the "deleted" teams were not included in the list of teams?
|
gharchive/issue
| 2020-12-08T09:22:28 |
2025-04-01T06:40:15.432846
|
{
"authors": [
"jmcvetta"
],
"repo": "rollbar/terraform-provider-rollbar",
"url": "https://github.com/rollbar/terraform-provider-rollbar/issues/154",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2201026059
|
ICS consumer chain generation
TODO
[x] Add / remove ICS as expected with tags
[x] Add new 'staking' option. This feature is on by default but hidden
If ICS is used, then staking is disabled, removes all references for staking. \
Also remove Distr, Mint, etc.
[x] Integrate Interchaintest w/ simple ICS test ( https://github.com/strangelove-ventures/interchaintest/pull/1088 )
[x] Add test_ics_node.sh instead of test_node.sh w/ Stide's provider hack
[x] CI: Run test_ics_node.sh for ics chain (matrix?)
[x] Speed up CI
[ ] Unit Test (ref: stride, neutron)
[ ] rename to ics_basic_test.go - see if we can abstract in setup.go so we can reuse standard test instead of new ones
[ ] Update to ICTest v8.3.0 + IBC validation (from upstream ICT)
[ ] Local Interchain proper generation (remove default)
[ ] In UI, if ICS selected, deselect POA
Test Basic
make install && rm -rf testics1/
spawn new testics1 --disable=poa,tf,globalfee,packetforward,ibc-ratelimit,cw,wasm-lc,ignite-cli
spawn new chain1 --disable=ics
spawn new chain2
[ ] merge different ChainSepc array setups into 1. This way it can be used in all the test. Then just have the provider setup automatically. We just switch between Ethos, CosmosHub, and Saga (only allow 1 for an ICS chain, Hub default)
[ ] Local-Interchain have ICS be renamed to the normal file start testnet (For JSON generation, maybe have a struct instead of the raw JSON files. (we only bech32 convert wasm1 & wasmd info, so other networks like cosmoshub, neutron, ethos, are safe to support directly in the file)
[ ] Local-IC delete encoding-options which are not used (probably part of the above JSON builder)
TODO: push up ICS 4.1.0 with heighliner to confirm make template-ics and make template-staking's make ictest-basic function as expected
|
gharchive/issue
| 2024-03-21T19:44:07 |
2025-04-01T06:40:15.439109
|
{
"authors": [
"Reecepbcups"
],
"repo": "rollchains/spawn",
"url": "https://github.com/rollchains/spawn/issues/112",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1894705454
|
updated README.md with releases
Overview
Checklist
[ ] New and updated code has appropriate documentation
[ ] New and updated code has new and/or updated testing
[ ] Required CI checks are passing
[ ] Visual proof for any user facing features like CLI or documentation updates
[ ] Linked issues closed with keywords
We are not compatible with mocha-4 / arabica 10 until we do a new release with #1166
Markdown lint still breaks as we don't have a rc13 release yet
|
gharchive/pull-request
| 2023-09-13T14:51:15 |
2025-04-01T06:40:15.445379
|
{
"authors": [
"gupadhyaya",
"nashqueue"
],
"repo": "rollkit/rollkit",
"url": "https://github.com/rollkit/rollkit/pull/1190",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
150221042
|
More installer changes
A handful of changes to support installing Romana with different CIDRs.
Adds a docker_cidr variable to specify the IP and subnet that docker0 interface will bind to.
Makes sure the docker configs are in place before it's installed, because it gets started automatically. (Applying config after means it needs a restart)
Make sure we calculate the host bits based on the romana_cidr (16 - subnet prefix length) and put that in the config.
Sort the hosts (for AWS) so the inventory is consistent on multiple runs of the installer. They're discovered dynamically, so the values would be in an arbitrary order. Sorting by private IP seemed reasonable.
A command-line that uses allthethings is like this:
./romana-setup -n newcidrs -s kubernetes install -e romana_cidr=172.16.0.0/12 -e host_cidr=10.0.0.0/24 -e docker_cidr=192.168.255.1/24
Special note for AWS: The CIDR prefix needs to be at least 16. It really doesn't like having a 10/8.
Is the docker_cidr even used? If I recall correctly, our docker0 interface doesn't even carry an address? Could be wrong, I don't currently have a cluster to look at.
It's not used in a useful way, but it is there by default after installation. Most of the time, nobody cares because 172.16/12 is an uncommon CIDR to use.
But when we want to use it, this variable helps us put docker in a different spot.
As long as this is documented in that way somewhere...
Added documentation (in PR #100) so that we can get this closed.
|
gharchive/pull-request
| 2016-04-21T23:44:10 |
2025-04-01T06:40:15.488129
|
{
"authors": [
"cgilmour",
"jbrendel"
],
"repo": "romana/romana",
"url": "https://github.com/romana/romana/pull/99",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
58726047
|
Initiating roles and permissions
Hey,
on L5 where would you put this initiating roles and permissions file?
Do you create some database/rbac/rbac_init.php file for it?
I understand that later for new users I would integrate this to users management but for initial start do you create them in some init file?
Hello.
Well, sorry, but I don't understand you.
When you are starting, create you first roles and permissions through database seeds and attach permissions for example to a administrator role.
Then create administration panel, where you can attach (or detach of course) roles and permissions to a new users.
Ok, forgot about db seeds. Thanks for hint!
|
gharchive/issue
| 2015-02-24T11:31:04 |
2025-04-01T06:40:15.490338
|
{
"authors": [
"janareit",
"romanbican"
],
"repo": "romanbican/roles",
"url": "https://github.com/romanbican/roles/issues/12",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
622575491
|
feat: add react/react-jsx-no-duplicate-props
This pull request implements the react/jsx-no-duplicate-props lint rule, disallowing duplicate props on JSX elements.
References #341
Supersedes #351
Coauthored by @zackargyle
Looks great, thank you!
|
gharchive/pull-request
| 2020-05-21T15:21:56 |
2025-04-01T06:40:15.513588
|
{
"authors": [
"bitpshr",
"sebmck"
],
"repo": "romejs/rome",
"url": "https://github.com/romejs/rome/pull/502",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
234111954
|
0606的版本,导航树里的图标不能显示
网络控制台里显示以下资源404
http://xxx:9091/transmission/web/tr-web-control/style/icons/warning.png
服务器的对应路径下没有该文件
旧版里的资源地址是
http://xxx:9091/transmission/web/tr-web-control/script/easyui/themes/icons/warning.png
应该是icons文件件没一起提交到这里
https://github.com/balonik/transmission-web-control/tree/master/src/tr-web-control/style/icons
@Cye3s 非常感谢,确实是我没有加icons的文件夹,现在应该好了。
新的transmission-control-full.tar.gz里两个 html 是0字节
|
gharchive/issue
| 2017-06-07T07:06:13 |
2025-04-01T06:40:15.533637
|
{
"authors": [
"Cye3s",
"DarkAlexWang"
],
"repo": "ronggang/transmission-web-control",
"url": "https://github.com/ronggang/transmission-web-control/issues/90",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1025666100
|
How do I change the default path of posh-gvm? (https://github.com/flofreud/posh-gvm/issues/16)
Copy of https://github.com/flofreud/posh-gvm/issues/16
I found that posh-gvm default set its path as C:\Users\user.posh_gvm.
However, in my case, the space of my C: is not very large. So, can I set the default path of posh-gvm to other path ? such as D:\posh_gvm (in my case).
Thanks a lot.
Copy of https://github.com/flofreud/posh-gvm/issues/16#issuecomment-178069660
You need to declare $Global:PGVM_DIR before loading posh-gvm.
|
gharchive/issue
| 2021-10-13T20:26:23 |
2025-04-01T06:40:15.538501
|
{
"authors": [
"ronnypolley"
],
"repo": "ronnypolley/posh-sdkman",
"url": "https://github.com/ronnypolley/posh-sdkman/issues/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2544538362
|
ERROR syntax error, unexpected ')', expecting variable (T_VARIABLE)
ERROR syntax error, unexpected ')', expecting variable (T_VARIABLE) in vendor/ronvanderheijden/openid-connect/src/IdTokenResponse.php on line 39.
There is a comma symbol beyond the last parameter in constructor .
public function __construct(
IdentityRepositoryInterface $identityRepository,
ClaimExtractor $claimExtractor,
Configuration $config,
CurrentRequestServiceInterface $currentRequestService = null,
$encryptionKey = null , <============================== comma
)
You are using an outdated PHP version. You should upgrade to a newer version (preferable 8.3).
this repo should not tell composer it supports PHP 7.4 if it uses a syntax introduced in PHP 8.0 though.
This is true, but still, PHP 7.4 is not actively supported for almost 3 years.
|
gharchive/issue
| 2024-09-24T07:07:49 |
2025-04-01T06:40:15.541209
|
{
"authors": [
"goldgeer",
"ronvanderheijden",
"stof"
],
"repo": "ronvanderheijden/openid-connect",
"url": "https://github.com/ronvanderheijden/openid-connect/issues/30",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1466840893
|
🛑 SSH 🇬🇧 United Kingdom UKO 2 is down
In b20eb11, SSH 🇬🇧 United Kingdom UKO 2 (http://uks-2.opensvr.net:8080/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SSH 🇬🇧 United Kingdom UKO 2 is back up in 44799f8.
|
gharchive/issue
| 2022-11-28T17:52:13 |
2025-04-01T06:40:15.568384
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/12767",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1473927004
|
🛑 TROJAN 🇭🇰 Hong Kong HKE 1 is down
In 6b8afe4, TROJAN 🇭🇰 Hong Kong HKE 1 (https://hkt-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇭🇰 Hong Kong HKE 1 is back up in cc82206.
|
gharchive/issue
| 2022-12-03T11:13:20 |
2025-04-01T06:40:15.571060
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/13044",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1509122218
|
🛑 XRAY 🇨🇦 Canada CAO 1 is down
In 43f2495, XRAY 🇨🇦 Canada CAO 1 (https://cax-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇨🇦 Canada CAO 1 is back up in 51bd40e.
|
gharchive/issue
| 2022-12-23T09:39:31 |
2025-04-01T06:40:15.573584
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/14630",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1509480077
|
🛑 XRAY 🇩🇪 Germany DEH 1 is down
In f37472b, XRAY 🇩🇪 Germany DEH 1 (https://dex-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇩🇪 Germany DEH 1 is back up in 54fda12.
|
gharchive/issue
| 2022-12-23T15:40:00 |
2025-04-01T06:40:15.576307
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/14659",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1515093779
|
🛑 TROJAN 🇺🇸 United States USF 1 is down
In 80afc15, TROJAN 🇺🇸 United States USF 1 (https://ust-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇺🇸 United States USF 1 is back up in 73b91ba.
|
gharchive/issue
| 2022-12-31T11:01:04 |
2025-04-01T06:40:15.578774
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/15387",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1527712451
|
🛑 V2RAY 🇭🇰 Hong Kong HKM 1 is down
In 569d7c1, V2RAY 🇭🇰 Hong Kong HKM 1 (https://hkv-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇭🇰 Hong Kong HKM 1 is back up in 10730c9.
|
gharchive/issue
| 2023-01-10T16:51:17 |
2025-04-01T06:40:15.581271
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/16367",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1602816428
|
🛑 TROJAN 🇩🇪 Germany DEH 1 is down
In 864ca04, TROJAN 🇩🇪 Germany DEH 1 (https://det-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇩🇪 Germany DEH 1 is back up in 6517291.
|
gharchive/issue
| 2023-02-28T10:58:26 |
2025-04-01T06:40:15.583704
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/19536",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1612655809
|
🛑 TROJAN 🇸🇬 Singapore SGO 1 is down
In f8e9d41, TROJAN 🇸🇬 Singapore SGO 1 (https://sgt-2.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇸🇬 Singapore SGO 1 is back up in 1bb81c6.
|
gharchive/issue
| 2023-03-07T03:36:51 |
2025-04-01T06:40:15.586181
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/19840",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1639045625
|
🛑 V2RAY 🇸🇬 Singapore SGO 3 is down
In c235793, V2RAY 🇸🇬 Singapore SGO 3 (https://sgv-4.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇸🇬 Singapore SGO 3 is back up in 1f36b86.
|
gharchive/issue
| 2023-03-24T09:38:55 |
2025-04-01T06:40:15.588862
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/20635",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1640436836
|
🛑 V2RAY 🇮🇩 Indonesia IDG 1 is down
In 67a7f38, V2RAY 🇮🇩 Indonesia IDG 1 (https://idv-2.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇮🇩 Indonesia IDG 1 is back up in a6b67d0.
|
gharchive/issue
| 2023-03-25T08:49:58 |
2025-04-01T06:40:15.591382
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/20687",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2039149903
|
🛑 XRAY 🇸🇬 Singapore SGO 2 is down
In ad675d2, XRAY 🇸🇬 Singapore SGO 2 (https://sgx-3.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇸🇬 Singapore SGO 2 is back up in 414bc49.
|
gharchive/issue
| 2023-12-13T07:51:59 |
2025-04-01T06:40:15.593998
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/22308",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2050551770
|
🛑 SSH 🇺🇸 United States USO 1 is down
In b4f31a1, SSH 🇺🇸 United States USO 1 (http://uss-4.optnl.com:8080/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SSH 🇺🇸 United States USO 1 is back up in cdc7eec.
|
gharchive/issue
| 2023-12-20T13:28:06 |
2025-04-01T06:40:15.596616
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/22836",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2069128993
|
🛑 V2RAY 🇳🇱 Netherlands NLI 1 is down
In 0e8a8c5, V2RAY 🇳🇱 Netherlands NLI 1 (https://nlv-6.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇳🇱 Netherlands NLI 1 is back up in 260727b.
|
gharchive/issue
| 2024-01-07T13:23:32 |
2025-04-01T06:40:15.599302
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/24061",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2141169904
|
🛑 V2RAY 🇱🇻 Latvia LVH 1 is down
In 57080e8, V2RAY 🇱🇻 Latvia LVH 1 (https://lvv-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇱🇻 Latvia LVH 1 is back up in 850ec18.
|
gharchive/issue
| 2024-02-18T20:25:21 |
2025-04-01T06:40:15.601984
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/27086",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1098201293
|
🛑 XRAY 🇩🇪 Germany DEH 1 is down
In 07a1d70, XRAY 🇩🇪 Germany DEH 1 (https://dex-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇩🇪 Germany DEH 1 is back up in 6afcc58.
|
gharchive/issue
| 2022-01-10T17:52:26 |
2025-04-01T06:40:15.604540
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/4783",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1124969783
|
🛑 V2RAY 🇸🇬 Singapore SGV 1 is down
In a23a15b, V2RAY 🇸🇬 Singapore SGV 1 (https://sgv-5.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇸🇬 Singapore SGV 1 is back up in f8a2fc8.
|
gharchive/issue
| 2022-02-05T16:26:08 |
2025-04-01T06:40:15.607004
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/5302",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1174242920
|
🛑 SSH 🇮🇩 Indonesia IDA 2 is down
In 14b4958, SSH 🇮🇩 Indonesia IDA 2 (http://ids-4.opensvr.net:8080/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: SSH 🇮🇩 Indonesia IDA 2 is back up in 5437b2c.
|
gharchive/issue
| 2022-03-19T11:23:39 |
2025-04-01T06:40:15.609548
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/6110",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1266515434
|
🛑 XRAY 🇸🇬 Singapore SGD 1 is down
In 6390e82, XRAY 🇸🇬 Singapore SGD 1 (https://sgx-3.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: XRAY 🇸🇬 Singapore SGD 1 is back up in ac404a5.
|
gharchive/issue
| 2022-06-09T18:38:34 |
2025-04-01T06:40:15.612022
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/7312",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1275742920
|
🛑 TROJAN 🇸🇬 Singapore SGV 1 is down
In 5193ec3, TROJAN 🇸🇬 Singapore SGV 1 (https://sgt-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇸🇬 Singapore SGV 1 is back up in 0be4514.
|
gharchive/issue
| 2022-06-18T09:23:14 |
2025-04-01T06:40:15.614679
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/7434",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
941184765
|
🛑 V2RAY 🇳🇱 Netherlands NLB 1 is down
In bd22c25, V2RAY 🇳🇱 Netherlands NLB 1 (https://nlv-1.openv2ray.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: V2RAY 🇳🇱 Netherlands NLB 1 is back up in 3e8a069.
|
gharchive/issue
| 2021-07-10T06:19:36 |
2025-04-01T06:40:15.617162
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/837",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1412710332
|
🛑 TROJAN 🇳🇱 Netherlands NLB 1 is down
In ca3dd68, TROJAN 🇳🇱 Netherlands NLB 1 (https://nlt-1.opensvr.net/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: TROJAN 🇳🇱 Netherlands NLB 1 is back up in fbcf789.
|
gharchive/issue
| 2022-10-18T07:27:50 |
2025-04-01T06:40:15.619671
|
{
"authors": [
"roosterkid"
],
"repo": "roosterkid/opentunnel-status-server",
"url": "https://github.com/roosterkid/opentunnel-status-server/issues/9626",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1417362893
|
Hunain/issue 12/settings
Related Task # https://github.com/roots-id/roots-react-native/issues/12
ChangeLog:
Added settings screen
Added developer screen link with dummy on settings
Added save screen with mock data
Implemented Picker Component to look better on IOS , previously it was not working with current styling
IOS
https://user-images.githubusercontent.com/19255438/197067056-0619cee2-609f-42c2-bc42-c0e9881f72a7.mov
Android
https://user-images.githubusercontent.com/19255438/197067392-d1cdbffe-18a1-47d1-b3e4-c4111144818c.mov
I had some trouble with this one @HunnySajid.
Web loaded fine. But android didn't load at all and iOS i wasn't able to click around.
I'll try to look into it a bit more tomorrow.
I had some trouble with this one @HunnySajid. Web loaded fine. But android didn't load at all and iOS i wasn't able to click around. I'll try to look into it a bit more tomorrow.
@2byrds for ios its behavior is different. It provides a swapping up/down instead of showing a dropdown.
Can you provide some details about android phone you are using so that I can look into it if it is os/mobile specific issue?
ah yes @HunnySajid I was able to swipe the picker on ios. thx :)
I think my android emulator was in a bad state. i started a fresh one and it worked great.
|
gharchive/pull-request
| 2022-10-20T22:03:36 |
2025-04-01T06:40:15.649400
|
{
"authors": [
"2byrds",
"HunnySajid"
],
"repo": "roots-id/roots-react-native",
"url": "https://github.com/roots-id/roots-react-native/pull/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
659527591
|
Feature request: Confirm Reboot/PowerOff
When I wanted to reboot my Pi, in the menu I choose 'Reboot' and it just rebooted.
Exactly what it should do of course.
What about a confirmation: Are you sure? A mistake is easily made.
Same with 'Off' probably. Did not try that.
Feel free to give this a try - sounds like a good "first issue" :-D
My first issues were #1281 and #1297 but I will give it a try this weekend. Good third issue.
I don't have a screen but the Update/Patch menu has a lot of confirmation questions. So I'll take a look at that.
[ ] merge and adapt PR
tested and is working. closing issue.
|
gharchive/issue
| 2020-07-17T18:50:33 |
2025-04-01T06:40:15.663625
|
{
"authors": [
"adevoss",
"frennkie",
"rootzoll"
],
"repo": "rootzoll/raspiblitz",
"url": "https://github.com/rootzoll/raspiblitz/issues/1354",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
989418103
|
Test & Fix CLN-Rescue Export & Import
Tested the CLN-Import from an older/veryearly c-lightning node ... the test failed. To be retested.
Test worked with RC3 - closing issue.
|
gharchive/issue
| 2021-09-06T20:15:52 |
2025-04-01T06:40:15.665053
|
{
"authors": [
"rootzoll"
],
"repo": "rootzoll/raspiblitz",
"url": "https://github.com/rootzoll/raspiblitz/issues/2517",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1184939356
|
[CL] CLBOSS needs a warning
I was close to a heart attack today when I installed CLBOSS via the Blitz menu and suddenly funds were seemingly moving out of my CL node. Just CLBOSS doing its thing, but this needs a proper warning that CLBOSS is taking control over funds and will take action right after installation.
@openoms is this addressed or should I push to v1.8.1?
not yet, but will add a notice to the menu also
@openoms Can I close for v1.8.0 RC2 release?
@openoms please signal when we can close this one - or we push to v1.8.1
|
gharchive/issue
| 2022-03-29T14:13:30 |
2025-04-01T06:40:15.667295
|
{
"authors": [
"kilrau",
"openoms",
"rootzoll"
],
"repo": "rootzoll/raspiblitz",
"url": "https://github.com/rootzoll/raspiblitz/issues/3043",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1606587321
|
btcpay update v1.8.2, postgres database fix
btcpay update and database creation modified to follow:
https://docs.btcpayserver.org/BTCPayServer/db-migration/
migration is not done yet automatically for old sqlite instances - will test migrating an old store first
cc @NicolasDorier
covers #3701
@openoms plz merge if ready
|
gharchive/pull-request
| 2023-03-02T11:01:28 |
2025-04-01T06:40:15.669030
|
{
"authors": [
"openoms",
"rootzoll"
],
"repo": "rootzoll/raspiblitz",
"url": "https://github.com/rootzoll/raspiblitz/pull/3697",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2740538210
|
🛑 Oshi is down
In f8e053a, Oshi (https://oshi.at) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Oshi is back up in 82eb21b after 6 minutes.
|
gharchive/issue
| 2024-12-15T10:45:58 |
2025-04-01T06:40:15.671389
|
{
"authors": [
"roozbehzarei"
],
"repo": "roozbehzarei/filester-status",
"url": "https://github.com/roozbehzarei/filester-status/issues/266",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2147728676
|
Add MuJoCo by FZI
ros2_control system interface for MuJoCo. Not tested but looks great!
@mergifyio backport humble iron
@christophfroehlich
Thanks for spotting and referencing that implementation! However, I'm afraid that's a little robot dependent at the moment. As far as I'm concerned, MuJoCo needs a specific configuration .xml that specifies the robot to simulate. We could adapt/change it to provide a more generic interface between MuJoCo and ros2_control so that users can simulate arbitrary robots (manipulators). I didn't continue this idea lately, but I'm interested in supporting/implementing if that's of use for the community.
@christophfroehlich
Thanks for spotting and referencing that implementation! However, I'm afraid that's a little robot dependent at the moment. As far as I'm concerned, MuJoCo needs a specific configuration .xml that specifies the robot to simulate. We could adapt/change it to provide a more generic interface between MuJoCo and ros2_control so that users can simulate arbitrary robots (manipulators). I didn't continue this idea lately, but I'm interested in supporting/implementing if that's of use for the community.
For the scope of this PR it is fine like it is. It should just give a reference implementation for users on control.ros.org
I have a personal interest in bringing MuJoCo and ros2_control closer due to a research project I'm working on. But I haven't tried it out yet and can't comment on the limitations. @traversaro pointed me to https://github.com/google-deepmind/mujoco/issues/1432, so I think there is more work to be done to provide a seamless integration like with Gazebo (classic). Once I have the time to work on that, I'd be happy to discuss future steps to find a more general solution.
@traversaro pointed me to google-deepmind/mujoco#1432, so I think there is more work to be done to provide a seamless integration like with Gazebo (classic). Once I have the time to work on that, I'd be happy to discuss future steps to find a more general solution.
Just to complement the link, I think most of people using URDF with MuJoCo either manually or automatically change the URDF before the loading in MuJoCo, or the resulting .mjcf after the conversion, and that is why there are not a lot of discussion like https://github.com/google-deepmind/mujoco/issues/1432 in MuJoCo issue tracker.
|
gharchive/pull-request
| 2024-02-21T21:17:47 |
2025-04-01T06:40:15.797465
|
{
"authors": [
"christophfroehlich",
"stefanscherzinger",
"traversaro"
],
"repo": "ros-controls/control.ros.org",
"url": "https://github.com/ros-controls/control.ros.org/pull/250",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1591752438
|
Remove publish_rate parameter
It was removed https://github.com/ros-controls/ros2_controllers/pull/468
CI is failing, the service_msgs package was added 3 weeks ago https://github.com/ros2/rcl_interfaces/commits/rolling/service_msgs and it was released last week, maybe a package that uses this dependency is not released yet and that's why is failing?
just to clarify, are you asking me the question? :smile:
@bmagyar or @destogl can you relaunch the Github actions ?
just to clarify, because that's unrelated to my PR, are you asking me the question? smile
This was not a question, it was a clarification, but for some reason I added ?. Let's relaunch CI
|
gharchive/pull-request
| 2023-02-20T12:17:47 |
2025-04-01T06:40:15.800573
|
{
"authors": [
"ahcorde",
"tonynajjar"
],
"repo": "ros-controls/gazebo_ros2_control",
"url": "https://github.com/ros-controls/gazebo_ros2_control/pull/179",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2678509647
|
Fixes for 24.04 build
Related to https://github.com/ros-industrial/reach/pull/83
Fix MPI_C not found error similar to https://github.com/ros-industrial/reach/pull/82
Use tf2_eigen.hpp instead of tf2_eigen.h https://github.com/ros2/geometry2/pull/645
Closing; addressed in #35 and #39; thanks for bringing this up
|
gharchive/pull-request
| 2024-11-21T08:29:51 |
2025-04-01T06:40:15.830096
|
{
"authors": [
"marip8",
"r7vme"
],
"repo": "ros-industrial/reach_ros2",
"url": "https://github.com/ros-industrial/reach_ros2/pull/38",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
1395859136
|
Not understand MoveItGroupInterface
Description
I've downloaded Universalrobots driver and followed the procedure to use moveIt!2, it actually works what showed in the README and i use "ur_manipulator" in Rviz to move my arm. But my interest is to use moveit2_tutorials to send pose and design a pick and place application with MoveItGriuoInterface.
What i have designed is:
#include <memory>
#include <rclcpp/rclcpp.hpp>
#include <moveit/move_group_interface/move_group_interface.h>
int main(int argc, char * argv[])
{
rclcpp::init(argc, argv);
auto const node = std::make_shared<rclcpp::Node>(
"hello_moveit",
rclcpp::NodeOptions().automatically_declare_parameters_from_overrides(true)
);
auto const logger = rclcpp::get_logger("ur_manipulator");
// Create the MoveIt MoveGroup Interface
using moveit::planning_interface::MoveGroupInterface;
auto move_group_interface = MoveGroupInterface(node, "ur_manipulator");
printf("picvkandplace");
// Set a target Pose
auto const target_pose = []{
geometry_msgs::msg::Pose msg;
msg.orientation.w = 1.0;
msg.position.x = 0.28;
msg.position.y = -0.2;
msg.position.z = 0.5;
return msg;
}();
move_group_interface.setPoseTarget(target_pose);
// Create a plan to that target pose
auto const [success, plan] = [&move_group_interface]{
moveit::planning_interface::MoveGroupInterface::Plan msg;
auto const ok = static_cast<bool>(move_group_interface.plan(msg));
return std::make_pair(ok, msg);
}();
// Execute the plan
if(success) {
move_group_interface.execute(plan);
} else {
RCLCPP_ERROR(logger, "Planing failed!");
}
// Shutdown ROS
rclcpp::shutdown();
return 0;
}
i launch ros2 run hello_moveit hello_moveit as in the tutorial but i get:
[ERROR] [1664871447.339399807] [hello_moveit]: Could not find parameter robot_description_semantic and did not receive robot_description_semantic via std_msgs::msg::String subscription within 10.000000 seconds.
Error: Could not parse the SRDF XML File. Error=XML_ERROR_EMPTY_DOCUMENT ErrorID=13 (0xd) Line number=0
at line 715 in ./src/model.cpp
[ERROR] [1664871447.342434566] [moveit_rdf_loader.rdf_loader]: Unable to parse SRDF
[FATAL] [1664871447.342740966] [move_group_interface]: Unable to construct robot model. Please make sure all needed information is on the parameter server.
terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to construct robot model. Please make sure all needed information is on the parameter server.
[ros2run]: Aborted
I can't understand what should i look for also because in that everything is set to use moveit, robot_description_semantic included.
Hope someone could help to this endless problem!
Enrico
I have same problem. Who can solve this problem?
@enriLoniterp Did you find an answer? I am developing a similar program.
Thanks for your help!
You are likely missing the step of launching the move_group node for your robot package before running the program.
For example, you can try ros2 launch moveit_resources_panda_moveit_config demo.launch.py. If you are using a different robot there likely alredy exists a package and a launch file that does the same, otherwise you're gonna need to either 1) use MoveIt Setup Assistant to generate an appropriate moveit_config package, or 2) write the launch file by hand.
All of this is more or less covered in the MoveIt docs.
The problem is that your program (actually the MoveGroupInterface constructor) cannot find the SRDF robot description MoveGroupInterface in either of the two places it looks in: 1) in the robot_description_semantic parameter in your node's parameters list, or 2) in a published /robot_description_semantic ROS topic.
It follows that you can solve this in two ways: either 1) feed the robot_description_semantic parameter to your program node when launching it, or 2) configure the move_group node to publish its own robot_description_semantic parameter to a matching topic from which other nodes in the system can read it.
Personally I prefer the second method.
To do this, find the launch file that is creating the move_group node and set its node parameter publish_robot_description_semantic = True . I suggest you set the publish_robot_description as well.
To verify the SRDF is published correctly run
ros2 topic echo /robot_description_semantic
Which should spit out the .srdf file.
Thanks for your fast answer!. I am going to check.
Looks like the discussion is resolved. Feel free to re-open if you'd like to continue it
|
gharchive/issue
| 2022-10-04T08:23:25 |
2025-04-01T06:40:15.864796
|
{
"authors": [
"enriLoniterp",
"felipebapa",
"jwson97",
"okvik",
"sjahr"
],
"repo": "ros-planning/moveit2_tutorials",
"url": "https://github.com/ros-planning/moveit2_tutorials/issues/525",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
1305337441
|
renamed cartesian limits file
Description
Renamed cartesian_limits.yaml to avoid warning when running dual arm demo
Checklist
[ ] Required by CI: Code is auto formatted using clang-format
[ ] While waiting for someone to review your request, please consider reviewing another open pull request to support the maintainers
Thank you @henrygerardmoore !
|
gharchive/pull-request
| 2022-07-14T22:08:25 |
2025-04-01T06:40:15.867877
|
{
"authors": [
"henrygerardmoore",
"vatanaksoytezer"
],
"repo": "ros-planning/moveit2_tutorials",
"url": "https://github.com/ros-planning/moveit2_tutorials/pull/472",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
933150880
|
Clean up move_group and moveit_cpp tutorials
Description
Added panda_hand_controller to the loaded controllers in launch files
switched joint_state_controller to joint_state_broadcaster
updated visual_tools text to snake case for better readability
added collision object example to moveit_cpp tutorial (I am planning on making a PR to remove the demo code from moveit2)
Checklist
[ ] Required by CI: Code is auto formatted using clang-format
[ ] While waiting for someone to review your request, please consider reviewing another open pull request to support the maintainers
Turns out I cannot run because of joint_state_broadcaster is not registered in moveit_resources.
|
gharchive/pull-request
| 2021-06-29T22:26:27 |
2025-04-01T06:40:15.871325
|
{
"authors": [
"MarqRazz",
"vatanaksoytezer"
],
"repo": "ros-planning/moveit2_tutorials",
"url": "https://github.com/ros-planning/moveit2_tutorials/pull/93",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
138573467
|
geometry_experimental: 0.5.13-0 in 'jade/distribution.yaml' [bloom]
Increasing version of package(s) in repository geometry_experimental to 0.5.13-0:
upstream repository: https://github.com/ros/geometry_experimental.git
release repository: https://github.com/ros-gbp/geometry_experimental-release.git
distro file: jade/distribution.yaml
bloom version: 0.5.20
previous version for package: 0.5.12-0
geometry_experimental
* Remove LGPL from license tags
LGPL was erroneously included in 2a38724. As there are no files with it
in the package.
* add missing dependencies in the meta-package geometry_experimental
This partly fixes the doc jobs in #120 <https://github.com/ros/geometry_experimental/issues/120>
* Contributors: Jochen Sprickerhof, Vincent Rabaud
tf2
No changes
tf2_bullet
* Don't export catkin includes
They only point to the temporary include in the build directory.
* Contributors: Jochen Sprickerhof
tf2_eigen
* Added missing inline
* Added unit test
- Testing conversion to msg forward/backward
* Added eigenTotransform function
* Contributors: Davide Tateo, boris-il-forte
tf2_geometry_msgs
* Add missing python_orocos_kdl dependency
* make example into unit test
* vector3 not affected by translation
* Contributors: Daniel Claes, chapulina
tf2_kdl
* converting python test script into unit test
* Don't export catkin includes
* Contributors: Jochen Sprickerhof, Tully Foote
tf2_msgs
No changes
tf2_py
No changes
tf2_ros
* fix documentation warnings
* Adding tests to package
* Contributors: Laurent GEORGE, Vincent Rabaud
tf2_sensor_msgs
* add missing Python runtime dependency
* fix wrong comment
* Adding tests to package
* Fixing do_transform_cloud for python
The previous code was not used at all (it was a mistake in the __init__.py so
the do_transform_cloud was not available to the python users).
The python code need some little correction (e.g there is no method named
read_cloud but it's read_points for instance, and as we are in python we can't
use the same trick as in c++ when we got an immutable)
* Contributors: Laurent GEORGE, Vincent Rabaud
tf2_tools
* casted el to string in view_frames
* Contributors: g_gemignani
hold for coordinated release
|
gharchive/pull-request
| 2016-03-04T20:06:45 |
2025-04-01T06:40:15.888067
|
{
"authors": [
"tfoote"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/10619",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
382282305
|
pacmod3: 1.2.0-0 in 'lunar/distribution.yaml' [bloom]
Increasing version of package(s) in repository pacmod3 to 1.2.0-0:
upstream repository: https://github.com/astuff/pacmod3.git
release repository: https://github.com/astuff/pacmod3-release.git
distro file: lunar/distribution.yaml
bloom version: 0.6.9
previous version for package: 1.1.1-0
pacmod3
* Merge pull request #41 <https://github.com/astuff/pacmod3/issues/41> from astuff/fix/vector_comp_dbc_file
Removing unnecessary line preventing Vector CANdb++ editor from opening
* Merge pull request #39 <https://github.com/astuff/pacmod3/issues/39> from astuff/feat/add_comp_rpt
Feature add component report for each PACMod component.
* DBC: Fixing errors. CI: Adding DBC validation to workflow.
* DBC: Typo on two lines.
* Adding encoding for CLEAR_FAULTS flag.
* Adding parsing and publishing for COMPONENT_RPT.
* DBC: Add COMPONENT_RPT and CLEAR_FAULTS flag.
* Merge pull request #38 <https://github.com/astuff/pacmod3/issues/38> from astuff/feature/add_veh_6
Adding VEHICLE_6.
* Contributors: Daniel-Stanek, Joshua Whitley, Mike Lemm, Nate Imig
Holding for sync
|
gharchive/pull-request
| 2018-11-19T16:02:46 |
2025-04-01T06:40:15.891753
|
{
"authors": [
"JWhitleyAStuff",
"tfoote"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/19495",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
751323948
|
add python3-xmltodict-pip package
Signed-off-by: Masaya Kataoka ms.kataoka@gmail.com
xmltodict Packages in rosdistro is Python2 version.
https://packages.ubuntu.com/search?keywords=python-xmltodict&searchon=names&suite=groovy§ion=all
We want to use it with Python3, so we want to add python3-xmltodict-pip package to rosdistro.
Sorry, I cannot understand why CI was failed.
Does anyone has idea about it?
changed to native packages.
Ubuntu : https://packages.ubuntu.com/search?keywords=python3-xmltodict
Arch : https://www.archlinux.org/packages/community/any/python-xmltodict/
Alpine:https://pkgs.alpinelinux.org/package/edge/community/x86/py3-xmltodict
Debian:https://packages.debian.org/search?keywords=python3-xmltodict
|
gharchive/pull-request
| 2020-11-26T06:30:44 |
2025-04-01T06:40:15.895749
|
{
"authors": [
"hakuturu583"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/27499",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
1742001258
|
Revert "mavlink: 2023.5.5-1 in 'melodic/distribution.yaml' [bloom] (#…
…37150)"
This reverts commit 18c62e19dfc6dd53258cc14c76903fc00cd6ce22.
This has failed to build since it was merged: https://build.ros.org/job/Mbin_uB64__mavlink__ubuntu_bionic_amd64__binary/ . FYI @vooon
@clalancette i've updated patches and can confirm build for Noetic and Iron. But i'm unsure if that's good idea to release for Melodic, as i EOL and i haven't tested for Python 2.
So tomorrow i'm going to release for Noetic, Humble, Iron and Rolling. Is i'm right?
|
gharchive/pull-request
| 2023-06-05T15:14:57 |
2025-04-01T06:40:15.897916
|
{
"authors": [
"clalancette",
"vooon"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/37469",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
2688342614
|
log_view: 0.2.4-1 in 'iron/distribution.yaml' [bloom]
Increasing version of package(s) in repository log_view to 0.2.4-1:
upstream repository: https://github.com/hatchbed/log_view.git
release repository: https://github.com/ros2-gbp/log_view-release.git
distro file: iron/distribution.yaml
bloom version: 0.12.0
previous version for package: null
log_view
* Fix build error caused by mvwprintw. (#19 <https://github.com/hatchbed/log_view/issues/19>)
* Contributors: Marc Alban
Given that this has never been released into Iron before, I'm going to consider this a new package and close this out.
|
gharchive/pull-request
| 2024-11-24T20:32:27 |
2025-04-01T06:40:15.901074
|
{
"authors": [
"clalancette",
"malban"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/43645",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
66045365
|
Updated rosdep rules for the libaria package
Updated rosdep rules to use the binary libaria-dev package, where available.
Fixed.
|
gharchive/pull-request
| 2015-04-03T01:12:19 |
2025-04-01T06:40:15.901898
|
{
"authors": [
"dmiklic"
],
"repo": "ros/rosdistro",
"url": "https://github.com/ros/rosdistro/pull/7758",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
333683451
|
Add dependency on system poco.
If there is a suitable system version of poco, prefer to use it rather
than building poco locally. For bouncy the necessary version of poco is
available from the bionic repositories.
Necessary to bloom poco_vendor without patching.
Thanks for your review @mjcarroll I realized just after when checking this package.xml against the one from ardent that some additional dependencies are needed in the case that poco upstream is not available.
@mjcarroll @dirk-thomas ready for a second round of review with the poco build dependencies removed.
Apologies I'm not aware of the background for this PR - on xenial, libpoco-dev does not pull in PCRE or zlib.
As someone who builds ROS2 from source in CI on xenial and bionic, and depends on catkin_pkg/rosdep to resolve dependencies, I wonder: is there any harm in keeping those build_depends in poco_vendor, given that xenial is nominally a supported platform?
|
gharchive/pull-request
| 2018-06-19T13:56:10 |
2025-04-01T06:40:15.910727
|
{
"authors": [
"nuclearsandwich",
"paulbovbel"
],
"repo": "ros2/poco_vendor",
"url": "https://github.com/ros2/poco_vendor/pull/18",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
123872783
|
Jekyll build error, Wrong Argument Type, Expected String
Configuration file: /Users/ziluweng/Documents/gitHub/kasper/_config.yml
Deprecation: You appear to have pagination turned on, but you haven't included the jekyll-paginate gem. Ensure you have gems: [jekyll-paginate] in your configuration file.
Source: /Users/ziluweng/Documents/gitHub/kasper
Destination: /Users/ziluweng/Documents/gitHub/kasper/_site
Incremental build: disabled. Enable with --incremental
Generating...
Deprecation: Collection#map should be called on the #docs array directly.
Called by /Users/ziluweng/Documents/gitHub/kasper/_plugins/rssgenerator.rb:46:in block in generate'. Deprecation: Collection#count should be called on the #docs array directly. Called by /Users/ziluweng/Documents/gitHub/kasper/_plugins/rssgenerator.rb:49:in rescue in block in generate'.
Deprecation: Collection#reverse should be called on the #docs array directly.
Called by /Users/ziluweng/Documents/gitHub/kasper/_plugins/rssgenerator.rb:51:in block in generate'. Deprecation: Document#title is now a key in the #data hash. Called by /Users/ziluweng/Documents/gitHub/kasper/_plugins/rssgenerator.rb:53:in block (3 levels) in generate'.
Deprecation: Document#excerpt is now a key in the #data hash.
Called by /Users/ziluweng/Documents/gitHub/kasper/_plugins/rssgenerator.rb:55:in `block (3 levels) in generate'.
jekyll 3.0.1 | Error: wrong argument type Jekyll::Excerpt (expected String)
Zilus-MacBook-Pro:kasper ziluweng$ gem
I cloned the repo and ran jekyll serve, and ran into this issue that I'm stuck on. I solved the paginate problem by adding
gems:
jekyll-paginate
But still gives the last error
Hey, It could be related to a newer version of Ruby/Jekyll you might be using.
Patches welcome ;)
Facing the same problem, with a fresh clone of Kasper.
Facing the same problem, with a fresh clone of Kasper.
With a simple jekyll-server:
$ jekyll serve
Configuration file: /private/tmp/kasper/_config.yml
Source: /private/tmp/kasper
Destination: /private/tmp/kasper/_site
Incremental build: disabled. Enable with --incremental
Generating...
Deprecation: Collection#map should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:46:in `block in generate'.
Deprecation: Collection#count should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:49:in `rescue in block in generate'.
Deprecation: Collection#reverse should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:51:in `block in generate'.
Deprecation: Document#title is now a key in the #data hash.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:53:in `block (3 levels) in generate'.
Deprecation: Document#excerpt is now a key in the #data hash.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:55:in `block (3 levels) in generate'.
jekyll 3.0.1 | Error: wrong argument type Jekyll::Excerpt (expected String)
I've tried changing line 55 from:
item.description = parser.convert(post.excerpt)
To:
item.description = 'Whatever' #parser.convert(post.excerpt)
And then I get:
$ jekyll serve
Configuration file: /private/tmp/kasper/_config.yml
Source: /private/tmp/kasper
Destination: /private/tmp/kasper/_site
Incremental build: disabled. Enable with --incremental
Generating...
Deprecation: Collection#map should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:46:in `block in generate'.
Deprecation: Collection#count should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:49:in `rescue in block in generate'.
Deprecation: Collection#reverse should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:51:in `block in generate'.
Deprecation: Document#title is now a key in the #data hash.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:53:in `block (3 levels) in generate'.
Dependency Error: Yikes! It looks like you don't have pygments or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- pygments' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!
Liquid Exception: pygments in /private/tmp/kasper/_posts/2013-11-10-welcome-to-jekyll.markdown
ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
pygments
I've tried both gem install jekyll-pygments and gem install pygments, with no luck.
With a simple jekyll-server:
$ jekyll serve
Configuration file: /private/tmp/kasper/_config.yml
Source: /private/tmp/kasper
Destination: /private/tmp/kasper/_site
Incremental build: disabled. Enable with --incremental
Generating...
Deprecation: Collection#map should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:46:in `block in generate'.
Deprecation: Collection#count should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:49:in `rescue in block in generate'.
Deprecation: Collection#reverse should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:51:in `block in generate'.
Deprecation: Document#title is now a key in the #data hash.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:53:in `block (3 levels) in generate'.
Deprecation: Document#excerpt is now a key in the #data hash.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:55:in `block (3 levels) in generate'.
jekyll 3.0.1 | Error: wrong argument type Jekyll::Excerpt (expected String)
I've tried changing line 55 from:
item.description = parser.convert(post.excerpt)
To:
item.description = 'Whatever' #parser.convert(post.excerpt)
And then I get:
$ jekyll serve
Configuration file: /private/tmp/kasper/_config.yml
Source: /private/tmp/kasper
Destination: /private/tmp/kasper/_site
Incremental build: disabled. Enable with --incremental
Generating...
Deprecation: Collection#map should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:46:in `block in generate'.
Deprecation: Collection#count should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:49:in `rescue in block in generate'.
Deprecation: Collection#reverse should be called on the #docs array directly.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:51:in `block in generate'.
Deprecation: Document#title is now a key in the #data hash.
Called by /private/tmp/kasper/_plugins/rssgenerator.rb:53:in `block (3 levels) in generate'.
Dependency Error: Yikes! It looks like you don't have pygments or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- pygments' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!
Liquid Exception: pygments in /private/tmp/kasper/_posts/2013-11-10-welcome-to-jekyll.markdown
ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
pygments
I've tried both gem install jekyll-pygments and gem install pygments, with no luck.
I managed to solve this error by removing _plugins/rssgenerator.rb and using the default feed.xml which comes by default when you do a jekyll new ...
Simply run: "jekyll s --safe". This should ignore broken dependencies.
The error was indeed coming from _plugins/rssgenerator.rb. Looking at the author's comment: https://github.com/agelber/jekyll-rss the new Jekyll comes with a feed.xml and they suggest to use the default one.
I've included the default feed.xml which comes with the standard jekyll new template and removed the old rssgenerator.rb.
|
gharchive/issue
| 2015-12-25T10:44:24 |
2025-04-01T06:40:15.944209
|
{
"authors": [
"adamatan",
"iamsebastian",
"kweng2",
"rosario",
"stephentu"
],
"repo": "rosario/kasper",
"url": "https://github.com/rosario/kasper/issues/24",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
245173970
|
Fix 202
Here are a few fixes from flight testing on Friday, and fixing unit test issues.
I don't know why it is failing on Travis. It works on my machine. I'll work on that later.
This should be ready to go!
|
gharchive/pull-request
| 2017-07-24T18:48:38 |
2025-04-01T06:40:15.971995
|
{
"authors": [
"superjax"
],
"repo": "rosflight/firmware",
"url": "https://github.com/rosflight/firmware/pull/221",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
}
|
975629445
|
Added config node source nodelet indication
Config file now specifies if the node is a "normal" node or a "nodelet".
Note that we could make kind optional and default to NORMAL.
Note that we could make kind optional and default to NORMAL.
Made this change - default is now NODE.
|
gharchive/pull-request
| 2021-08-20T13:50:00 |
2025-04-01T06:40:15.982863
|
{
"authors": [
"schmerl"
],
"repo": "rosqual/rosdiscover",
"url": "https://github.com/rosqual/rosdiscover/pull/159",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2467953780
|
[ISSUE] 405 Method Not Allowed - AskNavidrome -> Navidrome
Describe the issue
I have managed to create the Alexa skill, set up the asknavidrome service and expose it via Tailscale Funnel + nginx, but I get this log when I look at my systemctl status for the asknavidrome podman service.
Operating System
NixOS
To Reproduce
Using the Test Skill interface in Alexa Skills. It connects to the skill service okay, but when I request a specific song I get these logs:
Logs
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,784 - asknavidrome.subsonic_api - DEBUG - In function search_artist()
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,803 - root - DEBUG - In GeneralExceptionHandler
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,803 - root - ERROR - General Exception: HTTP Error 405: Method Not Allowed
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,803 - root - ERROR - Request Type Was: IntentRequest
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,803 - root - ERROR - Intent Name Was: NaviSonicPlaySongByArtist
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,805 - werkzeug - INFO - 10.88.0.1 - - [15/Aug/2024 12:24:16] "POST / HTTP/1.0" 200 -
aug 15 14:24:19 nixos asknavidrome[202111]: 2024-08-15 12:24:19,717 - werkzeug - INFO - 10.88.0.1 - - [15/Aug/2024 12:24:19] "GET /queue HTTP/1.0" 200 -
aug 15 14:24:23 nixos asknavidrome[202111]: 2024-08-15 12:24:23,911 - werkzeug - INFO - 10.88.0.1 - - [15/Aug/2024 12:24:23] "GET /buffer HTTP/1.0" 200 -
aug 15 14:24:27 nixos asknavidrome[202111]: 2024-08-15 12:24:27,482 - werkzeug - INFO - 10.88.0.1 - - [15/Aug/2024 12:24:27] "GET /history HTTP/1.0" 200 -
Hi Jack,
Can you confirm that the skill is connecting to navidrome, it would have
been included earlier and if it is can you confirm which version of
Navidrome you are using?
On Thu, 15 Aug 2024, 13:27 Jack Oliver, @.***> wrote:
Describe the issue
I have managed to create the Alexa skill, set up the asknavidrome service
and expose it via Tailscale Funnel + nginx, but I get this log when I look
at my systemctl status for the asknavidrome podman service.
Operating System
NixOS
To Reproduce
Using the Test Skill interface in Alexa Skills. It connects to the skill
service okay, but when I request a specific song I get these logs:
Logs
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,784 - asknavidrome.subsonic_api - DEBUG - In function search_artist()
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,803 - root - DEBUG - In GeneralExceptionHandler
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,803 - root - ERROR - General Exception: HTTP Error 405: Method Not Allowed
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,803 - root - ERROR - Request Type Was: IntentRequest
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,803 - root - ERROR - Intent Name Was: NaviSonicPlaySongByArtist
aug 15 14:24:16 nixos asknavidrome[202111]: 2024-08-15 12:24:16,805 - werkzeug - INFO - 10.88.0.1 - - [15/Aug/2024 12:24:16] "POST / HTTP/1.0" 200 -
aug 15 14:24:19 nixos asknavidrome[202111]: 2024-08-15 12:24:19,717 - werkzeug - INFO - 10.88.0.1 - - [15/Aug/2024 12:24:19] "GET /queue HTTP/1.0" 200 -
aug 15 14:24:23 nixos asknavidrome[202111]: 2024-08-15 12:24:23,911 - werkzeug - INFO - 10.88.0.1 - - [15/Aug/2024 12:24:23] "GET /buffer HTTP/1.0" 200 -
aug 15 14:24:27 nixos asknavidrome[202111]: 2024-08-15 12:24:27,482 - werkzeug - INFO - 10.88.0.1 - - [15/Aug/2024 12:24:27] "GET /history HTTP/1.0" 200 -
—
Reply to this email directly, view it on GitHub
https://github.com/rosskouk/asknavidrome/issues/47, or unsubscribe
https://github.com/notifications/unsubscribe-auth/ALZJF3TMQODS6YZAWYMMMMTZRSNBNAVCNFSM6AAAAABMSDR6MWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3DOOJVGM3TQMA
.
You are receiving this because you are subscribed to this thread.Message
ID: @.***>
Hey! I'm having a hard time accessing those logs. I'm using systemctl status podman-asknavidrome at the moment to get a log of what's happening.
Navidrome version is [0.49.3](https://github.com/navidrome/navidrome/releases/tag/v0.49.3)
Here is my NixOS configuration also:
{ config, pkgs, ... }:
{
config.virtualisation.oci-containers.containers."asknavidrome" = {
autoStart = true;
image = "ghcr.io/rosskouk/asknavidrome";
ports = [ "5000:5000" ];
environment = {
NAVI_SKILL_ID = "REDACTED";
NAVI_SONG_COUNT = "50";
NAVI_URL = "https://REDACTED.ts.net/navidrome";
NAVI_USER = "REDACTED";
NAVI_PASS = "REDACTED";
NAVI_PORT = "443";
NAVI_API_PATH = "/rest";
NAVI_API_VER = "1.16.1";
NAVI_DEBUG = "3";
};
};
}
Ah, I found it through journalctl.
I am getting a 'Failed to connect to Navidrome'. All the details are correct, and I can /rest/ping it no problem from Postman.
Ok, that's definitely the problem. I'd recommend you triple check the
config. And if possible see if you can perform the ping API call from
within the container
On Thu, 15 Aug 2024, 13:57 Jack Oliver, @.***> wrote:
Ah, I found it through journalctl.
I am getting a 'Failed to connect to Navidrome'. All the details are
correct, and I can /rest/ping it no problem from Postman.
—
Reply to this email directly, view it on GitHub
https://github.com/rosskouk/asknavidrome/issues/47#issuecomment-2291219330,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ALZJF3VUPA3FXYPA4WCSXBDZRSQTZAVCNFSM6AAAAABMSDR6MWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJRGIYTSMZTGA
.
You are receiving this because you commented.Message ID:
@.***>
I've taken it out of systemctl for now and just doing docker run instead. It's very confusing because it says connected, and then not.
2024-08-15 13:41:29,088 - asknavidrome.subsonic_api - DEBUG - Connected to Navidrome
2024-08-15 13:41:29,088 - asknavidrome.subsonic_api - DEBUG - In function ping()
2024-08-15 13:41:29,112 - asknavidrome.subsonic_api - ERROR - Failed to connect to Navidrome
If I ping the URL from Postman, with the credentials I have in the Docker run env variables, i get a <subsonic-response> back, but it still says failed to connect when i boot the container. Very odd.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 155 0 155 0 0 8403 0 --:--:-- --:--:-- --:--:-- 8611
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.16.1" type="navidrome" serverVersion="0.49.3 (8b93962f)"></subsonic-response>
Looks like I can ping it from inside the container, so I'm not sure what's up at this point lol.
Got it working. Couple things I noticed / tried;
Works well with the demo navidrome instance, so I don't think it's anything wrong with the code.
Didn't like it being on a /navidrome proxy pass on nginx - for some reason.
Set it to the root /, and had to add /navidrome/rest in the API path, and then it worked.
Thanks for being a great rubber duck! 😆 🦆
|
gharchive/issue
| 2024-08-15T12:26:40 |
2025-04-01T06:40:16.002006
|
{
"authors": [
"jackoliver",
"rosskouk"
],
"repo": "rosskouk/asknavidrome",
"url": "https://github.com/rosskouk/asknavidrome/issues/47",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
530857874
|
Brave instead of Chrome?
Is it possible to use Brave browser instead of Chrome?
It's supposedly build off of Chromium, if that helps?
Sorry I don't know much so I'm not even sure if this is a valid question to ask.
Thanks!
@hebron-george Sure if it's built on Chrome then it should work. Check out https://github.com/route/ferrum#customization and Ferrum::Browser.new(browser_path: "/path/to/browser") option and put a path to your browser bin there. Let me know if it works we can add it to README.
@route Looks like that worked.
I haven't done any thorough testing though so I'm not sure if there are some features that won't work but at the least - the browser loads up with the page I requested.
Thanks!
|
gharchive/issue
| 2019-12-02T02:56:23 |
2025-04-01T06:40:16.257014
|
{
"authors": [
"hebron-george",
"route"
],
"repo": "route/ferrum",
"url": "https://github.com/route/ferrum/issues/35",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2178637460
|
[pgadmin4] Bump appVersion to v8.4
What this PR does / why we need it:
This update of pgAdmin4 fixes CVE-2024-2044.
Which issue this PR fixes
none
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[x] DCO signed
[x] Chart Version bumped
[ ] Variables are documented in the README.md
[x] Title of the PR starts with chart name (e.g. [pgadmin4])
Note: it turns out that dpage/pgadmin4 does not have v8.5 available yet.
Note: it turns out that dpage/pgadmin4 does not have v8.5 available yet.
that is correct, cause 8.4 got pushed 4 days ago. So most likely in a month 8.5 will be released.
|
gharchive/pull-request
| 2024-03-11T09:21:21 |
2025-04-01T06:40:16.279289
|
{
"authors": [
"jstsddg",
"rowanruseler"
],
"repo": "rowanruseler/helm-charts",
"url": "https://github.com/rowanruseler/helm-charts/pull/245",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
2039763925
|
🛑 Umiya Agro Solvex is down
In aea62c5, Umiya Agro Solvex (https://umiyaagrosolvex.com/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Umiya Agro Solvex is back up in f4ddc26 after 5 minutes.
|
gharchive/issue
| 2023-12-13T13:53:41 |
2025-04-01T06:40:16.327965
|
{
"authors": [
"rpharaniya"
],
"repo": "rpharaniya/websites-uptime-monitor",
"url": "https://github.com/rpharaniya/websites-uptime-monitor/issues/1658",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1679007445
|
🛑 Breze Cleaning is down
In 8ad4373, Breze Cleaning (https://brezecleaning.com/) was down:
HTTP code: 504
Response time: 6313 ms
Resolved: Breze Cleaning is back up in 29e6f76.
|
gharchive/issue
| 2023-04-21T19:47:44 |
2025-04-01T06:40:16.330392
|
{
"authors": [
"rpharaniya"
],
"repo": "rpharaniya/websites-uptime-monitor",
"url": "https://github.com/rpharaniya/websites-uptime-monitor/issues/291",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
744262558
|
Support for arm64
Addresses #13
This PR modifies build tags for ws2811_sim.go and ws2811_arm.go (also renamed to ws2811_hw.go) to support building for arm64 targets like the Raspberry Pi 4B
This has been tested, and works directly compiling on a Raspberry Pi 4B running Ubuntu 20.10 server for arm64.
Thank you @onnenon for your contribution.
Thank you! Happy I could contribute.
|
gharchive/pull-request
| 2020-11-16T22:47:32 |
2025-04-01T06:40:16.333215
|
{
"authors": [
"onnenon",
"supcik"
],
"repo": "rpi-ws281x/rpi-ws281x-go",
"url": "https://github.com/rpi-ws281x/rpi-ws281x-go/pull/14",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
593526753
|
updates readme
Issue that this pull request solves
Solves: updates readme
Proposed changes
Updates readme - added new commands details, added wiki link
Types of changes
Put an x in the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] Documentation update (Documentation content changed)
[ ] Other (please describe):
Checklist
Put an x in the boxes that apply
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
Screenshots
changes link: https://github.com/rpotter12/whatsapp-play/blob/pull/README.md
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 9
See the complete overview on Codacy
|
gharchive/pull-request
| 2020-04-03T17:17:27 |
2025-04-01T06:40:16.377276
|
{
"authors": [
"rpotter12"
],
"repo": "rpotter12/whatsapp-play",
"url": "https://github.com/rpotter12/whatsapp-play/pull/276",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1490346728
|
🛑 Tu Empleo Ideal is down
In 65c937e, Tu Empleo Ideal (http://www.vacantestei.com/home) was down:
HTTP code: 0
Response time: 0 ms
Resolved: Tu Empleo Ideal is back up in 32e73cd.
|
gharchive/issue
| 2022-12-11T19:14:27 |
2025-04-01T06:40:16.386011
|
{
"authors": [
"rrc011"
],
"repo": "rrc011/tuempleo-ideal-status",
"url": "https://github.com/rrc011/tuempleo-ideal-status/issues/88",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1971039196
|
Multiple errors on creation
In the part where the images are chosen, an error appears, which I attach, and after that part where all the parameters that were configured are confirmed, when creating the files, more errors also appear, which I also attach.
Last Version Version [e.g. 1.0.0.0-alpha-8]
It was a problem with my permissions, thank you, issue closed
|
gharchive/issue
| 2023-10-31T18:08:20 |
2025-04-01T06:40:16.388795
|
{
"authors": [
"rubgeax"
],
"repo": "rrirower/DP2SceneGraphWizard",
"url": "https://github.com/rrirower/DP2SceneGraphWizard/issues/49",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1164237843
|
ProviderOrFamily not exposed
Could you please expose ProviderOrFamily so we can reference it?
We need it in some implementation of writing custom state notifier provider builder, the generics can get too long so we are writing these helper to shorten that, but then we cannot declare the type of ' List? dependencies'.
Could you expand on the reason why you need it?
Let's say that we have a StateNotifier<Some<Really<Nested>>> that is used super frequently.
When creating provider with:
StateNotifierProvider<Notifier, State>, it's kind of unnecessary to repeat it if the state type and notifier are unified through out some major functionalities of the app. We do understand the Dart limitation of type inference and the need of two generics. But It's not possible instantiate a StateNotifierProvider fully if you can't add dependencies when needed to conform with riverpod API.
I believe exposing this will allow more flexibility according to the user's architecture and needs.
But how does this relate to ProviderOrFamily?
Oh I see. I forgot that it's used by "dependencies". Fair enough then, it not being exposed is a mistake.
|
gharchive/issue
| 2022-03-09T17:31:38 |
2025-04-01T06:40:16.391512
|
{
"authors": [
"erabti",
"rrousselGit"
],
"repo": "rrousselGit/river_pod",
"url": "https://github.com/rrousselGit/river_pod/issues/1266",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1323473117
|
Project doesn't compile if the type of certain providers is not explicitly specified
To Reproduce
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
final progressProvider = Provider((ref) {
return 0.5.clamp(0.0, 1.0);
});
void main() {
runApp(
const MaterialApp(
home: Scaffold(),
),
);
}
The type is inferred correctly as you can see here:
There are no errors or warnings, but when you try to compile it fails with this message:
Unhandled exception:
Crash when compiling null,
at character offset null:
Null check operator used on a null value
#0 TypeInferrerImpl._inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2531:28)
#1 TypeInferrerImpl.inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2155:12)
#2 TypeInferrerImpl._inferInstanceMethodInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:3295:40)
#3 TypeInferrerImpl.inferMethodInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:3832:20)
#4 InferenceVisitor.visitMethodInvocation (package:front_end/src/fasta/kernel/inference_visitor.dart:2909:21)
#5 MethodInvocation.acceptInference (package:front_end/src/fasta/kernel/internal_ast.dart:4644:20)
#6 TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2030:27)
#7 TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2067:40)
#8 InferenceVisitor.visitReturnStatement (package:front_end/src/fasta/kernel/inference_visitor.dart:5947:61)
#9 ReturnStatement.accept (package:kernel/ast.dart:9864:43)
#10 TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:4115:24)
#11 InferenceVisitor._visitStatements (package:front_end/src/fasta/kernel/inference_visitor.dart:542:20)
#12 InferenceVisitor.visitBlock (package:front_end/src/fasta/kernel/inference_visitor.dart:563:31)
#13 Block.accept (package:kernel/ast.dart:8885:43)
#14 TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:4115:24)
#15 TypeInferrerImpl.inferLocalFunction (package:front_end/src/fasta/type_inference/type_inferrer.dart:2861:43)
#16 InferenceVisitor.visitFunctionNode (package:front_end/src/fasta/kernel/inference_visitor.dart:1380:21)
#17 InferenceVisitor.visitFunctionExpression (package:front_end/src/fasta/kernel/inference_visitor.dart:1411:9)
#18 FunctionExpression.accept1 (package:kernel/ast.dart:8283:9)
#19 TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2032:27)
#20 TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2067:40)
#21 TypeInferrerImpl._inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2428:46)
#22 TypeInferrerImpl.inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2155:12)
#23 InferenceVisitor.visitConstructorInvocation (package:front_end/src/fasta/kernel/inference_visitor.dart:700:49)
#24 ConstructorInvocation.accept1 (package:kernel/ast.dart:6383:9)
#25 TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2032:27)
#26 TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2067:40)
#27 _ImplicitFieldTypeRoot.computeType (package:front_end/src/fasta/kernel/implicit_field_type.dart:162:55)
#28 SourceFieldBuilder.inferType (package:front_end/src/fasta/source/source_field_builder.dart:456:47)
#29 SourceLoader.performTopLevelInference (package:front_end/src/fasta/source/source_loader.dart:2292:35)
#30 KernelTarget.buildOutlines.<anonymous closure> (package:front_end/src/fasta/kernel/kernel_target.dart:531:14)
<asynchronous suspension>
#31 withCrashReporting (package:front_end/src/fasta/crash.dart:122:12)
<asynchronous suspension>
#32 IncrementalCompiler.computeDelta.<anonymous closure> (package:front_end/src/fasta/incremental_compiler.dart:400:33)
<asynchronous suspension>
#33 IncrementalCompiler.compile (package:vm/incremental_compiler.dart:68:50)
<asynchronous suspension>
#34 FrontendCompiler.compile (file:///opt/s/w/ir/x/w/sdk/pkg/frontend_server/lib/frontend_server.dart:562:11)
<asynchronous suspension>
#35 listenAndCompile.<anonymous closure> (file:///opt/s/w/ir/x/w/sdk/pkg/frontend_server/lib/frontend_server.dart:1199:11)
<asynchronous suspension>
#0 TypeInferrerImpl._inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2531:28)
#1 TypeInferrerImpl.inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2155:12)
#2 TypeInferrerImpl._inferInstanceMethodInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:3295:40)
#3 TypeInferrerImpl.inferMethodInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:3832:20)
#4 InferenceVisitor.visitMethodInvocation (package:front_end/src/fasta/kernel/inference_visitor.dart:2909:21)
#5 MethodInvocation.acceptInference (package:front_end/src/fasta/kernel/internal_ast.dart:4644:20)
#6 TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2030:27)
#7 TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2067:40)
#8 InferenceVisitor.visitReturnStatement (package:front_end/src/fasta/kernel/inference_visitor.dart:5947:61)
#9 ReturnStatement.accept (package:kernel/ast.dart:9864:43)
#10 TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:4115:24)
#11 InferenceVisitor._visitStatements (package:front_end/src/fasta/kernel/inference_visitor.dart:542:20)
#12 InferenceVisitor.visitBlock (package:front_end/src/fasta/kernel/inference_visitor.dart:563:31)
#13 Block.accept (package:kernel/ast.dart:8885:43)
#14 TypeInferrerImpl.inferStatement (package:front_end/src/fasta/type_inference/type_inferrer.dart:4115:24)
#15 TypeInferrerImpl.inferLocalFunction (package:front_end/src/fasta/type_inference/type_inferrer.dart:2861:43)
#16 InferenceVisitor.visitFunctionNode (package:front_end/src/fasta/kernel/inference_visitor.dart:1380:21)
#17 InferenceVisitor.visitFunctionExpression (package:front_end/src/fasta/kernel/inference_visitor.dart:1411:9)
#18 FunctionExpression.accept1 (package:kernel/ast.dart:8283:9)
#19 TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2032:27)
#20 TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2067:40)
#21 TypeInferrerImpl._inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2428:46)
#22 TypeInferrerImpl.inferInvocation (package:front_end/src/fasta/type_inference/type_inferrer.dart:2155:12)
#23 InferenceVisitor.visitConstructorInvocation (package:front_end/src/fasta/kernel/inference_visitor.dart:700:49)
#24 ConstructorInvocation.accept1 (package:kernel/ast.dart:6383:9)
#25 TypeInferrerImpl._inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2032:27)
#26 TypeInferrerImpl.inferExpression (package:front_end/src/fasta/type_inference/type_inferrer.dart:2067:40)
#27 _ImplicitFieldTypeRoot.computeType (package:front_end/src/fasta/kernel/implicit_field_type.dart:162:55)
#28 SourceFieldBuilder.inferType (package:front_end/src/fasta/source/source_field_builder.dart:456:47)
#29 SourceLoader.performTopLevelInference (package:front_end/src/fasta/source/source_loader.dart:2292:35)
#30 KernelTarget.buildOutlines.<anonymous closure> (package:front_end/src/fasta/kernel/kernel_target.dart:531:14)
<asynchronous suspension>
#31 withCrashReporting (package:front_end/src/fasta/crash.dart:122:12)
<asynchronous suspension>
#32 IncrementalCompiler.computeDelta.<anonymous closure> (package:front_end/src/fasta/incremental_compiler.dart:400:33)
<asynchronous suspension>
#33 IncrementalCompiler.compile (package:vm/incremental_compiler.dart:68:50)
<asynchronous suspension>
#34 FrontendCompiler.compile (file:///opt/s/w/ir/x/w/sdk/pkg/frontend_server/lib/frontend_server.dart:562:11)
<asynchronous suspension>
#35 listenAndCompile.<anonymous closure> (file:///opt/s/w/ir/x/w/sdk/pkg/frontend_server/lib/frontend_server.dart:1199:11)
<asynchronous suspension>
the Dart compiler exited unexpectedly.
the Dart compiler exited unexpectedly.
Exited (1)
Specifying the type solves the problem:
final progressProvider = Provider<double>((ref) {
return 0.5.clamp(0.0, 1.0);
});
In this case it has to do with clamp but I don't know why exactly.
That's a Dart bug. Nothing I can't do
Try raising an issue on the Dart SDK instead
|
gharchive/issue
| 2022-07-31T14:11:51 |
2025-04-01T06:40:16.396134
|
{
"authors": [
"UCetinkaya94",
"rrousselGit"
],
"repo": "rrousselGit/riverpod",
"url": "https://github.com/rrousselGit/riverpod/issues/1521",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1805601376
|
Update README.md
Updated installation instructions for GPU support.
This definitely looks like an improvement to me. I approved the CI run and can merge when it completes.
Codecov Report
Merging #121 (a392641) into main (2ebe147) will not change coverage.
The diff coverage is n/a.
@@ Coverage Diff @@
## main #121 +/- ##
=======================================
Coverage 78.82% 78.82%
=======================================
Files 49 49
Lines 2135 2135
=======================================
Hits 1683 1683
Misses 452 452
Flag
Coverage Δ
unittests
78.82% <ø> (ø)
Flags with carried forward coverage won't be shown. Click here to find out more.
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
|
gharchive/pull-request
| 2023-07-14T21:26:04 |
2025-04-01T06:40:16.419326
|
{
"authors": [
"DorisMai",
"codecov-commenter",
"kmdalton"
],
"repo": "rs-station/careless",
"url": "https://github.com/rs-station/careless/pull/121",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
92303121
|
My application crash in Iphone4s & IOS8.3
Filtered syslog:
2015-06-25 23:54:58.769 Meet[390]: <Error> objc[390]: Class SDImageCache is implemented in both /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Frameworks/SDWebImage.framework/SDWebImage and /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Meet. One of the two will be used. Which one is undefined.
2015-06-25 23:54:58.769 Meet[390]: <Error> objc[390]: Class SDWebImageDownloaderOperation is implemented in both /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Frameworks/SDWebImage.framework/SDWebImage and /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Meet. One of the two will be used. Which one is undefined.
2015-06-25 23:54:58.770 Meet[390]: <Error> objc[390]: Class SDWebImageManager is implemented in both /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Frameworks/SDWebImage.framework/SDWebImage and /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Meet. One of the two will be used. Which one is undefined.
2015-06-25 23:54:58.771 Meet[390]: <Error> objc[390]: Class SDWebImageCombinedOperation is implemented in both /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Frameworks/SDWebImage.framework/SDWebImage and /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Meet. One of the two will be used. Which one is undefined.
2015-06-25 23:54:58.771 Meet[390]: <Error> objc[390]: Class SDWebImagePrefetcher is implemented in both /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Frameworks/SDWebImage.framework/SDWebImage and /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Meet. One of the two will be used. Which one is undefined.
2015-06-25 23:54:58.771 Meet[390]: <Error> objc[390]: Class SDWebImageDownloader is implemented in both /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Frameworks/SDWebImage.framework/SDWebImage and /private/var/mobile/Containers/Bundle/Application/302D9935-E381-46AE-8D03-B58829D2CD24/Meet.app/Meet. One of the two will be used. Which one is undefined.
2015-06-25 23:54:59.184 Meet[390]: <Error> assertion failed: 12F70: libxpc.dylib + 51923 [89A85F22-6D73-33D8-9D7A-FCF58D58C58E]: 0x7d
2015-06-25 23:54:59.942 Meet[390]: <Error> SecTrustEvaluate [leaf AnchorTrusted]
2015-06-25 23:55:00.218 Meet[390]: <Warning> Could not load the " " image referenced from a nib in the bundle with identifier "com.yktx.Meets"
2015-06-25 23:55:05.282 Meet[390]: <Error> *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]:
Does the app run fine on the simulator or an iPhone 5/6/6P ?
Is it a swift project?
How did you add the SDWebImage.framework in your project?
Can you check if you have added it twice?
Hello, I'm using swift, actually, I'm here is to run everything possible, but submit appStore, feedback to me is on the iphone 4 collapse, then, I saw the show my log is SwWeb have a problem.
I am using CocoaPods added,I didn't add twice... I am also very upset
So you only face this problem in the iPhone 4S device?
I think it should be.
At least I hand the 5S, touch, 6plus, 6 real machine running no problem. Here I no 4S, only the virtual machine, virtual machines running if no problem, so I think is not only real 4S will appear in this issue.
I don't know why this is a problem, and I don't know what 4S is like.
I intend to file a, have a look will not have this problem.
Your app is directly linking SDWebImage as a static library, and using iOS 8's dynamic frameworks to link it at runtime. You'll want to remove one of those two.
@wodetian any updates on this?
@wodetian I'm going to close the issue. Please reopen when you can bring updates.
|
gharchive/issue
| 2015-07-01T07:40:59 |
2025-04-01T06:40:16.424906
|
{
"authors": [
"bpoplauschi",
"cbowns",
"mythodeia",
"wodetian"
],
"repo": "rs/SDWebImage",
"url": "https://github.com/rs/SDWebImage/issues/1202",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
511790330
|
adjust aqua and blue in the light variant
Aqua and blue are not distinguishable enough in the light variant, I'm tring to make them more distinguishable.
Hmmm, I think it can be a little bit difficult to distinguish them in the light variant, but I think the original is decent enough as is. The new version seems a little bit harder to distinguish and I think the contrast looks good enough already. So, my vote is to stick to the original.
Sorry for bothering, but I need other people's help.
And don't worry, I don't mind helping out. It's not a bother at all! 😄
Thanks for your help!
I decided to use the original color palette instead, but slightly increased the contrast of black(used in the Normal highlight group). I'm personally satisfied with this. What do you think?
Sure, I think this looks good! I'll go ahead and merge.
|
gharchive/pull-request
| 2019-10-24T08:30:56 |
2025-04-01T06:40:16.427306
|
{
"authors": [
"rsaihe",
"sainnhe"
],
"repo": "rsaihe/gruvbox-material-kitty",
"url": "https://github.com/rsaihe/gruvbox-material-kitty/pull/2",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
170959566
|
point bower "main" at the build wad.js file
From the current bower.json:
"main": "wad.js",
wad.js is inside build/ though, so tools like wiredep and bowerRequirejs can't find it. I suggest pointing it at build/wad.js. I could be missing something though! Thoughts?
Thanks for contributing!
|
gharchive/pull-request
| 2016-08-12T21:07:59 |
2025-04-01T06:40:16.460173
|
{
"authors": [
"mwcz",
"rserota"
],
"repo": "rserota/wad",
"url": "https://github.com/rserota/wad/pull/69",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1533734185
|
#4 update video display
キャプチャしたフレーム数を表示するようにした
エンコード動画ファイル名にfpsを追加した
手元の環境で動作確認した
マージするぜ
|
gharchive/pull-request
| 2023-01-15T09:26:38 |
2025-04-01T06:40:16.482226
|
{
"authors": [
"rsna6ce"
],
"repo": "rsna6ce/3dp_timelapse",
"url": "https://github.com/rsna6ce/3dp_timelapse/pull/6",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
437533585
|
Let! shadowing
Here's the behaviour in question, this test fails.
describe do
let!(:foo) { 1 }
context do
let(:foo) { raise "boom" }
it {}
end
end
The inner foo overrides the outer foo's behaviour, but it doesn't turn foo into a let from a let!. This isn't what I would expect although I understand why it happens.
What is your question?
@benoittgt, do you consider this a bug?
I don't see this as a bug. 😊
So I am closing the issue. We can re-open it if needed.
I'd say the example code's behavior is somewhat surprising. One might expect lets and let!s to be completely independent and not interact with each other. Perhaps a documentation adjustment is warranted?
What do you think about it @JonRowe ?
From: https://relishapp.com/rspec/rspec-core/v/3-8/docs/helper-methods/let-and-let
Use let to define a memoized helper method. The value will be cached across
multiple calls in the same example but not across examples.
Note that let is lazy-evaluated: it is not evaluated until the first time
the method it defines is invoked. You can use let! to force the method's
invocation before each example.
It should therefore be clear this is expected Ruby semantics for methods that have been defined.
If we add to this I think it should be in the form of adding a note to the second paragraph that "This can not be undone and will apply to any future conflicting method definition". Or some such.
I'd also support highlighting the fact that methods are defined, maybe we just add helper *method*
|
gharchive/issue
| 2019-04-26T07:19:51 |
2025-04-01T06:40:16.500270
|
{
"authors": [
"JonRowe",
"benoittgt",
"danielwaterworth",
"mikegee"
],
"repo": "rspec/rspec-core",
"url": "https://github.com/rspec/rspec-core/issues/2620",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
2285981
|
Modules included in example groups aren't visible in Ruby 1.9.3
In Ruby 1.9.3, when including a module in an example group, constants defined in the module aren't in scope:
module X
module Y
def self.a_method
5
end
end
end
describe X::Y do
include X
it "can access Y" do
Y.a_method.should == 5
end
end
This fails with "NameError: uninitialized constant Y".
This worked fine in 1.9.2, so it seemed like a Ruby change caused the regression. It happens both with rspec-core 2.6.0 and 2.7.1.
Looks like a Ruby bug:
module X
module Y
def self.a
puts 'a'
end
end
end
class Foo
end
a = Class.new(Foo) do
include X
def self.b
Y.a
end
end
puts a.b # => uninitialized constant Y (NameError)
Looks like 1.9.3 has a bug with "block evaluation" (Class.new, module_eval, etc.)
I just tried it with 1.9.3-head, still no fix :(
@garybernhardt - I'll let you upsert this bug to ruby core.
Done: http://redmine.ruby-lang.org/issues/5657
Apparently this was never supposed to work in the first place; the fact that it worked on 1.9.2 was a bug. Shame. :/ http://redmine.ruby-lang.org/issues/5657
|
gharchive/issue
| 2011-11-18T23:56:55 |
2025-04-01T06:40:16.504782
|
{
"authors": [
"garybernhardt",
"justinko"
],
"repo": "rspec/rspec-core",
"url": "https://github.com/rspec/rspec-core/issues/506",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1602123410
|
https://relishapp.com/rspec shows application error
Currently https://relishapp.com/rspec shows application error.
Could you investigate it?
Related issue: https://github.com/rspec/rspec-metagem/issues/70 , https://github.com/rspec/doc-site/issues/5
👋 There is an issue with relishapp at the moment, you can find our website at https://rspec.info which has our API documentation, or read the cucumber scenarios directly from repos.
See: https://github.com/rspec/doc-site/issues/5#issuecomment-1446152910
Closing because this is not an rspec issue.
|
gharchive/issue
| 2023-02-27T23:39:09 |
2025-04-01T06:40:16.508017
|
{
"authors": [
"JonRowe",
"JunichiIto"
],
"repo": "rspec/rspec-metagem",
"url": "https://github.com/rspec/rspec-metagem/issues/71",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
2176000417
|
Only load example group modules when they're used
Currently the example group modules for all spec types are always loaded, regardless of which type of spec is being run. Some of those modules force parts of the user's application to load; for example, RSpec::Rails::HelperExampleGroup includes ActionView::TestCase::Behavior, and loading ActionView::TestCase loads all of the application's helpers.
By autoloading these modules and including them lazily the first time the corresponding spec type is defined, we can avoid loading parts of the user's application unnecessarily.
Co-authored by @ilianah 🍐
Anything we can do to load things only when needed gets a plus from me, however I'm slightly concerned the build is failing because our snippets are exposing the change in whats loaded by default (in the case of 3.2 its just minitest being missing) which makes me wonder if this is a breaking change from a users perspective but I'm willing to be convinced its not if its easy to fix the build.
The suggested improvement to rspec-core is also fine, I think the helpers you are using were actually invented for rspec-rails ironically (for the define derived types options)
Previously ActiveSupport::TestCase was always loaded, so minitest would be required here: https://github.com/rails/rails/blob/v7.1.3.2/activesupport/lib/active_support/test_case.rb#L3
The most straightforward fix for that is to continue to load minitest by requiring it explicitly; I've pushed a commit to do that.
|
gharchive/pull-request
| 2024-03-08T13:00:38 |
2025-04-01T06:40:16.511388
|
{
"authors": [
"JonRowe",
"eugeneius"
],
"repo": "rspec/rspec-rails",
"url": "https://github.com/rspec/rspec-rails/pull/2742",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1434545908
|
Any clue how to implement zio2 FiberRef?
Expression type:
FiberRef[Map[String, Any]]
Symbol signature:
def await[F[$1], T, G[$2]](f: F[T])(using am: CpsAwaitable[F], ctx: CpsMonadContext[G]): T
Pseudofunction, which can be used inside async block, to 'await' (i.e. receive value of t:T from ft:F[T]).
Can't find cps.CpsMonadConversion[[A >: scala.Nothing <: scala.Any] => zio.ZIO[zio.Scope, scala.Nothing, A], zio.Task]: given instance zioToZio in package cps.monads.zio does not match type cps.CpsMonadConversion[[A] =>> zio.ZIO[zio.Scope, Nothing, A], zio.Task]sbt
import zio.{given, *}
import cps.monads.zio.{given, *}
import cps.{given, *}
object ctx:
private val ref = zio.FiberRef.make(Map.empty[String, Any])
def withCtx[R](body: => Task[R]) = async[Task] {
val ctx = await(ref)
}
Let-s try to deduce types by hand:
We have zioToZio with the next signature:
given zioToZio[R1,R2<:R1,E1,E2>:E1]: CpsMonadConversion[[T] =>> ZIO[R1,E1,T], [T]=>>ZIO[R2,E2,T]]
Our failed conversion:
// zio[Scope,Nothing,A] => zio.Task[A]
// zio[Any, Throwable, A]
//
// . R1 = Scope, E1 = Nothing
// R2 = Any E1 = Throwable
// . R2 <: R1 = (Any <: Scope) - false.
So, resolution is correct - this should not be compiled, because environment of Task (Any) is not a subset of Scope.
For rechecking we can emulate same logic without async:
def withCtxNoAwait[R](body: => Task[R]):Task[Unit] = {
ref.map(_ => ())
}
To have Scope in task we should have something like:
def withCtx[R](body: => Task[R]) = async[[T]=>>ZIO[Scope,Throwable,T]] {
val ctx = ref
body
}
Btw, let's think, are R2<:R1 requirement is correct(?)
R - is a set of requirements. Any - no requirements, buf FiberRef introduce Scope requirement, so I think it's necessory.
Great, thanks very much.
|
gharchive/issue
| 2022-11-03T12:01:57 |
2025-04-01T06:40:16.517571
|
{
"authors": [
"rssh",
"wiltonlazary"
],
"repo": "rssh/cps-async-connect",
"url": "https://github.com/rssh/cps-async-connect/issues/4",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
130329103
|
License
Hello @rssh and @alisa-rend,
I wasn't able to find a license in the project.
scala-gopher was supposed to be open source or is it a proprietary software?
What are the restriction in using and expanding it?
Yes, it's open source.
License default is Apache [http://www.apache.org/licenses/LICENSE-2.0].
If you prefer other OSS-compatible license, tell me.
Thanks for notice, I will add reference to docs.
Thanks @rssh
|
gharchive/issue
| 2016-02-01T10:56:34 |
2025-04-01T06:40:16.520340
|
{
"authors": [
"JoaoGFarias",
"rssh"
],
"repo": "rssh/scala-gopher",
"url": "https://github.com/rssh/scala-gopher/issues/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
206105577
|
Error while connecting with spark with sparkly using RStudio with Kerberos enabled machines
I have 2 machine clustor. I am trying to connect to spark. When I try to connect using R shell, It is working fine.
Getting following error from Rstudio.
Connection:
sc <- spark_connect(master="yarn-client",spark_home = "/usr/hdp/2.5.3.0-37/spark",
config = list(
default = list(
spark.submit.deployMode= "client",
spark.yarn.keytab= "path/keytab",
spark.yarn.principal= "user",
spark.executor.instances= 1,
spark.executor.memory= "250M",
spark.executor.cores= 4,
spark.driver.memory= "250M")))
Error:
Failed during initialize_connection: org.apache.hadoop.service.ServiceStateException: java.io.IOException: Failed on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]; Host Details : local host is: "host1"; destination host is: "host2":8020;
@GitanjaliThete are you using RStudio Server PRO? Kerberized sessions are only supported in the RStudio Server PRO. If that's the case, you would have to configure:
/etc/pam.d/rstudio-original
/etc/pam.d/rstudio-session
/etc/rstudio/rserver.conf
For details, see http://docs.rstudio.com/ide/server-pro/r-sessions.html#kerberos - Has this been configured already?
Thank javierluraschi!
Yes, I installed RStudio Server Pro 1.0.136 on CentOS. Also configured following files for PAM
Still not able to connect. Please let me know in case made some mistake.
/etc/pam.d/rstudio
#%PAM-1.0
auth sufficient pam_rootok.so
session required pam_env.so readenv=1
session required pam_env.so readenv=1 envfile=/etc/default/locale
session required pam_limits.so
@include common-auth
@include common-account
@include common-session
auth include system-auth
auth optional pam_mount.so use_first_pass
account required pam_unix.so
/etc/pam.d/rstudio-session
auth sufficient pam_rootok.so
session required pam_env.so readenv=1
session required pam_env.so readenv=1 envfile=/etc/default/locale
session required pam_limits.so
@include common-auth
@include common-account
@include common-session
auth include system-auth
auth optional pam_mount.so use_first_pass
account required pam_unix.so
/etc/rstudio/rserver.conf
Server Configuration File
auth-pam-sessions-profile=rstudio-session
auth-pam-sessions-use-password=1
Try opening up a terminal from within the browser (tools -> shell?) and run kinit
It is working after kinit. Thanks :)
|
gharchive/issue
| 2017-02-08T06:12:08 |
2025-04-01T06:40:16.610600
|
{
"authors": [
"GitanjaliThete",
"javierluraschi",
"kevinykuo"
],
"repo": "rstudio/sparklyr",
"url": "https://github.com/rstudio/sparklyr/issues/475",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
162953974
|
Working with YARN cluster in client mode
How to connect to yarn cluster in yarn-client mode?
With SparkR my connection looks like:
spark_env = list('spark.executor.memory' = '8g',
'spark.executor.instances' = '32',
'spark.executor.cores' = '4',
'spark.driver.memory' = '4g',
'spark.kryoserializer.buffer.max' = '1g',
'spark.yarn.executor.memoryOverhead' ='1000')
sc <- sparkR.init(master = "yarn-client", appName = "sparkr", sparkEnvir = spark_env)
sc <- spark_connect(master = "yarn-client")
with the SPARK_HOME pointing to the right spark directory?
To pass the config values you can use the config parameter in spark_connect or the config.yaml file based on the template included in inst/config
Indeed, it works. When I tried to connect first time, for some reason it get stuck for several minutes. spark_log also showed nothing, so I decided to ask...
But now it works fine. Thank you, closing.
|
gharchive/issue
| 2016-06-29T15:22:05 |
2025-04-01T06:40:16.613363
|
{
"authors": [
"dselivanov",
"javierluraschi"
],
"repo": "rstudio/sparklyr",
"url": "https://github.com/rstudio/sparklyr/issues/50",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
317772329
|
Support sign in and sign up with GH/GL/BB
While this was technically supported if you knew the URLs, this adds formal support for logging in and signing up with our providers (currently GitHub, BitBucket, and GitLab).
How this works
Let's say your user account already is connected to GitHub because you actually use Read the Docs with your GitHub account. The "Sign in with GitHub" button will just work for you. You can still use your old username and password if you like.
If your GitHub account is not connected to anything and you click the "Sign in with GitHub", you will authenticate with GitHub, and then you will get a confirmation screen where you tie your GitHub account and email to a new Read the Docs username (see screenshot below). After confirming, you'll be logged in. The first and last name may be populated from the provider if available.
BitBucket works exactly the same as GitHub. I didn't actually test GitLab but I assume it does.
Note: There is no technical difference between the "Sign in with.." and "Sign up with.." buttons. If your social account is already connected to a user account, you will be logged in. If it isn't, you will be asked to confirm a new sign up.
Weird edge cases
Say your social account isn't connected, you click "Sign in with..." and go to the confirm new user screen. The email address already exists and you try to submit it again. You will see an error An account already exists with this e-mail address. Please sign in to that account first, then connect your Bitbucket account. This is strange a little bit at first but I believe it is correct functionality. It also won't let you create a duplicate username but that seems standard.
Say a brand new user signs up with their GitHub account and then disconnects GitHub from their account (on https://readthedocs.org/accounts/social/connections/). The user won't be able to login with GitHub any longer (the accounts aren't connected) but they also can't login with a username and password (their account has no password). The only way to retrieve the account in this case is with a password reset to the email on file.
I just tested the email reset and it worked. 👍
I don't believe I got an verification email though, which might make things not work in the future. I wonder if there's a setting or something about email verification that we need to turn on?
The setting is SOCIALACCOUNT_EMAIL_VERIFICATION and it takes the same values as ACCOUNT_EMAIL_VERIFICATION. For some reason it is set to 'none' in development.
I'll make the settings match in dev and open a PR for the production settings.
👍 looks good to me. I imagine we might get some support requests around this for edge cases, but we can take those as they come.
|
gharchive/pull-request
| 2018-04-25T19:58:38 |
2025-04-01T06:40:16.634681
|
{
"authors": [
"davidfischer",
"ericholscher"
],
"repo": "rtfd/readthedocs.org",
"url": "https://github.com/rtfd/readthedocs.org/pull/4022",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
172718470
|
Can't modif
Hello
When I do the following to bypass network check, get error "unable to execute script Applescript"
Download/install the app, browse the package contents, and copy "installer_build_components.tgz" into a temporary directory somewhere. Extract the contents of "installer_build_components.tgz"
Edit "private/user/firstbootpackageinstall_noswupdates.sh". Comment out or delete lines 84-114 (the section that checks for a network connection)
Recompress that directory (e.g. "tar -cvzf installer_build_components.tgz installer_build_components")
Replace the "installer_build_components.tgz" file in the package contents with the one you just created.
Do you have an other way to bypass this check action ?
Tx
Nope. If you want to modify how this application works, the responsibility for making it work afterwards is on you as the person making the modifications.
|
gharchive/issue
| 2016-08-23T14:44:04 |
2025-04-01T06:40:16.667508
|
{
"authors": [
"chillus",
"rtrouton"
],
"repo": "rtrouton/First_Boot_Package_Install_Generator",
"url": "https://github.com/rtrouton/First_Boot_Package_Install_Generator/issues/3",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
}
|
161651842
|
modify become-spongy.sh to apply changes for working mail package for android
This changes the become-spongy.sh script to get mail packages working in android see #20 for the result after appying the script
nice..
|
gharchive/pull-request
| 2016-06-22T10:59:05 |
2025-04-01T06:40:16.677673
|
{
"authors": [
"Skywalker-11",
"dawud-tan"
],
"repo": "rtyley/spongycastle",
"url": "https://github.com/rtyley/spongycastle/pull/21",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
223962072
|
run problem and main file
how to run this project..where is the main file of this program
In the test path
src/test/java/com/github/ruananswer/
|
gharchive/issue
| 2017-04-24T21:52:11 |
2025-04-01T06:40:16.679582
|
{
"authors": [
"dhiru1990",
"ruananswer"
],
"repo": "ruananswer/twitter-anomalyDetection-java",
"url": "https://github.com/ruananswer/twitter-anomalyDetection-java/issues/2",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
}
|
1931229600
|
Store current workspaceId into hash
Description
Issues Resolved
Screenshot
Testing the changes
Check List
[ ] All tests pass
[ ] yarn test:jest
[ ] yarn test:jest_integration
[ ] yarn test:ftr
[ ] New functionality includes testing.
[ ] New functionality has been documented.
[ ] Update CHANGELOG.md
[ ] Commits are signed per the DCO using --signoff
Codecov Report
:exclamation: No coverage uploaded for pull request base (main@9c192a3). Click here to learn what that means.
The diff coverage is n/a.
:exclamation: Current head ce64684 differs from pull request most recent head 05fda74. Consider uploading reports for the commit 05fda74 to get more accurate results
@@ Coverage Diff @@
## main #209 +/- ##
=======================================
Coverage ? 35.35%
=======================================
Files ? 1864
Lines ? 35774
Branches ? 6482
=======================================
Hits ? 12649
Misses ? 22300
Partials ? 825
Flag
Coverage Δ
Linux_4
35.35% <0.00%> (?)
Flags with carried forward coverage won't be shown. Click here to find out more.
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
|
gharchive/pull-request
| 2023-10-07T07:08:58 |
2025-04-01T06:40:16.691658
|
{
"authors": [
"SuZhou-Joe",
"codecov-commenter"
],
"repo": "ruanyl/OpenSearch-Dashboards",
"url": "https://github.com/ruanyl/OpenSearch-Dashboards/pull/209",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
}
|
702284792
|
Make most constants private
Constants for node.rb are left as is (other cops depend on them)
Constants for node_pattern.rb are left as is (whole class is @api private)
|
gharchive/pull-request
| 2020-09-15T21:26:21 |
2025-04-01T06:40:16.709641
|
{
"authors": [
"marcandre",
"sergeev17"
],
"repo": "rubocop-hq/rubocop-ast",
"url": "https://github.com/rubocop-hq/rubocop-ast/pull/114",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
724506172
|
FactoryBot/AttributeDefinedStatically doesn't work well
When processing the following code:
# spec/lib/application/configuration_spec.rb
describe '.ignore' do
context 'when the block is given' do
it 'changes the count of the registered regex' do
expect do
described_class.ignore do |ignore|
ignore << /(a|b)/
ignore.push(/.*/)
end
end.to change(described_class.ignore, :count).by(2)
end
end
end
I have the next recommendation:
spec/lib/application/configuration_spec.rb:33:13: C: FactoryBot/AttributeDefinedStatically: Use a block to declare attribute values.
ignore.push(/.*/)
^^^^^^^^^^^^
Also, I have the same recommendation in another file:
# spec/dummy/config/initializers/seo.rb
config.ignore do |ignore|
ignore.push(%r{\A/admin.*}.freeze)
ignore.push(%r{\A/\z}.freeze)
end
spec/dummy/config/initializers/seo.rb:28:5: C: FactoryBot/AttributeDefinedStatically: Use a block to declare attribute values.
ignore.push(%r{\A/admin.*}.freeze)
^^^^^^^^^^^^^^^^^^^^^^^^^^
spec/dummy/config/initializers/seo.rb:29:5: C: FactoryBot/AttributeDefinedStatically: Use a block to declare attribute values.
ignore.push(%r{\A/\z}.freeze)
^^^^^^^^^^^^^^^^^^^^^^
rubocop -V
0.93.1 (using Parser 2.7.2.0, rubocop-ast 0.8.0, running on ruby 2.6.5 x86_64-darwin20)
bundle info rubocop-rspec
* rubocop-rspec (1.43.2)
Summary: Code style checking for RSpec files
Homepage: https://github.com/rubocop-hq/rubocop-rspec
Path: /Users/chubchenko/.rvm/gems/ruby-2.6.5/gems/rubocop-rspec-1.43.2
Wondering why this https://github.com/rubocop-hq/rubocop-rspec/blob/e11f6e3c4a539203185e0e11089c8fe2e8f05393/config/default.yml#L8 doesn't work for you.
FactoryBot cops should only scan their directories.
Would you like to debug this a little further, say, by running rubocop with --debug flag, or setting a breakpoint somewhere here https://github.com/rubocop-hq/rubocop-rspec/blob/0d5e03d686d569f9e6f2c00ddce0b04d6463cb3c/lib/rubocop/cop/rspec/base.rb#L39 ?
Regarding the
AllCops:
RSpec/FactoryBot:
Patterns:
- spec/factories/**/*.rb
this was the first thing I tried, but my attempt failed - the same behavior as before 😞 .
Here is an example of output with the --debug option:
bundle exec --gemfile gemfiles/rubocop.gemfile rubocop spec/dummy/config/initializers/seo.rb --debug
For /Users/chubchenko/applications/seo: configuration from /Users/chubchenko/applications/seo/.rubocop.yml
configuration from /Users/chubchenko/.rvm/gems/ruby-2.6.5/gems/rubocop-performance-1.8.1/config/default.yml
configuration from /Users/chubchenko/.rvm/gems/ruby-2.6.5/gems/rubocop-performance-1.8.1/config/default.yml
Default configuration from /Users/chubchenko/.rvm/gems/ruby-2.6.5/gems/rubocop-0.93.1/config/default.yml
configuration from /Users/chubchenko/.rvm/gems/ruby-2.6.5/gems/rubocop-rails-2.8.1/config/default.yml
configuration from /Users/chubchenko/.rvm/gems/ruby-2.6.5/gems/rubocop-rails-2.8.1/config/default.yml
configuration from /Users/chubchenko/.rvm/gems/ruby-2.6.5/gems/rubocop-rspec-1.43.2/config/default.yml
configuration from /Users/chubchenko/.rvm/gems/ruby-2.6.5/gems/rubocop-rspec-1.43.2/config/default.yml
Inspecting 1 file
Scanning /Users/chubchenko/Applications/private/cms-seo/spec/dummy/config/initializers/seo.rb
Loading cache from /Users/chubchenko/.cache/rubocop_cache/6655e55d54761e1e00b5da5b9a104451067030e3/6d7a3b621ca1730e04accd938619e4bdab66cfb1/48dc38c32c72316fef6fe5bddb16f10a6b0fd8cc
C
Offenses:
spec/dummy/config/initializers/seo.rb:28:5: C: FactoryBot/AttributeDefinedStatically: Use a block to declare attribute values.
ignore.push(%r{\A/admin.*}.freeze)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
spec/dummy/config/initializers/seo.rb:29:5: C: FactoryBot/AttributeDefinedStatically: Use a block to declare attribute values.
ignore.push(%r{\A/\z}.freeze)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1 file inspected, 2 offenses detected, 2 offenses auto-correctable
Finished in 0.7074670000001788 seconds
Do you mind sharing the /Users/chubchenko/applications/seo/.rubocop.yml config?
@bquorning Do you think we need to make some changes to the relevant_rubocop_rspec_file? in order to support RSpec/FactoryBot/Patterns setting? It seems that the Patterns setting is one of our own, not supported by the RuboCop config itself. And our logic on top of it it only respects RSpec/Patterns, not RSpec/FactoryBot/Patterns.
Yes, no problem. Here is the configuration file:
require:
- "rubocop-performance"
- "rubocop-rails"
- "rubocop-rspec"
AllCops:
Exclude:
- "bin/*"
- "spec/dummy/bin/*"
- "spec/dummy/db/**/*"
TargetRubyVersion: 2.5
NewCops: enable
############### Layout ###############
Layout/LineLength:
Max: 120
############### Naming ###############
Naming/PredicateName:
AllowedMethods:
- "is_a?"
- "have_redirect"
############### Style ###############
Style/Documentation:
Enabled: false
############### Metrics ###############
Metrics/AbcSize:
IgnoredMethods:
- "change"
- "redirectable"
Metrics/BlockLength:
ExcludedMethods:
- "register"
- "describe"
- "shared_examples"
Metrics/MethodLength:
ExcludedMethods:
- "change"
############### Rails ###############
Rails/SkipsModelValidations:
Exclude:
- "app/models/seo_module/redirect.rb"
- "app/services/seo_module/redirect/kill_cycling.rb"
- "lib/seo_module/admin/redirect.rb"
Rails/DynamicFindBy:
Whitelist:
- "find_by_page_type_and_slug"
############### RSpec ###############
RSpec/DescribeClass:
Exclude:
- "spec/system/**/*"
RSpec/ExampleLength:
Exclude:
- "spec/system/**/*"
Max: 10
RSpec/MultipleExpectations:
Exclude:
- "spec/system/**/*"
Max: 2
Do you think we need to make some changes to the relevant_rubocop_rspec_file? in order to support RSpec/FactoryBot/Patterns setting?
Actually, I started thinking maybe it’s time to move the FactoryBot code into a separate gem (e.g. RuboCop-FactoryBot). Do the three FactoryBot cops rely on any RSpec cop specific code (the Language module, etc.) at all?
I support the idea. Reasoning:
no common code (that I could find with RSpec cops)
do not overlap on scanned files (FactoryClassName, AttributeDefinedStatically)
it's probably the best moment to extract at about the moment when RuboCop hits 1.0
it makes it possible to find misuses when using FactoryBot with Minitest as well
... I have a number of FactoryBot-related cop ideas based on my recent projects code assession
Cons:
CreateList really should watch both spec files and factories, since both may call create in a loop, or create_list. We'll probably have to keep it here
Side note: we will still have to use über-departments since the whole problem was due to Rails/HttpStatus and RSpec/FilePath. But we can opt-out of this in rspec-factory_bot.
Concerning file locations, as per FactoryBot doc, we should be looking in:
test/factories.rb
spec/factories.rb
test/factories/*.rb
spec/factories/*.rb
Another wild idea would be to submit those cops directly to FactoryBot itself, but according to my recent experience, their maintainers are not too responsive.
This should be fixed in #1063 that is released in 2.0.
Please feel free to reopen if it still doesn't work properly.
|
gharchive/issue
| 2020-10-19T11:01:27 |
2025-04-01T06:40:16.721667
|
{
"authors": [
"bquorning",
"chubchenko",
"pirj"
],
"repo": "rubocop-hq/rubocop-rspec",
"url": "https://github.com/rubocop-hq/rubocop-rspec/issues/1044",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
280419606
|
todo file is not taken in to account if cop is in the configuration
When regenerating the todo file, if there is a configuration in .rubocop.yml is duplicated and when running rubocop having a cop in both .rubocop.yml and .rubocop_todo.yml the cop only exclude the ones in .rubocop.yml. This affect Rails/SkipsModelValidations. I didn't try it with other cops.
Steps to reproduce the problem & Actual behavior
.rubocop.yml:
Rails/SkipsModelValidations:
Exclude:
- 'src/api/db/migrate/*'
- 'src/api/app/jobs/*'
- 'src/api/spec/models/bs_request_action_spec.rb'
- 'src/api/spec/models/review_spec.rb'
I move the offenses from src/api/app/jobs/* to the file src/api/lib/tasks/project_log_rotate_manually.rake. If I regenerate the todo file, all this is added:
- 'src/api/db/migrate/*'
- 'src/api/app/jobs/*'
- 'src/api/lib/tasks/project_log_rotate_manually.rake'
- 'src/api/spec/models/bs_request_action_spec.rb'
- 'src/api/spec/models/review_spec.rb'
That's mean that the configuration in .rubocop.yml is somehow taken into account, but it is also being added to the .todo file. There are currently no even offenses in src/api/app/jobs/*, it appears because it is in .rubocop.yml.
Also if with this you run rubocop, I get the following offense:
src/api/lib/tasks/project_log_rotate_manually.rake:26:83: C: Rails/SkipsModelValidations: Avoid using update_all because it skips validations.
Event::Base.where(project_logged: false).where(["created_at < ?", oldest_date]).update_all(project_logged: true)
So it seems that the todo file is ignored if there is already a configuration in .rubocop.yml. This affect Rails/SkipsModelValidations. I didn't try it with other cops.
Expected behavior
When regenerating the todo file, if there is a configuration in .rubocop.yml, it is taking into account, in the way that only new offenses are excluded in the todo file.
When running rubocop having a cop in both .rubocop.yml and .rubocop_todo.yml the cop exclude the files that appear in both files.
RuboCop version
$ rubocop -V
0.51.0 (using Parser 2.4.0.0, running on ruby 2.4.2 x86_64-linux-gnu)
It happens also for other cops, for example Style/DateTime so it seems unrelated from the cop.
I think this is important and shouldn't be closed (not sure if it still happen in the current master version but it would be worthwhile to doble check)
|
gharchive/issue
| 2017-12-08T09:02:32 |
2025-04-01T06:40:16.727837
|
{
"authors": [
"Ana06"
],
"repo": "rubocop-hq/rubocop",
"url": "https://github.com/rubocop-hq/rubocop/issues/5199",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
28587412
|
Ignore Rubocop Errors
How can I ignore certain Rubocop errors? I am trying to ignore this one for example:
Method has too many lines. [11/10]
Is there a way to reference that error in some dot file? Note that I am running it in Emacs using Flycheck.
Thanks,
For further reference, the new link for "Disabling Cops Within Source Code" in @jonas054's post is here
For reference, if anyone else stumbles upon this, the name of the cop is MethodLength.
You can disable it in the code with:
# rubocop:disable MethodLength
def foo
# ...
end
In the end of method we also need to add comment # rubocop:enable MethodLength
|
gharchive/issue
| 2014-03-02T20:22:30 |
2025-04-01T06:40:16.730465
|
{
"authors": [
"georgemillo",
"natakina",
"nayefc"
],
"repo": "rubocop-hq/rubocop",
"url": "https://github.com/rubocop-hq/rubocop/issues/849",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1403161642
|
Disallow method names with send and public_send
Is your feature request related to a problem? Please describe.
every so often ruby programmers need to write code that sends data somewhere
Then they add a method that they name send
another developer adds a TODO comment "don't overwrite that ruby method"
Even though send is not exactly a keyword with methods named send one could the control for metaprogramming that relies on using this method
Describe the solution you'd like
a cop in the Lint namespace
Describe alternatives you've considered
None
Additional context
https://ruby-doc.org/core-3.1.2/Object.html#method-i-send
Ruby provides __send__ considering that send is overridden. In other words, __send__ should not be overridden.
I think metaprogramming like using send is used only in limited cases. Disabled by default, but Style/Send cop will already be there for that.
Of course, I don't recommend overriding send, but I think Lint warning is too strict.
Sorry, I didn't know that this cop existed already and didn't know that a standard library has a send method :) https://docs.rubocop.org/rubocop/cops_style.html#stylesend
|
gharchive/issue
| 2022-10-10T13:15:11 |
2025-04-01T06:40:16.735475
|
{
"authors": [
"klyonrad",
"koic"
],
"repo": "rubocop/rubocop",
"url": "https://github.com/rubocop/rubocop/issues/11061",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
1576250039
|
[Fix #11549] Fix an error for third party cops
Fixes #11549.
This PR fixes an error for third party cops when inheriting RuboCop::Cop::Cop. It makes the same changes to RuboCop::Cop::Cop as RuboCop::Cop::Base in #10839. Confirmed that rubocop-i18n tests pass again.
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, complete sentences.
[x] Wrote good commit messages.
[x] Commit message starts with [Fix #issue-number] (if the related issue exists).
[x] Feature branch is up-to-date with master (if not - rebase it).
[x] Squashed related commits together.
[ ] Added tests.
[x] Ran bundle exec rake default. It executes all tests and runs RuboCop on its own code.
[x] Added an entry (file) to the changelog folder named {change_type}_{change_description}.md if the new code introduces user-observable changes. See changelog entry format for details.
@bbatsov This seems to be a critical path for upgrading to RuboCop 1.45. It looks good that 1.45.1 will be released ASAP after the merge.
Sure. I'll cut a new release right away.
Thank you for the quick release!
|
gharchive/pull-request
| 2023-02-08T14:44:57 |
2025-04-01T06:40:16.740560
|
{
"authors": [
"bbatsov",
"koic"
],
"repo": "rubocop/rubocop",
"url": "https://github.com/rubocop/rubocop/pull/11550",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
450514848
|
Export-RubrikDatabasejob pass json file in SQL Server Agent Job
When I use the following script in a SQL Agent job as a cmdshell script type
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile Export-RubrikDatabaseJobFile.json Nothing happens and I get the following message in the job history
The step did not generate any output. Process Exit Code 0. The step succeeded.
If I trying the script as a Powershell type
D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile Export-RubrikDatabaseJobFile.json
I get the following message
A job step received an error at line 177 in a PowerShell script. The corresponding line is ' } while ($RubrikRequestInfo.status -notin $ExitList) '. Correct the script and reschedule the job. The error information returned by PowerShell is: 'You must provide a value expression on the right-hand side of the '-' operator. '. Process Exit Code -1. The step failed.
The only way it will run is not passing the json file as a parm. Do you know what I am doing wrong
Are you using the Powershell run type or the Operating system run type?
From: rwyoung01 notifications@github.com
Sent: Thursday, May 30, 2019 5:28 PM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Subscribed
Subject: [rubrikinc/rubrik-scripts-for-powershell] Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
When I use the following script in a SQL Agent job as a cmdshell script type
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile Export-RubrikDatabaseJobFile.json Nothing happens and I get the following message in the job history
The step did not generate any output. Process Exit Code 0. The step succeeded.
If I trying the script as a Powershell type
D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile Export-RubrikDatabaseJobFile.json
I get the following message
A job step received an error at line 177 in a PowerShell script. The corresponding line is ' } while ($RubrikRequestInfo.status -notin $ExitList) '. Correct the script and reschedule the job. The error information returned by PowerShell is: 'You must provide a value expression on the right-hand side of the '-' operator. '. Process Exit Code -1. The step failed.
The only way it will run is not passing the json file as a parm. Do you know what I am doing wrong
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSBJYXFMME3V3WYT67DPYBBJFA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GW2J6QA&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324617384&sdata=2N3GHn3rOKqfuPObP%2FW1Ed0yrjw4ay0lKDk0F3JcK4U%3D&reserved=0, or mute the threadhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSG45G3PG6LW6J5OJSDPYBBJFANCNFSM4HRL2OWQ&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324627395&sdata=uqrLTp%2FotYCmTVLFSqtB3FSX%2BcloTd1pMw8ANWL4wPs%3D&reserved=0.
i have tried both. the first example is with the cmdexe and the second
example is with the powershell type.
Russell Young
On Mon, Jun 3, 2019 at 7:44 AM Chris Lumnah notifications@github.com
wrote:
Are you using the Powershell run type or the Operating system run type?
From: rwyoung01 notifications@github.com
Sent: Thursday, May 30, 2019 5:28 PM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Subscribed
Subject: [rubrikinc/rubrik-scripts-for-powershell]
Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
When I use the following script in a SQL Agent job as a cmdshell script
type
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile
Export-RubrikDatabaseJobFile.json Nothing happens and I get the following
message in the job history
The step did not generate any output. Process Exit Code 0. The step
succeeded.
If I trying the script as a Powershell type
D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile
Export-RubrikDatabaseJobFile.json
I get the following message
A job step received an error at line 177 in a PowerShell script. The
corresponding line is ' } while ($RubrikRequestInfo.status -notin
$ExitList) '. Correct the script and reschedule the job. The error
information returned by PowerShell is: 'You must provide a value expression
on the right-hand side of the '-' operator. '. Process Exit Code -1. The
step failed.
The only way it will run is not passing the json file as a parm. Do you
know what I am doing wrong
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSBJYXFMME3V3WYT67DPYBBJFA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GW2J6QA&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324617384&sdata=2N3GHn3rOKqfuPObP%2FW1Ed0yrjw4ay0lKDk0F3JcK4U%3D&reserved=0>,
or mute the thread<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSG45G3PG6LW6J5OJSDPYBBJFANCNFSM4HRL2OWQ&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324627395&sdata=uqrLTp%2FotYCmTVLFSqtB3FSX%2BcloTd1pMw8ANWL4wPs%3D&reserved=0
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUHV5XWNRIQT2RNJELTPYUG3RA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZI3GQ#issuecomment-498240922,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFZFZUHVFK67A73U7VFY6ZTPYUG3RANCNFSM4HRL2OWQ
.
I am setting up a lab to test this and fix another unrelated problem with this script. I will work on both at the same time and provide a solution.
From: rwyoung01 notifications@github.com
Sent: Monday, June 3, 2019 9:14 AM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Chris Lumnah; Comment
Subject: Re: [rubrikinc/rubrik-scripts-for-powershell] Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
i have tried both. the first example is with the cmdexe and the second
example is with the powershell type.
Russell Young
On Mon, Jun 3, 2019 at 7:44 AM Chris Lumnah notifications@github.com
wrote:
Are you using the Powershell run type or the Operating system run type?
From: rwyoung01 notifications@github.com
Sent: Thursday, May 30, 2019 5:28 PM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Subscribed
Subject: [rubrikinc/rubrik-scripts-for-powershell]
Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
When I use the following script in a SQL Agent job as a cmdshell script
type
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile
Export-RubrikDatabaseJobFile.json Nothing happens and I get the following
message in the job history
The step did not generate any output. Process Exit Code 0. The step
succeeded.
If I trying the script as a Powershell type
D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile
Export-RubrikDatabaseJobFile.json
I get the following message
A job step received an error at line 177 in a PowerShell script. The
corresponding line is ' } while ($RubrikRequestInfo.status -notin
$ExitList) '. Correct the script and reschedule the job. The error
information returned by PowerShell is: 'You must provide a value expression
on the right-hand side of the '-' operator. '. Process Exit Code -1. The
step failed.
The only way it will run is not passing the json file as a parm. Do you
know what I am doing wrong
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSBJYXFMME3V3WYT67DPYBBJFA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GW2J6QA&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324617384&sdata=2N3GHn3rOKqfuPObP%2FW1Ed0yrjw4ay0lKDk0F3JcK4U%3D&reserved=0>,
or mute the thread<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSG45G3PG6LW6J5OJSDPYBBJFANCNFSM4HRL2OWQ&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324627395&sdata=uqrLTp%2FotYCmTVLFSqtB3FSX%2BcloTd1pMw8ANWL4wPs%3D&reserved=0
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUHV5XWNRIQT2RNJELTPYUG3RA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZI3GQ#issuecomment-498240922,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFZFZUHVFK67A73U7VFY6ZTPYUG3RANCNFSM4HRL2OWQ
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSGOA4KZ42GUETTJDCLPYUKMPA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZLNPQ%23issuecomment-498251454&data=02|01||d47c3165bee546b463de08d6e82573b5|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636951644880050253&sdata=L4G5TwBI8qLtSfCx2HErfmtGRsc0z9h%2F%2FsUvd0KeyZI%3D&reserved=0, or mute the threadhttps://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSDKKAE6UJC4RNF23ADPYUKMPANCNFSM4HRL2OWQ&data=02|01||d47c3165bee546b463de08d6e82573b5|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636951644880060258&sdata=gHo%2BueqF7rArhb%2B9LhXPJCXcyl%2FIPHh3X1VgQ8jVSOw%3D&reserved=0.
I have learned that the Powershell type is running version 2.0 which does
not support the 'notin' command because I am running SQL server 2012 R2.
The cmdexe version is using powershell 3.0 but doesn't work. Hope this
helps.
Russell Young
On Tue, Jun 4, 2019 at 8:22 AM Chris Lumnah notifications@github.com
wrote:
I am setting up a lab to test this and fix another unrelated problem with
this script. I will work on both at the same time and provide a solution.
From: rwyoung01 notifications@github.com
Sent: Monday, June 3, 2019 9:14 AM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Chris Lumnah; Comment
Subject: Re: [rubrikinc/rubrik-scripts-for-powershell]
Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
i have tried both. the first example is with the cmdexe and the second
example is with the powershell type.
Russell Young
On Mon, Jun 3, 2019 at 7:44 AM Chris Lumnah notifications@github.com
wrote:
Are you using the Powershell run type or the Operating system run type?
From: rwyoung01 notifications@github.com
Sent: Thursday, May 30, 2019 5:28 PM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Subscribed
Subject: [rubrikinc/rubrik-scripts-for-powershell]
Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
When I use the following script in a SQL Agent job as a cmdshell script
type
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile
Export-RubrikDatabaseJobFile.json Nothing happens and I get the following
message in the job history
The step did not generate any output. Process Exit Code 0. The step
succeeded.
If I trying the script as a Powershell type
D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile
Export-RubrikDatabaseJobFile.json
I get the following message
A job step received an error at line 177 in a PowerShell script. The
corresponding line is ' } while ($RubrikRequestInfo.status -notin
$ExitList) '. Correct the script and reschedule the job. The error
information returned by PowerShell is: 'You must provide a value
expression
on the right-hand side of the '-' operator. '. Process Exit Code -1. The
step failed.
The only way it will run is not passing the json file as a parm. Do you
know what I am doing wrong
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSBJYXFMME3V3WYT67DPYBBJFA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GW2J6QA&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324617384&sdata=2N3GHn3rOKqfuPObP%2FW1Ed0yrjw4ay0lKDk0F3JcK4U%3D&reserved=0
,
or mute the thread<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSG45G3PG6LW6J5OJSDPYBBJFANCNFSM4HRL2OWQ&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324627395&sdata=uqrLTp%2FotYCmTVLFSqtB3FSX%2BcloTd1pMw8ANWL4wPs%3D&reserved=0
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUHV5XWNRIQT2RNJELTPYUG3RA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZI3GQ#issuecomment-498240922
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AFZFZUHVFK67A73U7VFY6ZTPYUG3RANCNFSM4HRL2OWQ
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSGOA4KZ42GUETTJDCLPYUKMPA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZLNPQ%23issuecomment-498251454&data=02|01||d47c3165bee546b463de08d6e82573b5|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636951644880050253&sdata=L4G5TwBI8qLtSfCx2HErfmtGRsc0z9h%2F%2FsUvd0KeyZI%3D&reserved=0>,
or mute the thread<
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSDKKAE6UJC4RNF23ADPYUKMPANCNFSM4HRL2OWQ&data=02|01||d47c3165bee546b463de08d6e82573b5|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636951644880060258&sdata=gHo%2BueqF7rArhb%2B9LhXPJCXcyl%2FIPHh3X1VgQ8jVSOw%3D&reserved=0
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUDYG7S7MOMPTGLXZW3PYZUBRA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW4ROIY#issuecomment-498669347,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFZFZUG7MLWVFFJ37MOGWLTPYZUBRANCNFSM4HRL2OWQ
.
ok, I moved the script to a SQL Server 2014 and have the SQL Agent job run
as a Powershell Type and am passing the json file. So the issue is with
SQL 2012 which runs Powershell 2.0.
Russell Young
On Tue, Jun 4, 2019 at 8:22 AM Chris Lumnah notifications@github.com
wrote:
I am setting up a lab to test this and fix another unrelated problem with
this script. I will work on both at the same time and provide a solution.
From: rwyoung01 notifications@github.com
Sent: Monday, June 3, 2019 9:14 AM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Chris Lumnah; Comment
Subject: Re: [rubrikinc/rubrik-scripts-for-powershell]
Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
i have tried both. the first example is with the cmdexe and the second
example is with the powershell type.
Russell Young
On Mon, Jun 3, 2019 at 7:44 AM Chris Lumnah notifications@github.com
wrote:
Are you using the Powershell run type or the Operating system run type?
From: rwyoung01 notifications@github.com
Sent: Thursday, May 30, 2019 5:28 PM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Subscribed
Subject: [rubrikinc/rubrik-scripts-for-powershell]
Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
When I use the following script in a SQL Agent job as a cmdshell script
type
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile
Export-RubrikDatabaseJobFile.json Nothing happens and I get the following
message in the job history
The step did not generate any output. Process Exit Code 0. The step
succeeded.
If I trying the script as a Powershell type
D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -Jobfile
Export-RubrikDatabaseJobFile.json
I get the following message
A job step received an error at line 177 in a PowerShell script. The
corresponding line is ' } while ($RubrikRequestInfo.status -notin
$ExitList) '. Correct the script and reschedule the job. The error
information returned by PowerShell is: 'You must provide a value
expression
on the right-hand side of the '-' operator. '. Process Exit Code -1. The
step failed.
The only way it will run is not passing the json file as a parm. Do you
know what I am doing wrong
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSBJYXFMME3V3WYT67DPYBBJFA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GW2J6QA&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324617384&sdata=2N3GHn3rOKqfuPObP%2FW1Ed0yrjw4ay0lKDk0F3JcK4U%3D&reserved=0
,
or mute the thread<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSG45G3PG6LW6J5OJSDPYBBJFANCNFSM4HRL2OWQ&data=02|01||b242996db0c04604043408d6e545cf95|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636948485324627395&sdata=uqrLTp%2FotYCmTVLFSqtB3FSX%2BcloTd1pMw8ANWL4wPs%3D&reserved=0
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUHV5XWNRIQT2RNJELTPYUG3RA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZI3GQ#issuecomment-498240922
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AFZFZUHVFK67A73U7VFY6ZTPYUG3RANCNFSM4HRL2OWQ
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSGOA4KZ42GUETTJDCLPYUKMPA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWZLNPQ%23issuecomment-498251454&data=02|01||d47c3165bee546b463de08d6e82573b5|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636951644880050253&sdata=L4G5TwBI8qLtSfCx2HErfmtGRsc0z9h%2F%2FsUvd0KeyZI%3D&reserved=0>,
or mute the thread<
https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSDKKAE6UJC4RNF23ADPYUKMPANCNFSM4HRL2OWQ&data=02|01||d47c3165bee546b463de08d6e82573b5|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636951644880060258&sdata=gHo%2BueqF7rArhb%2B9LhXPJCXcyl%2FIPHh3X1VgQ8jVSOw%3D&reserved=0
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUDYG7S7MOMPTGLXZW3PYZUBRA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW4ROIY#issuecomment-498669347,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFZFZUG7MLWVFFJ37MOGWLTPYZUBRANCNFSM4HRL2OWQ
.
Please see this article on running powershell with sql agent.
https://www.sqlhammer.com/running-powershell-in-a-sql-agent-job/
For SQL Server 2012, i could get the script to run if i do the below as a job step
powershell.exe -file E:\Scripts\Export-RubrikDatabasesJob.ps1
I had to modify the script to have this as the param section
param(
$JobFile = "E:\Scripts\Export-RubrikDatabasesJobFile.json"
)
I am going to test the functionality on other versions of SQL Server.
I was not able to run it on SQL 2012 because the Powershell type run
version 2.0 and your code operator 'notin' is not supporter. But I was
able to get it to run as CMDEXE but I had to code it this way
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -jobfile
d:\powershell\rubrik\Export-RubrikDatabaseJobFile.json
When I didn't specify the path to the json file it didn't do anything. So
we can run it on 2012 when we upgrade powershell to 3.0 and run as CMDEXE.
Russell Young
On Wed, Jun 5, 2019 at 10:07 AM Chris Lumnah notifications@github.com
wrote:
Please see this article on running powershell with sql agent.
https://www.sqlhammer.com/running-powershell-in-a-sql-agent-job/
For SQL Server 2012, i could get the script to run if i do the below as a
job step
powershell.exe -file E:\Scripts\Export-RubrikDatabasesJob.ps1
I had to modify the script to have this as the param section
param(
$JobFile = "E:\Scripts\Export-RubrikDatabasesJobFile.json"
)
I am going to test the functionality on other versions of SQL Server.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUDDYEISBTLHX4ZSK2DPY7JCLA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXAANAY#issuecomment-499123843,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFZFZUCA5OIJXZSG3M4ZNQLPY7JCLANCNFSM4HRL2OWQ
.
After some testing, I was able to confirm your way of running things.
For the version thing, there is not much I can do there due to the nature of what is supported as you can see from the blog post article.
Now that you have the script running, shall I close the issue as resolved?
From: rwyoung01 notifications@github.com
Sent: Wednesday, June 5, 2019 2:36 PM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Chris Lumnah; Comment
Subject: Re: [rubrikinc/rubrik-scripts-for-powershell] Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
I was not able to run it on SQL 2012 because the Powershell type run
version 2.0 and your code operator 'notin' is not supporter. But I was
able to get it to run as CMDEXE but I had to code it this way
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -jobfile
d:\powershell\rubrik\Export-RubrikDatabaseJobFile.json
When I didn't specify the path to the json file it didn't do anything. So
we can run it on 2012 when we upgrade powershell to 3.0 and run as CMDEXE.
Russell Young
On Wed, Jun 5, 2019 at 10:07 AM Chris Lumnah notifications@github.com
wrote:
Please see this article on running powershell with sql agent.
https://www.sqlhammer.com/running-powershell-in-a-sql-agent-job/
For SQL Server 2012, i could get the script to run if i do the below as a
job step
powershell.exe -file E:\Scripts\Export-RubrikDatabasesJob.ps1
I had to modify the script to have this as the param section
param(
$JobFile = "E:\Scripts\Export-RubrikDatabasesJobFile.json"
)
I am going to test the functionality on other versions of SQL Server.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUDDYEISBTLHX4ZSK2DPY7JCLA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXAANAY#issuecomment-499123843,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFZFZUCA5OIJXZSG3M4ZNQLPY7JCLANCNFSM4HRL2OWQ
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSDZZ52Z7LXSXRRPJE3PZABT5A5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXAUCMY%23issuecomment-499204403&data=02|01||5eb3c95f89814f630fbd08d6e9e4c497|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636953566090470044&sdata=oKluql%2FegEdtB1PE7UB0n3M1iCIvkmKD6q%2Foko1Y5SA%3D&reserved=0, or mute the threadhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSFVU2SZURALJ3OGKT3PZABT5ANCNFSM4HRL2OWQ&data=02|01||5eb3c95f89814f630fbd08d6e9e4c497|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636953566090480055&sdata=dqa0%2BFjuUKdyldlU7MdPufGnSdwYiMh6ynQ7FC%2BQHp8%3D&reserved=0.
yes, thanks for helping
Russell Young
On Wed, Jun 5, 2019 at 9:55 PM Chris Lumnah notifications@github.com
wrote:
After some testing, I was able to confirm your way of running things.
For the version thing, there is not much I can do there due to the nature
of what is supported as you can see from the blog post article.
Now that you have the script running, shall I close the issue as resolved?
From: rwyoung01 notifications@github.com
Sent: Wednesday, June 5, 2019 2:36 PM
To: rubrikinc/rubrik-scripts-for-powershell
Cc: Chris Lumnah; Comment
Subject: Re: [rubrikinc/rubrik-scripts-for-powershell]
Export-RubrikDatabasejob pass json file in SQL Server Agent Job (#91)
I was not able to run it on SQL 2012 because the Powershell type run
version 2.0 and your code operator 'notin' is not supporter. But I was
able to get it to run as CMDEXE but I had to code it this way
powershell.exe D:\Powershell\Rubrik\Export-RubrikDatabasejob.ps1 -jobfile
d:\powershell\rubrik\Export-RubrikDatabaseJobFile.json
When I didn't specify the path to the json file it didn't do anything. So
we can run it on 2012 when we upgrade powershell to 3.0 and run as CMDEXE.
Russell Young
On Wed, Jun 5, 2019 at 10:07 AM Chris Lumnah notifications@github.com
wrote:
Please see this article on running powershell with sql agent.
https://www.sqlhammer.com/running-powershell-in-a-sql-agent-job/
For SQL Server 2012, i could get the script to run if i do the below as a
job step
powershell.exe -file E:\Scripts\Export-RubrikDatabasesJob.ps1
I had to modify the script to have this as the param section
param(
$JobFile = "E:\Scripts\Export-RubrikDatabasesJobFile.json"
)
I am going to test the functionality on other versions of SQL Server.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUDDYEISBTLHX4ZSK2DPY7JCLA5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXAANAY#issuecomment-499123843
,
or mute the thread
<
https://github.com/notifications/unsubscribe-auth/AFZFZUCA5OIJXZSG3M4ZNQLPY7JCLANCNFSM4HRL2OWQ
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Frubrikinc%2Frubrik-scripts-for-powershell%2Fissues%2F91%3Femail_source%3Dnotifications%26email_token%3DAFKMBSDZZ52Z7LXSXRRPJE3PZABT5A5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXAUCMY%23issuecomment-499204403&data=02|01||5eb3c95f89814f630fbd08d6e9e4c497|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636953566090470044&sdata=oKluql%2FegEdtB1PE7UB0n3M1iCIvkmKD6q%2Foko1Y5SA%3D&reserved=0>,
or mute the thread<
https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFKMBSFVU2SZURALJ3OGKT3PZABT5ANCNFSM4HRL2OWQ&data=02|01||5eb3c95f89814f630fbd08d6e9e4c497|84df9e7fe9f640afb435aaaaaaaaaaaa|1|0|636953566090480055&sdata=dqa0%2BFjuUKdyldlU7MdPufGnSdwYiMh6ynQ7FC%2BQHp8%3D&reserved=0
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91?email_source=notifications&email_token=AFZFZUCQC7RYENHKG7EHYQDPZB4D3A5CNFSM4HRL2OW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXBSQ5Q#issuecomment-499329142,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFZFZUGLPQ7BXVTQFY2NAV3PZB4D3ANCNFSM4HRL2OWQ
.
|
gharchive/issue
| 2019-05-30T21:28:49 |
2025-04-01T06:40:16.830806
|
{
"authors": [
"clumnah",
"rwyoung01"
],
"repo": "rubrikinc/rubrik-scripts-for-powershell",
"url": "https://github.com/rubrikinc/rubrik-scripts-for-powershell/issues/91",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
992015522
|
Integrating ruby/debug with Rails to replace byebug through a single "debugger" call
Love the progress with this! We'd very much like to make ruby/debug the default debugger in Rails 7. This would replace byebug, which has been the default for 7 years. But to do that, and retain the same developer experience, we're looking for a way to retain a similar interface.
That means being able to require ruby/debug either all the time or at least all the time in development, and then jumping into the debugger merely by adding a call to "debugger" anywhere in the code base (alternatively using "binding.break", but I find the "debugger" call more intuitive).
Is this approach compatible with the aspirations of ruby/debug? If so, is there anything we can do to help it along, such that we can make the switch for Rails 7?
✌️❤️
That means being able to require ruby/debug either all the time or at least all the time in development, and then jumping into the debugger merely by adding a call to "debugger" anywhere in the code base
Just to share my experience here: my project (Rails 6.1) has installed the debugger for 2 weeks and requires it by default in both development and test environment (even when running on CI). It doesn't break any test case, Rails/Rake task. It also doesn't slow the application in any obvious way. And whenever we need to debug, we just use binding.b to enter a debugging session. So I think this is possible already 🙂
However, the current implementation assumes that loading the gem means you want to start a session:
% ruby -rdebug -e1
DEBUGGER: Session start (pid: 73510)
In a Rails application, ideally you'd require the gem via Bundler as usual, and have binding.break (or whatever) start the session if not already started. I believe this alternative pattern fits better web applications in development. Could be behind a configuration point for backwards compat (provided that is possible).
I see. This is the discussion that led to the current design: https://github.com/ruby/debug/issues/65
From my understanding, debugger session records every iseq sequence that's loaded once it's started.
https://github.com/ruby/debug/blob/c5917c529b99dee8a7e27ec6abdc2c8e70d4e6f6/lib/debug/session.rb#L86-L89
(which eventually leads to here)
https://github.com/ruby/debug/blob/c5917c529b99dee8a7e27ec6abdc2c8e70d4e6f6/lib/debug/session.rb#L1304-L1317
So if the debugger session only starts after binding.b is called, all the code loaded before it would not be stored into the debugger's SourceRepository.
And later affect the source the debugger can retrieve
https://github.com/ruby/debug/blob/c5917c529b99dee8a7e27ec6abdc2c8e70d4e6f6/lib/debug/session.rb#L265-L271
https://github.com/ruby/debug/blob/c5917c529b99dee8a7e27ec6abdc2c8e70d4e6f6/lib/debug/frame_info.rb#L62-L64
Ah, I just tested this now. It's actually doing the right thing. It doesn't halt execution on require, which is what I thought. So we can just remove require: false from the Gemfile.
It does, however, output a noisy "DEBUGGER: Session start (pid: 48334)". Is it possible to turn that off?
Also, still wish it was possible to just called "debugger" instead of "binding.b". But that's a minor point.
I've turned it on by default for Rails 7 dev/test. So this isn't really a problem. Would be nice if there was a way not to get the output statement, and I'd still love "debugger" as an alias for "binding.b", but this is great in any case.
I just investigated this a little bit more. If we require debug by default in the Rails framework, and you use the vscode extension (which will call rdbg) or use rdbg directly you get two debug sessions. The reason for that is that lib.debug.rb starts a session and rdbg will start another one requiring debug/open or debug/start.
Would it possible to not start the session using ruby -r debug and always use ruby -r debug/start? and only use debug to providing the biding methods and setup tracepoint?
@rafaelfranca sorry I couldn't catch the points.
lib/debug.rb should not be used if
(1) rdbg is used
(2) require 'debug' with Gemfile and bundle exec.
But lib/debug.rb can be required if
(3) require 'debug' in Ruby 2.7 or before without Gemfile and bundle exec.
Could you check the situation and make another issue with your reproduce process?
Thanks.
Ah, I can repro and make new issue.
|
gharchive/issue
| 2021-09-09T09:42:50 |
2025-04-01T06:40:16.869485
|
{
"authors": [
"dhh",
"fxn",
"ko1",
"rafaelfranca",
"st0012"
],
"repo": "ruby/debug",
"url": "https://github.com/ruby/debug/issues/261",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
1645449209
|
Restart threads on DAP evaluation
This makes sure DAP evaluation request also doesn't hang.
See #947 for the original console implementation.
@ono-max I tried implementing the same change for CDP as well but it still hangs. So I will leave that to you.
[master]$ git diff
diff --git a/lib/debug/server_dap.rb b/lib/debug/server_dap.rb
index 8298428..bae1e4d 100644
--- a/lib/debug/server_dap.rb
+++ b/lib/debug/server_dap.rb
@@ -625,6 +625,7 @@ module DEBUGGER__
expr = req.dig('arguments', 'expression')
if find_waiting_tc(tid)
+ restart_all_threads
request_tc [:dap, :evaluate, req, fid, expr, context]
else
fail_response req
@@ -701,6 +702,7 @@ module DEBUGGER__
register_vars result[:variables], tid
@ui.respond req, result
when :evaluate
+ stop_all_threads
message = result.delete :message
if message
@ui.respond req, success: false, message: message
could you add stop_all_threads?
Ah I thought it's handled in Session#process_event too. I've updated code but will try to put up a test case for thread-stopping too.
I think I found another issue: when I run the test, the result was not deterministic even without sleep and fails around 10% of the time on my machine.
I initially thought it's because of my test, but then I found that it's because this early return isn't always correct. Sometimes it doesn't reflect the actual running thread count and thus the debugger doesn't stop the threads. If I comment it out, the test doesn't fail intermittently anymore. Should I address that in this PR too?
Now current behavior is already non-deterministic (by design).
Essentially this is hard to write a test for such cases.
As the test could make CI unstable, I've dropped it.
|
gharchive/pull-request
| 2023-03-29T10:01:40 |
2025-04-01T06:40:16.873531
|
{
"authors": [
"ko1",
"st0012"
],
"repo": "ruby/debug",
"url": "https://github.com/ruby/debug/pull/950",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
}
|
1836805411
|
Rename RescueNode#exception to RescueNode#reference
Fixes #1160
Okay, let me know when it's ready.
I'm closing out for the weekend so going to merge this. I really want to figure this out going forward, otherwise it's impossible to make breaking changes without waiting for y'all to make changes. Maybe we could mark the check as optional.
@kddnewton The usual strategy for this is to wait that TruffleRuby adopts the change, and then when that's merged we can merge here and no CI breaks. So if this is not urgent I would wait for that.
@eregon @kddnewton I can see the benefits of wanting people to see breaking changes on TR for bug fixes, but for development work this creates a backwards dependency.
If I submit a PR here (X) to change something then if we followed your process and I was willing to submit a PR (Y) to your repo first (and let's just pretend that is no work but just something which just happens); then I think this assumes YARP development is some single linear process.
So Y is landed, then someone in yarp fixes a different bug with a PR (Z), then we land X. In this case Z is red and has nothing to do with the PR you fixed with Y. That will be confusing to the author of Z. Other scenarios (WIP PRs, language level changes needing githubaction changes depending on language level TR has) but right now this one feels like it would be common.
If we adopted the same process for JRuby, then we have to have two consuming repositories do PRs before the PR can land on YARP. That ignores some of YARPs CI will catch things which would be hard to test locally (so it would be nice to see that before two PRs land in other projects).
I wonder if there is some other way of achieving the goals here. Correct me if I am wrong @eregon but you want to make sure if someone breaks TR from a fix there is a chance for them to notice that and reject the PR (or at least consult about what happened).
I think the main issue is once it's red nobody will notice if there is another incompatible change or a bug slipping in.
And so it might be hard to get back to green if that happens (e.g. if Java deserialization is broken and has multiple bugs it quickly becomes challenging to fix it, that already happened before the check was there).
I think the existing process of merging in TruffleRuby first and in YARP right after works well for most cases.
The main alternative I see is to avoid breaking that check, for instance in this case by keeping the old field or so. It often feels hacky or overhead though or it might not be reasonably possible.
I also thought at some point to only do the "can it deserialize cleanly" check (maybe running it on JRuby if it doesn't depend on specific YARP node names and field names). But that's weaker in terms of testing than actually checking it works for a real usage of YARP, i.e., as TruffleRuby uses it. I think so far this usage is the only one that really checks the AST makes sense and has the relevant information. Nothing else in CI really uses YARP nodes for execution yet, e.g., if there was an incorrect node as the receiver of a CallNode, I think nothing would notice it except that check.
If we do a bunch of field/node renames then it probably makes sense to group them, and similarly for other related breaking changes, so there is less often the need to merge things in a particular order.
|
gharchive/pull-request
| 2023-08-04T14:01:57 |
2025-04-01T06:40:16.891772
|
{
"authors": [
"enebo",
"eregon",
"kddnewton"
],
"repo": "ruby/yarp",
"url": "https://github.com/ruby/yarp/pull/1204",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.