Daniel Vassilev
Daniel Vassilev
Hello, Is it possible to place multiple animations on the same view and play them at once? Thanks, Daniel
Is it possible to set an axis title and also to make the axis start a bit before and after the min and max values in a line chart? In...
How can I check if the connection still exists and if it doesn't to reconnect?
Is it possible to define the names that can be used for annotating so they can be choose from a dropdown?
Is it possible to use props like this for the shadow? When I use it the blur effect disappears. ``` shadowColor={'black'} shadowRadius={5} shadowOpacity={0.15} shadowOffset={{width: 0, height: 0}} ``` In addition,...
Are there any examples of using it with Azure Storage or would I have to implement it as an additional data storage provider if I wanted to use it with...
Is there a showcase of any apps using this? Wondering whether it's worth trying to struggle with the memory limitation to make this work with RN
Running version 2.3.0, started randomly getting the following error: ``` { message: '(#1200) Temporary send message failure. Please try again later.', type: 'OAuthException', code: 1200, error_subcode: 2018024, fbtrace_id: 'FTsr5khdiKl' }...
Hello, The setChecked function of CheckBox doesn't work, it doesn't do anything. In addition, how would I make the progress bar keep repeating infinitely. Thanks, Daniel
Are there any samples of sending images as binary data to the [inception_ensemble](https://github.com/triton-inference-server/dali_backend/tree/main/docs/examples/inception_ensemble) example without using Triton client and with raw HTTP requests using CURL or similar? Are there modifications...