Skip to content
#

mono

Here are 612 public repositories matching this topic...

uno
takla21
takla21 commented Jun 10, 2021

Current behavior

When I removed the status bar by adding those 4 lines in the style.xml

<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>

Applying `VisibleBoundsPadding

simonbasle
simonbasle commented Sep 24, 2021

Named API allows to tune the representation of arguments passed to @MethodSource or @ArgumentSource.

There are a number of tests that could make use of that feature, notably in https://github.com/reactor/reactor-core/blob/main/reactor-core/src/withMicrometerTest/java/reactor/core/scheduler/SchedulersMetricsTest.java#L225

PR #2773 identifies such occurrences with a TODO `//TODO replace

denfromufa
denfromufa commented Oct 23, 2017

Based on pythonnet/pythonnet#554

> #r C:\\Python\\Python35_64b\\lib\\site-packages\\Python.Runtime.DLL
> using Python.Runtime;
> dynamic np; using (Py.GIL()) { np = Py.Import("numpy");};
> using System.Collections.Generic;
> using System.Collections;
> dynamic a = np.array(new List<float> { 1, 2, 3 });
> dynamic b = np.array(new List<float> { 6, 5, 4 }, dtype:

Math Parser Java Android C# .NET/MONO (.NET Framework, .NET Core, .NET Standard, .NET PCL, Xamarin.Android, Xamarin.iOS) CLS Library - a super easy, rich and flexible mathematical expression parser (expression evaluator, expression provided as plain text / strings) for JAVA and C#. Main features: rich built-in library of operators, constants, math functions, user defined: arguments, functions, recursive functions and general recursion (direct / indirect). Additionally parser provides grammar and internal syntax checking.

  • Updated May 28, 2021
  • HTML

Improve this page

Add a description, image, and links to the mono 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 mono topic, visit your repo's landing page and select "manage topics."

Learn more