Victor Nunes

Results 15 comments of Victor Nunes

Cool, I wold love to help with it but I think this is a little beyond my knowledge. So now we play the waiting game. Thank you for the quick...

I think minio uses the same implementation than Amazon S3. I will test it tomorrow. thanks

Sorry for the delay. Actually it didn't work. It failed trying to import some boto3 module, so the process can't be done transparently just setting Minio as default static storage...

You can do it your own by creating a custom toolbar action: ```javascript new SimpleMDEEditor({ toolbar: ['bold', 'italic', 'strikethrough', '|', // this is what you're looking for { name: 'checklist',...

Maybe you can fork the repo and add your implementation to it... I think it will be better to keep all the implementations is the same place.

I was gonna say I was about to do so, but I saw your PR and think maybe you have some priority on it.

this workaround fixes the issue: ``` // select2.init.js $.fn.select2.defaults.set("theme", "bootstrap"); $.fn.select2.defaults.set("width", null); $(document).ready(function () { $('select').select2(); }); ``` using: select2 4.0.1 and select2-bootstrap 0.1.0-beta.10

Also, will this work with cli-plugins install?

I think this is already a feature. Just set the flag `truncation_length = [max_length]` to limit branch name. See [git_branch](https://starship.rs/config/#git-branch) at starship docs.