Nathan Fiscaletti

Results 14 comments of Nathan Fiscaletti

I'll give it a try when I'm back in the office on Monday.

It seems like #40 only makes the situation worse as I can no longer even generate a graph for the project. I've created this sample project to work along with:...

FA doesn't give you an option to download as PNG, which is the entire reason I use this tool. So seeing it support FA5 would be awesome.

It's working just fine in my Fragment, can you give more information as to how you're configuring it? Share some code maybe?

> Hey @nathan-fiscaletti, there's no API for this, but you may be able to nullify the foreground drawable on the AlertView, which I believe is handling this animation. Can you...

I manage a lot of very large API's with a ton of endpoints. This feature would really benefit those projects greatly. Would love if it could get some attention :(

@awwright I think schema equality theoretically would be possible if you could compile a schema from the base schema and all of it's referenced schema into a single JSON object...

> Something like this would work, but you would need to detect recursion. What I've come up with so far for this is as follows: ```js class SchemaCompiler { constructor(rootSchema)...

This would (i think) be as simple as: ```js const expires = (Math.ceil(epoch / period) * period); ```

Would simply re-encoding the secret as base-32 work?