lane-s

Results 9 issues of lane-s

I'm curious about whether it's possible to make some improvements to `avy-linenum-mode`, because I think in theory it's actually the best way I can think of to do to line-based...

``` TypeError: Cannot read property 'compilation' of undefined at OccurrenceOrderPlugin.apply (test/node_modules/webpack/lib/optimize/OccurrenceOrderPlugin.js:20:18) at Compiler.apply (structor/node_modules/tapable/lib/Tapable.js:375:16) at webpack (structor/node_modules/webpack/lib/webpack.js:32:19) at getDevMiddlewareCompiler (structor/server/structor/middlewareCompilerManager.js:1:303) at Object.getDevMiddleware (structor/server/structor/middlewareCompilerManager.js:1:655) at initServer (structor/server/structor/controller.js:1:604) at Object.setServer (structor/server/structor/controller.js:1:494) at...

It seems like at some point, the type of the data passed to the we socket "message" event callback changed from string to `Buffer`, which needs to be handled by...

bug
pull requests welcome

This fork builds off of the work of some of the other more recent forks in order to completely update to 1.4, bring this repo up to date with cljsjs/material-ui....

I'm using Spacemacs with the lsp layer the c-c++ layer using lsp-ccls for the lsp backend. Sometimes I start getting this error whenever a completion is triggered: ``` Company: An...

In my opinion, the 'Generate Function Implementations' feature would be more useful if it skipped generating functions that are already implemented. The workflow I'm imagining is this: You write your...

I'm really loving heavy, but one thing that seems odd is the fact that the website doesn't have a place for discussion among users. I feel like it would be...

enhancement

First of all, thanks for the great package! I've been using `lispy` for a long time, but when I recently switch over to doom emacs, I noticed `lispy-eval` wasn't working...

I'd like to debug an application under `rr` which uses an ALSA backend. It seems that many of the system calls related to audio (ioctls prefixed with `SNDRV_...`) are not...