Tim Fish

Results 64 issues of Tim Fish

My library uses some npm dependencies from esm.sh but this causes the user to be prompted for access to the environment due to this code: https://github.com/denoland/deno_std/blob/8b34f7363501d17b059ab65575b985902ef190ba/node/internal/util/debuglog.ts#L106-L115 It looks like this...

bug
needs triage

Would be really good to support .NET core! ``` Package Postal.Mvc5 1.2.0 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package Postal.Mvc5 1.2.0 supports: net45 (.NETFramework,Version=v4.5) ```

When watching a directory on network share ending with `$`, no files are found. Shares ending in `$` are commonly used to hide shares from being listed when browsing on...

win32
network

Using `node-usb-detection` in Electron v8 I get the following warning output: `Electron: Loading non-context-aware native module in renderer: '\\?\C:\Users\tim\Documents\Repositories\AppName\node_modules\usb-detection\build\Release\detection.node'. This is deprecated, see https://github.com/electron/electron/issues/18397.` Details of how to fix this...

help wanted

We're using this library rather successfully in our Electron app but I'm trying to fix an issue on both Windows and macOS. We use Electrons [powerMonitor API](https://electronjs.org/docs/api/power-monitor) to `stopMonitoring` and...

bug
help wanted

Google regularly reject logins made in a `BrowserWindow`. I have MFA enabled on my Google account and it just doesn't allow it: https://support.google.com/accounts/thread/22873505?hl=en The recommended way to do this is...

Chrome/v8 stack frames use `?` to denote anonymous functions but we also use `` in a few places. https://github.com/getsentry/sentry-javascript/blob/78395c6c6f2cf7b9a8afe907c6396d911b83d3b6/packages/utils/src/stacktrace.ts#L75 https://github.com/getsentry/sentry-javascript/blob/78395c6c6f2cf7b9a8afe907c6396d911b83d3b6/packages/utils/src/stacktrace.ts#L80

Type: Bug
Type: Breaking
Status: Backlog

Much of this code has been in use in the Electron SDK for a long time: https://github.com/getsentry/sentry-electron/blob/master/src/main/context.ts The addition of memory and cpu info was more recent: https://github.com/getsentry/sentry-electron/blob/master/src/main/integrations/additional-context.ts Closes #5500

### Problem Statement The event [`contexts.device` payload](https://develop.sentry.dev/sdk/event-payloads/contexts/#device-context) has many properties that are easily accessible from the `os` module. Since bundle size is less of a concern in Node, we should...

Status: In Progress
Type: Improvement
Package: node

### Problem Statement Most platforms now have a way to get the CPU count. ### Solution Brainstorm In browsers `navigator.hardwareConcurrency` has been around for a while. Safari apparently caps this...

Type: Improvement
Status: Backlog