João Felipe N. Pimentel

Results 9 comments of João Felipe N. Pimentel

@krassowski Thanks for tagging me. I'm a bit busy this month with my thesis, so I won't be able to follow the discussion closely, but I can send you a...

I managed to load the external images by moving the mods directory to Data, but it is still an inconsistency between the engines. So I will leave the issue open.

Here it is: https://github.com/JoaoFelipe/mkxp-issue193 In the Override_Bitmap script I have: ```ruby class Bitmap alias_method :old_initialize, :initialize def initialize(*args) if args.size == 1 result = args[0] if args[0] == "Graphics/Titles/TitleBG" result...

Sorry for taking so long. I just updated the dependencies versions on c5a44fd3e44a7e11fcbb3a5b976dfc5c7bfd4bff Since the frontend app is based on `npm init svelte`, I tried to sync all the changes...

This is tricky. The function to test exceptions in unittest is self.assertRaises. To use it in ipython unittest, you must have a docstring delimiting the tests For instance: ```python %%unittest...

Hi @yanamal, I executed here and the result was 5, with a mapping that seems reasonable for this result: 5 [ (, ), (, ), (, None), # delete +...

I'm mostly sure that the problem in Python 3.8 is the presence of singletons/multitons in the AST that makes it not follow a proper Tree structure (as required by the...

Hello, Unfortunately, I will not be able to look into it during the next month as I haven't touched conda-forge for a while and I'm overloaded with other tasks. However,...

I have never tried it. Do you load another extension at startup? Maybe I can look into it to check what is preventing this extension to be loaded. By the...