@JarrydCampi Awesome work! Quick question: Shouldn't the "Filter fail" output reset to 0 when a filter max has been set and reached, regardless of the state of the input container? Inverse problem for "filter pass", it stays on 1 if the input container has items, even if not transferring atm.
@MasterDevwi@jungkees @diekus @LindsayKubasik@value For anyone trying this and getting strange "Element not found." exceptions from wpnapps.dll, the API requires "package identity": https://t.co/LxMte9usRk
@MasterDevwi@jungkees Regarding badging API in Edge (https://t.co/4wYifXucHI), which API is Edge using to set the badge? It differs visually from the one Chrome has (Edge on the left):
@MasterDevwi@jungkees @diekus @LindsayKubasik Ty! Got it ☺️
auto xml = BadgeUpdateManager::GetTemplateContent(BadgeTemplateType::BadgeNumber); xml.SelectSingleNode(L"//badge/
@value
").NodeValue(winrt::box_value(winrt::to_hstring(count))); BadgeUpdateManager::CreateBadgeUpdaterForApplication().Update(BadgeNotification(xml));
At regular intervals, my timeline gets crowded with geeks unhappy with the #recruitment process they have just been through. Since the feedback we @theqtcompany get to our process is usually positive, even from candidates we don't end up making an offer, here's how we do it.🧵
@rtrouton This is inaccurate, you may want to update your article. As far as I know Qt has never shipped or verified .cire files as a way to sign the libraries. This is something the vendor of the software token library (stauto32) has done when embedding Qt.
@mikeymikey This is inaccurate. As far as I know Qt has never shipped or verified .cire files as a way to sign the libraries. This is something the vendor of the software token library (stauto32) has done when embedding Qt.
@jiayi0x10@kapeli Fully agreed! Unfortunately it looks like Dash 6 has the same inefficient search UX as Dash 5 😢 If it could just show the results *instantly*, instead of requiring confirmation... 👇
@iljawascoding@jjgod Which Qt and Xcode version are you using? Self built or Qt SDK? qmake or Cmake? Please provide details in the bug report if you can reproduce 😊 thanks!
@bradeeoh Still no way (afaict) to set custom headers for all requests, including subresources, e.g. to enable Cloudflare Access service tokens: https://t.co/JYMDdGJPFP
@jjgod@Litherum @chrissam42 @jpamental Agreed. And in the same scale as the font size passed to the CTFont created when rendering the glyphs. The problem is not HB's internals, it's HB's public hb_font_set_ptem API working differently on macOS under the assumption that a CT point is 96DPI, see https://t.co/pgy6QfmFPp
@kitdotcross It was fixed (at least for Qt's use-case) in 10.14 beta 4, and still works in my quick test. Note you also need to set the style mask to NSWindowStyleMaskBorderless.
@behdadesfahbod@Litherum @chrissam42 @jpamental @abrax5 I was under the assumption we had resolved the "Cocoa point = typographic point" part in https://t.co/pgy6QfmFPp based on your follow up comment. If not, please provide details about the "We found that this [is] not even true." part so we can come to a shared understanding, thx!