Joe Hanna

Results 9 comments of Joe Hanna

It is very confusing trying to find a subfolder as shown on Mac OS on iOS when all folders are shown in a flat list. It is particularly confusing when...

Careful, your resume might get GC'd. I suggest SVG to demonstrate you are willing to grow with the role

> [this](https://api.deviceinfo.xyz) appears to be a similar API available. This returns a 503 error now

Hi @SimonSimCity - thanks for building a great project. I am keen to implement this but I cannot get my head around how I can submit multiple files (say up...

**DML History** (similar to the existing **DDL History**)

Any chance records added manually to a table (via the "+" button from the Table data grid) can be included in that History listing?

Hey @tgrimmer, any luck tracking down the dev that published this project to nuget? I have sent them a message but not heard back yet.

Workaround: add `.ToList()` to the Table result first. Try: ``` var item = sQLiteConnection.Table().ToList().Where(e => (e.Id == CurrentId) && (e.name == Currentname)); ```

I understand @astolfoho. That is why I called it a workaround and not a solution. Work arounds are not usually ideal and are only temporary until the issue is resolved.