Jonathan Borg

Results 18 comments of Jonathan Borg

any progress on this ? or anything I can do to help get it merged ?

I just submitted https://github.com/airbnb/babel-plugin-inline-react-svg/pull/55, I think the output looks correct, but im not sure, any feedback would be helpful

any news on this ? i can not get the way that @kof gives as an example to work..

Got it working with a helper ```js import React from 'react'; import { JssProvider, SheetsRegistry, ThemeProvider } from 'react-jss'; import { mount } from 'enzyme'; import mockTheme from './defaultTheme'; /**...

Any news on this ?, experiencing the same thing

some progress, it now gives me this ``` INFO: Trying to restore lost connection to localhost:3306 Feb 04, 2016 10:10:17 AM com.github.shyiko.mysql.binlog.BinaryLogClient connect INFO: Connected to localhost:3306 at mysql-bin.000002/107 (sid:1457,...

you can drop Node.js Template.js and Jaml.js in /lib/assets/javascripts and require them in application.js file and then you can create template.js in app/assets/javascripts.. PS. I had no luck in using...

They way that I solved this was to add ```csharp private void OnApplicationPause(bool pause) { if (pause) { try { arSession.Reset(); LoaderUtility.Deinitialize(); LoaderUtility.Initialize(); SceneManager.LoadScene(SceneManager.GetActiveScene().name); } catch(Exception e) { _messageHandler.SendConsoleLogToRN($"UNITY: OnApplicationPause...

trying to make a custom renderer like this ``` { const gl = canvas.getContext("webgl", { antialias: false })!; const renderer = new THREE.WebGLRenderer({ canvas: { powerPreference: "high-performance", antialias: true, alpha:...