Robert Schroll

Results 95 comments of Robert Schroll

As I worked on this, I started to think, could each item be stored in a JSON doc, and then a build system assemble them into a bunch of pages,...

This was introduced in either 0db048e or 10bfe64 (the latter fixed a bug that keeps the former from running). This seems to have been a rather extensive rewriting of communication...

I think we should have four different flags, rather than a generic color option. It's not like this is going to expand to dozens of colors. Also, for integration with...

@AaronDavidSchneider, you asked about RMfuse starting in the background in #2. I suspect this is a would be a better solution.

A bit of a shot in the dark, but if you're willing to try something, @AaronDavidSchneider: Let's try setting `stats.f_bsize = stats.f_frsize = 0` here: https://github.com/rschroll/rmfuse/blob/master/rmfuse/fuse.py#L486. Another filesystem I saw...

Thanks for trying, anyway. At this point, I may need to reach out to the MacFUSE people to see if they have any ideas. I'll tag you when I do,...

Have you tried running it under 3.6? I don't think there's anything explicitly 3.7ish about the code. The newest feature used are f-strings, which were introduced in 3.6 if I...

I'm afraid I'm not following what you're trying to do. Running rmrl with the `python -m` line is the recommended approach. It's a library, not an executable, and it's Python,...

It sounds to me like you could solve your problem either by setting your `$PYTHONPATH` to include where you downloaded rmcl, or by passing the `--python-version` flag to pip (https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-python-version)....

I'm seeing this as well, but it seems to happen whether or not litex is loaded. I suspect that this is a problem with CodeMirror and/or LightTable. Let's leave the...