Fabian Wetzel
Fabian Wetzel
If I change my script to contain more than one prompt, I can successfully cancle the second prompt, but not the first one: ```js var prompts = require("prompts"); async function...
If I press Escape really fast at least 3 times on the first prompt, it will not hang. 💣
I digged a lot and seems strange! this diff ~solves~ *hides* the error: ```diff diff --git a/lib/elements/text.js b/lib/elements/text.js index 665c5bd..364a1c5 100644 --- a/lib/elements/text.js +++ b/lib/elements/text.js @@ -51,7 +51,8 @@ class...
I found another way to ~solve~ *hide* the error: ```diff diff --git a/lib/elements/prompt.js b/lib/elements/prompt.js index 57e228b..dc0037e 100644 --- a/lib/elements/prompt.js +++ b/lib/elements/prompt.js @@ -36,7 +36,7 @@ class Prompt extends EventEmitter {...
my window server 2016 was using node 10.3, i upgraded to 10.9 without any changes. my notebook is running windows 10 with node 10.9 already and cancelling just works as...
Easy as I did this to get this errorstring in the first place :-) [4_Run Jekyll (STAGING, next).txt](https://github.com/jekyll/jekyll/files/3025349/4_Run.Jekyll.STAGING.next.txt) Trace log Configuration file: /srv/jekyll/_config.yml Configuration file: /srv/jekyll/_config_staging.yml /usr/local/lib/ruby/2.6.0/fileutils.rb:239:in `mkdir': Permission denied...
I think it is related to the environment jekyll is running in. the blog-source directory and the _site directory are mapped to some volume, the cache folder is not: https://github.com/fabsenet/blog_de/blob/4a78156250d0a7f92481a4d7a444a59942754613/azure-pipelines.yml#L30-L32...
I think, the ble keyboard uses 130kb of ram, can this be true? ```cpp Serial.printf("RAM left %d\n", esp_get_free_heap_size()); bleKeyboard.begin(); delay(1000); Serial.printf("RAM left %d\n", esp_get_free_heap_size()); ``` yields ``` RAM left 139200...
Can you share that photo?
Sorry, the photo was not in the mail notification! It works fine without both components. The resistor is useless from what I can tell. The capacitor is actually part of...