Kosyrev Serge

Results 82 comments of Kosyrev Serge
trafficstars

@grahamc, what do you think needs to be done (besides a rebase)?

This works -- for example, in recent `cardano-node`: ``` [user@machine:~/cardano-node]$ nix flake show --option log-all-ifd true --option allow-import-from-derivation true -v warning: unknown experimental feature 'ca-references' warning: Git tree '/home/user/cardano-node' is...

According to https://github.com/input-output-hk/cardano-node/issues/4213#issuecomment-1240611179 `getHeaderFields` is high on the profile.

@lukexi, yes, this is on Linux. The testsuite fails, hackage-wide automated testing setups get upset.. : -)

Not a problem per se, a mere inconvenience. Will you recommend to disable tests by default?

Additionally -- the `stbi_load_from_memory` function is actually linked into the executable: ``` [nix-shell:~/src/lambdacube-quake3]$ objdump -x dist/build/q3mapviewer/q3mapviewer | grep stbi_load_from_memory 00000000006b0630 g F .text 0000000000000088 stbi_load_from_memory ```

This gets excitingly close!