Felix Bernhard

Results 11 comments of Felix Bernhard

I found out that any custom completion inside {} is ignored. Sublime only lists the values given by your CSS3 package while inside the brackets. Autocomplete of hex values outside...

Any updates on this topic?

I am experiencing the lagging volume mixer too, only far more extreme. I have recorded a video moving my mouse, showing how the mixer window responds to it (note that...

Had the same problem with Firefox 98. Went into debugging and found this piece of code: ```JavaScript chrome.contextMenus.onClicked.addListener( (info, tab) => { // [...] if (info.menuItemId === 'ViewImage-SearchByImage') { chrome.permissions.request({...

Stopping by force would be one option. Another possible situation is that you have `stop_criteria` set (reach/saturate) and later want to continue the run with another value for `stop_criteria`. ```Python...

> I will consider updating the code to not lose these variables with each call to the run() method. That's exactly what I thought of. I don't know if anything...

My Boot Override list in the UEFI contained the following items: ``` DVD-ROM Windows Boot Manager ... VendorCoProductCode UEFI: VendorCoProductCode ``` I had to choose `VendorCoProductCode` in order for grub/jailm8...

I ran into the same issue. Did you find a solution for this @mkgn?