Karol Janyst

Results 14 issues of Karol Janyst

There are some issues: #95, #106 but I'm not sure if that is the same case. I want to achieve something like optional group matching based on presence of a...

help wanted
ideas

### Are you submitting a **bug report** or a **feature request**? This seems to be a bug. ### What is the current behavior? When `submit` action is dispatched on form...

bug
Version 7

### **Feature request** When the form has been successfully submitted and submit handler returned resolved Promise (in case it return Promise) the form state should be reinitialized with submitted data...

I want to use some columns to store json data inside my postgres json or jsonb columns but when data is fetched the data is not being converted back to...

Auto play utility initializes timeout on the first render but if property `autoPlay` is changed afterwards the animation doesn't stop. When the flag is toggled it should pause/resume animation accordingly...

enhancement
help wanted
good first issue

Obfuscator brakes working code after processing and not working correctly with `gulp-sourcemaps`. My task looks like the following: ``` return gulp.src(paths.src.js) .pipe(gulpif((process.env.ENV !== "production"), sourcemaps.init())) .pipe(concat("all.js")) .pipe(obfuscate({ replaceMethod: obfuscate.ZALGO }))...

It took me a little longer than expected due to lack of time but I managed to rewrite whole core library to Typescript. Also some improvements are included. My branch...

new feature
reviewing

It would be nice to have array rule improved, so it would take an optional parameter containing rue or set of rules to validate each element in the array accordingly....

As title suggest, these seems to be a bug when creating trigger on a table that doesn't exist yet and is part of the same migration. In such case autogenerated...

My tests are orchestrated by tox and part of my tox.ini config looks like this: ``` [testenv] deps = pipenv setenv = PYTHONPATH = {toxinidir} whitelist_externals = {homedir}/.local/share/virtualenvs/* commands =...