Isaac Levy

Results 45 comments of Isaac Levy
trafficstars

This is a bit of a mess, because scalachess would have to select a specific framelag based on which connection was submitting the move... One potential alternative would be to...

there's some snippets here: https://github.com/lichess-org/chessground/compare/master...isaacl:chessground:dragDrop of an attempt I tried a couple years ago. Even with full support, browsers centered the hover icon differently, and I was forced to use...

(or something of this nature, potentially an even higher weight for low frameLag recordings)

I'll do some digging and follow up w a PR

Consider downloading NNUE on the fly when a player uses analysis or offline mode. This could also be done for standard sf to further reduce bundle size if many players...

That commit is just broken: even posix readlink only has output for symlinks. But I think this will work for both posix and os x: ``` $(readlink "${BASH_SOURCE[0]}" || echo...

Sure. ${BASH_SOURCE[0]} is known to documented as the path to script, so I didn't test this. I have posix version of utilities on OS X alongside standard via `brew install...

FYI this is [now live](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateLogGroup.html#CWL-CreateLogGroup-request-kmsKeyId)

It's an unneeded [heap allocation](https://github.com/mrousavy/react-native-mmkv/blob/8b5e9d009c0e7da47d5bf4f3705b01f570f09c26/package/cpp/MmkvLogger.h#L22) plus the formatting logic added to every command... IMO, a wrapper around a performance-driven library shouldn't be doing that. You don't want to fix it?...

I'm no c guru -- but I put my ideas into a PR. Feel free to use some or none of them. It appears NSLog needs to be guarded by...