NicolasGoeddel

Results 86 comments of NicolasGoeddel

Hi Dieter, on the frontend side you can navigate flawlessly. Only deleting and renaming just does not work and creates these errors. I am not sure at which point I...

Okay, I got rid of the folders making these problems. I used the debug mode but instead of trying to recreate BTrees I simply used `plone.api.content.delete()` with `check_integrity=False` and a...

We usually use the `__init__.py` file to create aliases for other content like so: ```python from .accordion import Accordion, IAccordion from .download import Download, IDownload from .download_container import DownloadContainer, IDownloadContainer...

Hi, I am also interested in cable data. I have a Fritzbox 6591 Cable too. Do you need additional data for it?

Is this project still active?

That's a very good and understandable answer. Thank you. Since everything seems to be Python code and I am a Python developer myself, I might be able to help here....

> Ok it looks like the configure scripts needed to be updated with autoreconf -ivf. I pushed a commit to try to resolve configure problems. Please let me know if...

> It looks like you need to pull the git submodule. > > `git submodule update --init --recursive` should work Unfortunately that changed nothing. Also I cloned with `--recurse-submodules` from...

It looks like this: ``` ~/git/decompiler$ ls udis86 autogen.sh BuildVS2010 BUILD-WINDOWS CHANGES configure.ac docs INSTALL libudis86 LICENSE m4 Makefile.am README scripts tests udcli udis86.h ``` And this one is just...

I created a small TamperMonkey script for that. Metadata will be transparent by default and when you hover your mouse over it it will appear for 5 seconds before it...