omerts

Results 34 comments of omerts

This is a showstopper bug on macOS that should really be handled immediately. Also the documentation for configuring the server address is missing the https:// prefix.

> > @ryandunnewold Thanks for sharing this! I'm quite new here, not really sure how I can use your fix with my own private repo? > > You can edit...

For me after changing the scale of the model it shows up, I guess it is some kinds of positioning problem.

@webprofusion-chrisc Very sorry for the late reply. OS: macOS Big Sur 11.2.1 (20D74) Chrome Version 88.0.4324.192 (Official Build) (x86_64) Image size is 742 KB

created pull request that fixes this: https://github.com/FormidableLabs/component-playground/pull/30

@vvo code you run inside the playground needs to be polyfilled/transpilled. You could ask the user, to take care of polyfilling/transpilling himself, but it would make this great lib a...

If there is a need, and author's approve it will be merged, I am willing to to update the pull request to work with the latest version.

@troZee Here is a repo: ```javascript import React from 'react'; import { I18nManager, StyleSheet, Text, View } from 'react-native'; import PagerView from 'react-native-pager-view'; I18nManager.forceRTL(true) I18nManager.allowRTL(true) const App = () =>...

I found the source for the 404 problem. Karma-jspm's adapter is setting baseURL to be 'base', before the real jspm config.js is loaded, therefore jspm's baseURL is going to be...

@timkindberg, I am working on it right now.