Alper Cugun

Results 80 issues of Alper Cugun

Totally wild that this could be done in a fold. Kudos! https://github.com/AxlLind/AdventOfCode2020/blob/1157ff5e49343526c42c504a267d8c8427f06f6d/src/bin/15.rs#L8

There's this bit from the docs: > NOTE: On OS X, Alt-c (Option-c) types ç by default. In iTerm2, you can send the right escape sequence with Esc-c. If you...

I can do Ctrl-O just fine, but if I select a file then it doesn't paste it to the command line but tries to execute it directly? ``` alper.jpg fish:...

If I switch simulators it happens regularly that `SAMKeychain.password` returns the string "1234". I believe that that is code testing data that may be left behind in the simulator keychain,...

I'd like a feature to be able to select a bunch of text and the automatically wikilink every term in there that's already somewhere in my notes (probably case insensitively)....

I had a hell of a time figuring out the right way to create an error. The solution finally was: ```rust assert_eq!( check_eye_color(" ecl:amb"), Err(nom::Err::Error(nom::error::Error::new( " ecl:amb", nom::error::ErrorKind::Tag ))) );...

I have a page that's redirecting, but I'm not sure why MechanicalSoup does not follow it. I got that part to work in mechanize (based on its verbose logging) but...

We would like to have a policy to disallow merges based on the date time. I think something like that is not in here, though it could probably be added?

I think the encoding parameter should only be used to read in files. Anything produced should be in utf-8 regardless. I have to set the parameter because my bank returns...

enhancement
help wanted

I was trying to run this `docker-compose` on my Mac and everything worked fine except for one minor hiccup. I had to comment out this line: `- /dev/urandom:/dev/random` This makes...