-
### đź“ť Overall Description
### For the following demo
`Service.java`
```java
public interface Service {
void doSomething();
}
```
`ServiceImpl.java`
```java
public class ServiceIm…
-
### Which @angular/* package(s) are the source of the bug?
Don't known / other
### Is this a regression?
No
### Description
When writing scss using the :host pseudo-element, I've found that you c…
-
### Question
## Suggest simple the route config?
I want to route to a python service behind the nacos.
the request uri:“someServiceApi/someModule/doSomething”
the actual uri in the python serv…
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
### Description
Given the following simple directive with a signal input:
```typescript
@Directive({
selecto…
-
### Describe your motivation
Simple example: I want to call a javascript method and pass some simple parameters plus an array of components. I tried several different approaches to get this working…
-
### Summary
IDE0200 provides a suggests that certain lambda expressions can be removed in favor of creating a delegate directly over the underlying method. However, this does not account for mutabl…
-
**Describe the bug**
Consider the following function
```kotlin
interface Factory
fun doSomething(factories: Set) {
}
// or
fun doSomething(factories: @JvmSuppressWildcards Set) {
}
```
…
-
```wgsl
struct Struct {
thing: i32,
};
fn doSomething(x: ptr) {
}
fn objFunc(obj: ptr) {
let thing = &((*obj).thing);
doSomething(thing);
// Workaround:
// var tmp = …
-
### Proposal Details
Add `go:readonly` comment directive for body-less functions indicating the following arguments and any pointers exclusively accessed through a readonly argument wont be modifie…
-
I have an svg with an `` tag like this:
```
```
The response of `POST /doSomething` is another ``:
```
```
However, the resu…