Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Pro
Pinned
3,626 contributions in the last year
Contribution activity
June 2020
Created a pull request in darklang/dark that received 4 comments
Remove expr type parameter from dval
Another cleanup in the long line of converting from expr to FluidExpression.t.
Now, the old expr is only used in serialization.
Trello link included
+2,533
−3,635
•
4
comments
- Add a timeout for HTTPClient:: calls
- Fix editor doc
- dont suggest user accounts
- Point presence correctly
- Script fixes
- Update ppx-deriving versions
- Add more type signatures
- Improve proxying to GCP
- Host jwt in the darklang org
- Remove references to whitelists
- Rename 'master' to 'main'
- Iterate on the PR template
- Forward presence.darklang.com to ops-presence
- As part of debugging the queue problems, disable the GC for now
- Pin to testcafe 1.8.6
- When reporting to segment, use the canvas name instead of the IP
- Missed a spelling fix: secret.yaml
- Fix merge failure
- Fix formatting of License
- Add better checkout instructions, and a script to checkout PRs
- Add license and CoC
- Make CI work for non-fork pull requests
- Fix CI on master
- Mention timeout
- Add link to new contributing doc
- More for the monday changelog
- More contributing
- Update changelog
- Make a pass on the contributor docs
- Replace master with main everywhere
- How to add a new language feature doc
- Down to 99 spelling errors
- Fix about half the errors brought up by spell check
- Clarify that it's the stdlib
- Swtich to npm from yarn
- Add tour of backend details
- Update yarn file
- Another round of OCaml doc, add spellcheck
- More OCaml content
- Start the OCaml guide
- Refactor information architecture
- Add more contributor content
- support Date::hour_v1 in query compiler and allow appending of Dark arg in unary_ops
- Error handling for http client
- Limit fullstory to 48h
- Get Secrets
- Package Manager Function References
- Convert a variable to a list by pressing '['
- Updates to hello world tutorial
- Update error msg copy for field access
- link to desktop-client in browser support modal
- Added tests for List::flatten
- Document how to put a new cert in a kubernetes secret
- Disable flaky exe_flow_fades test
- Make DB::getMany return Option - Fixes #2415
- Add convert-if-to-match command
- Add List::takeWhile standard library function
- 404s tip
- Ismith/upgrade ocurl
Created an issue in darklang/dark that received 6 comments
Add support for string interpolation
String interpolation is where we automatically replace a specially marked part of the string with the value of a variable. For example:
let myVar =…
6
comments
- Only show functions which are allows in the sql compiler, within a DB::query lambda
- Write a guide to setting up VSCode
- Make the Dark repo work on Windows
- Clean up appsupport.js
- Determine next steps for the desktop client
- Allow pausing Crons
- Support contributing to a public canvas
- Support more granular in-canvas permissions
- Support more granular permissions (canvas vs org)
- Support deleting a canvas
- Rebuild after js_of_ocaml runs out of memory
- Make the SetExpr op work everywhere
- Add UI to enable MFA
- Fix tab ordering
- Update sha2 dependency in stroller
- Upgrade hmac dependency in stroller
- Investigate current Unicode support in the client
- Add support for Characters
- Add support for string escaping
- Make Option, Result, and List polymorphic
- Show a warning when the code has not been committed
- When the cursor is on a parameter, also show the function docs
- Animate arrival of new trace
- [Meta] Adding a new language feature
- Add support for tuples
- Some issues not shown.