Adrian Perez
Adrian Perez
So I was given this project a first try since I'm building some sort of boilerplate. I already have a schema, with (most) resolvers in place and I wanted to...
Hi, first of all big thanks for this project and the sister project AS. I don't speak C anymore, is there any chance to be able to encrypt a file...
Apologies if this is a dumb question as I'm fairly new to this tool. When generating a C++ scaffold/DLL injection project, I'm getting a bunch of compile errors. I'm using...
This seems to be a common issue with babel plugins, we're doing relative reads (or dotenv ends up doing relative read), so a path with something like '../../.env' (lerna setup,...
I've read a lot of threads without a conclusive answer. Is there monorepo support in standard-version or planned? * Multiple changelog generator including a root changelog. * Multiple package version...
I've been playing with this project for not so long so bare with me if this is more than a question than a feature request (it might as well be)....
Allow customizing the style of the floating label and the component that holds text by introducing 2 new props: `floatingLabelStyle` and `textHolderStyle` which are merged with the minimal style that...
Doesn't seem to be working on a PI 3 which is arm. I wonder if you can compile for ARM. Thanks.
It uses `jobstart` whereas AFAIK NeoVim uses `job_start`, unfortunately args + return value seem to differ and looking at SpaceVim there's a job layer built just for that, which I'm...
Trying to use this on apollo-client's index.d.ts I'm getting: ``` Parsing index Missing node parse ExportDeclaration ``` And looking at parser.js this is effectively not supported. Are you aware of...