Osman Gormus
Osman Gormus
I am using both of the **code** and **markdown** helpers in my templates. I noticed a minor difference between them. The **code** helper wraps the markup with a `DIV.code-example` layer:...
I'm working on a fork of this awesome how-to article I found at https://community.platform.sh/t/how-to-back-up-environment-variables/430 I noticed that the scripts used in that article don't take into account that the variable...
I'm managing projects from multiple Platform.sh accounts. Each time I need to switch to projects from another account, I have to logout from the CLI, and log back again with...
Hi, I'm the developer of [Lazy-load](https://www.drupal.org/project/lazy), a [Drupal](https://www.drupal.org/project/drupal/issues/2873160) module which integrates bLazy script. I'd like to define the bLazy library a dependency and have it installed automatically when the module...
The grids are rendered with bootstrap table classes: ``` html ... ``` I need to create different grids in the same project, and I want to use different class names...
I haven't seen a way to get authenticated user's data. Returning user's uid as status' value, would be much helpful, I think. ``` javascript // Define auth object, set crossDomain...
1. `makeArray` expects one argument, but provided two. 2. `options.chartGrouping || "weekly"` makes more sense in given context. Defaulting `weekly` to `daily` probably makes even more sense considering to [`Report.collapse`](https://github.com/discourse/discourse/blob/7b89fdead98606d4f47ceb0a1d240d0f6e5f589e/app/assets/javascripts/admin/addon/models/report.js#L58-L126)
If the http or https protocol is not prefixed, the following error will be thrown: ```sh ruby examples/example.rb ``` ``` ~/discourse_api/config.yml ~/discourse_api/lib/discourse_api/client.rb:193:in `check_subdirectory': undefined method `request_uri' for an instance of...