r2evans

Results 80 issues of r2evans

Thank you for the tutorial and notebooks! In Extended-Kalman-Filter-CHCV you reference some constants, but not all of them are clear to me. ```python sGPS = 0.5*8.8*dt[filterstep]**2 # assume 8.8m/s2 as...

The selector pulldowns for `:boolean` class will default to `true` when true but `--` (not `false`) when false. Can this be fixed? My guess is that the `FALSE` is being...

type: bug
help wanted
theme: OpenAPI

Is there any discussion around discovery of ODBC connection attributes? The protocol supports attribute discovery/enumeration via `SQLBrowseConnect` (https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlbrowseconnect-function), and even though not all odbc drivers are doing anything with it,...

category/feature

This is WIP: is is incomplete, currently only adding documentation, variables, and some simple options/checks. This PR is meant as a running-discussion started in #81.

Not a huge surprise, but notes with quotes in the body break sending notes: ```sh root@localhost# ./pushbullet push mydev note "msg" "hello world" Sending to device MYDEV root@localhost# ./pushbullet push...

I had initially suggested this in http://tools.ltb-project.org/issues/818. For reference: > Provide 2FA (TFA) as an option for verification of the user. There are some 2FA PHP modules (https://github.com/RobThree/TwoFactorAuth, https://github.com/PHPGangsta/GoogleAuthenticator) that...

enhancement

Thanks for `fuzzyjoin`! I recently spent several minutes troubleshooting an odd (to me) error (and its associated stack trace): ```r Error: All columns in a tibble must be vectors. x...

**Is your feature request related to a problem? Please describe.** This is certainly off-topic (or at best a distant FR) in the sense that this repo is dedicated to GH,...

When benchmarking code that produces side-effect, it is common to have to *undo* the side-effect on every iteration. One example is benchmarking any `data.table`-native code, where the original frame is...

Q: when a `"!DEBUG ..."` message does not meet the `!`-threshold, why is its ``` `expression` ``` still evaluated? ```r .onLoad sessionInfo() R version 4.0.3 (2020-10-10) Platform: x86_64-w64-mingw32/x64 (64-bit) Running...

bug