Amadeus Maximilian
Amadeus Maximilian
I get that it would be a sort of "break" with the stateless nature of Ephemeral, but I think it would be a useful addition nonetheless—other preferences like the default...
Could this be related to [this](https://github.com/elementary/greeter/issues/525)? It seems to happen even without an external monitor attached to some people.
I’m not an expert on encrypted disks, but wouldn’t it be possible to mount and unlock that disk from a live session? Once it’s mounted it should be possible to...
I just ran into this on the release version. After re-opening the lid of my laptop, I saw a flash of my unlocked desktop, then it flickered until the greeter...
Have you tried [this](https://github.com/gridsome/gridsome/issues/1256#issuecomment-655209421)? I could never get it working with JPGs, but maybe that’s because I’m doing something wrong… :sweat_smile: I’ve worked around the issue by providing a `quality`...
Unless your logo has specific textures or effects applied to it, perhaps using an SVG instead of a raster image format would be a better approach for you and would...
Coming from Android, where there’s at least rudimentary support for tabs, I was surprised that it seems to be completely missing on the iOS version. I think this is an...
I haven't tried it in v5 yet, however I cannot see anything in the changelog that would hint at a mitigation of this issue. It might not affect a large...
I wrote a little Hook that allows whitelisting modifiers: ```js // Use this hook to manipulate incoming or outgoing data. // For more information on hooks see: http://docs.feathersjs.com/api/hooks.html const {...
I think that might work as well. :thinking: Seems a lot simpler for certain! :sweat_smile: Not sure though, it’s been a good while since I’ve actively worked with Feathers. As...