Kyle Lawlor-Bagcal

Results 10 issues of Kyle Lawlor-Bagcal

In case you're interested in adding this: ``` $ cat Dockerfile FROM php:7.2-apache COPY markdown-blog/ /var/www/html/ RUN a2enmod rewrite RUN echo "RewriteEngine On" >> /etc/apache2/apache2.conf ``` Then: ``` docker build...

These lines seem to force users to have to use the default fields for the `headerDropdown`, IMO it's less surprising to always override the `headerDropdown` with whatever is passed in...

I'm guessing I can probably make use of this: https://github.com/frappe/datatable/blob/31264d1f4da9445c147fdc1060914aa44fa440fa/src/filterRows.js#L3-L30 But it's unclear how I could get the rows that are selected, idiomatically at least, using this library. It might...

Placing a `` within a bootstrap `` broke the datatable such that certain view port sizes had no datatable showing. This was confusing, and gotcha note in the docs could...

This example is using an older version of frappe-datatable, which has different dependencies than the latest release. https://frappe.io/datatable/docs#example Similarly the jsfiddle is out-of-date: https://jsfiddle.net/f4qe6phc/7/

https://bitbucket.org/mrabarnett/mrab-regex/issues/314/import-error-no-module-named https://github.com/mailgun/flanker/blob/master/setup.py#L41 if you upgrade to regex==2018.02.19, `import regex as re` fails. i think the resolution needs to be upstream, this is more just a post in case it's helpful...

I would like to propose a public API for looking at the items that are presently stored in the cache. This might be a chicken or the egg problem in...

Hey Miguel :wave: I hope all is well! I'm wondering if I could use Flask, and the as alchemical.aio.Alchemical object with Flask-Migrate. This seems like a combination that is probably...

question

reading through the code i saw some opportunities to refactor. let me know what you think. the main idea is that i wanted to separate the quart app setup/controllers, from...

enhancement

## Summary This issue is a proposal to add context to test failure output for feature files, i.e. filename and line no. of the failed scenario. ## Problem Definition This...