Ian Denhardt

Results 143 issues of Ian Denhardt

**Issue by [kuba](https://github.com/kuba)** _Saturday Dec 26, 2015 at 10:02 GMT_ _Originally opened as https://github.com/kuba/simp_le/issues/53_ ---- In some scenarios, it might be convenient for users to specify exact path including `.well-known/acme-challenge/`...

**Issue by [skorokithakis](https://github.com/skorokithakis)** _Sunday Dec 06, 2015 at 09:44 GMT_ _Originally opened as https://github.com/kuba/simp_le/issues/37_ ---- Why is it a directive that output paths must not be specified? It's inconvenient, at...

**Issue by [kuba](https://github.com/kuba)** _Saturday Nov 28, 2015 at 18:59 GMT_ _Originally opened as https://github.com/kuba/simp_le/issues/13_ ----

I wasn't 100% sure based on the existing docs whether this was intended to be analagous to toHour, toMinute, etc, or if it just converted to posix time in seconds....

...since capnp itself uses utf8 encoding internally. This would likely improve performance.

performance

The C++ implementation provides a way to work with schema "dynamically"; it would be nice to have the same in the haskell implementation. Probably #51 could be implemented on top...

enhancement

It's sometimes useful to be able to get at the type IDs for structs et al. We should facilitate this somehow. I'm thinking a type class: ```haskell class TypeID a...

enhancement
good first issue

Right now, the way the `export_*` functions work, it's somewhat annoying to correctly acquire resources and then export them in a way that is async-exception safe; `export_*` attaches the lifetime...

Requires API breakage

Right now we don't support custom default values for pointer fields in structs; fetching the value from a null pointer will always return the default value for the type, even...

enhancement

It would be nice to have clear docs on how to have your schema files processed automatically at build time. For most projects, a good way to do this would...

good first issue