Luis Donis

Results 9 comments of Luis Donis

Would be nice if we can create a community around this library then all of Us can work on improvements and new features also build some other tools for routing...

@XedinUnknown you're right, I meant "organization" then the library does not be owned by on single person

@perspolise I had the same issue a couple of weeks a go, I was trying to implement exactly what you need for a website built with Slim framework ``` domain.com...

The problem is in [styles/utilities/mixins.sass line 144](https://github.com/octoshrimpy/bulma-o-steps/blob/79ddb55ba6384271a3bc0869e4664dfdea9dec5d/styles/utilities/mixins.sass#L144), the fix is easy just remove the border property from the mixin, however this change can broke some other components.. however in the...

This is the only way I can make it work, closely to the PHP implementation ```js // twigjs setup twig.extendFunction('template', () => { return new templateHelper() }) // twigjs view...

I have the same issue in my owncloud 9.0 installation and notes app 2.0.1

@thbar workaround: ```ruby MiniTest = Minitest unless defined?(MiniTest) ```

I had the same issue, fixed through customizing the sass importer a bit ```js function importer(url, prev, done) { // if the url (file I want to import) match, resolve...

Hi, I think this feature can be really useful for test purposes. Example: while I am creating migrations and seeders I also write foreign keys, so, to run tests again...