Stephen Ostrow
Stephen Ostrow
> @hooram Hey, I can't seem to set the tags, > But the regex you used gives `release-0.2.0-rc`, which is redundant. I suggest you use `0.2.0-rc1`. Its what is mostly...
```yml version: '2' services: proxy: image: guysoft/ownphotos-proxy tty: true container_name: ownphotos-proxy restart: always links: - "backend:backend" - "frontend:frontend" ports: - "3007:80" ownphotos-db: image: postgres container_name: ownphotos-db restart: always environment: #...
Still present *PHPStorm:* 2021.2 *Plugin:* 0.23.210 **NOTE** For the `factory` instance of this issue; it's now ```yaml # config/services.yaml services: # ... App\Email\NewsletterManager: factory: ['@App\Email\NewsletterManagerFactory', createNewsletterManager] arguments: ['@templating'] ``` instead...
@zmwangx No problem, was just about to document the reason in this issue as well. I would say you can probably close this issue and one of the other ones....
Change took effect August 2, 2016 per Official Release https://forums.developer.amazon.com/articles/33185/the-new-amazon-drive-api-and-sdks-for-android-and.html
@dellipse This was in relation to setting up your own Security Profile. You can't whitelist the app without having the Cloud API enabled. You can no longer have that API...
Any update on this PR?
@mattlorimer @dominicchinkh This talks about being for custom modules from the ModuleBuilder, but does this change Module Loader to install modules into the custom directory instead as well?
@dominicchinkh That's the same issue I've always run into and trying to mitigate now; however, I have the same issue whether it be from the Studio or it from ModuleLoader....
> @isleshocky77 There is a risk that the fresh checkout from the master branch may override whatever customization in the modules folder. With this change, we git clone the latest...