Morten Sjøgren

Results 12 issues of Morten Sjøgren

Hi, I'm using _angular2-localstorage_ in a project based on https://github.com/NathanWalker/angular2-seed-advanced running on both web and mobile devices via Nativescript-angular. Nativescript doesn't support _localStorage_ or _sessionStorage_, but provides it's own _application-settings_,...

I'm using nvm to manage my node installation. tsviz fails on my setup, because it tries to run /usr/local/bin/dot which doesn't exist on my system. I installed graphviz, but since...

### Tell us about the problem Platform font-size setting not respected by nativescript apps. This is a huge problem for our target audience, which include the some who are only...

feature
os: ios

Twig.php follows the same rules for printing booleans as PHP does. In PHP "false" is printed as empty string. "true" is printed as 1 ``` {{ 1 and 0 }}...

type - bug / bugfix
triaged
pending - help wanted

From twig.php: test/Twig/Tests/Fixtures/expressions/array_call.test Template: ``` {{ items[items[foo]] }} ``` Data: ``` { foo: 'bar', items: { foo: 'bar', bar: 'foo' } } ``` Error thrown: ``` TwigException: Twig.expression.type.array.start cannot follow...

priority - low
type - bug / bugfix
type - compatibility
triaged
difficulty - high

If I try to search for anything on [NativeScript with Angular](https://docs.nativescript.org/angular/start/introduction.html#nativescript-with-angular) I get results mixed with NativeScript Core. For instance searching for "Button" results in a list where the first...

Hi @NathanWalker How would you do unit testing for `nativescript` with xplat? The shared code and web is easy enough with `ng test`, but I'm not sure what is the...

type: feature
type: enhancement

Autocomplete causes a crash if the cursor is moved back... ```bash ReMarkable Cloud API Shell [/]>version rmapi version: 0.0.13 [/]>mv R ... [/]>mv Readium/ ... (moves cursor back to mv...

Hi, We need to add a bookmark/locators sync API to our streaming service. I found [Position List](https://github.com/readium/architecture/blob/master/models/locators/positions/README.md) in this repo. It has no outside references, so it isn't be found...

Discussion

Similar to using the `GridLayout` it would be very useful to let a single item in the grid span more than one row or column. Relates to #30

enhancement
help wanted