gleam-lang / awesome-gleam

💯 A collection of Gleam libraries, projects, and resources
1.35k stars 77 forks source link

Added Discord to social media section #197

Open sanabel-al-firdaws opened 3 weeks ago

sanabel-al-firdaws commented 3 weeks ago

tried running it but failed...

  Compiling awesome
   Compiled in 3.87s
    Running awesome.main
Downloading package index database
Writing new package config files
Loading config files
runtime error: let assert

Pattern match failed, no pattern matched the value.

unmatched value:
  Error(NotFound(["category"]))

stacktrace:
  awesome.read_config C:\***\awesome-gleam\src\awesome.gleam:206 
  gleam/list.do_map C:\***\awesome-gleam\build\packages\gleam_stdlib\src\gleam\list.gleam:380
  awesome.main C:\***\awesome-gleam\src\awesome.gleam:132   
lpil commented 3 weeks ago

This would imply you have some invalid file in your ./packages/ directory which does not have the toml property category = "..."