Javier Luna Molina
Javier Luna Molina
I suspect the issue is with Monterey and not M1: https://developer.apple.com/forums/thread/693784 I am having this issue with two laptops: M1 pro and intel. Intel didn't had the issue until I...
Hi! I wanted to ping you on this PR, did you have time to review it? Thanks!
I work for a company where we use INCEpTION at scale. We generate a couple of projects per day, with different configurations each, in different INCEpTION instances. Those projects and...
I agree with @adrinjalali, using MD5 to check for integrity is [far from ideal](https://www.mscs.dal.ca/~selinger/md5collision/). As SHA-1 [is starting to show collisions](https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html) as well, DVC could join `git` and [replace the...
I'd like to help with both issues! Maybe I'll try working on #1676 and set the default hashing function to `sha-256`?
I attempted ( #27 ) to solve this problem creating a blueprint which adds all views to the spec. The 'adding' part takes place when you register the blueprint: `app.register_blueprint(blueprint)`
I'll fix them as soon as I have a bit of free time. Thanks @pcaro !
Thanks for checking it out and for the suggestions @tinproject ! I refactored a little the implementation and added some tests reflecting your project's cases. `add_url_rule` is now supported :+1:...