Richard Kemp
Richard Kemp
I have improved the install process and added an uninstall script, all of these managed by a Makefile. I have also added a TODO for what I was thinking could...
Once installed the plugin works as expected (loading my `.env` vars in `process.env` being used in webpack and all), but after a node reload or any changes, it suddenly stops...
New notes are put in trash if during the edit 'esc' is hit and cancel at least once. ## How to reproduce - Create a note - Select a notebook...
Maybe I'm doing it wrong or that's a case not covered by parsing hints, but I'm pretty sure it was working with nyc `14.x` in a previous project I worked...
Giving a simple `Dockerfile` example, leveraging the `TARGETARCH` [automatic variable](https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope) provided in the global scope by buildkit: ```dockerfile ARG APT_FLAGS="-y -qq --no-install-recommends --no-install-suggests" FROM node AS base-arm64 ONBUILD ARG PACKAGES="\...
* Idiomatic way of managing install/uninstall files * OS Agnostic (Linux, MacOS, Windows) Obsoletes #8 #64 #66 #71 #82 #89 #98 #104 #107 #108 #123 #151 #153 Fixes #63 Fixes...
It's complaining about missing libraries : nginx: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory php-fpm: error while loading shared libraries: libjpeg.so.62:...
**Describe the bug** When used in the context of a monorepo (typically with `pnpm`), since all packages dependencies are hoisted to `/node_modules`, if any of them has `decimal.js` in its...
I am probably missing something, but doing the same as the example results in an empty cache : ```yaml - name: Cache apk uses: actions/cache@v4 id: cache-apk with: path: |...
**Describe the bug** When overriding special commit types `feat` and `fix`, to change their titles for instance, like ```cog.toml [commit_types] feat = { changelog_title = "🌟 Features" } fix =...