-
My task this week-end was to provide the necessary function to do properties-based testing, in the style of
```
forall (m : map) k v, find k (insert k v m) = v
```
I have experimented with various t…
-
- [ ] Change Month and Week Number
- [ ] focWeekExport "2023-01-19" "2023-01-26"
- [ ] Update Search Index
- [ ] Download New Attachments
- [ ] Update links
- [ ] Check that comment links work (p…
-
Two sync meetings ago already I think we briefly discussed lambdas. It took me a while to make this writeup for various reasons, but here goes.
## User-defined functions vs lambdas vs embedded func…
-
I created a prototype of Nightscout using SQLite as storage.
SQLite supports [JSON documents](https://www.sqlite.org/json1.html) and also indexes on its properties, so it is not difficult to emulate …
-
Typing out the relational algebra operators can be tedious. We could make it less tedious by integrating with Haskell language features such as infix operators for binary operators and optionally tigh…
-
Read the conversation below where we talked to @coderabbitai to have it walk you through the codebase
-
**TypeScript Version:** 2.2.1
**Code**
```ts
class Person {
firstName: string;
lastName: string;
get fullName?() {
return this.firstName + ' ' + this.lastName;
}
}
```
…
-
@pawaitemadisoncollege attached is my self-evaluation, mark down pasted below as well file attached.
[self-eval.md](https://github.com/amoose20/indieProject/files/9847209/self-eval.md)
### Ent Jav…
-
coming a manager is a change of career, not a natural progression on the career track of an engineer.
Managing is a relational job, not a technical one. It’s all about people, and you can’t lead pe…
-
creates extra indices for all schemas - which will bite people with large datasets.
rozza updated
12 years ago