artisticfox8

Results 6 issues of artisticfox8

Here is my python script: ``` # Importing Libraries import serial import time arduino = serial.Serial(port='COM4', baudrate=115200, timeout=.1) def write_read(x): arduino.write(bytes(x, 'utf-8')) time.sleep(0.05) data = arduino.readline() return data while True:...

### Steps to reproduce I noticed this bug when porting my Firefox addon to Android. When I get tabs using `browser.tabs.query({}).then(e=> { console.log(e)}) ` , I look for the index...

🐞 bug
Feature:Tabs
needs:triage

I want to make a drone controller out of this, so I need a joystick, which moves up and down for gas. I could read only x axis from a...

## Describe the feature A short description of your idea. Firefox now uses the same set of browser extension standards as Chrome. I think releasing it for Firefox will mean...

When I paste this command to Terminal: ``` backend$ pagekite.py \ --defaults \ --service_on=http:0.0.0.0.8000 ``` I get: `backend$: command not found`

### Steps to reproduce 1. go to Instagram DM, notice an image rotated right 2. rotate it left 3. notice the image is cropped ### Expected behavior I can see...