Anix

Results 35 issues of Anix

**Current** Currently, the postcss parser doesn't provide this out of the box. So most of the `value` node of the graph remains as it is like the value written. **Enhancement**...

feature request

**Do you want to request a *feature* or report a *bug*?** feature, more like better if present. **What is the current behavior?** Currently, it does not have any default value...

when ever I am trying to press any key and error is popping with the title `Uncaught TypeError: this.getRegexForProperty is not a function` can anyone help me here

New template for the feature proposal as discussed in discord. > [Rendered Template](https://github.com/docsifyjs/docsify/blob/issue-template-for-feature-request/.github/ISSUE_TEMPLATE/feature_request.md)

This is a working Proof of concept for the new hook `updateNav` ### How to use it. ```js function(hook, vm) { hook.updateNav(function(navContent) { return `${navContent}\n- new link\n- new link 2`...

# Auto-generate sidebar ## Summary Auto-generate and update the sidebar i.e `_sidebar.md` by looking into the folders/files ## Motivation If you have a big project or a project having many...

enhancement
pinned

I am writing graphql subscription using apollo-client and link packages . the server working fine but the client not . My client ``` import { split } from 'apollo-link'; import...

This issue is just to request for handling or inviting developers for migrating the code base to typescript. **Benefits** - high definition type - More Secure code base - More...

I extracted these two function to `utils.js` as they are utility function and added tests for them

_describe your changes..._ Added detailed explanation about how to share data among loaders in `writing-a-loader` section

Contribute