Petra Jaros
Petra Jaros
I was hoping I could do: ```js module.exports = { output: 'stories.asketch.json', stories: [ { kind: 'Shared/Buttons', stories: 'all', }, ], }; ``` but that doesn't appear to be supported....
Sometimes, we have conversations in PRs that aren't in threads or reviews, and we don't mention each other by name in every comment. This leads to comments that are missed...
I think this would be a new study type: * Have a corpus of sentences (from Project Gutenberg, for instance). * Filter that corpus to select sentences which contain only...
I didn't realize I didn't have Templater installed (or rather, I had it turned off), and I couldn't understand why the Templater commands in my button weren't doing anything. It...
According to `ActiveModel::Lint`, `#to_key` should return `nil` when `#persisted?` is false. However, `Informal::Model(NoInit)` defines `#to_key` as an array and `#persisted?` as false. https://github.com/rails/rails/blob/master/activemodel/lib/active_model/lint.rb#L31 https://github.com/joshsusser/informal/blob/master/lib/informal/model_no_init.rb#L37
I would have expected the `AsyncIterator` type to be covariant; that is, I would expect to be able to do something like: ```ts declare const oneIterator: AsyncIterator; const numberIterator: AsyncIterator...
It looks like a `FastDataset` derived from another one is meant to be completely independent (logically) of its parent, but still structurally share its parent's data as much as possible....
The closing tag for a React fragment is a ligature, but the opening one isn't, and the result comes out unbalanced:  I think the...
### Steps to reproduce: 1. Install plugin. 2. Set up a calendar with a name (`My Calendar`) and iCalendar URL (`http://example.com/calendar.ics`). 3. Press `mod+shift+p`. 4. Type `sync` to find the...
#### Issue type: - :bug: Bug ____ #### Description: Given the data: ```turtle @prefix swapi: . _:b0 swapi:eye_color "blue"; swapi:name "Luke Skywalker". ``` the query: ```sparql PREFIX swapi: SELECT ?eye_color...