Jeremy Pasco
Jeremy Pasco
Hi, I am using the split cookie approach with succes on API Platform and now I'd like to add Mercure to my project. For private notifications, Mercure requires a JWS...
Hi, the makefile was very useful to me. I just found few typos, here is a pull request to fix them.
Right now, Docker entrypoint checks database availability through a dummy query which is `SELECT 1`. It works for most SQL dialects, but not for Oracle database which requires `FROM dual`....
Hi, I've been trying for a long time to set up Vulcain with Api Pltform without success. I have the feeling that it is more a Vulain issue as I...
Hi, I'm looking for a way to read encrypted sqlite databases. There are many different ciphers allowing encryption of sqlite databases. One project support multiple ciphers: https://github.com/utelle/SQLite3MultipleCiphers I am not...
`options(expressions=)` and the associated information about JS call stack size should be documented
Hi, I'm having errors on the following script with webr 0.2.2, which works fine on R standalone installation. ```r install.packages("gtsummary") gtsummary::trial |> gtsummary::tbl_strata( strata = c(grade), .tbl_fun = ~ .x...
Hi, I've trie the following javascript code without success. Webr was loaded from npm (v0.1.1). ```js webR = new WebR(); await webR.init(); await webR.evalR('webr::install("readxl")'); await webR.evalR('library(readxl)'); // Importing file here,...