amittel

Results 7 comments of amittel

I can confirm it. Compiled both version with https://launchpad.net/gcc-arm-embedded .

Instead of codesourcery you could use this one: https://launchpad.net/gcc-arm-embedded I found it yesterday and compiling works just fine.

Hi! Discovered sigal while sorting my photos from building my bike back up. If anyone is interested I could upload the theme. But it's not finished. I used [Semantic UI](https://semantic-ui.com)...

``` > sigal build -fd -n 1 INFO - Reading settings ... DEBUG - Settings file: sigal.conf.py DEBUG - Rewrite source : gallerytest -> C:\Users\UserXY\Documents\Projekte\Quickly\gallerytest DEBUG - Rewrite destination :...

I made some further investigations. Loading the gallery with build-in webserver it's not working. But if I open the file with Chrome itself it's working fine. The image is displayed....

Just tested it on Nginx. It works. Looks like it's the build-in server of Python 2.

Hi, I have a similar problem. I made a gif. ![0bOlRCIRJ9](https://user-images.githubusercontent.com/822396/89918064-dd0a4980-dbf9-11ea-9402-091835fa77b9.gif) And here is the dart file: ```dart import 'dart:async'; import 'package:flutter/material.dart'; import 'package:numberpicker/numberpicker.dart'; class Circle extends StatelessWidget { @override...