David Judge

Results 12 comments of David Judge

Maybe related. I am having an issue, that suspending from GDM works. But not from BSPWM. I use a dock, but I do not unplug any monitors. However, I have...

Xrender works but slow and I can see the horizontal update lines :(

Same to me on Arch. I also cannot install by source because nodobjc package fails to build.

Since there's no launcher satisfying my needs, I started my own. Take a look: https://github.com/vonal-project It's still useless, there're no plugins, cannot be configured by files. But it is actively...

> We've developed a workaround that discovers the runtime class name through `.__proto__.constructor.name`: > > ``` > use wasm_bindgen::convert::FromWasmAbi; > pub fn generic_of_jsval(js: JsValue, classname: &str) -> Result { >...

> > It works, however, I get this error message: `Uncaught Error: recursive use of an object detected which would lead to unsafe aliasing` > > This might be relevant...

We use a code block in an orderer list, and it resets the counter just as the example above.

## What about just making it implicit? ```rust struct Services Services { Services { // .. } } } ``` It's because rust could determine the types, and I would...

> It looks like you are trying to put the trait bounds on the type definition and infer them from there That's exactly what I want, but please let's focus...

> Edit: Official API guidelines, the related issue, a Reddit thread discussing the same I have just read these and some others about the topic. I think you reject a...