Questions tagged [profile]

Profiles are part of .NET Framework. Profiles allows you simply manage your users.

1672 questions
1841
votes
16 answers

How to reload .bashrc settings without logging out and back in again?

If I make changes to .bashrc, how do I reload it without logging out and back in?
Jed Daniels
  • 21,135
  • 5
  • 22
  • 24
239
votes
43 answers

A valid provisioning profile for this executable was not found for debug mode

I am getting this error while I am trying to debug my app on device. I created development provisioning profile as it is mentioned at the developer portal. My development device is selected in the profile and I am selecting the correct profile from…
xenep
  • 3,295
  • 4
  • 18
  • 18
230
votes
13 answers

What's the best free C++ profiler for Windows?

I'm looking for a profiler in order to find the bottleneck in my C++ code. I'd like to find a free, non-intrusive, and good profiling tool. I'm a game developer, and I use PIX for Xbox 360 and found it very good, but it's not free. I know the Intel…
ugasoft
  • 3,382
  • 7
  • 25
  • 23
134
votes
18 answers

Missing Push Notification Entitlement

I have an app for submission when it got rejected and I got the message Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the…
mirageservo
  • 2,203
  • 4
  • 20
  • 29
115
votes
3 answers

Is it possible to override the configuration of a plugin already defined for a profile in a parent POM?

In a POM parent file of my project, I have such a profile defining some configurations useful for this project (so that I can't get rid of this parent POM) : wls7 ...
Guillaume Cernier
  • 1,171
  • 2
  • 8
  • 7
113
votes
8 answers

How to customize user profile when using django-allauth

I have a django project with the django-allauth app. I need to collect additional data from the user at signup. I came across a similar question here but unfortunately, no one answered the profile customization part. Per the documentation provided…
Shreyas
  • 1,370
  • 3
  • 10
  • 15
110
votes
10 answers

How to assign Profile values?

I don't know what I am missing, but I added Profile properties in the Web.config file but cannot access Profile.Item in the code or create a new profile.
zsharp
  • 13,266
  • 29
  • 80
  • 148
99
votes
6 answers

How to add /usr/local/bin in $PATH on Mac

When I do 'open .profile' in the terminal I have the following: export PATH=$PATH:/usr/local/git/bin Now I installed node.js for Mac and it says, Make sure that /usr/local/bin is in your $PATH. How can I add /usr/local/bin to export…
shin
  • 28,830
  • 62
  • 170
  • 248
87
votes
4 answers

How to analyze golang memory?

I wrote a golang program, that uses 1.2GB of memory at runtime. Calling go tool pprof http://10.10.58.118:8601/debug/pprof/heap results in a dump with only 323.4MB heap usage. What's about the rest of the memory usage? Is there any better tool to…
sharewind
  • 1,711
  • 3
  • 14
  • 12
74
votes
12 answers

Getting the "real" Facebook profile picture URL from graph API

Facebook graph API tells me I can get a profile picture of a user using http://graph.facebook.com/517267866/picture?type=large which works fine. However, when you type above URL into a browser, the actual address of the image…
ericbae
  • 9,378
  • 22
  • 73
  • 103
65
votes
6 answers

Do you know the Maven profile for mvnrepository.com?

I am trying to include some dependencies in my Maven project. These dependencies are not available in the default Maven 2 repository http://repo1.maven.org/maven2/. They are available at http://mvnrepository.com/. But I couldn't find the profile for…
user786045
  • 2,171
  • 4
  • 19
  • 15
63
votes
4 answers

Implementing Profile Provider in ASP.NET MVC

For the life of me, I cannot get the SqlProfileProvider to work in an MVC project that I'm working on. The first interesting thing that I realized is that Visual Studio does not automatically generate the ProfileCommon proxy class for you. That's…
senfo
  • 26,901
  • 15
  • 70
  • 101
62
votes
8 answers

Where are the gcov symbols?

I'm trying to compile a simple app with gcov and getting the following link errors: gcc AllTests.o CuTestTest.o CuTest.o -o TestTest AllTests.o: In function `global constructors keyed to 0_RunAllTests': /home/p7539c/cutest/AllTests.c:26: undefined…
john146
  • 917
  • 2
  • 11
  • 15
59
votes
10 answers

How to stop Selenium from creating temporary Firefox Profiles using Web Driver?

I am using Selenium Web Driver API with Java. Every time I want to debug my test cases, a temporary profile for Firefox is created in the temporary files directory. This is a headache in two ways. It definitely is taking unnecessary time to create…
Ranhiru Jude Cooray
  • 18,386
  • 17
  • 80
  • 123
58
votes
5 answers

Spring profiles and testing

I've got a web application where I have the typical problem that it requires different configuration files for different environments. Some configuration is placed in the application server as JNDI datasources, however some configuration stays in…
Udo Held
  • 11,486
  • 11
  • 63
  • 86
1
2 3
99 100