Artem Klevtsov
Artem Klevtsov
@endigma HTTP API already introduced (see #204).
> docs for routes/payloads anywhere? May by here: https://github.com/juanfont/headscale/tree/main/gen/openapiv2/headscale/v1
Also could be useful: https://github.com/juanfont/headscale/blob/73497382b7002050b85f6e919f2fc6b9616b4c80/app.go#L415-L434
@jackolney use it with the `renderUI()`.
> JSON support is one of the things we dropped when creating MonetDBLite. I did not find any mention of this. > What would you like to use it for?...
I'll update tests too. Please tell me what should I do else?
Seems all builds passed. Note that these changes only eliminate incomplete translation and typo in `млн`.
Link to documentation: https://www.localeplanet.com/icu/ru-RU/index.html
It's abbreviations for the Russian 'миллиард' и 'триллион'. If you don't believe me, watch [the original numeral-js locale file](https://github.com/adamwdraper/Numeral-js/blob/master/src/locales/ru.js#L19-L24).
As workaround we can use `import(, except)`. For example with roxygen: ```r #' @rawNamespace import(shiny, except = c(updateTabsetPanel, column, tabsetPanel, tabPanel)) ```