Hossein Abbasi

Results 94 issues of Hossein Abbasi

```bash ➜ enteletaor enteletaor3 scan -h Traceback (most recent call last): File "/opt/homebrew/bin/enteletaor3", line 5, in from enteletaor_lib.enteletaor import main File "/opt/homebrew/lib/python3.11/site-packages/enteletaor_lib/__init__.py", line 33, in boot_loader() File "/opt/homebrew/lib/python3.11/site-packages/enteletaor_lib/libs/core/bootloader.py", line 37,...

### Details I followed these steps https://nodejs.org/api/single-executable-applications.html When I run ```bash npx postject hello NODE_SEA_BLOB sea-prep.blob \ --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 \ --macho-segment-name NODE_SEA ``` I get: ```bash Error: Could not find...

### Details I built a self-contained (not sure if this is the same as single executable app) by running following https://nodejs.org/api/single-executable-applications.html ~`pkg .` in the source code folder~ (in my...

It starts to fail the Gmail to load correctly: ```javascript This document requires 'TrustedHTML' assignment. uglyemail.js:8 This document requires 'TrustedHTML' assignment. ... uglyemail.js:10 Uncaught TypeError: Cannot read properties of undefined...

Is it possible to let us rename the device? cause right now, when you have two the same devices, both have the same naming and the only way to distinguish...

```bash ...../gibberish_detector/config.py", line 12, in cfg = yaml.load(ymlfile) ^^^^^^^^^^^^^^^^^^ TypeError: load() missing 1 required positional argument: 'Loader' ```

`adb shell am start -n tk.elevenk.proxysetter/.MainActivity -e host 127.0.0.1 -e port 8080 -e ssid MyWifi -e bypass test.com -e reset-wifi true -e key passsworrrd`, displays the Error Code 2 And...

My input value: `Log.e("t","api_key="123"); val tt = "ddd"` ```bash main.py", line 139, in show_reason_binary word_list = str(exp.as_list()) ^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/lime/explanation.py", line 141, in as_list ans = self.domain_mapper.map_exp_ids(self.local_exp[label_to_use], **kwargs) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^ KeyError:...

```python ➜ ~ photocollage Traceback (most recent call last): File "/usr/local/bin/photocollage", line 21, in from photocollage import gtkgui File "/usr/local/lib/python3.9/site-packages/photocollage/gtkgui.py", line 29, in from photocollage import APP_NAME, artwork, collage, render...

I was thinking about a feature which makes it possible for the developer to see some sort of information in the logcat. For example such this information: - The number...

enhancement