Aleksey Gureiev
Aleksey Gureiev
Created a simple Ruby script to export ApiReference, Core concepts and User Interface sections to Dash docset. Nothing fancy, just modules, classes and guides.
Hi gents. The docset _is_ on the list of user-contributed docsets and available for install through the app for quite some time yet. Taking over the updates etc is fine...
Same here. I don't mind you guys taking over releasing the doc updates after the {N} releases (which is logical). That would actually be nice if you included it in...
Here's the tiny repo with all one need to generate the docset: https://github.com/alg/nativescript-dash-docset
@ErjanGavalji, I'm totally fine with either way, mate. How close of integration are you thinking of? Currently it's just "whenever I notice you guys released a new version" kind of...
@olostan Dash docset is officially available in Dash User Contributed Docsets. You can install it and use offline. No need to build from repo.
What do you think of this? ```python def nullable(fld, *args, **kwargs): """Makes any field nullable.""" class NullableField(fld): """Nullable wrapper.""" __schema_type__ = [fld.__schema_type__, "null"] __schema_example__ = f"nullable {fld.__schema_type__}" return NullableField(*args, **kwargs)...
It was fresh dev version from github. I can see you didn't update it today, so there's no reason to pull the updates for me.
Yup, I am: [root@www webistrano]# git remote show origin - remote origin Fetch URL: git://github.com/peritor/webistrano.git Push URL: git://github.com/peritor/webistrano.git HEAD branch: master ... [root@www webistrano]# git pull Already up-to-date.
[alg@www ~]$ ruby -v ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux] Ruby Enterprise Edition 20090610 [alg@www ~]$ mysql --version mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i686) using readline 5.1