Jordan Jameson

Results 4 issues of Jordan Jameson

Both `numpy` and `pandas` have input for format in their writing data methods (`fmt='%.18e'` in `numpy.savetxt` and `float_format=None` in `pandas.DataFrame.to_csv`). It would be nice to specify the format and precision...

feature

**Describe the bug** I'm new to javascript and I'm trying to use the `delete_tweets.js` code provided in the Twitter-API-v2-sample-code. After copying over most of the code, and making a few...

bug

Since LightGraphs.jl is no longer maintained, and Graphs.jl is the replacement library, all the tutorials should be updated to use Graphs instead of LightGraphs.

In the Python code for JA4, lines 456 and 461, there is a system call to `tshark`. In this call, there is no `-n`, which would inform `tshark` to not...