dragoncoder047
dragoncoder047
```abc M: 4/4 L: 1/4 K: C |(cccc)| ``` Go to https://editor.drawthedots.com and paste it in. hit play, and 4 notes sound. Perhaps abcjs is interpreting everything as a slur...
I have not encountered this problem yet, but I don't see anything in the code to protect against it... The terminal can still be written to while a prompt is...
In the Python [prompt_toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) (which is used by IPython) multiline editing mode, the history entry is only changed when the user presses 'up' with the cursor on the first line,...
So I'm working on a little terminal-based REPL for my programming language [Phoo](https://github.com/dragoncoder047/phoo) and I found this for the input part. So far works great (though I did have to...
I am trying to implement a walkie-talkie type functionality with an ESP32, arduino-audio-tools and a bluetooth headset. Here is my intended topology: (square nodes are software/internal to ESP32, round are...
Would it be possible to split up large files? `logicemu.js` is like 18,000 lines and already split up logically by IIFEs wrapping each "module" and big blocks of slashes between...
Would it be possible to use logicemu as a plugin for a web page, to embed interactive logic circuits between paragraphs on a site? I think this could be accomplished...
Copied from https://github.com/technoblogy/ulisp-esp/issues/54#issuecomment-1186288972 > How can I split the `ulisp.ino` up so I can include my "extra" functions in a separate file? Something like this: > > ```c++ > #include...
Copied from technoblogy/ulisp-esp#54 >I'm planning on using Microlisp as a scripting language for a robot I am building, and I want to automatically run code on a microSD card upon...
I'm using uLisp with a few custom functions and patches provided by other people and myself. I ran some code and got a Guru Meditation Error, and the backtrace pointed...