kipar
kipar
### Description StaticFileHandler doesn't work on Windows due to `expand_path` adding drive letter in Windows. ### Steps to Reproduce 1. Take hello world project (use `Kemal.run(trap_signal: false)` due to #658...
@ruivieira, Hello! Do you have a time/interest to maintain a project? I've added some more bindings to my fork (https://github.com/konovod/crystal-gsl) List of areas is in https://github.com/konovod/crystal-gsl/blob/master/TODO.md If you are interested...
This PR adds wrappers for 1-d integration, differentiation, ODE solving. Romberg algorithm commented out in common `intergrate` interface because it was added in GSL 2.5 and not available in GSL...