I hereby claim:
- I am tiagosalgado on github.
- I am tiagosalgado (https://keybase.io/tiagosalgado) on keybase.
- I have a public key ASDIHXTF5QAyG2NpNcFTiiAqfjCqUMgwA-Sj4gP0dcoJ_Ao
| # Mac Setup — Brewfile | |
| # Usage: brew bundle --file ./Brewfile | |
| # | |
| # Prerequisites: | |
| # Install Homebrew first: | |
| # /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| # ── Taps ──────────────────────────────────────────────────────────────────── | |
| tap "homebrew/cask" | |
| tap "homebrew/cask-versions" |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| Enable-RemoteDesktop | |
| cinst Microsoft-Hyper-V-All -source windowsFeatures | |
| cinst IIS-WebServerRole -source windowsfeatures | |
| cinst git-credential-winstore | |
| cinst notepadplusplus.install | |
| cinst 7zip.install | |
| cinst sql-server-management-studio |
I hereby claim:
| Get-ChildItem -inc bin,obj,node_modules,packages,*.suo,*.*scc,.vs,*.user -rec | Remove-Item -rec -force |
| public void Delete(string key = null) | |
| { | |
| var endpoints = Connection.GetEndPoints(); | |
| foreach (var endpoint in endpoints) | |
| { | |
| var server = Connection.GetServer(endpoint); | |
| if (string.IsNullOrWhiteSpace(key)) | |
| { | |
| var keys = server.Keys(pattern: $"{_options.InstanceName}*", pageSize: 2000); | |
| foreach (var k in keys) |
| GatewayTimeout https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor/2.0.0/microsoft.aspnetcore.mvc.razor.2.0.0.nupkg 17ms | |
| Failed to download package 'Microsoft.AspNetCore.Mvc.Razor.2.0.0' from 'https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor/2.0.0/microsoft.aspnetcore.mvc.razor.2.0.0.nupkg'. | |
| Response status code does not indicate success: 504 (Gateway Timeout). | |
| GET https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor/index.json | |
| GET https://<our_internal_nuget_server>/nuget/FindPackagesById()?id='Microsoft.AspNetCore.Mvc.Razor' | |
| GET https://<our_internal_nuget_server>/nuget/FindPackagesById()?id='Microsoft.AspNetCore.Mvc.Razor' | |
| CACHE https://<our_internal_nuget_server>/nuget/FindPackagesById()?id='System.IO.Compression' | |
| CACHE https://api.nuget.org/v3-flatcontainer/system.threading.thread/index.json | |
| NuGet.Protocol.Core.Types.FatalProtocolException: The feed 'Nuget [https://api.nuget.org/v3/index.json]' lists package 'System.Threading.Thread.4.3.0' |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="http://github.hubspot.com/offline/offline.min.js"></script> | |
| <script src="http://github.hubspot.com/offline/js/snake.js"></script> | |
| <link rel="stylesheet" href="http://github.hubspot.com/offline/themes/offline-theme-chrome.css" /> | |
| <script> | |
| Offline.options = { |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |