Manuel

Results 20 comments of Manuel

I would like to add my two cents to the discussion, mainly concerning way objectives are declared. (tldr: I go with @xgandibleux and am in favor of declaring them individually)....

This is a situation where the minor modes are not set correctly: If the latex layer is setup with `latex-view-pdf-in-split-window t` and there is no buffer yet that displays the...

> @manuelbb-upb I read the linked upstream issue and it seems to be fixed there. Do you still see the same bug in Spacemacs (after updating pdf-tools)? Yes, the leader...

Yes, that's the main use case (for me personally, but also from what I gather at #1079). From how it looks in [this line](https://github.com/JuliaDocs/Documenter.jl/blob/b92a319942c933d1bf61c8bf1d736c8141773140/src/Expanders.jl#L312) indeed every single docstring in a...

> I did not try this out, but one idea would be to only actually put the id if there are duplicates detected in the block. The problem I see...

@mortenpi As it is not that urgent a feature request, I should be able to find some time in the next few weeks to adapt the proposed code changes to...

I came across the same problem when writing a python wrapper for my Julia project. In the project, I'm using several “configuration structs” written with *Parameters.jl* so that the constructors...

I would have supposed that it should just work. In fact, I guess I am doing something similar in my project (outdated atm): [Here](https://github.com/manuelbb-upb/MorbitWrapper/blob/eecd77c33fdbc5e867e10fbe5ec217a2ada6924c/morbitwrapper/MOPClasses.py#L494) I initilize a Julia `AlgoConfig` with...

This problem only happens to me if I start a Spyder kernel in the terminal and connect to it in the editor. The default kernel works. That is, if I...

Thanks, I thought that the type was not important at that point ( I only used `pullback()` for debugging anyways, it happened with Zygote's `gradient` too). But now something interesting...