Maximilian Stauss
Maximilian Stauss
@YabataDesign no worries :) I really love your theme and I'm able to use it with my additions already. So no pressure from my side. If I can do anything...
any updates on this ?
it says everywhere in the docu, that the `--static` path is relative to the templates so I'm a little confused here ...
are there any updates on this ?
I'm fine with ```elixir Req.new(params: [a: 1]) |> Req.get!(params: [b: 2]) ``` I only thought that :base_params are a known behavior because of :base_url. On the other hand: could :base_url...
But what is the intended way? Would a simple ```elixir "https://api.apaleo.com/settings/v1" "/properties/TEST" ``` more sufficient than ```elixir URI.merge("https://api.apaleo.com/settings/v1", "/properties/TEST") ``` otherwise we should define the behavior beforehand and than implement...
| base_url | url | expected result | URI result | Comments | |--------------------|---------------|-------------------|---------------------|--------------------| | https://a.com | x | https://a.com/x | https://a.com/x | same | | https://a.com | /x |...
my first idea was to have a map component but maybe we should keep in mind, that not everyone wants to implement google maps on their sites ... my ideas...
the simple example would be ``` php function initMap() { var uluru = {lat: , lng: }; var map = new google.maps.Map(document.getElementById('map'), { zoom: , center: uluru }); var marker...
I had it in a specific case where I wanted to have the download buttons on the very top when you are on a phone and under the gallery when...