D. Ben Knoble
D. Ben Knoble
In SML, such a mistake is impossible to make. To bind, one use `val x = 1` (among other things, like `fun`, type, and module bindings) but this is only...
A version on BigSur with fixes for `DesignCapacity` and `Serial` format changes: ``` #!/usr/bin/env bash INFO=$(ioreg -l -n AppleSmartBattery -r) # Charge and time remaining CURRENT_CAPACITY=$(echo "$INFO" | grep CurrentCapacity...
> 1. Create the following minimal vimrc file. In my demo I have called it `minimal.vim`: > > ```viml > filetype plugin indent on > syntax enable > set termguicolors...
(To clarify: the step that didn't work for me was 5: `termguicolors` was pink as expected.)
To answer my own questions: [this commit from 4 months ago](https://github.com/vim/vim/commit/3c053a1a5ad2a3c924929e11f2b9af20a8b901e2) adjusts the documentation for `:colorscheme` and `autoload` in `doc/repeat.txt`.
For reproducibility's sake: `vim --version`: ``` VIM - Vi IMproved 9.0 (2022 Jun 28, compilé Feb 2 2023 11:45:55) Version macOS - x86_64 Rustines incluses : 1-1275 Compilé par benknoble...
I think I'm going to leave this open and tie it to #320 (as I linked it above)—this after business seems to have come around with a vengeance. The only...
Here's a patch that fixed this for me. I'm not a typescript developer, so I actually modified the built JS until it worked, then tried to translate back: ```diff diff...
It's almost like the type assertion on `a` should re-check the `example%` body (where it would catch that `get-id` is ill-typed), but that is unlikely to be generally possible or...
I'm not convinced this is related, but I've been seeing `setup` hangs on GitHub Actions with BC 8.12.0.1 x86_64-linux [3m] on Ubuntu 22.04: https://pipelinesghubeus7.actions.githubusercontent.com/JX0a4PHnpbGkpVHPxxrr5RC3R7ZxmydlozVhsyS8eZYjdsJr5Z/_apis/pipelines/1/runs/359/signedlogcontent/3?urlExpires=2024-01-09T01%3A00%3A26.4715715Z&urlSigningMethod=HMACV1&urlSignature=xZHb%2BydtrevMl0fWx9d%2BIbLX6hOn4bRazzyGrC%2BDpR4%3D Last few lines ``` 2024-01-08T16:20:50.7557108Z raco...