Marek Janda

Results 5 issues of Marek Janda

Hello, I'm using deprecated `_parent` feature and trying to get rid of it but I'm not sure how. I'm directly accessing fields on my parent template from both parent and...

I'm thinking how to set options on markers belonging to collectionlayer. One way is to set options key on content and change layers/marker.js ``` javascript options: null, ``` to ```...

``` 'shared' => [ '.env', ... ], 'symlink' => 'relative', ``` After deploy, .env leads to `shared/.env` while it should probably lead to `../../shared/.env` (.. twice to make it relative...

Hello, if I use Autocomplete on DOT config, autocomplete already inserts the dot and it won't trigger autocomplete dialog. Meaning I have to delete the dot and write it again....

Hello, I'm trying to use ArrayString with diesel and it fails to derive AsChangeset. ``` table! { ... users (id) { ... password_hash -> Varchar, ... } } type PasswordHash...