Paul Weiß

Results 8 issues of Paul Weiß

# Overview This pull request is a combination of my 2 previous ones (#102 and #89), as it was built on top of those and also also has the fixes...

A recent `apt-get dist-upgrade ` installed bluez version 5.55 on my laptop (running Pop_OS! 20.10, based on Ubuntu 20.10) which seems to not play nicely with this project. The exact...

# Setup * STM Cube IDE v 1.5.0 on PopOS 20.04 LTS (based on Ubuntu) * NUCLEO-L552ZE-Q board (not really relevant) # Description when building the Secure Loader Project, the...

bug
internal bug tracker
projects

Make whitespace visible (when enabled in the editor settings), currently they are black on black and only displayed when highlighted (cause the background then changes to blue) Make the border...

# ISSUE As the name suggests, configure the project with a semicolon in the Wifi name or password and the build will fail due to `/bin/sh: 1: Syntax error: Unterminated...

thread on what we know about bluetooth-adapters and how to make them work: (TLDR commands below) # Brands & Chips Brand | Chip | works| Notes for V12 ---------|--------|------------|-------------------- Cypress...

info-thread

**Describe the bug** given the following armv8 assembly: ```nasm ldr r2, =symbol strb.ls r3, [r2, #0x0] ``` Ghidra doesn't pick up on the fact, that the second instruction is accessing...

Status: Triage

Embedd debug info in compiled SpirV shaders when in debug. This enables debugging shaders in tools like RenderDoc. Maybe this shouldn't be tied to the engines Debug Mode? Not sure...