Sharkboy

Results 10 comments of Sharkboy

> Hi Jeremy, > can you share some code and a point to what went wrong. It may be easier to get you going than find something already made here...

> Hi Jeremy, > > From what you have shared it seems to me that you are not making use of the edi EdiMessage and EdiGroup attributes. Although most mappings...

> Take a look at my answer to a similar question here [#14 (comment)](https://github.com/indice-co/EDI.Net/issues/14#issuecomment-244056179) Did i get it rigth? ``` UNA:*.? +---$UNB Interchange Header [EdiElement] | +---$UNG Functional Group Header...

Missing feature. I can add it by your request in few weeks depend on my free time

@itlists right now. nope

Are u all using latest version?

Well, I'm working on it. A month ago, 1-2 GB of RAM was used (today it is +- 400 MB) for 20 thousand and more torrents. I think this is...

We had to store a lot of strings(names, trackers, peers, torrents clients and etc) and in .net world I can't optimize storing of this efficiently.

Just stay tuned ;)

``` ENV['SWIFT_VERSION'] = '5' source 'https://github.com/CocoaPods/Specs.git' platform :osx, '10.10' target 'Nine.CLP' do use_frameworks! pod 'BluetoothKit' end post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '5.0' end end...