Luke Westby
Luke Westby
Is this possible to implement efficiently?
Without an ES6 Proxy, that is
elm-community/linear-algebra -> elm-explorations/linear-algebra elm-community/webgl -> elm-explorations/webgl evancz/elm-markdown -> elm-explorations/markdown
@avh4 i decided not to rename http-builder after all. it's just `lukewestby/elm-http-builder` 6.0.0 now
@nothingismagick does this need to be made more general? `futures::executor::ThreadPool` isn't supported in WASM yet. https://github.com/nothingismagick/riker/blob/master/src/system.rs#L269
Understood. Thank you!
The concerns around type safety that my note was referring to are around the template strings themselves. Using interpolated strings like "hello world {0} {1}" is implicitly a function of...
Sure! So with how I was envisioning a new API for this, the translations would be a record with either strings or `Template`s, and might look something like: ``` elm...
`lineBreak` is already implemented as a method, and falls into a similar category even though it's not included in those definitions
Given the variety of languages that implement VerbalExpressions I just want to throw in my opinion that I hope we can avoid functions that throw, as some languages don't have...