arily
arily
> @arily > > we might eliminate borrow check and locks but we also create paradox opportunities, as we dealing with portals literally, and to decrease paradox we might also...
this pattern won't work in prepared statements. for a prepared stmt I have to apply one of the following pattern: ```sql -- supports MySQL5 WHERE CASE WHEN :cond null AND...
I made a solution (basically generates every combination) so that you can at least use 'in' operator. ```ts export class ExpandedBitwiseEnumArray extends Array { merge() { return this.reduce((acc, cur) =>...
I encountered this exact very frustrating problem too. I am on [email protected].  this single line of code breaks everything 😅, maybe I picked the worst variable names. I think...
> @arily it shouldn't be an issue. It must be fixed if it still exists. Which style is broken for you exactly? Which variable name is causing the issue? names...
alternatively, you could have a separate offset slider for all non-hitsound sounds.
 apparently this is caused by vscode itself adds a background color for 'centered layout'. with a custom css you can have something like this. ```css #workbench\.parts\.editor > div.content .centered-layout-margin...
> >  apparently this is caused by vscode itself adds a background color for 'centered layout'. with a custom css you can have something like this. > > >...
could you please make sure the css is taking effects? e.g. you have to reload vibrancy. Alternatively you can try using a different css inject extension (like kencocaceo.customvscodeuicss) with latest...
it seems that ` 0 && this.state === 'authenticated') { this.emit('mail', this._box.messages.new) } } } ``` will make it fire events as expected?