omniture 10/17 release - anyone experience the following issues? [closed] - adobe-analytics

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
On 10/17, adobe issued release 1.4 (Version 15), which wrote over all of our event, evar and prop field names... has anyone else experienced this issue? If so, how did you fix it?

I have not seen this happen (I work with a lot of clients who use SiteCatalyst.. haven't heard anything from them nor seen it myself). I would first try logging out and clearing cache/cookies and then log back in. I have sometimes noticed weird behavior in menus after changes (like creating/updating saint classifications), and doing this fixes it. But if that doesn't work, you can just go into your interface and relabel them (you have to have admin privs). Kinda inconvenient, but doable.
Also.. if there is more than one person with admin access to your SC interface.. you should ask around and see if anybody messed with it. Another way this could happen is for example if someone made a new report suite and was looking to dupe the variable labels/settings from an existing one.. and then messed up the process. For example, if you select 2 (or more rsids) and go into the prop listing, it will normally say "multiple" as a value if they do not match up between rsids.. but when you make a change, it's changing all selected rsids..

Related

Annotating data in Doccano [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 11 months ago.
Improve this question
Does anyone know why I do not get the tags in my dataset as shown on the tutorials/examples? I've highlighted a Dutch word with the tag 'direct medical relevance' but it doesn't appear as tagged when I press the label shortcut.
Does anyone know how to fix this?
Seems like a bug to me, the project repo was updated a few days ago.
The demo has the same problem for me as the one you describe, meaning that nothing happens on mouse button release and I can't set any labels: https://doccano.herokuapp.com/demo/sentiment-analysis
The NER demo which uses a slightly different script still works for me: https://doccano.herokuapp.com/demo/named-entity-recognition
So you could see if you find an issue for this problem (or write one yourself) or you can try to clone and go to an older commit before this problem.
From my personal experience while I found Doccano alright to work with for a while I found there to generally be a lot of bugs and quirks around the frontend interface which can give you a hard time if you try to annotate a large corpus. Also I dislike the fact that you can annotate string spans which are not following the token spans, since that caused me to misclick and having to correct it a lot, but that might be a personal issue. I switched to Universal Data Tools Named Entity Recognition Tool which worked better for me since it does the mentioned things differently and can be run entirely in the browser.

CloudKit | User deleting all iCloud data inside Settings also resets local core-data store? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I'm facing the problem below:
When the user decides to delete all iCloud data inside settings, automatically, all local core-data savings are deleted as well.
After some debugging, I could find out that this exactly happens after the first time I initialize an NSPersistentCloudKitContainer. So somehow the merge happens to reset the local data?
I have also made a dummy project using the NSPersistentCloudKitContainer. I could observe this behaviour as well, which makes me conclude that this happens by default?
Any help would be greatly appreciated. I could tell you the details if you wish, I just don't know what I should include.
Update
Could this be intended?
It says this action will also delete all data stored on this iPhone.
But what if the user only whats to clean some iCloud space?
Interesting
From testing many real-world applications - part of them shows the behavior of losing all local data as well. But there is also a decent amount of apps keeping the local data after the reset.
I also tested it with apples own Clips app. All local-data were gone as well.

How to model common information for Rails application [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I'm a bit new in rails development I'm modeling a website with few resources and so far so good. But here is my question:
I would like to allow the admin users to manage information show in most of the pages: Application name, telephone number, address, default email and this kind of things.
My current idea is make a model Property with name and value, but somehow I'm not convinced about this approach because I'll need to access the database to get this values for every request.
Thanks everyone for your time! :D
This seems like an OK approach. If you implement caching, it no longer will hit the db with every request, and honestly it probably isn't really that big of a deal even without the caching. Build it the way you need, and optimize afterward, if necessary.
With all this being said, it may be worth considering how much things like the phone number are going to change, and balance the cost of developing a dynamic solution against the time it would take to change once, 3 years from now (if the number ever does change), in a partial.

Prevent to close a Backlog Item While sub tasks are opened on TFS Online [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I need to have more control on backlog....
Years ago, we have created a project using a SCRUM Process... Not all developers pay attenction to use correctly TFS... There are many problems I'd like to solve step by step...
First one... I would like to prevent to close a PBI until subtasks opened exist. Can be possible? I have looked for on google... I have looked for settings everywhere on tfs but it seems it is not possible... I remember that on Jira could be possible... is it possible that Microsoft haven't implemented this option?
Do you have any idea to avoid that subtask remain opened when parents are closed?
Thank you
There's no way to do that. The state of work items are totally independent of all other work items, including linked work items.
The best way to manage it at the moment that I've seen is to either:
Handle it via process: Be diligent about reviewing the sprint board and don't close user stories with open tasks
Write a work item query that shows you this information. Something like this will do the trick:

IPhone / IPad development : possible to code "outside the app"? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Sorry in advance for those who find that my title is not precise enough. If someone finds a better way of titling the post, be my guest:) The idea is that I am someone that learns through ideas and projects. Not through books. I learned PHP,HTML,CSS,JQuery... by myself through things I wanted to realize... Whatever... So now I have an idea for an IPhone/Ipad app. I know I have to dig into Objective-C. But before doing this I wanted to know if it is possible to build "outside the app". What I mean by that is for instance when you highlight text from safari in the iphone you get a bubble with "copy" written. Is it possible to have for instance a second choice called "whatever" that will send the highlighted text to the app I developped. I don't want to know how to do it. If it is possible i will figure out by myself. I just want to know if it is possible? Thank you in advance. Cheers. Marc
What you want sounds like system-wide plugins and is possible by jailbreaking the device and using MobileSubstrate. AppStore apps, however, cannot benefit from this.

Resources