Misha Kaletsky

Results 93 issues of Misha Kaletsky

### Is your proposal related to a problem? Rescheduling a booking turns the old booking "Reschedule"/"Cancel" links into dead links. The email for the original is still in users' inboxes...

🐛 bug
✨ feature
Medium priority
booking-page
emails

Hi - love the library! I don't know if this is an issue per-se, but I got some output I wasn't expecting. Given this is a "high-level" SQL parser, I...

enhancement

--outFile doesn't do anything! I also added `fs.mkdirSync(path.dirname(outputPath), { recursive: true });` so that you can do `--out path/that/does/not/exist/yet/output.html`

### Feature request It would be nice to publish cleye without minimised javascript ### Why? Being minimised makes it very hard to debug things, here's the error I'm currently looking...

Repro: ```js let {createPool, sql} = require('slonik') const {raw} = require('slonik-sql-tag-raw') let slonik = createPool('postgresql://postgres:postgres@localhost:5432/postgres') const queryFromFileSystem = ` select $$ this is just a string, it should be able...

# 🐞 Bug report ### Description We are calling `Sentry.report(new Error('Something bad happened'), {cause: 'Some useful context about the bad thing'})` on a micro-sentry client, but we only see the...

This is partly an awesome-trpc PR, partly a request for feedback on a new library I just published (/evaluation of whether it is indeed "awesome"). It takes an tRPC router...

Currently, there's no standardized way to install dependencies for projects using different package managers without prior knowledge of the specific manager used. This can complicate CI/CD pipelines, development scripts, and...

## Is your feature request related to a problem? Hi, I want to add listr2/tasuku-like support to a migration library I maintain, [umzug](https://npmjs.com/package/umzug). The default behaviour of tasuku is perfect...

feature request

## Is your feature request related to a problem? Not exactly - I currently have a CLI app that's using listr2, but tasuku looks nicer in that each task can...

feature request