Garrett Mc.

Results 12 comments of Garrett Mc.

I am having the same behavior here. My setup: docker compose file launching proxy + hub these containers launch onto the swarm's network which is set as attachable. Image is...

Just to some input: Conda (more specifically anaconda) has it's own build env that it supplies so that the software can run in most places with relative ease. This includes...

Quick note, this issue is still alive and well. I'm attempting to build PCL on CentOS 6 and grabbed the latest version of metslib from source and built it (version...

quick followup after looking through the code a bit, it seems like the filesystem monitoring defaults to polling only instead of using an OS native implementation when available? If the...

I've noticed the indexing mode also chews up a ton of cpu time, I haven't checked yet but if all files are being hashed using the approach here: https://pythonhosted.org/watchdog/api.html#module-watchdog.observers it...

Ah i hadn't noticed that in the init area and had found the polling observer elsewhere. My bad! I had been trying to avoid setting up an environment locally but...

ok I've got maestral configured as a local install in a venv now and it is working, unfortunately even with max cpu time set to 5% the indexing step is...

Ok, so I wrote a new systemd user file and forced it to restrain cpu usage via cgroup and my laptop is no longer trying to burn holes in my...

I'm seeing the same behavior, it seems to be some sort of change in the dropbox_cli package + python's behavior when writing to a file or terminal and failing to...

The dockerspawner actually links to this package for using the newer swarm mode: > Using Docker Swarm (not swarm mode!) > Note: This is the older Docker Swarm, which makes...