-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I have a cheap digital ocean droplet with 1 cpu where stylua hangs every time.
After some debugging, I narrowed it down to num-threads getting a default of 1 on that instance. Setting num-threads to anything > 1 fixes it.
I repro'd it on my mac by setting num-threads to 1:
❯ stylua --num-threads 1 --verbose null-ls.lua
config: starting config search from /Users/slam/dotfiles/nvim/.config/nvim/lua/custom/plugins - recurisvely searching parents: false
config: looking for config in /Users/slam/dotfiles/nvim/.config/nvim/lua/custom/plugins
config: no configuration file found
config: falling back to default config
config: Config {
column_width: 120,
line_endings: Unix,
indent_type: Tabs,
indent_width: 4,
quote_style: AutoPreferDouble,
no_call_parentheses: false,
}
creating a pool with 1 threads
[hangs forever]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working