microsoft
Here are 1,785 public repositories matching this topic...
-
Updated
Jul 7, 2020
-
Updated
Jun 14, 2020
-
Updated
Jun 29, 2020 - C#
One unit test in the R package is currently broken. Steps to reproduce on Mac
export CXX=/usr/local/bin/g++-8 CC=/usr/local/bin/gcc-8
Rscript build_r.R
cd R-package/tests
Rscript testthat.RThis results in the following error at the ends of the logs
[LightGBM] [Info] Saving data to binary file /var/folders/xq/wktq4zdx4jd3qdpk34d28m940000gn/T//RtmpiY1DzV/lgb.Dataset_1555
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
-
Updated
Jul 12, 2020 - C#
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
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
-
Updated
Jul 10, 2020 - C#
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?
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
- 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
Sep 12, 2018
-
Updated
Jul 11, 2020
-
Updated
Jul 2, 2020
-
Updated
Jul 9, 2020 - D
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.
-
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