Marcin Tojek

Results 33 issues of Marcin Tojek

**Describe the bug** It looks like the application panics when the launcher tries to prepare the draw buffer. **To Reproduce** I used ESP32-WROVER with IDF SDK v4.4.1. ```bash $ xtensa-esp32-elf-addr2line...

Consider the following case (bioinformatics): `bwa mem ... | samtools view .... > outfile`, which should end up with approx. 50 GB out file. Unfortunately the pipeline hangs at ~14...

The goal of this issue is to enable alerts on system metrics to prevent outages (like `no space on device`).

stale

Extracted from https://github.com/coder/coder/issues/9558 if provisioner daemons are out of date with the server version, unexpected behavior can occur. the health check endpoint `/api/v2/debug/health` should display configured, provisioners, and their versions....

feature

Hi, Today I spent some time examining the battery status. I connect GPIO36 to GND via 10k resistor, and to VCC via 10k resistor. I measured the VCC voltage and...

Hi, The LCD screen seems to be flickering if I set the backlight level < 100%. I can observe it only in the launcher and it looks like the screen...

Unfortunately I can't build the release 1.34 on my ESP32-WROVER 4MB: ``` $ RG_TOOL_TARGET=mtojek-go ./rg_tool.py build-img launcher retro-run ... /Users/mtojek/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: retro-run.elf section `.iram0.text' will not fit in region `iram0_0_seg' /Users/mtojek/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld:...

Hi, I used to test NES emulation using a set of demos, which use sophisticated 6502 tricks. I spotted MMC3 emulation issues while running [high hopes](https://www.pouet.net/prod.php?which=31539): * DMC channel is...

bug
help wanted

Hi @wcharczuk, I'm facing some issues with rendering a chart series with flat lines. ```go var series []chart.Series for i, metricID := range metricIDs { ago := now.Add(-period).UTC() metrics, err...

New types of health checks can be easily defined. Right now it requires only creating a single, new file assuming that it is not necessary to update global configuration. Expected...

enhancement