Yawar Amin

Results 52 issues of Yawar Amin

Or perhaps even just trim the values automatically? E.g. some clients might send queries like `?q=` (with no value) or `?q= ` (single space character as the value). In these...

This is a proposal to add a function `Dream.form_decode` (e.g., name is not super important) to decode a form's fields into a custom type, say e.g. `type person = {...

🎓 study

Also add bsdoc as a devDep to allow generating docs locally and/or in CI/CD. Commands to generate docs: npx bsdoc build React npx bsdoc support-files # One-time setup but must...

docs

I've come to believe that JavaScript's 'options object' function parameter pattern is a poor-man's optional parameter implementation. The `fetch` function is a perfect example of this. I would like to...

- Get rid of module declarations - Use only OCaml Stdlib - Rename composition operator to `(%)` due to operator precedence issues

Currently, the generated code is strongly coupled to Thrift. This locks the whole codebase into Thrift, or forces developers to manually duplicate types and convert between them. Instead, the generated...

Which is helpful to onboard newcomers from JavaScript onto Reason syntax. It used to be here: https://github.com/reasonml/reasonml.github.io/blob/5e441dd2c604c36b58037b0b9071392de08a1047/docs/syntax-cheatsheet.md But got deleted. I'll send a PR within a couple of days if...

It may be possible to link the ReWeb server in as a 'plugin' to the running executable, and dynamically update and link in a new one when it's recompiled. See...

Most likely `logs` since it's already in the transitive deps. - Set up a source builder functor like in https://gist.github.com/anmonteiro/3b3fd4810dc6481eb662b1e4675a5e36 - (Maybe?) set up a custom reporter without newlines as...