Kamil Burzynski
Kamil Burzynski
Preferably the custom handlers should be asynchronous, too. For example: there is an API receiving JSON requests. Each request need to have 'access_token' property with valid session ID inside. Custom...
Sure, With this code: ``` import React from 'react'; import ReactDOM from 'react-dom'; import React3 from 'react-three-renderer'; import THREE from 'three'; import _ from 'lodash'; class Simple extends React.Component {...
Just for clarification, I'm thinking about very simple approach to gateway model. In database it should be enough to store following information per gateway: - some id/name for easy references...
Moreover, if your files happen to refer to each other, the generated file do import from subfolders, whereas files are placed in single folder, so that generates invalid configuration.
To cast 3d point into 2d surface you do not need webgl, equations are quite simple.
So far I've got ugly (but working) hack: added this: ``` call NERDTreeAddKeyMap({ 'key': g:NERDTreeMapOpenInTab, 'scope': "DirNode", 'callback': s."activateDirNode" }) ``` in .vim/bundle/nerdtree/autoload/nerdtree/ui_glue.vim in line 72 (after Enter is mapped...
@ivank any idea when this might be merged? It kinds of blocks us from using the package at all.
Please check this out on the newest version, and if it works for you, close the issue.
Yeah, that was on my radar for long time. Sooner or later, it will get implemented.
Python support would definitely be in scope of this plugin, although since I'm not using python with serverless myself (yet), I will probably not have a time to add support...