Roberto Wesley Overdijk
Roberto Wesley Overdijk
So far, pine looks really nice. There's one tiny thing that caught my eye though, which is the syntax highlighting on typescript code snippets. Specifically imports. The original code snippet...
I'm trying to accomplish, more or less, this: https://www.dropbox.com/s/dqeqy1gw3ntw7lt/Screenshot%202015-09-02%2021.41.20.png?dl=0 This is actually a working example which I managed by writing something like the following, and setting my content to a...
Hi there, I managed to add something to the `rightCorner` via Router. Is there a way to set that value per-page? I have one page that has filters and I'd...
Update the "static file cache" to use new implementation. https://github.com/kriswallsmith/assetic#static-assets
First off thanks for making this. It's very informative. Now.. This is probably a very silly question, but how do I run a playground? I've opened the repository in xcode...
I've figured out how to dynamically add translations in memory (getCatalog() and alter the returned object). However, I also wish to write these translations to disk. I can accomplish this...
Hello, I've been trying to use this module using typescript for the decorators. I seem to keep losing my data and it's confusing me a little bit. Upon creating a...
**Describe the bug** The `links` addon doesn't seem to work on React Native. > Undefined is not a function (near '...api.on...') Simply followed the instructions. api.on is in the docs...
I'm trying to transition using a shared transition on an image, but it seems to no apply styles and the image goes to full size. Granted, the image is way...
I have a single, simple shared transition that goes from being an item in a list view, to being a top element in a modal (image to header image). This...