Philip Waritschlager
Philip Waritschlager
soft links also don't seem to work in production, only in dev mode (understandably). In my build/dev script, I now copy the resources into there and make it .gitignored. Bit...
This is the demo code I came up with as lua code in init.lua (for custom keybind): ```lua function resizeY(bp) local tab = bp:Tab() local node = tab:GetNode(bp:ID()) local y...
there is an always on top option by now, but the underlying issue is still the same, as far as I can see. Guake does not yet offer a focus-or-show-when-inactive-and-hide-when-active...
> If we bundle it, target systems that have a newer version installed get an issue sorry, but why? How is libthai different from any other package on the excludelist?...
``` Invalid memory access (signal 11) at address 0x0 [0x55d761e954f9] ?? +94383549011193 in /run/firejail/appimage/.appimage-9683/AppRun.wrapped**** ``` well that's certainly not very helpful. It's possible it doesn't run on Ubuntu 18.04 because...
after step-by-step installation, I faced the same problem like @chloe-burbank does. The installation steps for the fonts https://github.com/grassmunk/Chicago95/blob/master/INSTALL.md#ms_sans_serif are very precise and helpful, but eventually MS Sans Serif BOLD looks...
This is still an issue. Using Arch Linux, `-e processname` results in segmentation fault.
this should even be the default. the user can issue background jobs using `&` him/herself. Edit: I dont know what I meant by that, foreground mode is already the default...
I have no idea. But since it doesn't seem there is much going on here, at least in the case of Vue.js, I have now simply added bare-bones Vue support...
Your solution seems to fix it indeed. I've been trying to enable ```js plugins: { svgr({ svgrOptions: { svgo: true, svgoConfig: { plugins: [ 'removeXMLNS' ``` which only works with...