-
I've tested this online at https://microstudio.dev/ .
When the project uses "microScript v1 - transpiled" language, the following piece of code is transpiled incorrectly. The update statement is ev…
-
I've been thinking about this thing for a very long time: accessing the sprite palette from code.
This technology was used on the NES console. Of course, then it was used to circumvent the memory lim…
-
The following languages are yet to be included:
- E100 Assembly
- A.NET
- A-0 System
- A+
- ABC ALGOL (extension of ABC)
- ACC
- Accent
- ACE DASL
- Action!
- Actor
- Adenine
- Agilent…
-
For example, maybe I just want to change the message in the consoles from "...Installing service" to "...Installing agent service".
I tried to change the code in agent-installer.js and using Visual S…
-
From the gcc 10.1 release notes:
GCC now defaults to -fno-common. As a result, global variable accesses are more efficient on various targets. In C, global variables with multiple tentative definit…
-
Hi Dirk!
First, I want to thank you all for this great piece of software, which is an amazing starting point ... but a start to go where? I believe that everyone's desire could be to develop a useful…
-
I want to modify `meshcmd` to support loading installed a certificate signed by CA external to MeshCommander, but I can't tell how to build it.
I can compile the contents of MeshAgent and then try …
nomis updated
4 years ago
-
tagify.min.js:7 Uncaught TypeError: Cannot read property 'previousElementSibling' of undefined
at t.getNodeIndex (tagify.min.js:7)
at t.onKeyDown (tagify.min.js:7)
getNodeIndex @ tagify.min…
-
I [found](https://esolangs.org/wiki/Category:Golfing_language) a few more golfing languages on esolangs.org. I filtered out the unimplemented languages and the useless languages and got these:
- La…
ghost updated
5 years ago
-
Tagify is not working with a simple case using babel:
```
class Test {
init() {
console.log(Tagify);
this.tagify = new Tagify(document.querySelector('input'), {
whitelist…
Nazin updated
5 years ago