-
In the main example cars has type Cars[], why @Property shouldnt be
```
@Property([Cars])
```
instead of
```
@Property([{
make: String,
model: String,
colour: {
…
-
```
What steps will reproduce the problem?
interface Vehicle {}
class Car implements Vehicle {}
interface Operator
{
void start(T vehicle);
}
interface Driver extends Operator
{
@Override
…
-
```
What steps will reproduce the problem?
interface Vehicle {}
class Car implements Vehicle {}
interface Operator
{
void start(T vehicle);
}
interface Driver extends Operator
{
@Override
…
-
```
What steps will reproduce the problem?
interface Vehicle {}
class Car implements Vehicle {}
interface Operator
{
void start(T vehicle);
}
interface Driver extends Operator
{
@Override
…
-
#### Version(if relevant): 1.0.0
#### Environment(if relevant):
I'm using angular version 8.0.0
In HTML page, I have 'save' and 'reset' buttons.
what I want here is, once the page is loaded, J…
-
I'm trying to convert an all-sky CAR projection to HEALPix. Because `reproject_to_healpix` calls `map_coordinates` with `mode='constant'` I get a strip of null pixels at the edges of the map. It wou…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
The car only switches between online and offline state, sleep does never occur.
Also, th…
-
# Bonjour Hugo !
Voilà c’est fait…
Pas sans mal et avec presque une légère pointe au coeur car je sais que la partie n’est pas gagnée !
Mais le défis, car pour moi c’en e…
-
The way openpilot cancels cruise control on most Toyotas has the side effect of a chime from the car and a momentary fault on the dash. When openpilot sends the cancellation message, it also sends a m…
-
Feel free to dismiss this if you feel it's out of scope for this custom card.
**Is your feature request related to a problem? Please describe.**
I have a button card for a switch entity where I …