John Bachir

Results 142 comments of John Bachir

I collected some info about jemalloc 5 here https://gist.github.com/jjb/9ff0d3f622c8bbe904fe7a82e35152fc

i updated the git instructions: https://github.com/kemayo/sublime-text-git/wiki/Home/_compare/003e434a210f8d5cb9b0a7b8bd2059f2b2ad116a...135f6b5da90184c233f926df639604cfedc272c4 https://github.com/kemayo/sublime-text-git/wiki#more-complex-methods

@danmayer thank you so much for that explanation 1.5 years ago - so sorry that i didn't respond. thanks again for maintaining this super useful project!

other discussion: https://github.com/romanbsd/heroku-deflater/issues/32 https://github.com/romanbsd/heroku-deflater/issues/37

the randomness will only happy whenever the crontab is generated - is that what you're going for? a better approach might be to specify a list of jobs that should...

in case helplful to someone finding this, here's what i'm trying in CircleCI ```bash set +e # do not exit right away if a command fails https://circleci.com/docs/configuration-reference/#default-shell-options yard doc --fail-on-warning...

Wow, thank you so much for these solutions!

Here's what I came up with, I couldn't figure out a way to get it into the top level process method, since it's done with metaprogramming ```ruby # https://github.com/lsegal/yard/issues/1542 module...

MacOS has a case-insensitive file system, I wonder if that's somehow the cause 😆

thanks! added some docs here https://github.com/lsegal/yard/pull/1544