Adam Wulf

Results 119 issues of Adam Wulf

This sort of use case has come up a few times now, most recently in #83, the goal is to have a div / image / piece of content that...

suggestion

http://ecsstender.org/

suggestion

Renders updated markdown into a 2nd webview behind the currently visible webview. when it's done loading, the visible view is removed and replaced with the one beneath it. this way,...

Added examples of trapezoid and parallelograms to the flow chart docs page.

Adds support for `UInt32` and `UInt64`. For the 64 bit versions, the 8 bytes are stored as a `BLOB` in big endian format. UInt32 are stored in a normal `INTEGER`...

information needed

I'd like to prepare an `UPDATE` query like so: ``` let update = try conn.prepare("UPDATE records SET mumble = ? WHERE anyBlob IN (?)") update.run('grumble', arrayOfBlobs) ``` I only seem...

question

Allows `Row` objects to be created publicly. This makes it easy to convert statements prepared from raw SQL and run with Connection.run() into the same shape as Connection.prepare(anyTableObject)

Adds a retain and release to the URL for the recorder's info pointer. Without this, the url can get released in ARC, leaving an invalid pointer in the recorder.

If you're still accepting requests, it'd be great to have a [swift](https://developer.apple.com/swift/) icon. Thanks!

It'd be great optionally specify which user to generate for, instead of only being able to generate rss for the people i'm following. it'd be handy to create opml from...