Edward Amsden

Results 33 issues of Edward Amsden

I make use of the following incantation to get the bytestring addresses nicely formatted as octets (my eth0 interface is the first one in the list returned from findAllDevs). ghci>...

## Basic Proposal A `GtkTreeView` is associated with an instance of `GtkTreeModel` which is what actually gets mutated in order to add or remove nodes from the tree (commonly `GtkListStore`...

Presently there is a function `Data.Text.Encoding.decodeLatin1` which decodes a ByteString as Latin1/ISO-8859-1 text to `Text`. It would be very helpful to have a corresponding `encodeLatin1` function to assist in writing...

feature request

Normally a top level declaration is highlighted like so: ![nototal](https://cloud.githubusercontent.com/assets/54573/4674189/64f92e68-55b1-11e4-9178-fb90df3dd23f.png) Adding the total keyword changes the highlighting: ![withtotal](https://cloud.githubusercontent.com/assets/54573/4674191/68ed0940-55b1-11e4-8fb8-e4a3eb962226.png) The new highlight color is the same as identifiers in patterns and...

Currently there appears to be no way to use attributes of a terraform resource or data source from terranix. For sophisticated setups, e.g. for setting up an integrated AWS S3...

It appears that the `doCheck` option for components in the plan has no function, unless one happens upon the `haskellLib.check` function to actually run tests. See also #421, as the...

preserved

This adds `client_args` overrides for Schwab bank and brokerage, to send the expected `Accept` header and no `User-Agent` header. Prior to this fix, Schwab's OFX servers would be unresponsive to...

I have a laptop running Ubuntu 18.04 and python 2.7. On this laptop ofxclient 2.0.2 will successfully connect to Charles Schwab Bank and Charles Schwab brokerage and download my account...

#19 is an implementation of 32-bit mumur3 that does not require `read()` invocations or copying. The same implementation approach will work for the 128 bit versions of murmur3 (x64 and...