Stachu Korick

Results 116 issues of Stachu Korick

This is a large issue that forces us to tackle other large things, so won't be done for a while. - [x] expose more `LibDarkInternal` fns: (implemented in #4278) -...

When I'm working with a `List` of `Tuple`s, and I `List::map` from that `list`, I want the `Block` to match the # of elements in the tuple. For example: ```...

either as a one-off, or long-term through CI. Some options to consider: - [ ] altcover [1](https://www.hanselman.com/blog/altcover-and-reportgenerator-give-amazing-code-coverage-on-net-core) [2](https://github.com/SteveGilham/altcover/wiki/The-Visualizer#user-guide) - [ ] [dotnet-coverage](https://docs.microsoft.com/en-us/dotnet/core/additional-tools/dotnet-coverage) - [ ] [jetbrains dotCover](https://www.jetbrains.com/help/dotcover/Running_Coverage_Analysis_from_the_Command_LIne.html) - [ ]...

difficulty:needs-thought
dev:backend
contributor-experience

Original title: "Our Twilio tests are flaky" The mentioned tests were since commented out. Let's bring them back sometime, likely in a totally different form. --- https://app.circleci.com/pipelines/github/darklang/dark/3539/workflows/486196d7-c7b0-43fa-8145-1c0dc6f1ed59/jobs/37671/tests#failed-test-0 These tests: https://github.com/darklang/dark/blob/main/fsharp-backend/tests/testfiles/twilio.tests...

- Create a REPL of code: `let z = [1,2,3]` - highlight `,2,` - create a new line below the `let` - paste I expect either `2` or `[ _...

component:fluid
component:editor

UI.fs/ui.html exposes a `USER_IS_ADMIN`/`userIsAdmin` value. That value is currently used in a few places in `client`: - in `appsupport.js`' `FullStory.init` call - it's `devMode` for admins - to determine if...

#4274 has some bits that are worth saving - although we don't need to change any OCaml code, there's no need for us to be referencing the old .html files

As of #4182 we won't be allowing users to _use_ tuples quite yet, so this functionality seems safe for now. There are a few parts: - type checking in the...

If you try to shift-select a complex emoji like ๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ, copy, and paste, it can sometimes fail. This works: highlight the entirety of `"๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ"`, copy, paste elsewhere This fails: highlight...

Context: a FakeDval is a value that we use to represent another concept (errorrails, runtime errors, blanks). We're getting increasingly more `Exception of type 'LibExecution.Errors+FakeDvalFound' was thrown.` rollbars lately. These...