Leonardo Ascione

Results 31 comments of Leonardo Ascione

Non sure if the plugin is still updated but there is [remarkable-mermaid](https://github.com/Joe-Barber/remarkable-mermaid). I’m interested in this too but I haven’t found the time to test it

To me this looks very promising. Even thinking about JSX. To better understand the first example, I see you use `if (cond) { 10; }`, without `yield`ing. Is this intentional?...

Uhm, it seems there is an error with the build: ``` gpg: directory '/github/home/.gnupg' created gpg: keybox '/github/home/.gnupg/pubring.kbx' created gpg: WARNING: no command supplied. Trying to guess what you mean...

Awesome! Thank you for the mod, see ya!

Hi @eberkain, I played out with the new US2 parts and I found something weird too. However, in order to be sure to be aligned, I found the experiments _already_...

Quoting the docs: > The Relay Cursor contains the offset and is therefore predictable. You can produce the cursor for any row in the middle because you can predict the...

Have you tried with `sqlColumn` metadata? (`sqlColumn: "planneddate"`) From the docs: ```js email: { type: GraphQLString, // if the column name is different, it must be specified specified sqlColumn: 'email_address'...

+1. I didn't find any other way to do this except custom index handling inside `- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView` and `- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section`, but it seems sub-optimal. Using a fake...

Speaking about those scenarios, what came to my mind is that issues like these could be solved using special tableView (or section) footers&headers. Even something like "Add new entry" could...

As I said, next week I'll dig into the problem. I'll post my updates with some code & solutions, like the header&footer one (I've implemented it in my app today,...