Thomas Krajacic

Results 14 issues of Thomas Krajacic

I recently tried running an older script of mine that worked well a year ago, and got the following error: ``` .rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/handbrake-0.4.0/lib/handbrake/disc.rb:52:in `from_output': undefined method `first' for nil:NilClass (NoMethodError) ```...

This PR enables access to the data in the control frames handled via `onPing`/`onPong`. ⚠️ This is an API change

needs-major-version-bump

I removed the background queue and loading should be done on the thread calling `loadMBTilesDataForPath:...`. I also fixed the example app correctly removing the mbtiles layer when switching to a...

feature

According to Itai Ferber on the Swift forums the implementation used in `AnyEncoder` is incorrect because it can't access custom encoding strategies of the type-erased type: See https://forums.swift.org/t/how-to-encode-objects-of-unknown-type/12253/6 Any ideas?...

When creating an empty iOS/OSX framework jazzy will produce countless screens of useless output that ends with ``` ... Failed to generate documentation from /Users/tkrajacic/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/jazzy-0.3.1/lib/jazzy/sourcekitten.rb:115:in `run_sourcekitten' from /Users/tkrajacic/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/jazzy-0.3.1/lib/jazzy/doc_builder.rb:56:in `block in...

bug
difficulty-easy

At the moment _xcodebuild_ creates a `build/` dir for output in the projects directory. One could set the `CONFIGURATION_BUILD_DIR` environment variable but it would be great if _jazzy_ would automatically...

enhancement
blocked
discussion

### Proxyman version? (Ex. Proxyman 1.4.3) Version 3.5.0 (30500) ### macOS Version? (Ex. mac 10.14) 12.4 (21F79) ### Steps to reproduce Go to https://livevoice.io/en/streams?code=858776&lobby=true , open the web console, and...

bug

https://github.com/objcio/app-architecture/blob/ee561c7b804b0a91f2411123f7cd5c4190a1221d/Recordings-MVVM-C-less-rx/Recordings/PlayViewController.swift#L6-L8 This can be worked around with some funny casting: ``` let newValue = change.newValue ?? (nil as Any? as! Value) onChange(newValue) ``` Then we can also observe optionals correctly....

### Describe the bug When using an `Int64` as a primary key, and wanting to let the database generate it automatically, FluentKit fails to recognize this as autogenerated id. ```swift...

bug

Suppose I have images that are encrypted on the server and whenever I fetch them I have a key (per image) that I need to decrypt the Data with. I...

question