Иван Вольнов
Иван Вольнов
i have files `/pages/_App.js` `/res/images/image.jpg` ```javascript export default function App() { // language=Stylus return { ` body { background-image: url("../res/images/image.jpg"); } ` } } ``` Problem --- `url("../res/images/image.jpg")` will not...

Add support ignoring parent node_modules for monorepos?
Просто нет слов)! Спасибо)! ГОДЫ МУЧЕНИЙ....
Add Stylus support (configure how to highlight the code, depending on stringTag)   i want this 
not working with React.forwardRef
i want 1) disable ALL console.logs from webpack 2) disable ALL console.logs from dev server how i can do it? now i get this output, but the console should be...
```coffeescript Messages = new Mongo.Collection('messages') Messages.addLinks({ 'user': { type : 'one', collection: Meteor.users, field : 'userId', } }) console.log Messages.hasLink('toString') // true ```
This query fetch non include `text` field: ```coffeescript Messages.createQuery('messages', { text: 0 }) ``` But this query fetch include `text` field: ```coffeescript Messages.createQuery('messages', { text: 0 $filters: { text: {$ne:...
In site `next page ->` button is not l ink, is and has click handler which the change History api. How to paginate by `click` emulation?