-
### Current Behavior
Prior to v0.13 #504 , I could put a file into my test folder that contained utility code for tests and it would get compiled without a problem.
`test/TestUtils.tsx`
Now, …
-
## Introduction
In my day job, I spend a lot of time in intellij. Moving to VS Code + RLS was a real shock, I didn't realize just how much I rely on a few intellij features.
Moving to rust-analyzer …
-
Is this project abandoned?
-
In GitLab by @bnjns on Apr 27, 2020, 23:15
# Request for Comments
* **Start Date:** 2020-02-16
* **Target Version:** 5.x
## Summary
This RFC is formalising the proposal for the website to move fro…
bnjns updated
4 years ago
-
**Which module is your feature request related to?**
mssql-jdbc plugin
**Is your feature request related to a problem?**
It can profile mssql-jdbc connection, query and bindvalue.
**Describe t…
-
I spun this up and had a quick go, love the potential here. Could be just the justification I need for a powerful dev box sitting in a cupboard... ;)
One dealbreaker though, and I'm not sure this i…
-
If typeshed would start using Python 3.8 only features, such as positional-only arguments, tools such as mypy that use typed-ast when running under 3.7 or earlier would sometimes be unable to parse th…
-
Hi,
I'm getting a lot of yellow colors after the installation of the Nord theme in WebStorm 2019.3xx. This happens only after the initial installation and a restart of the IDE. Before the restart,…
-
After the latest update this morning, I'm experiencing this error message upon start-up: `Cannot enable hl-todo-mode without font-lock`.
Here's my minimal hl-todo config:
```emacs-lisp
(use-pac…
-
# Background
After `async` integration with structured concurrency (#552), any failure in `async` cancels its parent.
For example, following code
```
try {
async { error("") }.await()
} catc…