-
Please review kubeinvaders.js and open me solvable issue to improve code
-
-
### Checks
- [X] This is not a duplicate of an existing issue (please have a look through our [open issues list](https://github.com/TheOdinProject/curriculum/issues) to make sure)
- [X] I have tho…
-
Hi
I tried the demo which worked but it seems almost impossible to create a simple javascript function so that i can use this awesome script outside of the demo, no matter how i tried it failed. I do…
-
I'd like to ask, does this library have a JavaScript usage? Because I might want to generate serialized output.
-
### Describe the problem
Right now, Weblate uses custom tooling to include vendored libraries (see https://docs.weblate.org/en/latest/contributing/frontend.html#dependency-management). This is tric…
-
this is going to be a tedious task, but i want to attempt to parse through the javascript, break it up into multiple files and functions, understand what is actually happening, and add comments to eve…
-
Unter Berücksichtigung der [Zielvorstellung](https://tefen.isis.tu-berlin.de/wiki/doku.php?id=questionpy:sdk:sdk_server_ziel) soll für das SDK eine Single-Page-Application entstehen.
- mittels Vue.…
-
The first thing I experience when I clone this repo and try to install dependencies is this:
IIUC what this is telling me is that I can't install anything because `pnpm` tries to link up the ex…
-
V8 (the most widely used JS engine) doesn't implement tail calls for some bad reason, so we need to implement tail call optimisation in the compiler.
Today we support self-recursion. Extend this to…