Stachu Korick
Stachu Korick
currently a minor build error, which I'll fix in a bit. Short of that, seems good to me.
Fair! I've updated the title+description to reflect a better path forward. I think `showAdminDebugger` could be a user setting / toggle, but I'm not sure where the UI would be....
> to determine if "variant" links should appear in the sidebar Would it make sense for 'variants' to all be settings in the Contributors settings tab, rather than queryParam-based?
This is pretty much done - we've removed the usages of `isAdmin` (our in-ReScript-land copy of `isUserAdmin`) - the only remaining usage of `userIsAdmin` is the `FullStory.init` call in `appsupport.js`....
I found a duplicate issue #3319. At time of closing that Issue, its contents were: > Pattern matching doesn't support lists yet. We should support: > > * [ ]...
I like the idea! We could store the `op`->`fnname` mappings in the backend and expose them. Not sure any strategical advantage, but "feels right." --- > That means changing Expr...
@pbiggar do you have any intuition as to when [this](https://github.com/darklang/dark/blob/02ad4fa7bcdce894baf90d498b3d5358d82a47af/client/src/fluid/Fluid.res#L4041-L4043) condition could be hit? For some reason, the code+comment just isn't making sense to me. What are examples of "tokens...
I've stumbled upon a fix for this while working on #4452 - the result is that these steps: - Create a REPL of code: `let z = [1,2,3]` - highlight...
- [x] gather some serializers by searching in code for "newtonsoft" - [x] gather some serializers by searching in code for "system.text.json" - [ ] read through [the changelog](https://docs.darklang.com/reference/changelog) for...
@pbiggar from [this comment](https://github.com/darklang/dark/pull/4160#issuecomment-1156718989): > Perhaps we could mark each deserialization with some token (such as DARK_SERIALIZATION) and make some categories based on how safe it is to change. I...