Steffen Müller

Results 4 comments of Steffen Müller

compiler output: ``` c ~/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10819 -DARDUINO_AVR_NANO_EVERY -DARDUINO_ARCH_MEGAAVR -DAVR_NANO_4809_328MODE -DMILLIS_USE_TIMERB3 -DNO_EXTERNAL_I2C_PULLUP -I~/.arduino15/packages/arduino/hardware/megaavr/1.8.7/cores/arduino/api/deprecated -I~/.arduino15/packages/arduino/hardware/megaavr/1.8.7/cores/arduino -I~/.arduino15/packages/arduino/hardware/megaavr/1.8.7/variants/nona4809 -I~/.arduino15/packages/arduino/hardware/megaavr/1.8.7/libraries/EEPROM/src...

Obviously one cannot send pull requests for the wiki. If the documentation would live in the main git repository, one could contribute using pull requests.

`Octokit::Connection.paginate()` accepts a block, which is yields data for each page: ``` ruby def paginate(url, options = {}, &block) (...) yield(data, @last_response) (...) end ``` In order to pass a...

Years later, I confirm this PR fixes the following error: ``` aws ERROR: 2020/08/11 21:50:05 aws.go:143: Unable to get instance name tag DescribeInstances failed : UnauthorizedOperation: You are not authorized...