Ibrahim H.

Results 55 issues of Ibrahim H.

> Always use `next` branch as destination branch for PRs, not `main`

I'm about to trying it on Gitpod, I'll PR if it works, do I have to setup [guacamole](https://github.com/bitsnaps/gitpod_guacamole) first?

Hi, Is there any way to disable or hide the environment ribbon which shows `PROD` by default? I tried to set `server.environment = False` just like this module: [web_environment_ribbon](https://apps.odoo.com/apps/modules/11.0/web_environment_ribbon/) but...

Hi, I got an error when trying to print Manufacturing Order Report in MRP module at `smile_decimal_precision/report/ir_qweb.py`, it says `Error to render compiling AST KeyError: 'digits'`, looks like there is...

Hi, I got this error when clicking on `Search files...`: ``` Traceback (most recent call last): File ".../.local/share/gedit/plugins/gedit-file-search/file-search/plugin.py", line 141, in on_search_files_activate self._openSearchDialog() File ".../.local/share/gedit/plugins/gedit-file-search/file-search/plugin.py", line 146, in _openSearchDialog self._searchDialog.show(searchText,...

Hi, I get an error `AttributeError: module 'pyquil.api' has no attribute 'QVMConnection'` at `QuantumTeleportation.ipynb` example. I was trying the online example using mybinder. Does it require an API ?

Hi, Trying different combination (from Docker, from source...), I keep getting the error: ``` Error: Could not authenticate to backend. This probably means there is no or an invalid authentication...

question

Hi, I'm trying to implement "user has left the chat" a message appears when a user quit the chat, I'm not sure if this is the best implementation for this...

Add Gitpod support, to make deployment & testing even easier.

Usually we need a backend framework for reseving an api, how can this be added without creating two extra directories `client` and `server` with one starting script for convenience?