Jasper Wong
Jasper Wong
fix typo
should be "bias for action" (no s)
Add the following additional restriction on naming of collections > Collection names should begin with an underscore or a letter character, and cannot: > - ... > - be the...
For easy copying and pasting on terminal
At https://healeycodes.com/javascript-one-liners Not sure what is causing the issue: the [Github markup](https://github.com/healeycodes/healeycodes.com/blob/main/posts/javascript-one-liners.md) seems to be correct. The hyperlink link, i.e. https://en.wikipedia.org/wiki/Quine_(computing), itself has a set of balanced brackets.
First, thank you Jeroen for a really wonderful book. The examples and pace are just right for me! Second, the official Docker Image (from `docker pull datasciencetoolbox/dsatcl2e`) seems to use...
Hi! I am totally new to the language, just started playing with the playground after hearing about Gleam from a Red Badger meet-up. As I was mucking around, I made...
Not an issue, just to [share](https://technical-blog.3willows.xyz/2024-10-12-2-days-of-golang-with-llms/) where I have taken this!
```ts type PersonalInfo = { name: string, age: number, interest: string[] }; type KeyofPersonalInfo = keyof PersonalInfo; // typo on the following line ``` type ~KeyofPersonalInfo~ValueOfPersonalInfo = PersonalInfo[KeyofPersonalInfo]
Came here via [TidalCylce docs ](https://tidalcycles.org/docs/patternlib/tutorials/workshop/ ) in turn via this [YouTube video](https://www.youtube.com/watch?v=NUgJgCvX4Y4) On [this page](https://estuary.mcmaster.ca/) There are these bugs which confuses users. Happy to submit PR if needed. Thanks!