Results 13 comments of Kevin Kuehler

@chunky125 You are correct, the linking is fine. It's that it starts at exception level 2, so you can't use registers only available in exception level 3. [link_lesson_2.txt](https://github.com/s-matyukevich/raspberry-pi-os/files/5586369/link_lesson_2.txt)

I am willing to add this feature

@yvbbrjdr does this still happen for you on master?

Here is a link to the frequency chart for Korean characters. The nice thing about Korean is multiple syllables (each one unicode codepont) can become one character (one unicode codepoint)....

We will also need to use [this library](https://github.com/e-/Hangul.js/blob/master/README.md) to decompose hangul characters into tamo before decrypting. It is pretty lightweight.

After some thinking, I do believe that emoji support is possible, although it will require a great deal of enigneering effort. We would need to redesign the website API to...

After a bit of REing, we can get input into the twitter text box with the following code (chrome only) ``` document.querySelector('[role=textbox]').dispatchEvent(new InputEvent('textInput', { data: "test", bubbles: true})) ```

Thanks for investigating this so quickly!

Also, I only included the `vendor` directory because that's what master does. Is there a reason we don't just include the `vendor/vendor.json` and anyone that checks out the repo just...