Dragoș Străinu
Dragoș Străinu
I have a project with multiple android flavors and ios targets. I want to have a consistent version and build number between all flavors and targets. For android, I see...
I use https://github.com/ryb73/ppx_decco to encode and decode the records and JSONs To work with Axios I need to do ```reason Axios.postData(url, mytype_encode(response) |> Obj.magic) |> then_(...) ``` did not try...
I am following https://github.com/LunarVim/Neovim-from-scratch/blob/06-LSP/lua/user/lsp/lsp-installer.lua And I noticed that I have to install my LSP servers manually. I would like to make this process automatic as we do with nvim plugins...
I am using **react-native-numeric-input** for the input of the **tips** given to a service It would be nice to have a prefix of the currency used. *`5.25`* -> *`$5.25`* I...
Would be nice to use this package as a 1st of April Joke. By using this package in any frontend library/framework build with npm. A possible solution is to check...
Based on https://stackoverflow.com/q/48472977
## Abstract As I see that documentation of this library is quite big. Maybe is a good idea to move it to a static website?! I suggest https://v2.docusaurus.io/ as I...
Would be nice to have autocompletion that will enable users to quickly find the desired script documentation. `npx why s` + TAB, should autocomplete to all `s` options (ex:`npx why...
Currently, there are no tests. We need to fix this!
**Is your feature request related to a problem? Please describe.** As of current situation https://github.com/roataway/roataway-web/commit/38f5834f9a8f9c620cae3343f4ab6266507c18f6, what do you think about using user device as a tracker for the car? **Describe...