minenwerfer
minenwerfer
> I'm no Vue expert, but it's worth getting sourcemap set in your tsconfig.json and also set it in your webpack.config.js as well There's any way of displaying a code...
I totally agree with you. Neovim highlights the "
Hi, have you found a workaround for this already?
> It looks like `find README.md | entr -cs "glow README.md"` could accomplish this. Did you have something else in mind @minenwerfer? Yeah, I thought of just rerendering the document...
> Sounds like the goal would be to get the following to work? > > ``` > glow README.md --pager & ls README.md | entr /bin/sh -c "pkill -HUP glow"...
Sorry I still have to work on this PR. I didn't notice the lib wasn't passing some tests.
@moltar could you review my PR now? Deepkit files were affected by some script, I'm not sure which one. I reverted the changes and I believe it's all okay now.
> Please add the library to the README as well. > > And it looks like the lint has failed. > > ``` > Warning: 69:25 warning Unexpected any. Specify...
The CI build has failed, I'm on it now.
I had to switch to a dynamic `require()` because `tsc --noEmit` was reaching `node_modules/@aeriajs/**/*.d.ts` and failing probably because the lib uses a newer Typescript version. Alternatively `skipLibCheck` could be used...