ferenc-a

Results 10 issues of ferenc-a

Here's the link: https://www.electron.build/configuration/mac.html#NotarizeNotaryOptions And this is what is displayed. ![image](https://github.com/electron-userland/electron-builder/assets/140697579/e43e1fa5-c5d4-46ac-b14d-1213dfec9e34) All instances of this sentence are somewhat different: https://github.com/search?q=repo%3Aelectron-userland%2Felectron-builder+%22The+team+ID+you+want+to+notarize+under+for+when+using%22&type=code The one in `scheme.json` doesn't mention deprecation, and the one...

It's possible to intercept the HTTP to WebSocket upgrade message (https://github.com/twitchax/AspNetCore.Proxy/issues/27#issuecomment-2371760613), but not the traffic afterwards. It would be nice to have the functionality (like for example, here: https://github.com/joeferner/node-http-mitm-proxy/tree/master?tab=readme-ov-file#proxy_onWebSocketConnection). If...

I have an `AssemblyFixture` that implements `IAsyncLifetime` from which I launch a process handler class in `InitializeAsync`. The handler class uses [Process.OutputDataReceived](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process.outputdatareceived?view=net-8.0) to log the process' output. However it doesn't...

By Design

### Current Behavior I can only set one logger in the project.json, and passing --logger to Nx also doesn't add to the existing logger, but replaces it. The docs seem...

enhancement
good first issue

### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched [issues](https://github.com/GitTools/GitVersion/issues) to ensure it has not already been reported ### GitVersion package GitVersion.Portable ###...

needs triage

`LogProcess` is only set in a single place in the code base, never used, and setting it in user code doesn't seem to do anything. It should either be deprecated...

I get this message on in both an iOS Safari and and iOS Chrome browser. According to [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/hardwareConcurrency#browser_compatibility), this has been implemented on Safari since 2022. Relevant code: https://github.com/abrahamjuliot/creepjs/blob/161508a7b78eccd610508817be830467ae2b2b1d/docs/tests/machine.js#L468

I've been following this example: https://github.com/nulastudio/NetBeauty2?tab=readme-ov-file#customize-apphost. I thought the "shared runtime" meant that somehow the dotnet runtime is packaged by NetBeauty, but that doesn't seem to be the case. I...

I have 3 executables I publish as a set, and I want them to use a single dotnet runtime. I tried using NetBeauty2, and worked based on [SharedRuntimeTest](https://github.com/nulastudio/NetBeauty2/tree/master/NetBeautyTest/SharedRuntimeTest). This is...

I know Chrome isn't supported (https://github.com/openwpm/OpenWPM/issues/465). But there are a lot of web APIs that are used as fingerprinting vectors that are not present in Firefox. I propose instrumenting these...