cubodix
cubodix
> Is there a particular reason why `pause()` wouldn't meet your needs? Apologies for the late response! My understanding is that pause() only pauses playback, but the player may continue...
@shaka-bot reopen
> unsafe code blocks are intentionally scary so that you know about it. In fact my opinion is that AST-aware editors should syntax highlight the entire unsafe block to make...
why is everyone downvoting i can't understand what is wrong lol
> My point, as illustrated above, is that braces are not that ugly. Just like people writing C barely complain the verbosity of writing a `()`, what's wrong with writing...
> IIRC, there was an RFC proposing `unsafe` as an unary operator (with the same way as `box EXPR` or `- EXPR`) a few years ago, but it was rejected...
> what do you want from the lonely little scope? what has it done to you? `...fe { b":(" };...` ``` unsafe { *(0 as *mut u8) = 0 }...
> I don't really understand your use case for this that well. Can you elaborate some more on you situation? i want to be able to push raw stuff like...