kurtosys

Results 12 comments of kurtosys

@tirumaraiselvan I still have issues to get Hasura running running. It used to work, broke suddenly and can't get the application running again: https://stackoverflow.com/questions/73274923/hasura-on-heroku-fails-to-make-connection-to-postgres . I even can't access the...

yes... well, I use yada, and manifold is included in that one. I excluded `[manifold "0.1.4"]` from yada and added `[manifold "0.1.5"]`. Seems to work now... Thx! ``` :dependencies ......

I guess this still doesn't work? I'd like to use plumber in a package, but that's an issue: * when using files and annotations for defining the routes, packaging doesn't...

Thie solution given by https://github.com/rstudio/plumber/issues/66#issuecomment-418660334 doesn't work for me: the filter is never called. I'm having programmatic routers (see code below). Whenver I request `OPTIONS`, the response is ``` {...

Aah, thanks! I thought is was something like that, but couldn't find it in the docs. I may have missed it... Solved.

Has this been backported? We still have issues fetching openapi specs using https: #2073 (If not, please backport or make a new Beta-release?)

just wondering... still under development, the additions you mention? (I'm really interested in this lib, and I was about to implement restarts according to Chouser, but you made me change...

+1 Same issue with svg parsing: `viewBox` is changed to `viewbox`, which is not valid for svg, giving an error. Could lowercasing be optional?

please see code above... Any dzoo data with an `open`, `close`, `high`, `low` and `avg` field and time index will do. If that's not sufficient, ofc I can just add...

So, in short, `La_dlange` is really not implemented yet? I cannot find an inner class annotated with `@RBuiltin(name = "La_dlange" ...)`, but there are calls to `@Child private LapackRFFI.DlangeNode dlangeNode...