Sebastian Fekete
Sebastian Fekete
On webpack run: FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
If ```transpileOnly``` is true it works. However this is not a permanent solution. Webpack builds very long time and the memory of the webpack process increases over 1.5 GB, until...
Inspired by https://github.com/yiminghe/dom-scroll-into-view You can't use this library since smooth-scrollbar use animation for scrolling. The only additional functionality is to add an instance method that accept a node with some...
It tries to rsync the cookbooks but there appear a big list of delete_file permission errors. The strange thing is that it works the first time. ``` rsync: delete_file: unlink(local-mode-cache/cache/cookbooks/yum/templates/default/repo.erb)...
``` INFO: Preparing local files INFO: Installing cookbook dependencies with Directory resolver INFO: Stripping non-cookbook files INFO: Uploading local files to machine. This may take a while... INFO: Skipping installation...
Please add a easy example how to debug very rudimentary some syntax variables. All examples in the doc are broken. Function import for syntax doesn't work neither.
I use quicktemplate because I love the static type checking, and the blazing fast performance is a very pleasant side-effect. How much work it would be to create a full...
Allow to call functions on objects result. ```go {% v.Obj().RenderHeader(123) %} // Header is a render function generated by quicktemplate (so the 3 variants of the func are available) ```...
Using all the {%s,d,u shortcuts is nice, it would be awesome when I could define my own "Writer", at least for all the basic stuff. Greater were when I could...
Example: ```go type Form struct { Field []string `form:"field"` } form := Form{ Field: []string{"value1", "value2"} } // vals is contains 'field': "value3", "value4" _ := Decoder.Decode(&form, vals) // form.Field...
- of the plugin configuration - a textual representation of all features (instead only the gif) - I see there are a lot more features that I don't see (checkable...