Tom McLaughlin
Tom McLaughlin
This is a sketch of a solution to #61. I'm not totally sure it's the right approach but thought I'd put it out to discuss.
Consider the following: ```haskell import Data.Aeson as A import Data.Aeson.Diff as AD import Data.Map as M foo :: Map Int String foo = mempty bar :: Map Int String bar...
Manifest version 2.0 includes a new field to tell us the Julia version. We should use this to emit appropriate Nix derivation name as the base Julia to use in...
I have a codebase that uses different values for different `web-mode` indentation variables within `.tsx` files. For example: ```elisp (setq web-mode-code-indent-offset 2) (setq web-mode-markup-indent-offset 4) ``` Here's some code written...
I'm trying to use a scheme for security where my secrets are stored in an encrypted S3 bucket. Then I can just mount them whenever I need to do a...
In some of my Redux reducers I want to simultaneously change the search (i.e. by modifying `state.router.location.search` and some other state. Since this library advertises "100% one source of truth...
### Description I would really like to build a server entrypoint that is not only transpiled (as in #562) but also *bundled*, so that the resulting `dist` folder is completely...
## 🐛 Bug report ### Current Behavior Normally I like to debug server-side rendering by disabling Javascript in my browser and loading the page to see how it looks. Unfortunately,...
This fixes an issue that came up when working on Nixpkgs packaging for `xeus-cling` [here](https://github.com/NixOS/nixpkgs/pull/244777). It's weird for `xeus-cling` to stick extra arguments on to pass to the interpreter when...
## Description  ## Reproduce 1. `cd lumino` 2. `npm install && npm run build` 3. `cd examples/example-menubar` 4. `npm install && npm run build` 5. `google-chrome index.html` (or browser...