Krishna Rajendragon
Krishna Rajendragon
I was about to try out the API for group functionality and I saw this note in the doc that popped up. https://github.com/PostHog/posthog-js/blob/ea1e1587c3702b307ab8468d9df36cfe6d6f9db6/src/module.d.ts#L170  Is this just an oversight with...
**Is your feature request related to a problem? Please describe:** We use the `disable-git` flag when sending source maps but would still like to send git details to data dog....
Eval works as expected when I attempt a simple console.log `nesh -e 'console.log("hello world");'`. But if I introduce the babel flag `nesh -b -e 'console.log("hello world");'`, the eval blows up...
### Describe the feature It's common for window managers to have a `--replace` flag to replace the currently running window manager. See [xmonad](https://xmonad.org/manpage.html#flags), [awesomewm](https://awesomewm.org/doc/manpages/awesome.1.html), [openbox](https://linux.die.net/man/1/openbox), and others. It's really handy...
**Is your feature request related to a problem? Please describe.** I want the default way to work in my project to be with `SQLX_OFFLINE=true` while still having a `DATABASE_URL` set...