toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

Quickstart your next app with the Typelevel Toolkit!

Results 29 toolkit issues
Sort by recently updated
recently updated
newest added

## About this PR 📦 Updates [org.typelevel:munit-cats-effect](https://github.com/typelevel/munit-cats-effect) from `2.0.0-M5` to `2.0.0-RC1` 📜 [GitHub Release Notes](https://github.com/typelevel/munit-cats-effect/releases/tag/v2.0.0-RC1) - [Version Diff](https://github.com/typelevel/munit-cats-effect/compare/v2.0.0-M5...v2.0.0-RC1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

It'd be cool if the toolkit could work with Scala Native 0.5.x (0.5.1 as of me writing this) ```bash scala-cli -e 'println("Hello")' --toolkit typelevel:0.1.25 --native --native-version 0.5.1 # Downloading compiler...

## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.1` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.1) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.1) ## Usage ✅ **Please merge!** I'll automatically update this...

When I trying running a simple http4s client app with Typelevel Toolkit, I get warnings about SL4FJ at startup: ``` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation...

The current choices mirror what's in the official Scala Toolkit (sttp, upickle, oslib). I also added Decline :) https://github.com/typelevel/toolkit/blob/e644ae55d7c4a15551b1f9f9594f6f42eaf75fb5/build.sbt#L17-L25 But ... it's all bikesheddable :)

question

Here's the one posed by Virtus Lab: > Imagine you have a common business problem to solve. You need to write a program that fetches text from a web service...

documentation
good first issue
help wanted

- https://github.com/scala/toolkit/discussions/37

documentation
good first issue

A common complaint is about the _enormous_ amount of imports it takes to do stuff. e.g. https://github.com/http4s/http4s/discussions/6696 What if ... we just exported a bunch of useful stuff under a...

question

Languages like python provide really fast and simple ways to perform most operations, which lends itself very well to scripting. I think that Scala fails at this, while it's better...

This will be a huge win if we can land it. - https://github.com/typelevel/cats-effect/issues/3149

enhancement