Oleh Kachynskyi
Oleh Kachynskyi
@c0n5pir4cy Ok, I'll check it tomorrow, thank you
If anybody interesting I made up with this solution ```ts import { createParamDecorator } from "routing-controllers"; import { Action } from "routing-controllers/Action"; import { EntityParamOptions } from "typeorm-routing-controllers-extensions"; import {...
Hey, I'm having a similar issue with `knex >= v0.95`, but thanks to the @sl-ffx I was able to *fix* it. Is there anyone who can actually fix it in...
Hey, @jbrumwell any thoughts on this one?
Here's the example. Data is: ```JSON { "first_name": "Hello 1", "last_name": "World 1", "email": "[email protected]", "position": 131078, "jumper": 131084, "manager": "131083", "shifts": { "0": true, "1": true, "2": false, "3":...
Hey, just for people who are looking what's the problem. It seems that in [interceptor.js#L518](https://github.com/nock/nock/blob/main/lib/interceptor.js#L518) there's an explicit check for either `queries instanceof URLSearchParams` or `common.isPlainObject(queries)` which in this case...
@mbarbey Hello. As i remember, you can pas additional parameters as argument to `{{ tinymce_init() }}` in Twig, something like that: ``` TWIG {{ tinymce_init({ theme: {'simple':{'language': app.request.locale, 'height': 500...
@mbarbey Well, ok. Maybe you have some ideas and time to implement it in this bundle? If so, than please, make it as a feature and send PR to 1.x...
@Nyholm heya, I'm not maintaining this bundle anymore and I don't have the access of developer too. I suggest you to talk with @stfalcon Sorry for this misunderstanding.