-
After working for a while in Spyder at some point several functions just stop working:
- Code folding
- Code checking
- Linting and Completion
- Jump to definition (ctrl+g)
Often there is no …
-
After completing the balloons tutorial, I tried to use the same structure to train a model for a different use case.
However, there are some things which I don't understand why they work the way t…
-
In July, @bradfitz and I posted a [draft design for embedded files](https://golang.org/s/draft-embed-design). The doc links to a video, prototype code, and a Reddit discussion.
The feedback on that d…
-
**User Story**
As an API user / client developer I'd like to know more about the fees returned in liquidity pool operations so that it is easier to understand and use the data. Specifically, `liqui…
-
Note: I am not sure if this may be a duplicate, as there a some hundred issues around dependencies and I am not sure about keywords to narrow down the issue I ran into.
### Current Behavior:
Whe…
-
I'd like to be able to use `Map` as a scope object.
```javascript
const scope = new Map()
scope.set('a', 3)
scope.set('b', 5)
math.evaluate('a * b', scope)
```
Ideally, I'd like to be abl…
-
**Describe the bug**
In a fork of pyright (to make use of internal APIs), I use `Program.indexWorkspace` method to index an entire workspace in a batch-esque style https://github.com/Strum355/pyright…
-
This issue is for the discussion of having primitives defined in user-space.
A couple of thoughts:
- What functions might we need to add to support this?
- Should we transition all possible built-in…
-
Here is an example of a YAML file LSP https://github.com/redhat-developer/yaml-language-server
I've never created one so I can't say for certian how much work it would be but it would be great for …
-
## Summary
As discussed in #670, `Scenario.estimate_delay()` returns 53 days as delay period of hungary and this is too long. This causes change points detection failure in S-R trend analysis.
We …