-
glMatrix was a [project I started 12 years ago](https://blog.tojicode.com/2010/06/stupidly-fast-webgl-matricies.html)(!), because at the time there weren't too many good options for doing the type of …
-
javascript weekly news
-
After exploring the concept in #23696, we've come to the conclusion that implicitly making type arguments available by name would unnecessarily expose previously unobservable implementation details. A…
-
Hi,
I'd like to get your opinion on using GrAMPS such that I limit each resulting GQL server to one data source (in our case each REST API is maintained by a separate team/contractor) and use Schem…
-
I ran chiks and selected the following options:
1. Vite + Express
2. Clerk
3. React, Typescript
4. Yes Tailwind
5. Base Tailwind
6. (changed entry point to index.ts in backend package.json con…
-
*Bugsquad edit: This proposal is a superset of #162.*
EDIT: Tried to format it according to the 'template'.
**Describe the project you are working on:**
I was working on a game using Godot. (Ha…
-
The idea is to create a simple, compact, symmetrical, typed language for generic programming that compiles to JavaScript. The initial reference is "Elements of Programming" by Alexander Stepanov and P…
keean updated
6 years ago
-
# The `internal` modifier
Often there is a need to share information on types within a program or package that should not be
accessed from outside of the program or package. While the `public` access…
-
In the spirit of removing as much boilerplate as possible, I think zustand made the right choice to merge the object that is returned from a state change function with the original state.
Because t…
-
This isn't a bug per se, but it is something that lends itself well to a great deal of unintuitive behavior. Consider the following KCL:
```
let exampleSketch = startSketchAt([0, 0])
|> line([1, …