Youssuf ElKalay

Results 59 comments of Youssuf ElKalay

@lauraeci Have you tried using a [multi-line](https://yourbasic.org/golang/multiline-string/) string? The nice thing about a multi-line string in GoLang is that you don't need to escape characters like single/double quotes. With Go-Mocket...

@jaylane I'm wondering if go-mocket is looking at how the fields are returned by the DB driver. In your SELECT statement - you're aliasing the InReview field `as in_review` and...

@charles-d-burton Not sure if you've made any additional progress on this with the RPI/Raspbian but I believe the reason you're seeing two separate processes of wpa_supplicant is due to one...

@mark2b Thanks for the advice. @charles-d-burton I dug into this further and determined that with Raspbian lite (Debian for RPI) there are indeed two mechanisms for starting the wpa_supplicant. To...

@mark2b I'll see about submitting a PR with an update to the README for other users of this library. I think most devs are going to be using Raspberry Pi...

@charles-d-burton Not sure we really need a script for it as this is distro specific. I'll be submitting a PR with a section in the README on running a Go...

Any estimate on what it would take to run N. America? Thanks

Looks like there is an existing NodeJS tool called [chrome-har-capturer](https://github.com/cyrus-and/chrome-har-capturer#api) that provides an API for doing exactly this with headless Chrome.

Here's the output/error from the install_from_source.sh script ```bash Cloning into 'libvalhalla'... Submodule 'OSM-binary' (https://github.com/scrosby/OSM-binary.git) registered for path 'third_party/OSM-binary' Submodule 'third_party/date' (https://github.com/HowardHinnant/date.git) registered for path 'third_party/date' Submodule 'third_party/dirent' (https://github.com/tronkko/dirent) registered for...