Results 23 comments of github0013

I had the same issue. One should probably do this. ```cpp // WIFI_IF_STA or WIFI_IF_AP depending on which side you previously set the protocol esp_wifi_set_protocol(WIFI_IF_STA, WIFI_PROTOCOL_11B | WIFI_PROTOCOL_11G | WIFI_PROTOCOL_11N);...

I am using platformio, and it's in C++. My platformio.ini ```ini [env:esp32doit-devkit-v1] platform = espressif32 board = esp32doit-devkit-v1 framework = arduino build_flags = -DCORE_DEBUG_LEVEL=5 monitor_speed = 115200 ``` https://github.com/espressif/esp-idf/blob/d11ee31bf119400a5eb366f7882c4238e85b107e/components/esp_wifi/include/esp_wifi.h#L527 The...

``` $ /app/node_modules/.bin/next info Operating System: Platform: linux Arch: x64 Version: #82-Ubuntu SMP Tue Jun 6 23:10:23 UTC 2023 Binaries: Node: 18.17.1 npm: 9.6.7 Yarn: 1.22.19 pnpm: N/A Relevant Packages:...

@Meowzz95 You need to use THE "VNC Viewer" (not the Mac's remote "connect to server") https://www.realvnc.com/en/connect/download/viewer/

https://github.com/jwhitehorn/pi_piper/pull/31 This should fix. What do you guys think?

I think there aren't many cases you would use a pin for IN and OUT as your program go. So basically, you won't manually have to release any pins although...

JA http://docs.ruby-lang.org/ja/1.9.3/method/ObjectSpace/m/define_finalizer.html EN http://ruby-doc.org/core-1.9.3/ObjectSpace.html#method-c-define_finalizer EN doc doesn't really say much about `define_finalizer` whereas JA has more. translated: https://translate.google.co.jp/translate?sl=ja&tl=en&js=y&prev=_t&hl=ja&ie=UTF-8&u=http%3A%2F%2Fdocs.ruby-lang.org%2Fja%2F1.9.3%2Fmethod%2FObjectSpace%2Fm%2Fdefine_finalizer.html&edit-text=&act=url JA doc talks about exiting or raising exceptions in the finalizer proc....

https://github.com/jwhitehorn/pi_piper/pull/32 I found `at_exit` in platform.rb. If you use Gemfile to require this branch by `bundle install --path vendor/bundle`, and you cron a job, make sure that you add `bundle...

@jenjenut233 For your case, where the status remained `queued` the whole time, is maybe your wrong config initializer. Check if you follow the Readme ```rb require 'sidekiq' require 'sidekiq-status' Sidekiq.configure_client...

``` pwuser@07be25028166:/app$ npx playwright-watch exec echo changed changed changed ```