Otis Sutton

Results 52 comments of Otis Sutton

So to be clear option 1 would be: ```js postcss({ to: './public/dist/', extract: 'public/dist/app.css', plugins: [ url({ url: 'copy', useHash: true, assetsPath: '.', // So this changes an `to` stays...

Okay so the above code created the image in the `public/` directory next to `dist/`. I tried: ```js postcss({ to: './public/dist/', extract: 'public/dist/app.css', plugins: [ url({ url: 'copy', useHash: true,...

Hey @Toilal & @yyx990803, Is there any chance of this getting merged back in to the official repo? Cheers.

Just saw your [comment](https://github.com/apex/logs-js/issues/4#issuecomment-709216221) on #4, potentially I should re-create the project?

Hey @tj yes have been seeing the `maximum allowed length of 1024 bytes` error 😅 I should have said that! So will do a re-create! I really like the sound...

Sure, Using the above `init.vim`: ``` if empty(glob('~/.config/nvim/autoload/plug.vim')) silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim autocmd VimEnter * PlugInstall --sync | source $MYVIMRC endif let g:ale_completion_enabled = 1 let g:ale_completion_max_suggestions...

Hey, I don't actually have a `package.json` this just happens when I work with any `.js` file (haven't tried `.ts` as I haven't used TypeScript yet) I did open the...

Okay I thought it might be my terminal (I use `alacritty`) but I tested it with `gnome-terminal` and was able to reproduce the same output. Is there anything custom that...