Irfan

Results 4 issues of Irfan

I have explored file storage functionality specially `StorageManager.php` but could not figure out how to store file on AWS. Can anyone share the snippet for file storage on aws? because...

Kind:Enhancement
Module:Core
Topic:Performance
Module:File

Thank you for the awesome mind mapping tool. How can we achieve timeline layout like this: ![image](https://user-images.githubusercontent.com/5346797/73046323-6ee77a80-3e93-11ea-8832-d8f7ded57cb3.png) Or how can I add all second layer nodes in a row?

enhancement

I want to allow 6 to 16 digits starting with + sign. Here is my expression `['+', /\d{6,16}/]` but its not working

My web app is in asp.net MVC with mysql database. Here is the hangfire configuration: ``` public void ConfigureServices(IServiceCollection services) { services.AddHangfire(configuration => { configuration.UseStorage( new MySqlStorage( "server=127.0.0.1;uid=root;pwd=root;database={0};Allow User Variables=True",...