microsoft
Here are 1,707 public repositories matching this topic...
-
Updated
May 21, 2020
-
Updated
May 17, 2020
-
Updated
May 16, 2020 - C#
Working on #2963 , I see two warnings generated when building the R package using MSVC.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(467,5):
warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build.
config.cpp
C:\
Environment
Windows 10/ Chrome, Microsoft Edge and Firefox
Steps
Open the page http://localhost:8080/step1-02/demo/ as per the instructions in the README file.
Actual Result
The logo image is not loaded in the page. In the Developer tools 404 error is seen.
Only the alternate text is visible in browser.
Expected Result
The logo image should load
Environment Information
- Package version(s): 7.105.11
- Node version: 12.16.0
- Browser and OS versions: n/a
Actual behavior:
The default option for tsconfig.json is for the target option to be set to esnext.
{
"compilerOptions": {
"target": "esnext",
...
}
}
Optional chaining was added in ES2020. So if your 'target' compile
Description
Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).
I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o
get style details
Sorry for writing that here but in the Xamarin.Forms Wiki page -> Feature Roadmap the web link to the contributing guide is broken. It returns 404.
See:
Have a proposal?
Check out our guide on submitting proposals.
I would be interested to read this guide.
F
The example uses LocalDb as development which is only a valid option on Windows. Using SQLite as development database will work on all platforms.
Nodemode failure
There seems to be a problem with nodemode (an internal flag) without an argument.
I set MSBUILDDEBUGONSTART to 1 and built a project that referenced two other libraries using the command:
<path to MSBuild.exe> <path to project file> /m /nodemode /nodereuse:false
Expected behavior: useful error message about how nodemode works.
Actual behavior: unexpected bug with a message asking me to fil
Issue Type: Bug
- g++ --version typed in fresh command prompt after setting PATH did not recognize command, but calling the mingw64 console from that windows command prompt did work.
- intellisense example, right click on msg. did not produce any response
- Dropdown list for Terminal > Configure Default
I'd really like to see Blazor apps running inside service fabric. I'm not quite sure how to go about this myself. Could you look into providing a demo of this?
-
Updated
Sep 12, 2018
- Explain in notebook/FAQ what non-maxima suppression is what values to set (threshold on IoU)
- Explain and provide code how to pick a good score threshold (reuse Patrick's plot which was implemented for the drone demo)
-
Updated
May 13, 2020
-
Updated
May 1, 2020
-
Updated
May 20, 2020 - C#
I'm an Ubuntu user and read the warning in INSTALL.md. Happy to take a look at https://itsfoss.com/ppa-guide/ although I've never built Ubuntu pkgs before. Thanks for a great piece of software and pointers to get the latest version up.
If behind a proxy, the installation in Powershell will not work. The readme should mention that this is fixed by setting up proxy in Powershell:
$env:HTTPS_PROXY='http://proxy:port'
$env:HTTP_PROXY='http://proxy:port'
Version
com.microsoft.ml.spark:mmlspark_2.11:jar:0.18.1
spark= 2.4.3
scala=2.11.12
data (csv with header) https://gist.github.com/ttpro1995/69051647a256af912803c9a16040f43a
download data and save as csv file, put into folder /data/public/HIGGS/higgs.test.predictioncsv
val data = spark.read.option("header","true").option("inferSchema", "true").csv("/data/public/HIGGS
PR #342 revamps the checking of bounds declarations. It contains some examples of checking. @lenary noted that none of the examples have unsequenced assignments, where the order in which assignments happen is not specified. This means that pending sets are always empty in the examples. We should add an example where there are some unsequenced assignments.
Summary
In preparation for the next milestone release of the Event Hubs client, the documentation which accompanies it should be reviewed for accuracy and any updates which are needed made.
Scope of Work
-
The document comments for the API surface exist and are accurate. Any needed updates to reflect the new retry options approach have been made.
-
The
READMEcontent is up to
-
Updated
Mar 15, 2019 - Jupyter Notebook
directxtk is available as a port in vcpkg, a C++ library manager that simplifies installation for directxtk and other project dependencies. Documenting the install process here will help users get started by providing a single set of commands to build directxtk , ready to be included in their projects.
We also test whether our library ports build in v
Improve this page
Add a description, image, and links to the microsoft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microsoft topic, visit your repo's landing page and select "manage topics."

When using vscode with Git repositories, in the branch switching pane if a remote tracking branch is selected, vscode automatically creates a local branch using selected remote tracking branch.
It would be useful to have a setting to turn this off and checkout the remote tracking branch in a detached state. I use branches in detached state to browse the code, run quick builds, copy code. With t