Skip to content
#

fluent

Here are 398 public repositories matching this topic...

Files
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
wpfui
sabuto
sabuto commented Dec 17, 2021

I really like the look of this theme but I use avalonia for most of my projects would you be happy for me to port this to avalonia? I would adhere to the rules of the license and credit you and this repo

enhancement good first issue question more info needed
precice
uekerman
uekerman commented Mar 15, 2022

Describe your setup

Current preCICE develop version

Describe the problem

When we allowed multiple read mappings to the same mesh in #849, we forgot to update the following assignment (which still assumes that there is only one read mapping to a certain mesh).

https://github.com/precice/precice/blob/ebce55ab5c563295909b0179f6610b6e4d4fa529/src/precice/config/ParticipantConfigur

bug good first issue
ReaLTaiizor
arthuridea
arthuridea commented Apr 7, 2022

Is your feature request related to a problem? Please describe.
I think it will be better if adding a dotted rectangle when the control is in active state.

Describe the solution you'd like

  1. Add a _focusState field.
  2. Change _focusState in GotFocus and LostFocus event handler.
  3. In OnPaint event handler,invoking ControlPaint.DrawFocusRectangle method to draw a rectangle.
enhancement good first issue
TechInterMezzo
TechInterMezzo commented Mar 23, 2022

Would it be possible to remove the dependency on JetBrains.Annotations?
To avoid a dependency hell as much as possible I like to have a minimum of dependencies for every nuget package I use.
Since the new .NET versions have a very good support for nullable reference types I am not really sure if there is a need for those null annotations.

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