Andre Miranda

Results 42 comments of Andre Miranda

I'm using a [bookmarklet](https://en.wikipedia.org/wiki/Bookmarklet) as workaround: ``` javascript:if(!window._subtotals) window._subtotals = NINJA.subtotals; NINJA.subtotals = (invoice) => { const data = window._subtotals(invoice); const hours = invoice.invoice_items.map((i) => parseFloat(i.qty)).reduce((a,b) => a+b); return [...

You're right, during the last refactoring I forgot to send the command prefix when setting DPI. Please let me know if f8494dd solves the problem for you.

Do you mean the same value will work occasionally? or some values work while others don't?

Hi Nick, sorry for the long time to reply. I've noticed that sometimes DPI settings are not properly applied, unfortunately I can't reliably reproduce the problem, while switching between 400...

@mtoohey31 no problem, I have added a clarification note in 73e2215e, hope that helps.

Yes, very likely because of that, unfortunately I don't see how to avoid that as the device was designed to expect a keep alive and grabbing the device indefinitely sounds...

I'm also using `gdk-pixbuf2 2.42.10-2` on Arch, no crashes here. Does it crash for all themes you have installed or just a particular one?

Olá, obrigado pelos elogios :smiley: A preferência é que a comunicação seja em inglês, mas se desejar podemos continuar em português(anyone else reading this, I'm sorry, please try google translate)....

Pensei no tipo da busca "Folder" e ela seria atráves de `WHERE filepath LIKE %%` onde é que usuário digitar na barra de busca. O problema é que se a...

Hi @ging-dev that's super cool, completely headless and hack-free! Do you know if it's possible to get the geometry of buttons? Perhaps it's in `MetaFrameGeometry`, but I couldn't find libmetacity's...