Sebastian
Sebastian
It would be great to have reactive buttons for custom dialogs, example: ``` bootbox.dialog({ title: 'Share your thoughts...', message: '', buttons: { success: { label: Session.get('someKey'), className: "btn-success", callback: function...
I've tried the example and it works, but it's not exiting. I had to ctrl+c. I think it would be nice to provide a destroy function.
Hi, Is it possible to transition into the same route? I can't make it work. Imagine you have a route `/import/:index` where in each _state_ based on `index` you provide...
Hi! I've been using this plugin, it's really cool :) I have a job that runs scheduled and sometimes needs to be run manually. We document the manual executions by...
Hi, I'm reading about this project in order to use the bundle in one of my own. It turns out that after I launch the server I open up developer...
I'm trying to build a node add-on that needs to get dependencies from a URL. In order to do so, I wrote a simple script that receives a command line...
Here's a repo with a minimal reproduction: https://github.com/gentunian/flutter-autosizetextfield-bug When a rebuild is trigger, the auto size won't work. Also, I have seeing that while using the ios simulator, the autosize...
Hi there :) I'm using the `transformer` function to visually append hinted data such as: ```javascript transformer: (input, answer) => { return `${a}.mydomain.com`; } ``` works as expected, but how...
In stationary desk this library seems to work fine. The only issue I found is for angles greater than ~86° but that's ok for the use I want. But when...