Are Phrase lists removed from LUIS? - azure-language-understanding

I used Phrase lists in LUIS in the past. However, the entry is not visible in the left menu anymore even though the documentation says it should be there:
Open your app by clicking its name on My Apps page, and then click Build, then click Phrase lists in your app's left panel
Are Phrase lists removed from LUIS?
Please see this screenshot:

A recent fix was deployed. Please refresh the page

Related

Where is the "Add Dynamic Content" window in my MS-Flow?

Until recently, when building flows, I had the option of clicking on "Add Dynamic Content" to bring up the Dynamic Content/Expressions pop-up.
Now, these options are gone. No link to the pop-up, no pop-up. Just a list of available fields/variables when I click in the step.
Did something change in MS-Flow? I've looked around for settings/preferences but not found any. Am I missing something?
Is it a privileges issue (as in, I should go annoy IT until they restore something)?
Try zooming out the page to 75% or less and exit/enter the field again - the dynamic content should appear. 
Ridiculous bug.
P.S. Also, if you are using Firefox, there may be additional difficulties with entering the expression - switch to Edge or Chrome. 

Visual Studio Team Explorer: Customize the "My Work" pane

Is there a way to customize the "My Work" pane to show more groups?
For instance, I currently have In Progress Work, Suspended Work, and Available Work Items. I also have a "Code Reviews" section. How could I add a section for "Bugs ready to test" or something along those lines?
I ask this because I have work items in my queue that don't appear on this list - it seems as though Tasks do, but Bugs do not.
Thanks!
You can change the Available Work Items section to show the results of any query you want. Just create a query that shows what you're interested in, and save it in My Queries. Then in the My Work pane you can select it from the drop-down:

firefox brand new “new tab page” - how to see/edit blocked/pinned items?

While it's simple to pin/block a link-screenshot in the new beautiful tab page in firefox I see no way to edit the list of blocked/pinned items, does anybody know how to do it?
E.G. I blocked a page but now I woukld like to unlock, how to do it?
Thanks.
This is for FF17 on Windows, Mac/Linux users cf below
To unlock a blocked page quit Firefox, download sqlitebrowser at sourceforge.net (~6MB as of now, Windows only), use it to open chromeappsstore.sqlite in your "Profiles" directory. On Win Vista that's eg:
[DRIVENAME]:\Users\[USERNAME]\AppData\Roaming\Mozilla\
Firefox\Profiles\[ALPHANUMERICSTRING].default\chromeappsstore.sqlite
Switch to the "browse data" tab, open the edit view of the value corresponding to the "pinned links" key (double click on it). Replace one entry (eg a null) with
{"url":"YOUR_URL","title":"YOUR_TITLE"}
apply changes, save changes.
There's a key "blocked links", too. Intuitively, deleting blocked urls from its value should help, but it didn't when I tried. The trick above is clumsy, but so far I couldn't google anything more elegant. I couldn't find anything useful searching Firefox' about:config tab, either. I found this solution when doing a string search for the blocked url in my profiles directory.
Mac/Linux users should find other sqlite browsers. When using the firefox addon SQLite Manager you would need to make a copy of the database file first and edit that. Afterwards quit Firefox and replace the old file with the new one.
Here's the bugzilla entry ("Bug 722234 - [New Tab Page] provide an option to undo remove a site "), status is assigned, not solved. On comment reads: "Currently, there is now way to undo removal of a site or resetting the page using the new layout."
There's an easier way to do it without downloading, especially for people who may not navigate computers very well. Mozilla does have a way to do it, they just label it poorly and it's a bit roundabout.
Make the page you blocked on your new tabs page a Favorite, then click and drag to an empty space on your new tab page and it will autopin. The one downside is that if you unpin it the site will disappear again. I was frustrated for weeks after I removed Google and there doesn't seem to be much help out there that's simple.
"Make the page you blocked on your new tabs page a Favorite"
What does that mean? Bookmark?
I clicked the PIN icon on a couple and instead of pinning it, it seemed to completely remove that page from the New Tab selections altogether...and indeed, I see no way to get it back. Why would pinning something take it away!? And they were pages I use many times every day; very disappointed.
And those that I clicked ARE in my bookmarks ('Favorites' is an IE term), but they have not reappeared as suggested above.
The sqlitebrowser approach above is too complex and I can see it going awry trying to get all that right. Sad day here for me.

Menu Item(s) not showing

My Menus in the frontend have gone missing. In the backend, the menu manager shows the number of published menu items in each menu type but when i click to edit the MenuItem(s), i see no items.
Why are the MenuItem(s) missing or not visible? How do i make them visible again?
The site was developed with Version 1.5.10 but the hosting provider(who is not responding) might have upgraded to 1.6 or higher
Look in the menus manager for spaces or special characters in the unique menu names. You should stick to letters and numbers, no spaces, no special characters in menu names. This was not an issue in 1.5.10, the code changed in in a later update that caused this issue.

How am I using Xcode Search incorrectly?

Xcode search just isn't working the way I expect it to. What am I doing wrong?
"Project Find" (cmd-shift-F) often turns up zero results when I KNOW that there are valid hits. For example, searching for "Search Results" (no quotes) ironically returns 0 hits, even though I have a .m project file open with the string #"Search Results" sitting right in front of me. My Find Options are set as loosely as i can make then, case-insensitive, Search In Open Projects, All Candidate Files, All Files in this Project, etc.
The Search bar in the upper right of my main project window doesn't seem to behave like Project Find, nor does it seem to search the currently open document. What does it do?
Searching for "UIView" in the Help menu search turns up zero hits, even though if I open up the Developer Documentation from the Help menu and search from that window it returns plenty of hits.
Help menu searches only for menu entries (try searching for "Paste") and end-user documentation (how to use the software itself, not how to develop it).
Use documentation viewer to search within developer documentation (it lets you switch between fulltext and API names search, select OS version and language).
Check what options you've set in project search – it might be set to match whole identifiers only, be case-sensitive, search only selected files, etc.
Select:
In Project
Textual
Contains
Ignore case
Uncheck:
Display Resutlts in Find Smart Group
This might help :
If you are searching files in project then select "Ignoring case". Below is screenshot for the same.
If you are searching a particular file then select magnifier -> Edit finding option.. -> Select/Unselect Matching case accordingly. Below is screenshot for the same.
In my case the Pods project had an issue and Xcode could open it. Thus, although the files were there, Xcode could search through them.

Resources