Torsten Curdt

Results 122 issues of Torsten Curdt

**Describe the bug** It seems like one has click the upper right "Add" again to apply changes to an already tagged file. **To Reproduce** Steps to reproduce the behavior: 1....

bug

``` [env:digispark-tiny] platform = atmelavr board = digispark-tiny framework = arduino ``` src/keyboard.cpp: ``` #include "DigiKeyboard.h" void setup() { DigiKeyboard.update(); } void loop() { delay(1000); DigiKeyboard.update(); delay(100); DigiKeyboard.print("hello"); DigiKeyboard.println("world"); delay(5000);...

This is a request for documentation. Are there classes to show/hide based on the screen width? (similar to `visible-xs-block` or `col-sm-3` in bootstrap) http://stackoverflow.com/questions/28940562/skeleton-css-hiding-content-from-mobiles Looks like there isn't https://github.com/dhg/Skeleton/blob/master/css/skeleton.css Given...

Announcing services is easy and works fine - but does `zerconf` also allow for adding IPs to the zones like e.g. `.local`? Similar to what `dnsmasq` does.

In order to delete images (without forcing) I am looking for a tool to show me the the image references similar to the former `--tree` option. I can't seem to...

question

Just trying to build a blink program I get the following link failure for the oak. ``` $ pio run -t upload Processing oak (platform: espressif8266; board: oak; framework: arduino)...

The upload fails. What could be the problem? ``` pio run -v -t upload Processing nodemcu (platform: espressif8266; board: nodemcu; framework: arduino; upload_port: /dev/tty.usbserial-210) ------------------------------------------------------------------------------------------------------------ CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/nodemcu.html PLATFORM: Espressif 8266...

I am doing `glide get ` which takes forever - not because it's downloading `` but because it tries to fetch updates to all other dependencies. Why?

Is there a build that works on Apple Silicon on macOS 12.0.1?

It would be much better to use a docker builder pattern to reduce the size of the image to the minimum. Also would be nice to publish an official image...