Mohamed Ziata

Results 11 issues of Mohamed Ziata

`FacebookAds::ServerSide::ActionSource` is an set of values: ```ruby ["email", "website", "app", "phone_call", "chat", "physical_store", "system_generated", "other"] ``` I can't find the value `"app"` in the [official documentation](https://developers.facebook.com/docs/marketing-api/conversions-api/parameters/server-event#action-source). My question is `"app"`...

``` NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01. Gem::Specification#has_rdoc= called from .../gems/ruby-geonames-9807bec6435e/ruby-geonames.gemspec:12. ```

Example: https://itnext.io/docker-rails-puma-nginx-postgres-999cd8866b18#d08e

enhancement
help wanted
hacktoberfest

In my humble opinion, this template is missing a compiler from em6 to "_native javascript_".

### Description Hello, I'm using the ruby gem `pysch` to properly format YAML files. `pysch` uses `libyaml` package. The Ubuntu does not have the last version v0.2.5, then is causing...

question
Area: Packages
Area: Ruby
OS: Ubuntu
investigate
bug report

![e](https://user-images.githubusercontent.com/3450257/49820060-352edf80-fd77-11e8-864e-1515c169e517.jpg)

Change https://rubyworks.github.com/hashery to https://rubyworks.github.io/hashery in the "About" section ![](https://user-images.githubusercontent.com/3450257/148534832-2be98579-501e-4938-ae31-8392a511c626.png)

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.10.2 **Electron Version**: 0.37.8 **System**: Ubuntu 16.04.1 **Thrown From**: [Sublime-Style-Column-Selection](https://github.com/bigfive/atom-sublime-select) package, v1.7.2 ### Stack Trace Uncaught TypeError: Cannot read...

duplicate

The linter is raising this issue: ``` app/assets/stylesheets/components/_link.scss:8:3 [W] PropertySpelling: Unknown property text-underline-offset app/assets/stylesheets/components/_link.scss:9:3 [W] PropertySpelling: Unknown property text-decoration-thickness ``` When `text-underline-offset` and `text-decoration-thickness` are real properties: - https://developer.mozilla.org/en-US/docs/Web/CSS/text-underline-offset -...

## Is your feature request related to a problem? Please describe. In my company we use this rules: - Use always plural for namespaces. This namespaces need to be `Module`s....