Josh Morel
Josh Morel
Ditto to spartachetto's request. My use case is .wiki files. I am using vimwiki for creating a personal knowledge base and I will mostly work on this on vim on...
I answered my own question by reading [the docs](https://docs.nextcloud.com/server/11/admin_manual/configuration_mimetypes/mimetype_mapping.html). But yes it requires admin intervention on the server so a standard user would need to ask currently. From the server...
Idea: Be able to open scripts without filename extensions in text editor by searching for a shebang.
This would require a change in the main [server repo](https://github.com/nextcloud/server) as that is what determines the file type to enable the files_texteditor. I'm not sure how or if those people...
Built from source as well. Thanks. On top of those packages mentioned by inomoz, I also needed `sudo apt install zlib1g-dev libpng-dev` on Ubuntu 17.10
Great! Here's an example of the page. The link could go as the last item in the dot-dot-dot/more options top right menu OR the swipe menu. But since we already...
I can't speak for why it doesn't work, but `layer_model_predictions()` doesn't support the `size` property. What you can do is this: ``` df %>% ggvis(~x, ~y) %>% layer_model_predictions(model = "lm")...
This would add a bit of complexity, but looking at the code base I could imagine the following would be possible to enable this use case. I believe this would...
Another item UX item - when you open a - when you open a lesson and go back to the list - I think it would be best to bring...