-
I was editing my code and suddenly started getting the following crash every time I tried to hover over something. I don't know exactly what triggered :S
```text
hread 'Worker' panicked at crates/…
-
Currently each completion starts in a new process. Reusing the same JVM as daemon process should improve performance.
Scope
------
- Reusing the same server for LS will be considered under a se…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR27066](https://bugs.llvm.org/show_bug.cgi?id=27066) |
| Status | NEW |
| Importance | P normal |
|…
-
The following code fails with `roc nightly pre-release, built from commit 9a4d556 on Mon Sep 9 09:02:33 UTC 2024`:
```roc
app [main] {
pf: platform "https://github.com/roc-lang/basic-cli/rel…
-
The most intuitive way to implement nesting rules is probably just expand them internally as their complete form, just like what preprocessors do nowadays.
But this has a problem that it means the …
-
**Describe the bug**
Logged error during sync of postgresql database
**Logs**
Large stacktrace gathered from AWS CloudWatch:
```text
2021-01-04T10:06:49.082-08:00 2021-01-04 18:06:49,081 ERRO…
-
The purpose here is to build an MVP which can demonstrate the act of `is parsed` switching parsers. It still feels like #293 or even #177 are really big steps to take — this is meant to be a sma…
masak updated
5 years ago
-
Currently, the minimum API level has been raised to API 24 (Android 7.0). According to the Google Play survey, this would allow the app to run on ~57.9% of Android devices still out there. Due to the …
-
Issue to track the parts of the UCS implementation that are still incomplete or wrong – please update with more cases as you find them.
### Translation
- [x] Support virtual constructors for pa…
LPTK updated
9 months ago
-
The EVM has two places where reference types may be stored (storage and memory). Storage is used for values that need to persist indefinitely, while memory is used for values that only need to persist…