7ute

Results 12 comments of 7ute

I got it to work (in laravel-mix@6) with the `mix.webpackConfig`, if you're using it. Changed this : ```js mix.webpackConfig({ ... }); ``` to this : ```js const SpeedMeasurePlugin = require("speed-measure-webpack-plugin");...

Probably related : I can create multiple conversations by double-clicking (or just click-spamming) a reply button from a new conversation bot. **Reproduction :** - Admin: Create a conversation bot -...

Hi, Thanks your support! Indeed the upcoming "Docks" feature looks promising, and would simplify the sidebar management ( and allow moving it to other locations, cf. #31 ). As for...

Might have to do with the loading priority, because after completely removing the priority in SymbolsList ( SymbolsList.coffee:46, removing 'priority:0' ) to mimic Symbols Tree View, the sidebar appears correctly...

Hi @jenuc78 Since I now mostly use VSCode nowadays, I won't add any more language regex to this package. However, feel free to submit a pull request addressing this :)

There is a builtin outline browser in the explorer tab, that you can tweak to display roughly the same info as the atom **symbols-list** plugin. It's not as sexy, but...

Hi, Thanks for the feedback! This feature would mean to parse the code much more accurately that with simple regexes, which I did not plan for now. But I'll leave...

Hi, Thank you for using this plugin :) I think this indeed doesn't seem to be a good practice, as it goes against PSR-4 autoloader specifications, and messes with whatever...

Hi, Thank you for your feedback :) 1/ Yeah, i should probably add some linux/windows dedicated shortcut. If alt-ctrl-l ain't taken already, that could do it. I don't have Atom...

"M" is for "Method" :) 1/ and 2/ Fixed on 2.2 release Ill keep that ticket open, to get ideas when refactoring the settings!