-
👋 I know this repo is probably no longer maintained - I'm opening this issue for others out there on the internet who still might be using `$.deparam` and care about this sort of thing. You can grab t…
-
Hi/2.
Some functions are declared differently POSIX. And some codes such as GNULIB test-suites require exact function declarations. Worse is that GCC14 now treats this as errors. So these should be…
-
Think it might be nice to have a page which outlines some of the benefits of prototyping in code with the NHS prototype kit (as well as some of the downsides).
-
https://eips.ethereum.org/EIPS/eip-4444
-
Brian C has asked that we revamp this request for inspector work orders and look at creating a super basic MVP for AMD inspectors to incorporate completing tickets in the field.
- We have discusse…
-
At the time of this issue creation, Oliver is currently working on the making the changes to the editor to teach React and TypeScript.
For this workshop, we need to create a project to teach workin…
-
Create and iterate on the basic layout of the levels with tile mapping. Focusing on the design of it first then will get to the art side of it so the tile mapping for right now will be basic squares.
…
-
```js
const arr = [1, 2, 3]
Array.prototype.map = function (callback) {
const res = [];
for (let i = 0; i < this.length; i++) {
res.push(callback(this[i], i, this))
}
re…
-
We hebben tests nodig om uit te voeren op het prototype en de opstelling
-
Version: Deno 2.0.0-rc.5 (release candidate, release, x86_64-pc-windows-msvc)
When I run `deno run -A .\node_modules\nx\bin\nx.js serve projectName`
I get the following error
```
detached p…