David Pfeffer
David Pfeffer
I have the following PowerShell profile: ``` # Chocolatey profile $ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" if (Test-Path($ChocolateyProfile)) { Import-Module "$ChocolateyProfile" } function Prompt { $location = $(get-location) $host.ui.RawUI.WindowTitle = $location "${location}>" }...
Hi! I'd be happy to take over ownership of this project if you're still looking for someone to maintain it! Let's discuss. :smile:
### You want to: * [ ] report a *bug* * [x] request a *feature* ### Current behaviour * socket.io instantiates an adapter, but does not wait for a callback...
I'm running gulp-typescript before piping through gulp-babel. I init sourcemaps before piping through TypeScript. The output source map from TypeScript seems to be ignored by gulp-babel. Babel itself does support...
Currently, unless AutoHideSplashScreen is enabled in the config, not showing the splash screen is ignored altogether. ### Platforms affected Browser ### What does this PR do? Properly doesn't show the...
### The problem I have a pretty extensive Insteon installation in my home -- perhaps 150 devices. Some of the devices are modules inside boxes and are not the easiest...
**Is your feature request related to a problem? Please describe.** Currently, my application maintains reasonably large Buffer objects in a pool, reusing them to avoid tons of GC contention. However,...
### The kind of change this PR does introduce * [ ] a bug fix * [x] a new feature * [ ] an update to the documentation * [...