André Werlang
André Werlang
FWIW, [email protected] added support for promises. See http://aws.amazon.com/releasenotes/8589740860839559
``` js var Account = vogels.define('Account', { hashKey : 'email', // add the timestamp attributes (updatedAt, createdAt) timestamps : true, schema : Joi.object({ email : Joi.string().email(), name : Joi.string(), age...
> observables can't just be shared by multiple subscribers what about `.share()`?
> I have this issue but only for the 32 bit version of the drivers. After updating both 64 and 32 bit versions from 465 to 470, running `remove --unused`...
During some tests with sway, I found that containerized software can still query loaded kernel drivers. I ended up removing proprietary driver and blacklisting nouveau, but it could also work...
I switched Xorg to leverage nvidia with proprietary drivers again (no xorg.conf): ``` $ inxi -G Graphics: Device-1: Intel HD Graphics 630 driver: i915 v: kernel Device-2: NVIDIA GP107 [GeForce...
Hey, no worries! I'll try your suggestion and report. Also I am hopefully able to run Xorg on i915 again (troubleshooting freezes likely unrelated to GPUs but CPU overheating). I...
I need to reassess what's working and what's not. So far I got some things working trying to get container to use Intel GPU: * Run apps with `--gpu` (Xorg...
No, I don't use a `--xorgconf` (I tried to but didn't fix the outstanding issues). Also, nothing stands out from running `x11docker/check`. I checked the wiki for missing packages but...
@josephrocca thanks, it worked: ``` tetherOptions: { attachment: 'top center', targetAttachment: 'bottom center', constraints: [ { to: 'scrollParent', } ] }, ```