-
Feel free to close this without comment if you don't have the bandwidth to answer; I'm sure I can find an answer, it's just going to take me a while on my own.
Can I easily hook into home-manager's…
-
### Natural Aliases
Consider the following simple function:
```
int Add (int x, int y)
{
return x+y;
}
```
To use this function anywhere in our code, we may write:
`var z = Add(x,y…
-
After merging in #566, I get the following error in `org.lflang.TimeValue.java`:
```
The import org.jetbrains cannot be resolved
```
Is a dependency missing?
-
**Package ecosystem** gradle
**Package manager version** gradle + maven
**Language version** Gradle 6/7
**Manifest location and content prior to update** [fixrtm/fixRTM@89976e5/buil…
-
World is moving to jdk11 as minimal requirement.
Eclipse requires jdk11 - https://wiki.eclipse.org/Eclipse/Installation
Sonar requires jdk11 - https://docs.sonarqube.org/latest/requirements/requ…
-
Question:
Is this project dead? No updates since 2018 and the last post in the issues from the dev was in 2020 for a problem that doesn't look like it was fixed.
---Dev, please please plea…
-
Hi there,
is there a roadmap to migrate rest-assured to Jakarta EE APIs? For example the Spring Framework is planning to migrate in the next year:
> Spring Framework 6 and Spring Boot 3 are plan…
-
### Bug description
I deployed jupyterhub on our lab server for a little team. I changed my service to jupyterlab by manually entering lab without changing configurations. But after I write some …
-
JetBrains runs an annual developer ecosystem survey, much like StackOverflow and GitHub.
The results are in, and we blogged about the results relevant for .NET developers.
A quick retweet should…
-
Would allow using `@ApiStatus.NonExtendable` and friends.
We should also remove all these pesky `@Nonnull` and assume that non null is by default.