Michael Xavier
Michael Xavier
According to the [documentation](http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html), AttributesToGet in GetItem (in aws these are communicated with the `giAttrs` field) are deprecated. I can't find any solid info as to when or if support...
Hi! I have a colleague learning Haskell and Servant and they were following this guide as a template and they copied use of `unsafe{Perform,Interleave}IO` for the global variable and it...
This is to further the discussion we were having in #33 I merged in upstream master so this should merge cleanly. You were asking if its possible for `git ls-remote`...
So I've been converting a project to use package sets and I needed a workflow for temporary changes to the package-sets repo in my fork while waiting on PRs. I...
I'm new to nix so this may be off base but I think spago has an implicit dependency on git since it will clone dependency repositories for building. I was...
I've got a purescript project that I need to edit remotely over TRAMP. I've ensured the remote machine has `spago` and friends. However, when I ran `psc-ide-server-start` from a purescript...
Hi! I'm using verb from babel and I was wondering if there was any way to take a table, alist, or even just a formatted string with newlines and use...
I've got a module in my project that's the single interface to all of my usage of google cloud services. Currently, each individual function is rebuilding the `env` each time,...
I was wondering if it would make sense for stratosphere to have another DSL for generating stack policies. It seems like a simpler and more stable API than templates and...
Hi, I've been struggling with this one for the better part of a day. I think this may be an issue that can be easily solved with clever type annotations...