Torsten Curdt

Results 122 issues of Torsten Curdt

``` let foo : UInt16 = 0 let d = pack(">H", [ foo ]) print(d) ``` gives at ``` case "H": bytes = UInt16(truncatingBitPattern:o as! Int).data.bytes ``` ``` Could not...

would be nice to have

Not sure how easy that would be to add but it would be great if one could not just use a query string style cache buster (file?v=[hash]) but also rename...

I would be great to have an example or more explicit docs that shows how to search and modify the dom - or did I just not find that?

### Please confirm if feature request does NOT exist already ? - [X] I confirm there is no existing issue for this ### Describe the usecase for the feature For...

``` tape -- tests/*.js core/tests/*.js plugins/*/tests/*.js | faucet ``` gives me `not ok assert out of order` while this gives ``` tape -- tests/*.js core/tests/*.js plugins/*/tests/*.js ... 1..115 # tests...

I would love if there was an option to turn ``` ⨯ doing this and that not ok 9 bla should be equivalent --- operator: deepEqual expected: |- [ ]...

``` % brew unbottled --tag=arm64_big_sur brew-gomod ==> Populating dependency tree... ==> :arm64_big_sur bottle status brew-gomod: ready to bottle ``` Maybe bottle it for arm?

Is this project still maintained? It seems like https://github.com/percona/mongodb_exporter is where it's at instead?

This looks interesting but I think it would be nice to have default values besides `nil`. Maybe along the lines of: ``` (id)ifIsKindOfClass:(Class)aClass else:(id)value; ``` Not sure I like if/else...