Fierthraix
Fierthraix
Hello, I would like to add support for the [Esperanto](http://esperanto.net/en/) language, as several projects downstream I use depend on `lunr-languages`. It is a constructed languaged invented in 1887 by Dr....
Fixes https://github.com/balint256/gr-baz/issues/55 Before boost 1.67 values passed to `date_time` structs would be auto-converted from floating point numbers to integers. Boost 1.67 disallows this to force user handling of special values...
The release of boost 1.67 [fixes](https://github.com/boostorg/date_time/pull/64) an [issue](https://svn.boost.org/trac10/ticket/11168) where floating point values are automatically converted into integers for the constructors of `boost::posix_time::time_duration`, and helper functions like `boost::posix_time::microseconds(long)`. This causes errors...
## Scope & Context **Example:** In the Documentation for **Auth** for [Environment Variables](https://twenty.com/developers/section/self-hosting/self-hosting-var#auth), it appears that `AUTH_GOOGLE_APIS_CALLBACK_URL` appears twice, first with `http://[YourDomain]/auth/google/redirect` and secondly with `http://[YourDomain]/auth/microsoft-apis/get-access-token`. I think the second...