dave
05/29/2019, 6:39 AMRazi Kheir
05/29/2019, 8:58 AMRazi Kheir
05/30/2019, 12:51 AMNezteb
05/31/2019, 7:14 PMdave
06/06/2019, 6:56 AMVolkan Nezir
06/13/2019, 1:53 PMdave
06/25/2019, 4:48 AMRazi Kheir
06/26/2019, 3:43 AMdave
06/27/2019, 4:54 AMRazi Kheir
07/04/2019, 2:14 AMVolkan Nezir
07/09/2019, 1:55 PMNulls.AS_EMPTY
pabl0rg
07/10/2019, 2:01 AMRazi Kheir
07/10/2019, 6:27 AMval filesystem: Environment = Environment.from(File("test.yml"))
var testString
var testStringLens: BiDiLens<Environment, String?> = EnvironmentKey.string().optional("TESTKEY")
testString = environment[testStringLens]
Only returns the string up to the first comma.
Example: (yml)
TESTKEY: “test1 , test2”
Example: (properties)
TESTKEY= “test1, test2"
Will only return test1 as the string.
How do I solve this? do I need to escape the string somehow?
I’m trying to actually read a json from a file under a key.RajanS
07/11/2019, 1:54 PMdave
07/12/2019, 9:02 PMRazi Kheir
07/17/2019, 1:52 AMRazi Kheir
07/17/2019, 4:03 AMRicardo
07/17/2019, 2:40 PMRicardo
07/18/2019, 2:32 PMDALDEI
07/23/2019, 4:00 PMdave
07/26/2019, 12:27 PMdave
07/27/2019, 8:27 AMJordan Terrell
07/30/2019, 3:56 PMConnection: close
after a connection has been used for over 1 minute.Nezteb
07/31/2019, 5:31 PM/api
that you can POST
to and the handler switches behavior based on the ContentType of the request? I assume I’d do this with lenses, but I can’t see a way to have two different handlers. It looks like I’d have to use one.DALDEI
08/03/2019, 3:17 AMDALDEI
08/03/2019, 3:28 AMNezteb
08/05/2019, 9:19 PMNezteb
08/08/2019, 7:49 PMdave
08/08/2019, 8:11 PMRicardo
08/12/2019, 11:41 AM