-
The [**official Widgets Development Guide**](https://thingsboard.io/docs/user-guide/contribution/widgets-development/#time-series-widget) only contains the most basic widget types as example.
There…
-
We're running our golden test in CI and locally (on Macs) in Linux containers, to have pixel-perfect matches across both systems.
This has worked well so far, but with developers on the M1 Macs we …
-
Copying this from Bugzilla:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=569753 and https://bugs.eclipse.org/bugs/show_bug.cgi?id=575829
Forms at Hi DPI are painted with black rectangles on Lin…
-
![peek 2018-09-14 14-49](https://user-images.githubusercontent.com/26003928/45532081-a0771d00-b82d-11e8-8d3d-f7e4d5c255ac.gif)
It may be due to my system environment, but the line between the sourc…
-
this code below works fine on flutter mobile
but on web it throws an error
```dart
import 'package:flutter/material.dart';
void main() => runApp(App());
class App extends StatelessWidget {
…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
With brunch 2.8.2 it works like a charm, but with brunch 2.9.1 it seems to reload after the preCompile hook.
here my brunch-config
````
module.exports = {
npm: {
globals: {
$: 'jqu…
-
### Bug reports:
It seems that html2canvas doesnt support svg linearGradient with absolute path like this:
```html
```
it works when url consist of anchor only part like this:
```html
…
-
Firstly, I think its worth explaining what i'm trying to solve, then how i'd like to adapt Polycore to solve these issues.
Currently I am looking at Conky from the perspective of a distro maintaine…
-
### Use case
I've found Flutter's built-ins (including Material) to be VERY good if you're just trying to get your app built and are not very sensitive to it's specific appearance (ie you don't min…