maja

Results 8 issues of maja

When removing variables from view _that are subsets of visible variables_, they are subtracted from the bar height, which they shouldn't be. Minimal example: removing patients on ventilator from patients...

bug
priority-1

I have both server and client ecnoding set to UTF-8, yet writing a table that has e.g. windows-1252 characters **in the column names** will cause an error or, worse case,...

Following the installation guide (and including the grant access in pull request [#257](https://github.com/mbannert/timeseriesdb/pull/257/files)), I'm getting the following error to the line `db_ts_store(con, tsl)`. ``` Error in store_records(con, to_ts_json(x), access, "timeseries_main",...

Add subsection to the "Things to be careful about" section explaining issues with non-ASCII characters in the db responses. See https://github.com/ropensci/dittodb/issues/165

Using the vignette example with the nycflights data, if I change the query to a simple `select count(*)` the saved fixture has a value of 0 instead of the actual...

The display name on my gmail account seems to get lost when sending emails via `gmailr` - the recipient just sees the first part of the email address. Slightly confusingly...

feature

I'm trying to use `gert` to use git programmatically from R, but on`gert::git_push()` I get: ``` Error in libgit2::git_remote_push : failed to send request: A connection with the server could...

Given that you can pass `value = ""` to `timeInput()` and start with an empty form, i expected that i could pass the same argument to `updateTimeInput`, but that throws...