loynoir
loynoir
As comparison, go install esbuild is ok ```sh $ go install github.com/evanw/esbuild/cmd/esbuild@latest && echo OK OK ``` ``` $ go install github.com/esm-dev/esm.sh@latest go: downloading github.com/esm-dev/esm.sh v0.1.0 go: github.com/esm-dev/esm.sh@latest: github.com/esm-dev/[email protected]: parsing...
```js import { createRequire } from 'module' const require = createRequire(import.meta.url) /** * @type {typeof ReadableStream} */ let RS: typeof ReadableStream if (typeof ReadableStream !== 'undefined') { RS = ReadableStream...
## Is your feature request related to a problem? Please describe. ```sh $ chezmoi init --apply dotfile-repo chezmoi: template: dot_XXX.tmpl:XXX:XXX: executing "dot_XXX.tmpl" at : map has no entry for key...
### Actual Change `def pre():` to `def post():` ```python __all__ = ['pre'] def pre(): pass ``` Error: `Undefined variable name 'pre' in __all__` ```python __all__ = ['pre'] def post(): pass...
### Actual Change type from `pre` to `post` Pre: ```python if typing.TYPE_CHECKING: from custom_types import pre def parse_args() -> 'pre': return foobar ``` Post: Error: `Name "pre" is not defined`...
> Cosmiconfig continues to search up the directory tree, checking each of these places in each directory, until it finds some acceptable configuration (or hits the home directory). ```sh $...
**Is your feature request related to a problem? Please describe.** When try to reorder VM disk order, I got two hardcoded TODO `'--medium'` lines below. - `'./my/second/disk.vhd'` - `"#{Dir.home}/VirtualBox VMs/PROJECTNAME_default_SOMENUMBER_SOMENUMBER/packer-virtualbox.vmdk"`...
```ts import type { JsonValue, PackageJson } from "type-fest" function fn(j: JsonValue) { console.log(j) } const pj: PackageJson = {} fn(pj) ``` ### Expect ```sh $ ts --noEmit # (no...
Use case, `.zsh`... 😂 `excludeFilename` pattern to exclude `.zsh`, and maybe `excludeContext` to exclude content. Seems related: https://github.com/foxundermoon/vs-shell-format/issues/176 https://github.com/foxundermoon/vs-shell-format/issues/146 https://github.com/foxundermoon/vs-shell-format/issues/124 https://github.com/foxundermoon/vs-shell-format/issues/85
### Brief I think might be better to reduce identifable characteristics 1. show here is `cryfs` 2. and this is `cryfs.config` ### Currently Given - config with path `base/cryfs.config` -...