-
# A rant against dbt ref • Max Halford
Disclaimer Let me be absolutely clear: I think dbt is a great tool. Although this post is a rant, the goal is to be constructive and suggest an improvement.
dbt…
-
Migration based on drush scripts running on legacy side, wp-cli scripts running on backend side, performed on the local level. All scripts (on source and target systems) idempotent.
Source inventor…
-
Hi there, I am currently evaluating a bunch of orm-a-like libraries for an upcoming project.
I have experience with sequelize and waterline. I found mikro-orm while trying to choose a new ORM for a…
-
> [!NOTE]
> RPC 2.0 has launched, the most up-to-date version of its docs can be found on the [Sui Docs](https://docs.sui.io/references/sui-graphql).
# Motivation
We’re excited to share a propo…
amnn updated
6 months ago
-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
The idea is to add three new pattern forms
1. *pattern* `and` *patter…
-
I will continue the discussion here, until or if @keean can get Github to restore the thread. Luckily I still have a copy of the deleted #35 thread loaded, so I can copy and paste from it. If the orig…
-
The central piece of data in this system is the OD. What's it look like?
# Why have a spec?
Some reasons, all related to [ETL](https://en.wikipedia.org/wiki/Extract,_transform,_load).
1) The …
-
Is less verbosity the only main benefit of typeclasses over just inputting a set of functions?
Typeclasses can do where `bar` is a member of `Function`:
```
foo(x: A) where Function
bar(x)
…
-
-
I'm currently working on adding group chat to Ricochet. The majority of the protocols are worked out already.
I've been keeping documentation and notes here: https://matt.traudt.xyz/ricochet/. Here's…