thekenshow
thekenshow
Taking at run at this despite being a Node/JS/TS noob, and this is a progress report with some hurdles I think I've overcome. Created `src/service/gateways/bitfinex-api.ts` with the sample code above,...
Update: looks like the connection was cached yesterday, because this morning I'm disconnected. Instead, I see {{ pair_name }} and similar values in the upper left where the BTC/USD button...
@michaelgrosner Thanks for jumping in (and congrats on the new baby!). I created https://github.com/thekenshow/tribeca with a new branch bf_wss that contains the only file I've added so far (src/service/gateways/bitfinex-api.ts.) I...
I ran into node-gyp issues during a manual tribeca install as well. Trying to install it manually did not work either. After this point: ``` cd tribeca npm install ```...
Following up, an SCSS selector with a structure like `.g-menu-item-parts/__particle-GH8Dy` will not even compile in Gantry.
Thanks for the quick response - that makes sense of those values. Numbers will correctly parse commas when opening a .csv file, and either tabs or semicolons when opening a...
I don't think you can do that in TinyMCE without editing the HTML directly to add a style="float:left;" attribute. Have a look at the Shortcode plugin, maybe the columns or...
I was able to restore functionality be replacing the plugin's `js/tinymce` folder with the version in the most recent [TinyMCE community release](https://www.tiny.cloud/get-tiny/self-hosted/). The formatting of the toolbar and text content...
FWIW, I've been able to reproduce the blank page error on a Grav RC-15 default installation + tinymce-editor (Apache/PHP 7.3) on my local Mac dev system but not with the...
I've updated to the latest Grav 1.7.23 and applied the changes noted in https://github.com/trilbymedia/grav-plugin-tntsearch/issues/114#issuecomment-890494951 but I'm still not getting the desired results. Test case is a search for "spk", which...