Calliope

Results 56 comments of Calliope

Here are rough commands I used during my clone: ```bash alias g="git" g clone [email protected]:dependencies/git-cinnabar cd git-cinnabar/; export PATH="$PATH:${PWD}" make cd .. g cinnabar download # perhaps unnecessary, since you...

Seems like this could go someplace around here: https://github.com/go-gitea/gitea/blob/main/services/mirror/mirror_pull.go#L41

I am developing an ElectronJS application using [electron-webpack](https://github.com/electron-userland/electron-webpack), and the source can be found here: https://github.com/assembleapp/pagemaker

Hello, happy Monday afternoon. I checked back in on this error, and because I'm building an application to run both in electron and on the web, I had a chance...

Looks like @nickcharlton is making good progress; could someone add a link to his page in the documentation sidebar, here? https://github.com/thoughtbot/administrate/blob/a4dcaf339989c14498a921d9a1dc40ac84576d1a/spec/example_app/app/views/layouts/docs.html.erb that way it would show up for beginners who...

Hm... https://administrate-prototype.herokuapp.com/how_to is broken; has there been a recent deploy on heroku?

I imagine if your administrate namespace is `RegionalManager`, you'd like your `RegionalManager::ApplicationController` to add support for: ```ruby dashboard_namespace :regional_manager # or, assuming same namespace as controller dashboard_namespace ``` Each controller...

Looks like this is the documentation page we're seeking; can we make this more visible on the docs website? https://github.com/react-dnd/react-dnd/blob/e8bd6436548d96f6d6594f763752f424c2e0834b/packages/docsite/markdown/docs/03%20Using%20Hooks/DndProvider.md

* [ ] change `PERMISSIONS_CALLS` -> `PERMISSION_CALL`. Simpler.