goldwind-ting

Results 4 comments of goldwind-ting

Maybe it is caused by blow [code](https://github.com/al8n/wg/blob/431ff0ff9522c8b07e4a5be9fdebe1a9b645d575/src/lib.rs#L540-L555): ```rust let waker; cfg_std_expr!( waker = self.inner.waker.lock().unwrap().take(); ); cfg_not_std_expr!( waker = self.inner.waker.lock().take(); ); if let Some(waker) = waker { waker.wake(); } Some(0) }...

> I am using the AsyncCache and have entries that I do not want to expire and use the try_insert() method. I am seeing these properties being removed from the...

it is a little bit different, I want to drag the cursor to select text in the column.

> do you mean `ReferenceError: highlight_atoms is not defined`?