Иван Вольнов

Results 13 issues of Иван Вольнов

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...

![image](https://user-images.githubusercontent.com/60403187/79210574-bdcafd80-7e4d-11ea-8151-8072e4665c67.png)

Add support ignoring parent node_modules for monorepos?

Просто нет слов)! Спасибо)! ГОДЫ МУЧЕНИЙ....

Add Stylus support (configure how to highlight the code, depending on stringTag) ![image](https://user-images.githubusercontent.com/60403187/81032783-c8e7db00-8e99-11ea-828b-1899f564bc10.png) ![image](https://user-images.githubusercontent.com/60403187/81032795-ceddbc00-8e99-11ea-82ed-b786a10dd7eb.png) i want this ![image](https://user-images.githubusercontent.com/60403187/81032804-dc934180-8e99-11ea-8d7d-3a1018258f8b.png)

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?