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

fluent

Here are 343 public repositories matching this topic...

lively
dankwow
dankwow commented Jun 25, 2021

Describe the bug
When Multiplicity is running alongside Lively Wallpaper, changing to the client machine causes the program to exit, leaving the system tray icon until pointed at.

To Reproduce
Steps to reproduce the behavior:

  1. Run Multiplicity while Lively Wallpaper is also running.
  2. Attempt to move the mouse to the client by going off the edge of the screen, similar to having t
precice
fsimonis
fsimonis commented May 12, 2021

Please describe the problem you are trying to solve.
The current implementation of the barycentric coordinates are overly complicated and explicitly require the normals of triangles or edges. There are simpler ways to implement this.

Describe the solution you propose.

  • Simplify math/barycenter.[ch]pp
  • Remove Edge::computeNormal() as it is unnecessary.

**Describe alternativ

fluent-kit
kevinrenskers
kevinrenskers commented Aug 1, 2021

I am working with the async-await branches of both Vapor and FluentKit, and overall it's all working perfectly fine and really improves the DX of working with Vapor. Well done!

However, the ModelMiddelware isn't working properly.

Old-fashioned is working fine:

struct CampaignModelMiddleware: ModelMiddleware {
  func update(model: Campaign, on db: Database, next: AnyModelRespon

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