Moacir P. de Sá Pereira
Moacir P. de Sá Pereira
Thanks! This worked great for my regular layer, but the slightly weird collection-as-individual-object layer (see https://github.com/gabesmed/ember-leaflet/issues/72 ) gives `Cannot read property 'getBounds' of null` The code: ``` App.IndividualMarkerCollectionLayer = EmberLeaflet.MarkerCollectionLayer.extend(...
Third!
Regarding "how we teach this," I recommend actively changing the ember-cli-typescript docs (at least until first-class TS lands in ember/ember-data). Mostly fleshing this out: > There is no public import...
I created an adapter that I think works ok, and I've published it to npm: http://github.com/muziejus/fortune-firestore
Thanks, @knownasilya. If there's no requirement for having a return value, I think it'd make sense to get rid of it.
Excellent. I see some of the changes are in the 1.x roadmap even. I'm free all day tomorrow and can set up a zoom between the three of us. @elotroalex...
I'm interested in revisiting this feature. If I understand @aspeddro correctly, the problem is that the vim-pandoc intervention is done in `read_file`. Wouldn't the issue of compilation be skipped if...
This may be a similar problem… I run `:Note test` to create a note. Type in a path (`~/Desktop`). Save with `:w`. With the cursor on the path, I `gf`...
I think I have a variant of this problem. Nvim 0.9.0 on MacOS 13.4. Concretely, given a markdown file: * `:Pandoc pdf` does nothing. * `:Pandoc -t pdf -o out.pdf`...
I'm still not sure why the command worked with the examples like `:Pandoc -t pdf -o out.pdf` above, but I finally got vim-pandoc to work what seems like correctly (I...