Mark Nijhof

Results 6 issues of Mark Nijhof

I have 2 views that are being switched out based on a route. When one view has a `main [] []` node in the root and the other has not...

bug

I need to be able to show more chart areal then is actually used for the lines/data to show a similar scale to multiple charts. So I found that I...

bug

Now all routers are automatically added to a list and enabled the use of this.navigate('../other_route') which then takes the parent route to execute navigate on. Not tested but this should...

added a check whether a previous loaded library has already defined CommonJS require() because if it has then this should only register not define the functions again Please note that...

If I have the following: defmodule Es.Account.User do @es_type "user" @es_index "user" use Elastic.Document.API defstruct id: nil, email: :string, first_name: :string, last_name: :string, mobile: :string, customer_number: :string, profiles: [ ]...

When setting up using a sub folder like Blog the home URL doesn't work, so navigating to .../blog/ results in the toto 404 (so the app runs fine) only when...