Timmy O'Mahony

Results 18 issues of Timmy O'Mahony

Hey, Thanks for the great library. I've noticed that you can return a promise from a custom validator leading me to believe I could write validators that query a remote...

I'm confused by the import configuration settings and general workflow. - Can I supply the files to be imported into the DB myself (by downloading manually and placing in the...

The approach in this repo works fine when building an app from my local machine, when I have an `src/environments/environment.ts` file. In a CI environment though (Circle CI for example),...

### Description When I updated from `ether/seo` 3.6.4 to 3.6.5.1 on Craft Pro 3.4.19.1 and run ``` ./craft migrate/all ``` I get the error: ``` Yii Migration Tool (based on...

## Describe the bug When using the [Vue Plugin](https://github.com/uNmAnNeR/imaskjs/tree/master/packages/vue-imask) with Vue 3 composition (but also regular component AFAIK), hitting backspace once you have entered a date deletes the entire date....

I've noticed that when using the `NamedUrlWizardView`, you _have_ to pass certain things through the `as_view()` method (namely `url_name` and `done_step_name`): ``` python @classmethod def get_initkwargs(cls, *args, **kwargs): assert 'url_name'...

I'm running solr 5.5 on OSX (installed via brew) and I noticed the following error when trying to build my initial index: ``` Failed to add documents to Solr: Solr...

I was getting an error when trying to build my jekyll site: > jekyll 2.0.3 | Error: wrong number of arguments (2 for 1) When I added a traceback with...

I might be missing something here, but the only way I can see to list all tags throughout the entire system is: ```sh tag --usage ``` This lists all tags...

Is it possible to set the `jekyll.environment` variable when s3_website is building the site via `s3_website push`? I've tried running `JEKYLL_ENV=production s3_website push` as well as setting `JEKYLL_ENV=production` in my...