Ice
Ice
Hi, Try setting the padding to '0 2px' in your theme -> apps.css In my case I use https://github.com/surajmandalcell/elementary-x : /usr/share/themes/elementary-x/gtk-3.22/apps.css ``` .composited-indicator { padding: 0 2px; } ``` Then...
I think you can copy /usr/share/themes/elementary to .themes/someothername , change the apps.css, then set the theme name to someothername
I've gotten around it by commenting out in `moleculer.config.ts` // logFormatter: 'default', and // logObjectPrinter: undefined,
I would love to see this properly implemented.
Hello, Thank you kindly for your reply. My preview file is a bit more complex but I've trimmed it down to what you have in your example. If I add...
I would also like to have a different way of sorting columns. for me ctrl+left/right won't work (ssh connection from a mac)
got the same issue
adoption is also driven also by the developer community... and developers need hardhat or other tools to connect to.
Hi, working on it :)
I have got it working on my branch (only for the latest version of cake, it should be 4.x ready) https://github.com/icex/codeception I'll submit a PR after more testing and add...