Tim Fish

Results 101 issues of Tim Fish

makfy is just what I've been looking for! There are a couple of things its missing to make it perfect for me but I'm happy to contribute. Many of my...

It would be great to also generate .d.ts type definitions so that we'd get TypeScript compile time checking against the native library too. Thank you for this library, it's great!

enhancement
typescript

It would be great to do this without any hackery: ![image](https://user-images.githubusercontent.com/1150298/31318072-70ef7200-ac4c-11e7-8353-4f490a4b8095.png)

We've been using some code [similar to this](https://stackoverflow.com/a/3943023/106623) to automatically choose a foreground text colour for any background colour. This could be used in electron-titlebar-windows if the user doesn't supply...

It would be great to have an option to have backtrace frames attached to the JavaScript error object. With an `error.backtrace` object set, we could then pass this data to...

### Affected URL(s) https://nodejs.org/api/cli.html#-r---require-module ### Description of the problem There was a previous issue for this: https://github.com/nodejs/node/issues/28518 But the PR to improve this does not make this clear in the...

doc

## Which problem is this PR solving? Bundlers pick up and attempt to parse `require.resolve` and give warnings or errors because the module name is dynamic. See https://github.com/open-telemetry/opentelemetry-js/issues/4173#issuecomment-2075469800 Fixes #4173...

### Problem Statement The [view hierarchy RFC](https://github.com/getsentry/rfcs/blob/main/text/0033-view-hierarchy.md) details a way to send the apps window layout with events. ### Solution Brainstorm In Electron we have access to all the app...

Improvement