Michael Bukachi

Results 26 issues of Michael Bukachi

Hello. Great library! Might there be any future integration with mockk for kotlin?

Updated bower.json to allow support for the latest dependencies.

It seems, `@swag_from` does not support `Schema` parameters. Take a look at the following snippet: ``` from flasgger import Swagger, SwaggerView, swag_from from flask import Flask, jsonify, request, redirect from...

This address issue #428

Whenever I try to assign null values to expressions the following error is throw: ``` TypeError: Cannot read property 'toString' of undefined at generateRegExp (/Projects/Web/escodegen/node_modules/escodegen/escodegen.js:333:22) at generateExpression (/Projects/Web/escodegen/node_modules/escodegen/escodegen.js:1417:22) at generateStatement...

We started getting this error around a month ago. Not sure what changed, maybe something on Redis? Going through the source, in `redbeat/schedulers.py`, I see we have this snippet: ```python...

Hello, Great library, it really makes working with PDF.js easier. Is it to possible to provide the link to source of the demo app (https://arkokoley.github.io/pdfvuer) or maybe add an example...

I'm getting the following errors with the latest version **0.1.4**: ![screenshot from 2018-11-03 15-29-05](https://user-images.githubusercontent.com/10145850/47952270-a2cc3c80-df7d-11e8-9473-88b27c2eb782.png) Here's my code: ``` {{ messageLength }} / 2000 import {Col, Input, Row} from 'element-ui' import...

Hello, I tried to implement your solution according to the main page using the WP_Background_Process I was able to submit the job. But now, nothing else works. No requests work,...