oleg-prikhodko
oleg-prikhodko
> previous version has supported the glft loader,why it was removed from souce code? Now, how should we add a gltf model? Use external [GLTFLoader](https://threejs.org/docs/#examples/loaders/GLTFLoader) ```html ``` Worked for me
I've run into this issue while integrating SOFA with Nest. Disabling `bodyParser` on app instance actually solved the problem.
> I made only for hh:mm, but you can improve it > > `const TIME_MASK = [/^([0-2])/, /([0-9])/, ":", /[0-5]/, /[0-9]/]` Yes, but that way one could enter incorrect value...
> @demkovych @oleg-prikhodko How are you guys even getting regexps to work as a mask? See #197 because I can't get it to take anything (regexp there taken directly from...
@reintroducing Looks like it. I'm on __3.0.0-alpha.0__. v2 doc says mask should be a string
@reintroducing Actually is is mentioned in README) Although I agree that keeping alpha version on master is not the best choice