this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lexgen: just skip com.atproto.temp.importRepo

This one lexicon uses Lexicon features which lexgen does not support.

+4
+4
cmd/lexgen/main.go
··· 96 96 97 97 var schemas []*lex.Schema 98 98 for _, arg := range paths { 99 + if strings.HasSuffix(arg, "com/atproto/temp/importRepo.json") { 100 + fmt.Printf("skipping schema: %s\n", arg) 101 + continue 102 + } 99 103 s, err := lex.ReadSchema(arg) 100 104 if err != nil { 101 105 return fmt.Errorf("failed to read file %q: %w", arg, err)