-
```
patrick@wkdev:~/checkout/WebKit$ rr record echo 'hello world'
rr needs /proc/sys/kernel/perf_event_paranoid
-
Schema and seeds sql exists. Need a way to setup the DB and see the DB without having to go into psql
-
From HLWM's author!
HLWM config:
https://github.com/t-wissmann/dotfiles/blob/master/config/herbstluftwm/autostart
Nice utf8 char/string selector using rofi:
https://github.com/t-wissmann/dotfi…
-
My docs were being generated correctly. Until I decided to upgrade my script tags to use script setup as Vue Docs recommends.
This led to my docs not being generated anymore.
Does jsdoc-vuejs s…
-
Today I have tried doing the following:
```vue
import { defineComponent } from 'vue';
const Comp = defineComponent({});
export default Comp;
const a = 1;
```
[playground](https://pl…
-
# Issue
Executing a bin installed from "scripts" tag at `setup` from setuptools errors
```bash
❯ my_package
zsh: /Users/hodeinavarro/Developer/astral.sh/uv-bin-scripts-mre/with-uv/bin/my_package: …
-
### Describe the bug
When running the script `openemr-cmd up` on mac , the script is checking for `docker-compose` to be installed. while this is applicable to most linux distributions, docker desk…
-
### Environment
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.14.159
- CLI Version: 3.15.0
- Nitro Version: 2.10.4
- Package Manager: npm@10.2.3
- Builder: …
-
As the number of environment variables and setup commands increase, it would be nice to have a simple shell script that would run all the commands for you.
-
Let's add a post-install script to our manager which performs:
* Run `alembic upgrade head` or `backend.ai mgr schema oneshot` (if first install)
* Run any version-specific migration scripts (named …