microsoft
Here are 1,534 public repositories matching this topic...
This collection always returns empty list even if DHCP is configured and used.
Code to process DHCP is hardcoded in System/Net/NetworkInformation/NetworkFiles.cs
public const string DHClientLeasesFile = "/var/lib/dhcp/dhclient.leases";System/Net/NetworkInformation/NetworkFiles.cs: public const string DHClientLeasesFile = "/var/lib/dhcp/dhclient.leases";But on Ubuntu
:computer: An awesome & curated list of best applications and tools for Windows.
-
Updated
Jan 22, 2020
Now that CI's in place, why not have it check for sorting and fail anything not sorted?
Half the comments I see on PR's are reg. sorting..
Ef core examples
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
The documentation for JsRunScript function at https://github.com/microsoft/ChakraCore/wiki/JsRunScript doesn't really tell much about allowed values (including the null pointer) and their interpretation for the sourceUrl argument:
sourceUrl: The location the script came from.
Scripts do not always come from "locations" as these uniform locations cannot be identified -- since one simply
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
Here's a write up I did on styling fonts, hopefully others will find it helpful
Font styling best practices with Fabric
Let's say I have a component with some text, and I want to apply some styling to meet the design spec. The getComponentStyle function might look something like:
export const getComponentStyles = (props: IComponentStyleProps): IComponentStyles => {
co
For a better management (e.g. for clearing data in sheet), is useful to add a function that returns all populated cells. For example, if I have an Excel file that I have inserted data in A1 and B4:
f, _ := excelize.OpenFile("file.xlsx")
cells := f.GetPopulatedCells("Sheet1") // cells can be a []string that contains "A1", "B4"
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
Description
The documentation about creating a NuGet for Xamarin at
https://docs.microsoft.com/en-us/nuget/guides/create-packages-for-xamarin
is so out of date that it does not match reality when using VS2017 or VS2019. I suspect it probably doesn't even when using VS2015 (but who would st
From microsoft/vscode-cpptools#4743,
"It would be very useful if there were some comparison and/or table comparing
core c++ features that are in-progress/implemented to what is available in VS
2019"
I would like to group the Tech Stack labs like this samples :
https://github.com/razfriman/BlazorGrpc
https://github.com/fsbolero/TryFSharpOnWasm
https://github.com/GoranHalvarsson/SitecoreBlazor
https://github.com/aspnet/AspLabs/tree/master/src/ComponentsElectron
I need help to find a name for this subsection.
Handlabs ?
Technical stack tests ?
List of telegram groups, channels & bots // Список интересных групп, каналов и ботов телеграма // Список чатов для программистов
-
Updated
Jan 21, 2020
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'
Awesome list dedicated to Windows Subsystem for Linux
-
Updated
Jan 22, 2020
I am trying to explain the predictions made by my XGboost model using MMLSparks Lime package for scala. This is my first time using LIME library, I am able to perform a fit operation on the dataset and when I am trying to perform the transform operation, the program stops with an exception, "Caused by: java.lang.ClassCastException: org.apache.spark.ml.linalg.SparseVector cannot be cast to org.apac
Currently we are using a notion of pending variables in the description of checking of bounds declarations. They are computed by another function that is called during checking. This doesn't extend well to lvalue expressions because lvalue expressions depend on variables, which may be modified within an expression.
An alternative is to replace pending variables with read/write summaries. We
It shows example code to register repository but it's incorrect in the latest PowerShell Core.
Register-PSRepository -Name PSGallery -SourceLocation https://www.powershellgallery.com/api/v2/
Figure out a correct way to plug it in considering it might be doing retries.
I think it will be useful if the script show how many exploits in the result, like:
- Elevation of Privilege: 6 exploits
- Denial of Service: 3 exploits
Or even more in the result like:
- Elevation of Privilege: 6 exploits:
- exploit-db/url_1
- exploit-db/url_2
- exploit-db/url_3
....
So users don't have to check everything in the terminal. It is extremely helpful if the target doe
Problem description
AttributeError: module 'keras.preprocessing.image' has no attribute 'flip_axis'
but I can look at the object and see it.
Problem details
I solved my problems with getting past the from keras_tqdm import TQDMNotebookCallback problem, and now am stuck with a AttributeError: module 'keras.preprocessing.image' has no attribute 'flip_axis'
 provides it's own ErrorCode and also error code from underlaying parser, runtime has it's PhpException and libraries own error messages.
Suggesting to merge all the errors/warnings/notices into a single assembly (Peachpie.Errors?) since analysis provides the same errors as used in runtime, and for sake of a better overview. Also it might help for future localiz
Can use PostProcess passthrough to do this for Feature Level 10.0 or better very easily.
When a new version of Apache Spark is released, we'd have to make changes in the code base to add any new APIs, account for new protocol changes on the worker-side etc. We should document this to allow anyone to upgrade .NET for Apache Spark to newer versions.
Success Criteria
- Clearly call out code changes with examples
- Capture caveats one might encounter during this upgrade process
Describe the bug
Clicking Today whilst in Dark Mode shows the sidebar in 'white' / 'light' theme.
To Reproduce
As above
Expected behavior
The Today sidebar on the right should respect the current theme chosen.
Screenshots
https://ibb.co/D9WcZHB
Technical Info (please complete the following information)
- OS: Debian
- Ao Version: 6.9.0
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."

It would be very useful to have commit date, author name, ... in the
Commitinterface when callinggetCommit([...])Something similar to this: