Alan Davies

Results 41 comments of Alan Davies

> You are using https://github.com/docker-archive/classicswarm which was archived months before you opened this ticket and which is deprecated/legacy software. I would consider merging a pull request that has been tested...

I've submitted a separate pull request (#382) which I think is slightly more correct than this one, as it correctly calls `updateEmbeddedDocuments` with the array.

I'd like to see this in the list of things to vote for in v12.

It seems you can still edit the max prepared spells box, even with an Active Effect in place, unless the mode is set to Add. when the mode is set...

+1 for this feature. I've been using `env` to workaround it for now, e.g... ``` env -u ENVVAR_TO_REMOVE -u ANOTHER_ENVVAR_TO_REMOVE distrobox-enter -n my-distroboxname ``` you can you use this to...

You can use `env -i` to completely clear the environment, e.g... `env -i BLAH=1 distrobox-enter -n my-distroboxname` However I'm not sure if this is a good idea or not. It...

> `env -u PATH - distrobox ..` does not work for me You have an extra dash there. According to `env --help` that will completely clear the environment, which may...

> Like @LinAGKar said, it would work as long as the web version stays in `angular`. But as soon as they release the `react` version to web, this would possibly...

> I'm not saying it won't function. Of course it will, but we had written some code that uses `angular` modules. `Ex: Notification count`. Like small things that used to...

It wouldn't surprise me if they make the web version Edge only at some point in the future.