Leon
Leon
### Neovim version (nvim -v) v0.9.0-dev-944+g89722ddfa ### Language server name/version lua-language-server 3.6.11 ### Operating system/version Ubuntu 22.04 ### Steps to reproduce using "nvim -u minimal_init.lua" ```lua local pattern = 'lua'...
zellij.log ``` INFO |zellij_client | 2023-06-10 22:08:32.648 [main ] [/home/leonasdev/.cargo/registry/src/github.com-1ecc6299db9ec823/zellij-client-0.36.0/src/lib.rs:143]: Starting Zellij client! INFO |zellij_server | 2023-06-10 22:08:32.655 [main ] [/home/leonasdev/.cargo/registry/src/github.com-1ecc6299db9ec823/zellij-server-0.36.0/src/lib.rs:237]: Starting Zellij server! INFO |zellij_server | 2023-06-10 22:08:32.707 [main...
### FAQ - [X] I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my problem. ### Issues - [X] I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues?q=is%3Aissue) and there are no issues with...
### Hyprland Version Hyprland, built from branch main at commit 46cf4eb837c39255f24fa32b5a740c28ce1a324f dirty (Nix: bump wlroots). Tag: v0.28.0-6-g46cf4eb8 flags: (if any) ### Bug or Regression? Bug ### Description As same as...
The official [BigQuery documentation's error messages](https://cloud.google.com/bigquery/docs/error-messages) state that when creating a job, dataset, or table, a response of 409 should be returned if they already exist. Currently, I have found...
# Description The POST request to the `/projects/{projects}/queries` endpoint is expected to create a job and return a job_id. However, it has been observed that the job is not actually...
### Description In: https://github.com/nvim-telescope/telescope.nvim/blob/20bf20500c95208c3ac0ef07245065bf94dcab15/lua/telescope/pickers.lua#L561C1-L565C44 , the comment seems to indicate that the default value for `max_result` should be `10000`. But in: https://github.com/nvim-telescope/telescope.nvim/blob/20bf20500c95208c3ac0ef07245065bf94dcab15/lua/telescope/pickers.lua#L319 , `__scrolling_limit` is set to `250` when `opt.temp__scrolling_limit`...
Hello, I've been trying to run the bot on my self-hosted Kubernetes cluster recently. In the documentation, it recommended running the scalable bot (only do fuzzing task) on GCE **preemptible**...
I noticed that when plotting the '**Mean** code coverage growth over time' graph, `np.median` is used as the estimator (L166): https://github.com/google/fuzzbench/blob/2920e74f192e1b7add95eb5ac49b0e0049d1c876/analysis/plotting.py#L159-L171 Shouldn't `np.mean` be used instead? For example, the order...