byronpendason
byronpendason
What do I need to edit in other to make it the full width of the screen? (I haven't edited anything yet, it's as it is out of the box)....
I'm trying to build SmallBasic in Termux. I retrieve code using git, and then run autogen.sh. The problem comes when trying to configure (trying to do it without sdl, since...
I am working on an app where the editor is in one "tab" (the tabs are just buttons that set the display on all other tabs as "none" and sets...
**Note that Issues are for bugs only. Use the discussions tab for feature requests.** **Describe the bug** If I create a Jetpack Compose app, then build the apk and install...
If you compare what you have to what is in the archived copy of Carter's translation at archive.org, you will see that the Carter translation you have isn't faithful to...
My code: ``` PRINT "What is your name, adventurer?" INPUT "> "; name$ PRINT "Greetings, "; name$; "!" IF name$ = "Byron" THEN PRINT "Welcome, Byron, the greatest hero of...
If you compare what you have to what is in the archived copy of Carter's translation at [archive.org](https://archive.org/details/moraldiscourseso017352mbp/page/n283/mode/2up), you will see that the Carter translation you have isn't faithful to...
I tried inserting a `\n` into the label, but it only showed up verbatim in the label. I'm making a Traveller Hex map, and I want the label to be...
I downloaded the snowman 3 `format.js` from https://github.com/videlais/snowman/blob/7010a39cc16b8eab49e46eb0fe850cb12f900591/dist/format.js using wget into my `~/.storyformats/snowman-3/` using wget. Then I entered `tweego --list-formats` and got the following output: ``` ~ $ tweego --list-formats...
I noticed this odd behaviour when making a game. I had an array of enemies, and iterated through them using a for...in loop, and noticed their x and y values...