Skip to content
#

microsoft

Here are 1,534 public repositories matching this topic...

ole1986
ole1986 commented Jan 8, 2020

It would be very useful to have commit date, author name, ... in the Commit interface when calling getCommit([...])

Something similar to this:

export interface Commit {
    readonly hash: string;
    readonly message: string;
    readonly parents: string[];
    readonly commitDate?: Date;
    readonly authorEmail?: string | undefined;
    readonly authorName?: string | undef
wfurt
wfurt commented Oct 3, 2019

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

jameslamb
jameslamb commented Sep 29, 2019

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.R

This 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
amn
amn commented Nov 3, 2019

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

loomlike
loomlike commented Apr 15, 2019

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

mltejera
mltejera commented Dec 24, 2019

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
henryx
henryx commented Oct 21, 2019

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"
Forgind
Forgind commented Nov 9, 2019

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

mmlspark
mathew5
mathew5 commented Aug 14, 2019

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

dtarditi
dtarditi commented Oct 21, 2019

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

dmknght
dmknght commented Sep 29, 2019

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

aschwarz387
aschwarz387 commented Jan 27, 2019

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'
![image](https://user-i

peachpie
jakubmisek
jakubmisek commented Dec 16, 2019

Currently compiler (CodeAnalysis) 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

imback82
imback82 commented Mar 20, 2019

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
pythonInRelay
pythonInRelay commented Dec 15, 2019

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.

Curate this topic

Add this topic to your repo

To associate your repository with the microsoft topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.