Jacques Dafflon

Results 38 comments of Jacques Dafflon

I would like to suggest implementing something similar to git's config include logic. Namely, [include](https://git-scm.com/docs/git-config#_includes), and specifically [conditional includes](https://git-scm.com/docs/git-config#_conditional_includes). This is how I use it for git config (and it...

@reneroth I would argue that traversing the directory root is expensive. But more importantly this can result in unexpected behavior where if I delete a file or move a folder...

@imbrish I have a similar issue and a scenario which I believe to be relevant here: I have generated files which are committed to a repo. Those files are marked...

@th1000s I missed that PR. Thanks a lot, it seems perfect. I'll wait for it to be released. :rocket:

After some investigations, it seems importing `kivy` imports `kivy.logger` which in turns runs the [following code](https://github.com/kivy/kivy/blob/master/kivy/logger.py#L614-L644). As a temporary fix calling `pytype` with something like `KIVY_LOG_MODE=off` disables the Kivy logger....

That sounds like a good idea but I would be weary of importing and executing arbitrary code regardless for security reasons.

Good catch, however this was the "current" value at the time of the deadline. Lots as changed since and the whole section 6 is now outdated. Time permitting I will...

> What happens when you need to generate an artifact for a library contract that is installed via npm. The artifacts are only generated for the files you explcitly compile....

@perissology Thanks for merging and yes changing bytecode is a real issue. I do believe you should be able to set a URL to a file. However I don't think...