Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 2 years ago.
Improve this question
It seems like the Grails repo might be down (https://repo.grails.org/grails/core). Myself and two other co-workers have tried reaching it, but the HTTP response just hangs. Maybe it has moved and we have the wrong link? This is causing some issues with our build-dependencies that rely on this repo.
Thanks!
Eddie
Grails Repo Down?
Yes, it is. We are working on it.
Maybe it has moved and we have the wrong link?
No, we have not moved it.
Sorry for the trouble.
Related
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 5 months ago.
Improve this question
I'm using Dockware in order to learn Shopware theme development. When using the "make watch-storefront" command in the container, chromium is downloaded. Even though it is only 142MB it takes a loooong long time to finish.
Does anyone know why that is or how I speed this up?
I am not an expert in dockware setup, but there is an environment variable you may use to avoid downloading of chromium:
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
(again I admit I would not know how to pass this correctly into dockware)
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 5 years ago.
Improve this question
I got this error while uploading the app into Appstore.
try application loader instead of Xcode organizer
please retry. Ire-tried various times and finally able to upload.
Update X-Code to latest version may solve your problem.
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 8 years ago.
Improve this question
I can not find this 'sRails' error. I just started using this stuff 2 days ago. Sorry, if it seems like I didn't look. I looked for a while on this site and I can't seem to find it. I tried to find 'sRails' in my code, and I just cant seem to find it.
I'm getting this error when attempting to upload to heroku.
https://github.com/thenile123/pinteresting
I went to your github link there and searched the project for sRails and got this result: https://github.com/thenile123/pinteresting/search?utf8=%E2%9C%93&q=sRails
So looks like that's your problem. Should be just Rails (without the s in front).
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 9 years ago.
Improve this question
Edit: I implemented this again and I am getting this error.
I am working with Concerns. I took out some code of my app/models/user.rb and placed it into app/models/concenrs/following.rb. The source codes can be found on Gist, here.
When I go to /dashboards I get this error on timeline.rb (i uploaded this file's code on Gist too).
undefined method `followed_user_ids' for #<User:0x4f6cfc8>
The error is on line 15 of timeline.rb.
The project can be found on Github.
This seems to me that it does not load the module. Any clue?
You wrote ActiveSupport:Concern instead of ActiveSupport::Concern (notice the double colon).
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 7 years ago.
Improve this question
I'm getting
Couldn't load CastNear.xcodeproj because it is already opened from another project or workspace
error. I tried to restart Xcode and the whole Mac but i didn't help.
any clue please?
It worked fine after some time. I closed all project in Xcode and restarted MAc.
but i'm not sure what was the real reason though. anyway, i works fine now.