Marco Wettstein

Results 113 issues of Marco Wettstein

**Is your feature request related to a problem? Please describe.** server environments might define a env var with the full smtp url. Something like: ``` MAIL_URL=smtp://username:[email protected]:2525 ``` **Describe the solution...

contributions welcome
@vendure/email-plugin

Hi there, The polyfill does not work correctly anymore on Chrome 52. It starts to fix the element on top when you scroll down, but does not release it when...

in ReactPage a lot of users asked for having conditional fields in the schema, so by default we support an additional prop `showIf` that can be used in the schema...

Type: Feature
Area: Core

When the last tab gets removed, because of property updates (i create tabs by iterating over an array and then i remove an entry from the array), i get this...

help wanted

you can now add phycisbody to your 3d objects: ``` ``` This works for primitives. It will use the same shape for the physicsBody. For models, Groups or if you...

If ARKit is unmounted and remounted, it does not lose information about planes detected internally. But if you are using onPlaneDetected and onPlaneUpdate to visualize the planes detected, you won't...

enhancement

if you set material to null, app crashes with: ``` Exception '-[NSNull objectForKeyedSubscript:]: unrecognized selector sent to instance 0x1b4b31650' was thrown while invoking addPlane on target ARGeosManager with params (...

bug

react 16.3. introduces a new context api and starts to deprecated some lifecycle methods https://medium.com/@baphemot/whats-new-in-react-16-3-d2c9b7b6193b it will be fully backwards compatible, but it might be a good oportunity to start...

Currently, latest features get into master and we usually publish a beta version of that. But new users heading to this repo might install the stable release, but see the...

https://github.com/HippoAR/react-native-arkit/pull/155 introduces some new arkit features that are only available on ios 11.3 we have to think about apps with 11.3 features that run on ios < 11.3 Do we...