sander
sander
This PR fixes https://github.com/emberjs/ember.js/issues/19130. The point of the assertion was to deter people from trying to define stuff on the args. The intention hasn’t changed — don’t do that! But...
This should take pressure off of the main thread and improve the responsiveness of the settings app. We need OffscreenCanvas for this, which is currently only supported by Chrome.
https://github.com/sandydoo/flux/tree/feature/colors-from-image
https://github.com/sandydoo/flux/tree/feature/rng-seed
- [ ] `unexpectedly found "\n " when slicing source, but expected "class"` Is this coming from `ember-cli-htmlbars`? Is this related to their recent fix allowing console messages to come...
You can now configure a persistent hostname with `cachix config set hostname`. A few questions to resolve: - [ ] `host` vs `hostname` `hostname` seems to be the standard. We...
## Summary #### Agent - The websocket module is not longer in charge of setting up the agent and logging. - :bug: Resolves an issue where the agent would queue...
Resolves #562. Haven't tested this yet.
The `name` should be entirely optional. In automated scenarios, e.g. bootstrapping an agent, it can be cumbersome to provide names to the agents.