Anton Kuzmin
Anton Kuzmin
I've got an abstract BaseUserDTO that is extended by UserDTO and AuthorDTO. Both of these DTOs need the same @ResolveField-s. I attempted to create an abstract resolver but couldn't get...
Is it possible? I got external data in `parents` query resolve function, got parents from queryService, modified the result by adding some additional data (parents[i].child.someField = 'foobar')... But resolve field...
Found this in the source: // For Internet Explorer History.intervalList.push(setInterval(History.onUnload,History.options.storeInterval)); And this phone is slow one. That may explain everything. According to chrome devtools, it's been called a lot of...
This would be useful in case when it's needed to generate large document.
First of all, I want to say thank you for this wonderful plugin. I like it the most from the others I found here http://webdesignandsuch.com/10-jquery-back-to-top-link-solutions-for-websites/ There is a small problem....
``` input BaseForm { inParent: String } input Form inherits BaseForm { newOne: String inParent: String @snippet( category: "category" content: "content" ) } ``` transpiles incorrectly
``` $ RAILS_ENV=production rake assets:precompile svgo worker: `svgo` not found; please provide proper binary or disable this worker (--no-svgo argument or `:svgo => false` through options) rake aborted! Sprockets::EncodingError: /Users/anton/pwork/utro/app/assets/images/sprites/1x/build/extra/extra-no-repeat-offset-x.png.webp...
Hi! Would be handy. I am having an issue finding an easy solution to forward many UDP ports between minikube and host (local machine), so that I could do a...
It works fine in 1.3.4 but fails in 1.4.0: ``` Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got:...
Types: ``` class Route extends React.Component {} ``` Js code: ``` /** * Convenience class for creating normal routes with JSX. When not using JSX, * use a POJSO instead...