-
Updated
Dec 18, 2021 - C#
mono
Here are 618 public repositories matching this topic...
-
Updated
Jan 24, 2021 - C#
-
Updated
Nov 26, 2021 - C#
Currently the reference guide #content div has max-width: 62.5em set.
This is a bit on the low end for large screens in landscape mode, and could instead be set to eg. 60%.
Beyond that the rendering is starting to feel too large for paragraphs, but at 60% most large codeblocks read far better.
For phones, detecting portrait orientation and setting the max-width to 100% would also be a
-
Updated
May 26, 2021 - C#
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:
-
Updated
Nov 29, 2021 - C#
-
Updated
Nov 15, 2021 - C#
Enable CA1062 rule
Change the action for CA1062 on the ruleset file to Error, and make the solution build
-
Updated
Dec 4, 2021 - C#
More details here
violetagg/reactor-netty-workshop#2
-
Updated
Dec 7, 2021 - C#
-
Updated
Nov 29, 2021 - C#
-
Updated
Nov 10, 2021 - C#
-
Updated
Jul 18, 2021 - C#
-
Updated
Dec 17, 2021 - C#
-
Updated
Oct 1, 2021 - C#
-
Updated
Nov 9, 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.
Add this topic to your repo
To associate your repository with the mono topic, visit your repo's landing page and select "manage topics."
Current behavior
When I removed the status bar by adding those 4 lines in the style.xml
Applying `VisibleBoundsPadding