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

typelevel

Here are 89 public repositories matching this topic...

ChristopherDavenport
ChristopherDavenport commented Jul 8, 2022

Browsers Keep a history of calls made by the browser. Would be nice if we had a client middleware which did similar in case we ever want to show and capture the interactions that a specific flow may have generated without leaking confidential information like headers/cookies/etc.

// Browser save Title HTML and Favicon - Maybe a later pass maybe just options that are none for now to ke
good first issue RFC module:client
gabrieljones
gabrieljones commented Mar 25, 2021

full example from https://github.com/tpolecat/skunk/blob/v0.0.24/modules/docs/src/main/paradox/tutorial/Command.md
gives following compile errors

skunk-world/src/main/scala/CommandExample.scala:42:34
not found: type *
  def fromSession[F[_] : Bracket[*[_], Throwable]](s: Session[F]): PetService[F] =

skunk-world/src/main/scala/CommandExample.scala:42:24
cats.effect.Bracket[<error>,Thro
good first issue
armanbilge
armanbilge commented Jul 2, 2022

At least, I can't see where the links are 🧐 Noticed this while looking at:
https://www.javadoc.io/doc/org.typelevel/cats-docs_3/latest/cats/data/Op.html

Note the 2.13 version of the docs has a clear link to the source.
https://www.javadoc.io/doc/org.typelevel/cats-docs_2.13/latest/cats/data/Op.html

This might be an upstream problem, but we should check that we've configured it right before

Improve this page

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

Learn more