Brannon Dorsey
Brannon Dorsey
Try setting the environment variable before `sudo`... ``` IFACE=wlan1 sudo ./sniff-probes.sh ```
It probably goes without saying but lets add it as a dependency in `requirements-dev.txt` and add a `make lint` target that we can use for both local dev and in...
Hey there 👋, I think I'm able to reproduce this issue (or at least something that looks just like it) on Ubuntu 18.04 by setting my resolution settings to a...
Wow! This is incredibly helpful! `nodejs` instead of `node` seems like what my issue was too. Haven't gotten a chance to test it yet though. Thanks!
@vmauge what command actually starts the node.js server that coder runs on from a Mac? Does the node.js that you write in the Coder node tab run on top of...
We recently had to roll this behavior ourselves in a project using flask-wtf. In some cases, failing to rotate a CSRF token on website login can lead to CSRF fixation...
This doesn't fix session fixation, it fixes the possibility of CSRF fixation: where an attacker knows, or is able to set, the victim's CSRF token. The [OWASP CSRF cheat sheet](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet)...
Ah, ok great, thanks! I'll see if I can devote a bit of time in the coming days to dig in and perhaps submit a PR.
Hi @cghawthorne , I've spent a few hours this afternoon getting a the Magenta dev environment setup and poking around the code base. It seems to me that the assertion...
How about a flag (e.g. `--primer_midi_track 1`) to specify which track to extract melodies from and use the first track if this flag is not specified?