The Wayback Machine - https://web.archive.org/web/20220530182727/https://github.com/topics/fluent
Skip to content
#

fluent

Here are 398 public repositories matching this topic...

Files
Hefaistos68
Hefaistos68 commented May 16, 2022

Description

When the files pane of a cloud drive is open, the additional "Status" column is shown. Initially this column is sized so that only "Sta..." appears in its title (at least with my display settings).
This column can not be resized, neither by mouse or keyboard. "Size columns to fit" does resize the column though.

As a workaround, one can do a "Size columns to fit" and then resiz

bug triage approved good first issue
DevToys
FahimFBA
FahimFBA commented Jan 24, 2022

What's the Problem?

It is not any type of problem.

Solution/Idea

This project is currently missing the Code of Conduct. If you have any plan on adding that then I would be more than glad to do that for you by adding a PR for that. Please let me know what do you think about that.

Alternatives

According to Google:

A code of conduct defines standards for how to eng

documentation good first issue
precice
BenjaminRodenberg
BenjaminRodenberg commented Jan 18, 2022

utils::ptr_vector<T> serves a similar purpose like smart pointers from std. We should remove this implementation in favor of smart pointers from std.

I already took care of replacing utils::ptr_vector<T> with std::unique_ptr in precice/precice#1159, but there are many more places, where utils::ptr_vector<T> is used.

maintainability good first issue
ReaLTaiizor
mbmigone
mbmigone commented Apr 21, 2022

Any chance to change the ForegroundColor property from private to public so the tabs and the line under them can be customized?

Currently, it is:
https://github.com/Taiizor/ReaLTaiizor/blob/c603f6e63c935254c1cd8555d42d79acb945957d/src/ReaLTaiizor/Controls/TabControl/MetroTabControl.cs#L295-L296

which only allows to use the default color Color.FromArgb(65, 177, 225) defined in the ApplyThe

good first issue question
amantinband
amantinband commented Mar 16, 2022

Add the following extensions methods for dictionaries:

var dictionary = new Dictionary<string, string>
{
    ["key1"] = "value1",
    ["key2"] = "value2",
};

dictionary.Throw().IfContainsKey("key1");
dictionary.Throw().IfNotContainsKey("key3");

And the corresponding dictionary properties extension methods:

var dictionary = new Dictionary<string, string
enhancement good first issue

Improve this page

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

Learn more