Mario Mey

Results 31 issues of Mario Mey

LG Leon, Android 5.0.1. Budget Envelopes 4.4 I touch up arrow, I can change name and value of the revenue, but Accept button is always in gray. I can't touch...

I'm using Debian 9 Mate x64. I installed it and tried like this: `sudo create_ap -n wlx54e6fc990ab6 ap pata` And it says: `ERROR: hostapd not found.` What should I do?

As 1280x720 was a big resolution for my computer and 640x360 was so small, I tried an intermediate res: 800x450. It works, but with color glitches: ![Captura de pantalla -2020-05-08...

I know that a new maintainer is being looked... but I will post this, anyway. I was using v4l2sink in YUV420 with OSB, compiled here, commit 355cd6ccc0f8435fc1d45043e2ffa1f74ee36b94 (Date: Thu Apr...

By trying the first [code](https://docs.godotengine.org/es/stable/tutorials/math/matrices_and_transforms.html#scaling-the-transformation-matrix) of the Matrixes and Transformation documentation, I do this: ```py from godot import exposed, Area2D, Transform2D @exposed class Coso(Area2D): def _ready(self): t = Transform2D() t.x...

Transporting "Your first 3D game" to python, I found something weird. Simplified code: ```python from godot import Vector3, KinematicBody class Player(KinematicBody): def _ready(self): print(Vector3.ZERO) ``` Returns: ``` ``` And this:...

#### I'm testing godot-python by converting the first tutorial from Godot Docs "Dodge the Creeps 2D", all GDScript files to Python. I don't find `emit_signal()`, I can't import from godot...

🎲 Game dice emoji is called "Game Die". Is it at purpose? assets/emoji.json, line 5194 to 5204: "game_die": { "unicode": "1f3b2", "unicode_alternates": "", "name": "game die", "shortname": ":game_die:", "category": "activity",...

I have my panel in 32px, Emojione looks like this: ![imagen](https://user-images.githubusercontent.com/4954109/40881216-9b108424-6697-11e8-927f-f23655044f22.png) By increasing panel height, icon changes. For example, near 48, it is like this: ![imagen](https://user-images.githubusercontent.com/4954109/40881241-f8d6280c-6697-11e8-9a95-915f6ab20e03.png) Debian 9 Mate. I...

I'm trying to use python-osc to make OBS receive and send OSC messages. This [OBS plugin](https://obsproject.com/forum/resources/osc-sender-for-obs.763/) uses python-osc to send messages. Inside that code, all osc_server code is commented because...