Comment by scio me nescire on UI Router $state.go is not redirecting?
saved me a lot of trouble
View ArticleComment by scio me nescire on Nuget 3 - Octopack - Wrong Framework Target error
ugh... so much time trying to figure this out
View ArticleComment by scio me nescire on Parallel website requests stuck in pending...
I have the same issue. Getting a lot of heat for it. Good to know its not just IIS/.net that is having the issue.
View ArticleComment by scio me nescire on Fault tolerant redundancy
rogeralsing.com/category/akka-net
View ArticleComment by scio me nescire on Azure AD B2C - "emails" claim in custom policy
This post doesn't work, this one does.
View ArticleComment by scio me nescire on Why are claims being flagged as not supported...
This post doesn't work, this one does.
View ArticleComment by scio me nescire on Terraform remote state chicken and egg
so basically run a script and save it to git? can you elaborate on what you mean by other TF code? Are you aware of any docs/posts from TF about how basically bootstrapping TF on the cloud requires at...
View ArticleComment by scio me nescire on Terraform Azure Service Principal Client Secret...
Hi, while this tells me why it doesn't show up, it doesn't solve the long password TTL. I'm trying to use the SP for terraform, so I'd like to make the TTL shorter. Using the app registration client...
View ArticleComment by scio me nescire on How to rotate Github API secrets automatically?
@GuiFalourd I don't, but I'll try it and see. Seems dangerous if it works, but that's something to explore if it works in the first place. Thanks for the suggestion!
View ArticleComment by scio me nescire on How to add and push to an Azure Devops remote...
@AnirudhaGupta I'm not sure I understand. You're saying I should generate git credentials in ADO, and then clone it where? How would cloning the the repo help me add a remote to codespaces?
View ArticleUsing CamelHumps without resharper or coderush
I've read through the previous threads on ctrl+arrow or ctrl+shift+arrow in visual studio using resharper or coderush.There was one answer where a macro achieved the same result.However, VS2013 no...
View ArticleAnswer by scio me nescire for Angular unit test with TypeScript: TS2304:...
before:beforeEach(function () { module('app');}after:beforeEach(function () { angular.mock.module('app');}
View Articletimeout index not present on ravendb
tl;dr: my web api service is running slow, added logginglogging is giving me errors about not being able to find timeoutsdidn't see the ravendb database for the webapi project on the server, but dev...
View ArticleHow do I set a title for the exported pdf?
I would like to set some sort of title for the exported data on the PDFs.I have looked through http://ui-grid.info/docs/#/api/ui.grid.exporter but there does not seem to be a setting for it.Right now...
View ArticleCannot run Nuget Package Restore from private Team City Nuget Server
Current discussion thread: http://devnet.jetbrains.com/message/5519081#5519081Bug Report: http://youtrack.jetbrains.com/issue/TW-37148Error: Cannot prompt for input in non-interactive mode.One thing to...
View ArticleShared hosting account connection reset
The server will serve up static files fine, but anything with aspx will return the below message in Firefox:The connection to the server was reset while the page was loadingFirebug NET tab shows...
View ArticleAnswer by scio me nescire for Why can't I connect to a SQL Server 2012...
THIS ANSWER ASSUMES DELETING THE INSTANCE IS OK.ie: all your data will be gone and that is okay.I was having the same problem, after upgrading my SSMS. sqllocaldb i.\MyCustomInstancesqllocaldb dLocalDb...
View ArticlePublisher with no subscribers
Hypothetical scenario, publisher publishes message, no one's available to process it. What I've been able to figure out is that the message will black hole.There is a SO post for a publisher with ONLY...
View Articleado connection pooling connected vs disconnected
Before jumping the gun and marking duplicate, I've searched an have not had luck with a clear answer.Background:A co-worker and I had a discussion on datareader vs dataset with me on the datareader...
View ArticleHow do I use relative paths with the webdriver.Navigate().GotoUrl()?
driver.Navigate().GoToUrl("/") sets the location to "/" instead of "http://www.domain.com/"another example would be driver.Navigate().GoToUrl("/view1") sets the location to "/view1" instead of...
View Article