-
```
class C {
#x
#y // add a new field
static isC(o) {
return #x in o // do we need to update it to
// return #x in o && #y in o
}
}
```
What's the difference? When would the…
-
**Originally by _jdinan_ on 2013-07-12 15:20:28 -0500**
---
## Overview
This proposal introduces a new communicator creation function that can be used to create additional ranks, or endpoints, at an…
-
I’m spinning this out of #13.
@waldemarhorwat:
> We should keep `sqrt` and `cbrt` for BigInts because we have `pow`. The truncation towards zero behavior is unsurprising (it matches `/`) and mat…
-
I have an issue where macOS gives this error message "Python quit unexpectedly" on every time when I try to terminate, exit or reach the end of the program that I'm debugging. Apart from that the debu…
-
### Your `minimal.lua` config
```lua
---@diagnostic disable: missing-fields
--NOTE: Set config path to enable the copilot adapter to work.
--It will search the follwoing paths for the for cop…
-
### Describe the issue
The new agenda page seems to hide the agenda filtering query parameters. This breaks my workflow.
I append my query parameter string from the last meeting to the agenda URL …
-
## Describe the bug
When using `yaml-language-server` from mason, writing a .yaml buffer causes the error:
```
Error executing vim.schedule lua callback: UnhandledPromiseRejection with the reason…
-
DAQ is going to create a menu of specific sample activities that field teams could collaborate with us on. We'll share this list with SI Advisors, SI Liaisons, and the Huddle Board in order to try to …
-
### FAQ
- [X] I have checked the [FAQ](https://github.com/nvimtools/none-ls.nvim#faq) and it didn't resolve my problem.
### Issues
- [X] I have checked [existing issues](https://github.com/nv…
-
### Description
When the builtin `git_status` is started through `:Telescope builtin` an error (`[telescope.builtin.git_status]: No changes found`) is shown. Starting it directly via `:Telescope git_…