Introducing @indent, one coworker for your whole company
Indent is a single agent that is built to work with every member of your team, simultaneously. Instead of every one setting up their own agents, use Indent to build one together.
Try it at https://t.co/fUTua8mUOc
Introducing @indent, one coworker for your whole company
Indent is a single agent that is built to work with every member of your team, simultaneously. Instead of every one setting up their own agents, use Indent to build one together.
Try it at https://t.co/fUTua8mUOc
@mattpocockuk The flow parser is written in OCaml, probably because the flow is a more nominal type system rather than subtyped; it also has an opaque type, the same as OCaml. Nominal types are more sound but increase the adoption barrier in the JS world, as it makes it less dynamic
I assume it is a type-checker performance optimization and quite a rare case, but it can be unclear when one tries to narrow down deeply nested properties of the root object.
Today, I learned that @typescript narrows types only down the AST tree. I was updating dependencies in https://t.co/MGX2o2l59c and adding new route options. Cc @mattpocockuk, you probably already covered it. https://t.co/nE8yz7lLTN🤓
Signature Series Advantage360's with the SmartSet Engine are now available from @UpgradeKB
Pick your 1) switches, 2) keycaps, and 3) sound options.
https://t.co/u67J0ameoT
Pro model with ZMK Bluetooth to follow in the next couple of weeks.
Are you interested in working with ReScript on a daily basis?
We heard that @woltapp is currently looking for ReScript developers!
Check out their offer on our job board:
https://t.co/0xKhDTtRGA
Any Reason/ReScript developers looking for a new gig?
We’re looking to extend our team at
@woltapp
with a mid to senior front-end developer for a ReasonReact (mostly) codebase.
Feel free to DM for more information! 🙂 #rescript#reasonml
@ryyppy In most cases when package has transitive Rescript dependency it is not true. In this case, consumers will still have to pull compiler toolchain and re-build deps... I've mentioned this problem recently. https://t.co/Azn9wOdwXP
It is true when package deps are only plain JS
@sgrove@alexfedoseev@matzatorski Yes it is possible with this lib. At Wolt we are using Map of fields with a custom comparator as a state. All preparations is done during json decoding. Validations are only done per field though, there is no need to have dependent fields to trigger validation of other field.