This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import cats.effect.{IO, IOApp} | |
| import derevo.circe.{decoder, encoder} | |
| import derevo.derive | |
| import io.circe.syntax._ | |
| import io.circe.parser._ | |
| import cats.effect.implicits._ | |
| import cats.implicits._ | |
| import io.circe.Json | |
| import io.circe.Json.JNumber | |
| import io.circe.optics.JsonPath._ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##### Crawl Init file ############################################### | |
| # For descriptions of all options, as well as some more in-depth information | |
| # on setting them, consult the file | |
| # options_guide.txt | |
| # in your /docs directory. If you can't find it, the file is also available | |
| # online at: | |
| # https://github.com/crawl/crawl/blob/master/crawl-ref/docs/options_guide.txt | |
| # | |
| # Crawl uses the first file of the following list as its option file: | |
| # * init.txt in the -rcdir directory (if specified) |
OlderNewer