Pete Hunt

Results 21 issues of Pete Hunt

If a spec throws an exception at `require()` time we don't get the full stack trace. This makes debugging a nontrivial project hugely difficult. This changes `jasmine-node` to report the...

hey - thanks for a great library. i haven't tested this with any other db besides sqlite, but it doesn't seem to support multiple statements via `sql.file`: https://gist.github.com/petehunt/6a889fc8d01e14fb1667a1e7f9cb0ffd this is...

bug
SQLite

Here's a repro. The line numbers still aren't right, but that's an issue with `ts-node` and my repro I think (it works in my main project). I think the issue...

bug
SQLite

I've found in Chrome and iOS Safari that even doing nothing in a `requestAnimationFrame()` tick will still periodically drop frames. It would be nice if there was a way to...

Writing tests with SWR is very painful. If you don't know the magic incantation in #781, you can easily have nondeterministic tests that can be quite difficult to debug. I'd...

There are a ton of features being asked for that may or may not make it into Excalidraw: * https://twitter.com/Vjeux/status/1310329936796762112 * #2184 * #2170 * #1718 * #1689 and probably...

Here's a few ideas for what we could do with jsxstyle 3: * Implement #148 and #149 * Change the default API to instead override JSX with a `/** @jsx...

The server rendering API is a little hard to use. I think I'd prefer to have something like this: Example: ``` async function renderApp() { const [markup, style] = await...

enhancement
help wanted
jsxstyle-utils

Not sure if this is in scope, but it would be very cool (and easy I think) if Fluxxor supported running in a web worker. That way your "business logic"...

enhancement

Originally filed by [email protected] on 2010-08-03T14:05:57 For now, the description tuple does conform to the DB-API 2.0 spec, however, the display size field is currently missing (None), whereas in MySQLdb...

Priority-Low