Eugen Wissner belka
belka pushed to haskell at belka/elna 2024-09-05 23:18:40 +02:00
042e4e8714 Add command line parser
belka pushed to master at belka/elna 2024-09-04 22:19:03 +02:00
8a58c3993f Remove unused section writer
belka pushed to haskell at belka/elna 2024-09-04 22:06:10 +02:00
be73032b93 Add rake task to build a cross toolchain
belka pushed to haskell at belka/elna 2024-09-04 21:50:36 +02:00
ebcdf16b6f Add rake task to build a cross toolchain
belka commented on issue OSS/graphql#14 2024-09-03 14:57:51 +02:00
Get list of requested fields inside resolver

No, currently the resolver context contains only the field arguments and the value returned by the parent resolver. The fields requested can be seen only in the parsed query.

I find such a…

belka opened issue OSS/slackbuilder#11 2024-09-03 12:35:58 +02:00
Support HTTP downloads
belka pushed to master at belka/elna 2024-09-02 23:45:26 +02:00
25728ddc4a Pass relocations to the elf generator
belka pushed to master at belka/elna 2024-09-01 21:40:08 +02:00
a66365eef4 Add symbol entry header structure
belka closed issue OSS/slackbuilder#7 2024-09-01 17:34:25 +02:00
Support text based placehodlers for download URLs
belka pushed to master at OSS/slackbuilder 2024-09-01 17:34:20 +02:00
4f74c2ec10 Support text based placeholders
belka pushed to master at belka/elna 2024-08-31 18:24:29 +02:00
7979c0cd23 Remove unused section writer
belka pushed to master at belka/elna 2024-08-30 19:46:40 +02:00
6d5cf23157 Add ELF header data structures
belka pushed to haskell at belka/elna 2024-08-30 14:55:39 +02:00
ad0bf43ba5 Create numerated temporary variables
belka opened issue OSS/graphql#13 2024-08-29 17:23:42 +02:00
Moving TH to the spice package
belka pushed to master at OSS/graphql 2024-08-28 20:00:38 +02:00
01b30a71da Test directive definition decoder
belka pushed to haskell at belka/elna 2024-08-27 14:22:00 +02:00
0c45a9886a Add Intermediate monad stack for the code generation
belka pushed to master at OSS/graphql 2024-08-27 10:51:01 +02:00
b40d8a7e1e Parse repeatable directive definitions
belka pushed to master at OSS/graphql 2024-08-25 12:02:03 +02:00
4b5e25a4d8 Add repeatable argument to the directive
belka closed issue OSS/graphql#9 2024-08-23 11:26:22 +02:00
@specifiedBy built-in directive
belka pushed to master at OSS/graphql 2024-08-23 11:25:53 +02:00
a4e648d5aa Add specifiedBy directive